BaseSkyMapConfig#
- class lsst.skymap.BaseSkyMapConfig(*args, **kw)#
Bases:
ConfigAttributes Summary
Get the patch border, for backwards compatibility.
Get the patch inner dimensions, for backwards compatibility.
nominal pixel scale (arcsec/pixel) (
float, default0.333)one of the FITS WCS projection codes, such as:- STG: stereographic projection- MOL: Molleweide's projection- TAN: tangent-plane projection (
str, default'STG')Rotation for WCS (deg) (
float, default0)Algorithm for creating patches within the tract.
minimum overlap between adjacent sky tracts, on the sky (deg) (
float, default1.0)Methods Summary
Get the patch border, for backwards compatibility.
Get the patch inner dimensions, for backwards compatibility.
setPatchBorder(value)Set the patch border, for backwards compatibility.
setPatchInnerDimensions(value)Set the patch inner dimensions, for backwards compatibility.
Attributes Documentation
- patchBorder#
Get the patch border, for backwards compatibility.
This value is only used with the
legacytract builder, and is ignored otherwise. In general, the config should be accessed directly with config.tractBuilder[“legacy”].patchBorder.Returns#
border:
int
- patchInnerDimensions#
Get the patch inner dimensions, for backwards compatibility.
This value is only used with the
legacytract builder, and is ignored otherwise. In general, the config should be accessed directly withconfig.tractBuilder["legacy"].patchInnerDimensions.Returns#
innerDimensions :
list[int,int]
- pixelScale#
nominal pixel scale (arcsec/pixel) (
float, default0.333)
- projection#
one of the FITS WCS projection codes, such as:- STG: stereographic projection- MOL: Molleweide’s projection- TAN: tangent-plane projection (
str, default'STG')
- rotation#
Rotation for WCS (deg) (
float, default0)
- tractBuilder#
Algorithm for creating patches within the tract. (
RegistryInstanceDict, default'legacy')
- tractOverlap#
minimum overlap between adjacent sky tracts, on the sky (deg) (
float, default1.0)
Methods Documentation
- getPatchBorder()#
Get the patch border, for backwards compatibility.
This value is only used with the
legacytract builder, and is ignored otherwise. In general, the config should be accessed directly with config.tractBuilder[“legacy”].patchBorder.Returns#
border:
int
- getPatchInnerDimensions()#
Get the patch inner dimensions, for backwards compatibility.
This value is only used with the
legacytract builder, and is ignored otherwise. In general, the config should be accessed directly withconfig.tractBuilder["legacy"].patchInnerDimensions.Returns#
innerDimensions :
list[int,int]
- setPatchBorder(value)#
Set the patch border, for backwards compatibility.
This value is only used with the
legacytract builder, and is ignored otherwise. In general, the config should be accessed directly with config.tractBuilder[“legacy”].patchBorder.Parameters#
border:
int
- setPatchInnerDimensions(value)#
Set the patch inner dimensions, for backwards compatibility.
This value is only used with the
legacytract builder, and is ignored otherwise. In general, the config should be accessed directly withconfig.tractBuilder["legacy"].patchInnerDimensions.Parameters#
value :
list[int,int]