calculateDcr¶
- lsst.ip.diffim.calculateDcr(visitInfo, wcs, effectiveWavelength, bandwidth, dcrNumSubfilters, splitSubfilters=False, bbox=None)¶
Calculate the shift in pixels of an exposure due to DCR.
- Parameters:
- visitInfo
lsst.afw.image.VisitInfo
Metadata for the exposure.
- wcs
lsst.afw.geom.SkyWcs
Coordinate system definition (wcs) for the exposure.
- effectiveWavelength
float
The effective wavelengths of the current filter, in nanometers.
- bandwidth
float
The bandwidth of the current filter, in nanometers.
- dcrNumSubfilters
int
Number of sub-filters used to model chromatic effects within a band.
- splitSubfilters
bool
, optional Calculate DCR for two evenly-spaced wavelengths in each subfilter, instead of at the midpoint. Default: False
- bbox
lsst.afw.geom.Box2I
, optional Bounding box for the region of interest for evaluating the local pixelScale (defaults to the Sky Origin of the
wcs
provided ifbbox
is None).
- visitInfo
- Returns: