|
LSSTApplications
11.0-13-gbb96280,12.1.rc1,12.1.rc1+1,12.1.rc1+2,12.1.rc1+5,12.1.rc1+8,12.1.rc1-1-g06d7636+1,12.1.rc1-1-g253890b+5,12.1.rc1-1-g3d31b68+7,12.1.rc1-1-g3db6b75+1,12.1.rc1-1-g5c1385a+3,12.1.rc1-1-g83b2247,12.1.rc1-1-g90cb4cf+6,12.1.rc1-1-g91da24b+3,12.1.rc1-2-g3521f8a,12.1.rc1-2-g39433dd+4,12.1.rc1-2-g486411b+2,12.1.rc1-2-g4c2be76,12.1.rc1-2-gc9c0491,12.1.rc1-2-gda2cd4f+6,12.1.rc1-3-g3391c73+2,12.1.rc1-3-g8c1bd6c+1,12.1.rc1-3-gcf4b6cb+2,12.1.rc1-4-g057223e+1,12.1.rc1-4-g19ed13b+2,12.1.rc1-4-g30492a7
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.
1.8.5