lsst.daf.persistence  13.0-36-gb9d951e
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Classes | Functions | Variables
lsst.daf.persistence.posixStorage Namespace Reference

Classes

class  PosixStorage
 

Functions

def readConfigStorage
 
def writeConfigStorage
 
def readFitsStorage
 
def writeFitsStorage
 
def readPickleStorage
 
def writePickleStorage
 
def readFitsCatalogStorage
 
def writeFitsCatalogStorage
 
def readPafStorage
 
def readYamlStorage
 
def readBoostStorage
 
def writeBoostStorage
 

Variables

list __all__ = ["PosixStorage"]
 

Function Documentation

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.

Variable Documentation

list lsst.daf.persistence.posixStorage.__all__ = ["PosixStorage"]

Definition at line 41 of file posixStorage.py.