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
|
Classes | |
class | _FormatKey |
class | _PathComponent |
class | HfsScanner |
class | DatasetScanner |
Functions | |
def | getMapperClass |
def | parseDataIdRules |
def | _mungeStr |
def | _mungeInt |
def | _mungeLsstSim |
def | _mungeSdss |
def | _mungeCfht |
Variables | |
list | __all__ |
dictionary | _mapperClassName |
dictionary | _keyTypes |
dictionary | _mungeFunctions |
|
private |
Definition at line 370 of file datasetScanner.py.
|
private |
|
private |
Definition at line 340 of file datasetScanner.py.
|
private |
Definition at line 362 of file datasetScanner.py.
|
private |
def lsst.datarel.datasetScanner.getMapperClass | ( | camera | ) |
Return the subclass of lsst.daf.persistence.Mapper to use for the camera with the given name (case-insensitive).
Definition at line 41 of file datasetScanner.py.
def lsst.datarel.datasetScanner.parseDataIdRules | ( | ruleList, | |
camera | |||
) |
A rule is a string in the following format: 'key=value1[^value2[^value3...]' The values may either be strings, or of the form 'int...int' (e.g. '1..3') which is interpreted as '1^2^3' (inclusive, unlike a python range). So '0^2..4^7..9' is equivalent to '0^2^3^4^7^8^9'. This function parses a list of such strings, and returns a dict mapping keys to sets of legal values. ruleList: List of rule strings camera: Camera the rule list applies to (e.g. 'lsstSim' or 'sdss')
Definition at line 104 of file datasetScanner.py.
list lsst.datarel.datasetScanner.__all__ |
Definition at line 27 of file datasetScanner.py.
dictionary lsst.datarel.datasetScanner._keyTypes |
Definition at line 57 of file datasetScanner.py.
dictionary lsst.datarel.datasetScanner._mapperClassName |
Definition at line 34 of file datasetScanner.py.
dictionary lsst.datarel.datasetScanner._mungeFunctions |
Definition at line 384 of file datasetScanner.py.