|
lsst.daf.persistence
15.0-4-g45f767a+7
|
Classes | |
| class | PosixStorage |
Functions | |
| def | readConfigStorage (butlerLocation) |
| def | writeConfigStorage (butlerLocation, obj) |
| def | readFitsStorage (butlerLocation) |
| def | writeFitsStorage (butlerLocation, obj) |
| def | readPickleStorage (butlerLocation) |
| def | writePickleStorage (butlerLocation, obj) |
| def | readFitsCatalogStorage (butlerLocation) |
| def | writeFitsCatalogStorage (butlerLocation, obj) |
| def | readPafStorage (butlerLocation) |
| def | readYamlStorage (butlerLocation) |
| def | readBoostStorage (butlerLocation) |
| def | writeBoostStorage (butlerLocation, obj) |
| def lsst.daf.persistence.posixStorage.readBoostStorage | ( | butlerLocation | ) |
Definition at line 766 of file posixStorage.py.
| def lsst.daf.persistence.posixStorage.readConfigStorage | ( | butlerLocation | ) |
Read from a butlerLocation.
Parameters
----------
butlerLocation : ButlerLocation
The location & formatting for the object(s) to be read.
Returns
-------
A list of objects as described by the butler location. One item for
each location in butlerLocation.getLocations()
Definition at line 514 of file posixStorage.py.
| def lsst.daf.persistence.posixStorage.readFitsCatalogStorage | ( | butlerLocation | ) |
Read from a butlerLocation.
Parameters
----------
butlerLocation : ButlerLocation
The location & formatting for the object(s) to be read.
Returns
-------
A list of objects as described by the butler location. One item for
each location in butlerLocation.getLocations()
Definition at line 665 of file posixStorage.py.
| def lsst.daf.persistence.posixStorage.readFitsStorage | ( | butlerLocation | ) |
Read from a butlerLocation.
Parameters
----------
butlerLocation : ButlerLocation
The location & formatting for the object(s) to be read.
Returns
-------
A list of objects as described by the butler location. One item for
each location in butlerLocation.getLocations()
Definition at line 560 of file posixStorage.py.
| def lsst.daf.persistence.posixStorage.readPafStorage | ( | butlerLocation | ) |
Read from a butlerLocation.
Parameters
----------
butlerLocation : ButlerLocation
The location & formatting for the object(s) to be read.
Returns
-------
A list of objects as described by the butler location. One item for
each location in butlerLocation.getLocations()
Definition at line 722 of file posixStorage.py.
| def lsst.daf.persistence.posixStorage.readPickleStorage | ( | butlerLocation | ) |
Read from a butlerLocation.
Parameters
----------
butlerLocation : ButlerLocation
The location & formatting for the object(s) to be read.
Returns
-------
A list of objects as described by the butler location. One item for
each location in butlerLocation.getLocations()
Definition at line 613 of file posixStorage.py.
| def lsst.daf.persistence.posixStorage.readYamlStorage | ( | butlerLocation | ) |
Read from a butlerLocation.
Parameters
----------
butlerLocation : ButlerLocation
The location & formatting for the object(s) to be read.
Returns
-------
A list of objects as described by the butler location. One item for
each location in butlerLocation.getLocations()
Definition at line 744 of file posixStorage.py.
| def lsst.daf.persistence.posixStorage.writeBoostStorage | ( | butlerLocation, | |
| obj | |||
| ) |
Definition at line 781 of file posixStorage.py.
| def lsst.daf.persistence.posixStorage.writeConfigStorage | ( | butlerLocation, | |
| obj | |||
| ) |
Writes an object to a location and persistence format specified by
ButlerLocation
Parameters
----------
butlerLocation : ButlerLocation
The location & formatting for the object to be written.
obj : object instance
The object to be written.
Definition at line 543 of file posixStorage.py.
| def lsst.daf.persistence.posixStorage.writeFitsCatalogStorage | ( | butlerLocation, | |
| obj | |||
| ) |
Writes an object to a location and persistence format specified by
ButlerLocation
Parameters
----------
butlerLocation : ButlerLocation
The location & formatting for the object to be written.
obj : object instance
The object to be written.
Definition at line 699 of file posixStorage.py.
| def lsst.daf.persistence.posixStorage.writeFitsStorage | ( | butlerLocation, | |
| obj | |||
| ) |
Writes an object to a location and persistence format specified by
ButlerLocation
Parameters
----------
butlerLocation : ButlerLocation
The location & formatting for the object to be written.
obj : object instance
The object to be written.
Definition at line 587 of file posixStorage.py.
| def lsst.daf.persistence.posixStorage.writePickleStorage | ( | butlerLocation, | |
| obj | |||
| ) |
Writes an object to a location and persistence format specified by
ButlerLocation
Parameters
----------
butlerLocation : ButlerLocation
The location & formatting for the object to be written.
obj : object instance
The object to be written.
Definition at line 646 of file posixStorage.py.
1.8.13