LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.mocks.simpleMapper.BypassPersistenceType Class Reference
Inheritance diagram for lsst.pipe.tasks.mocks.simpleMapper.BypassPersistenceType:
lsst.pipe.tasks.mocks.simpleMapper.PersistenceType

Public Member Functions

def makeButlerLocation
 
- Public Member Functions inherited from lsst.pipe.tasks.mocks.simpleMapper.PersistenceType
def makeButlerLocation
 

Static Public Attributes

string python = "lsst.daf.base.PropertySet"
 
- Static Public Attributes inherited from lsst.pipe.tasks.mocks.simpleMapper.PersistenceType
 python = None
 
string cpp = "ignored"
 
 storage = None
 
string ext = ""
 
tuple suffixes = ()
 

Detailed Description

Persistence type for things that don't actually use daf_persistence.

Definition at line 62 of file simpleMapper.py.

Member Function Documentation

def lsst.pipe.tasks.mocks.simpleMapper.BypassPersistenceType.makeButlerLocation (   cls,
  path,
  dataId,
  suffix = None 
)
Method called by SimpleMapping to implement a map_ method; overridden to not use the path.

Definition at line 69 of file simpleMapper.py.

69 
70  def makeButlerLocation(cls, path, dataId, suffix=None):
71  """Method called by SimpleMapping to implement a map_ method; overridden to not use the path."""
72  return lsst.daf.persistence.ButlerLocation(cls.python, cls.cpp, cls.storage, [], dataId)

Member Data Documentation

string lsst.pipe.tasks.mocks.simpleMapper.BypassPersistenceType.python = "lsst.daf.base.PropertySet"
static

Definition at line 66 of file simpleMapper.py.


The documentation for this class was generated from the following file: