lsst.pipe.tasks  13.0-51-g46e0a8d+3
 All Classes Namespaces Files Functions Variables Groups Pages
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
 
def canStandardize
 

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 74 of file simpleMapper.py.

Member Function Documentation

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

Definition at line 81 of file simpleMapper.py.

Member Data Documentation

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

Definition at line 78 of file simpleMapper.py.


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