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
Static Public Attributes | List of all members
lsst.skymap.baseSkyMap.BaseSkyMapConfig Class Reference
Inheritance diagram for lsst.skymap.baseSkyMap.BaseSkyMapConfig:

Static Public Attributes

tuple patchInnerDimensions
 
tuple patchBorder
 
tuple tractOverlap
 
tuple pixelScale
 
tuple projection
 
tuple rotation
 

Detailed Description

Definition at line 32 of file baseSkyMap.py.

Member Data Documentation

tuple lsst.skymap.baseSkyMap.BaseSkyMapConfig.patchBorder
static
Initial value:
1 = pexConfig.Field(
2  doc = "border between patch inner and outer bbox (pixels)",
3  dtype = int,
4  default = 100,
5  )

Definition at line 39 of file baseSkyMap.py.

tuple lsst.skymap.baseSkyMap.BaseSkyMapConfig.patchInnerDimensions
static
Initial value:
1 = pexConfig.ListField(
2  doc = "dimensions of inner region of patches (x,y pixels)",
3  dtype = int,
4  length = 2,
5  default = (4000, 4000),
6  )

Definition at line 33 of file baseSkyMap.py.

tuple lsst.skymap.baseSkyMap.BaseSkyMapConfig.pixelScale
static
Initial value:
1 = pexConfig.Field(
2  doc = "nominal pixel scale (arcsec/pixel)",
3  dtype = float,
4  default = 0.333
5  )

Definition at line 49 of file baseSkyMap.py.

tuple lsst.skymap.baseSkyMap.BaseSkyMapConfig.projection
static
Initial value:
1 = pexConfig.Field(
2  doc = """one of the FITS WCS projection codes, such as: - STG: stereographic projection - MOL: Molleweide's projection - TAN: tangent-plane projection""",
3  dtype = str,
4  default = "STG",
5  )

Definition at line 54 of file baseSkyMap.py.

tuple lsst.skymap.baseSkyMap.BaseSkyMapConfig.rotation
static
Initial value:
1 = pexConfig.Field(
2  doc = "Rotation for WCS (deg)",
3  dtype = float,
4  default = 0,
5  )

Definition at line 63 of file baseSkyMap.py.

tuple lsst.skymap.baseSkyMap.BaseSkyMapConfig.tractOverlap
static
Initial value:
1 = pexConfig.Field(
2  doc = "minimum overlap between adjacent sky tracts, on the sky (deg)",
3  dtype = float,
4  default = 1.0,
5  )

Definition at line 44 of file baseSkyMap.py.


The documentation for this class was generated from the following file: