LSSTApplications
18.1.0
LSSTDataManagementBasePackage
|
Functions | |
def | makeVisitInfo (kwargs) |
def lsst.afw.image.makeVisitInfo.makeVisitInfo | ( | kwargs | ) |
Make a VisitInfo from keyword arguments @deprecated This function is superseded by a VisitInfo constructor with the same call signature. Calling this function will create a VisitInfo, but it will also print a deprecation warning. @param[in] exposureId exposure ID (int, defaults to 0) @param[in] exposureTime exposure duration (shutter open time); (float, sec, defaults to NaN) @param[in] darkTime time from CCD flush to readout, including shutter open time (despite the name); (float, sec, defaults to NaN) @param[in] date TAI (international atomic time) MJD date at middle of exposure (lsst.daf.base.DateTime; defaults to date of unix epoch) @param[in] ut1 UT1 (universal time) MJD date at middle of exposure (float, defaults to Nan) @param[in] era earth rotation angle at middle of exposure (lsst.geom.Angle, defaults to Angle(Nan)) @param[in] boresightRaDec ICRS RA/Dec of boresight at middle of exposure (lsst.geom.SpherePoint; defaults to SpherePoint(Nan, Nan)) @param[in] boresightAzAlt refracted apparent topocentric Az/Alt of boresight at middle of exposure; (lsst.geom.SpherePoint; defaults to SpherePoint(Nan, Nan)) @param[in] boresightAirmass airmass at the boresight, relative to zenith at sea level (float, defaults to Nan) @param[in] boresightRotAngle rotation angle at boresight at middle of exposure; see getBoresightRotAngle for details (lsst.geom.Angle, defaults to Angle(Nan)) @param[in] rotType rotation type; one of the lsst.afw.image.RotType constants, defaults to RotType.UNKNOWN @param[in] observatory observatory longitude, latitude and altitude, (lsst.afw.coord.Observatory, defaults to Observatory(Angle(Nan), Angle(Nan), Nan)) @param[in] weather basic weather information for computing air mass, (lsst.afw.coord.Weather, defaults to Weather(NaN, NaN, NaN))
Definition at line 30 of file makeVisitInfo.py.