lsst.obs.decam¶
lsst.obs.decam
is an interface between Dark Energy Camera (DECam) images and the Rubin/LSST Science Pipelines.
It primarily supports processing of raw images, not DECam Community Pipeline “instcal” products.
Using lsst.obs.decam¶
Contributing¶
lsst.obs.decam
is developed at https://github.com/lsst/obs_decam.
You can find Jira issues for this module under the obs_decam component.
Python API reference¶
lsst.obs.decam Package¶
Classes¶
DarkEnergyCamera (**kwargs) |
|
DarkEnergyCameraCPCalibFormatter (*args, **kwargs) |
DECam Community Pipeline calibrations (bias, dark, flat, fringe) are multi-extension FITS files with detector=index+1. |
DarkEnergyCameraRawFormatter (*args, **kwargs) |
|
MakeDecamRawVisitInfo ([log, doStripHeader]) |
Make a VisitInfo from the FITS header of a raw DECam image |