|
lsst.skymap g6512b7a353+6ecdf13bca
|
Public Member Functions | |
| getPatchInnerDimensions (self) | |
| setPatchInnerDimensions (self, value) | |
| getPatchBorder (self) | |
| setPatchBorder (self, value) | |
Static Public Attributes | |
| tractBuilder | |
| tractOverlap | |
| pixelScale | |
| projection | |
| rotation | |
Properties | |
| patchInnerDimensions = property(getPatchInnerDimensions, setPatchInnerDimensions) | |
| patchBorder = property(getPatchBorder, setPatchBorder) | |
Definition at line 39 of file baseSkyMap.py.
| lsst.skymap.baseSkyMap.BaseSkyMapConfig.getPatchBorder | ( | self | ) |
Get the patch border, for backwards compatibility. This value is only used with the ``legacy`` tract builder, and is ignored otherwise. In general, the config should be accessed directly with config.tractBuilder["legacy"].patchBorder. Returns ------- border: `int`
Definition at line 101 of file baseSkyMap.py.
| lsst.skymap.baseSkyMap.BaseSkyMapConfig.getPatchInnerDimensions | ( | self | ) |
Get the patch inner dimensions, for backwards compatibility. This value is only used with the ``legacy`` tract builder, and is ignored otherwise. In general, the config should be accessed directly with ``config.tractBuilder["legacy"].patchInnerDimensions``. Returns ------- innerDimensions : `list` [`int`, `int`]
Definition at line 71 of file baseSkyMap.py.
| lsst.skymap.baseSkyMap.BaseSkyMapConfig.setPatchBorder | ( | self, | |
| value ) |
Set the patch border, for backwards compatibility. This value is only used with the ``legacy`` tract builder, and is ignored otherwise. In general, the config should be accessed directly with config.tractBuilder["legacy"].patchBorder. Parameters ---------- border: `int`
Definition at line 114 of file baseSkyMap.py.
| lsst.skymap.baseSkyMap.BaseSkyMapConfig.setPatchInnerDimensions | ( | self, | |
| value ) |
Set the patch inner dimensions, for backwards compatibility. This value is only used with the ``legacy`` tract builder, and is ignored otherwise. In general, the config should be accessed directly with ``config.tractBuilder["legacy"].patchInnerDimensions``. Parameters ---------- value : `list` [`int`, `int`]
Definition at line 85 of file baseSkyMap.py.
|
static |
Definition at line 50 of file baseSkyMap.py.
|
static |
Definition at line 55 of file baseSkyMap.py.
|
static |
Definition at line 63 of file baseSkyMap.py.
|
static |
Definition at line 40 of file baseSkyMap.py.
|
static |
Definition at line 45 of file baseSkyMap.py.
|
static |
Definition at line 127 of file baseSkyMap.py.
|
static |
Definition at line 99 of file baseSkyMap.py.