|
LSSTApplications
11.0-13-gbb96280,12.1+18,12.1+7,12.1-1-g14f38d3+72,12.1-1-g16c0db7+5,12.1-1-g5961e7a+84,12.1-1-ge22e12b+23,12.1-11-g06625e2+4,12.1-11-g0d7f63b+4,12.1-19-gd507bfc,12.1-2-g7dda0ab+38,12.1-2-gc0bc6ab+81,12.1-21-g6ffe579+2,12.1-21-gbdb6c2a+4,12.1-24-g941c398+5,12.1-3-g57f6835+7,12.1-3-gf0736f3,12.1-37-g3ddd237,12.1-4-gf46015e+5,12.1-5-g06c326c+20,12.1-5-g648ee80+3,12.1-5-gc2189d7+4,12.1-6-ga608fc0+1,12.1-7-g3349e2a+5,12.1-7-gfd75620+9,12.1-9-g577b946+5,12.1-9-gc4df26a+10
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 378 of file datasetScanner.py.
|
private |
|
private |
Definition at line 346 of file datasetScanner.py.
|
private |
Definition at line 369 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 42 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 105 of file datasetScanner.py.
| list lsst.datarel.datasetScanner.__all__ |
Definition at line 28 of file datasetScanner.py.
| dictionary lsst.datarel.datasetScanner._keyTypes |
Definition at line 58 of file datasetScanner.py.
| dictionary lsst.datarel.datasetScanner._mapperClassName |
Definition at line 35 of file datasetScanner.py.
| dictionary lsst.datarel.datasetScanner._mungeFunctions |
Definition at line 392 of file datasetScanner.py.
1.8.5