|
lsst.jointcal
19.0.0-5-g66946eb+5
|
Handler of an actual image from a single CCD. More...
#include <CcdImage.h>
Public Member Functions | |
| CcdImage (afw::table::SourceCatalog &record, std::shared_ptr< lsst::afw::geom::SkyWcs > wcs, std::shared_ptr< lsst::afw::image::VisitInfo > visitInfo, lsst::geom::Box2I const &bbox, std::string const &filter, std::shared_ptr< afw::image::PhotoCalib > photoCalib, std::shared_ptr< afw::cameraGeom::Detector > detector, int visit, int ccd, std::string const &fluxField) | |
| CcdImage (CcdImage const &)=delete | |
| No move or copy: each CCD image is unique to that ccd+visit, and Associations holds all CcdImages. More... | |
| CcdImage (CcdImage &&)=delete | |
| CcdImage & | operator= (CcdImage const &)=delete |
| CcdImage & | operator= (CcdImage &&)=delete |
| std::string | getName () const |
| Return the _name that identifies this ccdImage. More... | |
| MeasuredStarList const & | getWholeCatalog () const |
| Gets the as-read catalog. More... | |
| void | resetCatalogForFit () |
| Clear the catalog for fitting and set it to a copy of the whole catalog. More... | |
| std::pair< int, int > | countStars () const |
| Count the number of valid measured and reference stars that fall within this ccdImage. More... | |
| void | setCommonTangentPoint (Point const &commonTangentPoint) |
| Sets the common tangent point and computes necessary transforms. More... | |
| jointcal::Point const & | getCommonTangentPoint () const |
| Gets the common tangent point, shared between all ccdImages. More... | |
| std::shared_ptr< AstrometryTransform > const | getPixelToCommonTangentPlane () const |
| std::shared_ptr< AstrometryTransform > const | getCommonTangentPlaneToTangentPlane () const |
| std::shared_ptr< AstrometryTransform > const | getTangentPlaneToCommonTangentPlane () const |
| std::shared_ptr< AstrometryTransform > const | getPixelToTangentPlane () const |
| std::shared_ptr< AstrometryTransform > const | getSkyToTangentPlane () const |
| CcdIdType | getCcdId () const |
| returns ccd ID More... | |
| VisitIdType | getVisit () const |
| returns visit ID More... | |
| std::shared_ptr< afw::cameraGeom::Detector > | getDetector () const |
| CcdImageKey | getHashKey () const |
| double | getAirMass () const |
| Airmass. More... | |
| double | getMjd () const |
| Julian Date. More... | |
| std::shared_ptr< afw::image::PhotoCalib > | getPhotoCalib () const |
| Return the exposure's photometric calibration. More... | |
| lsst::geom::SpherePoint | getBoresightRaDec () const |
| Gets the boresight RA/Dec. More... | |
| double | getHourAngle () const |
| double | getLstObs () const |
| double | getSinEta () const |
| Parallactic angle. More... | |
| double | getCosEta () const |
| Parallactic angle. More... | |
| double | getTanZ () const |
| Parallactic angle. More... | |
| Point | getRefractionVector () const |
| std::string | getFilter () const |
| return the CcdImage filter name More... | |
| std::shared_ptr< AstrometryTransform > const | getReadWcs () const |
| the wcs read in the header. NOT updated when fitting. More... | |
| Frame const & | getImageFrame () const |
| Frame in pixels. More... | |
| MeasuredStarList const & | getCatalogForFit () const |
| Gets the catalog to be used for fitting, which may have been cleaned-up. More... | |
| MeasuredStarList & | getCatalogForFit () |
| Gets the catalog to be used for fitting, which may have been cleaned-up. More... | |
Handler of an actual image from a single CCD.
NOTE: could possibly be replaced with a subclass of afw.image.Exposure?
Definition at line 64 of file CcdImage.h.
| lsst::jointcal::CcdImage::CcdImage | ( | afw::table::SourceCatalog & | record, |
| std::shared_ptr< lsst::afw::geom::SkyWcs > | wcs, | ||
| std::shared_ptr< lsst::afw::image::VisitInfo > | visitInfo, | ||
| lsst::geom::Box2I const & | bbox, | ||
| std::string const & | filter, | ||
| std::shared_ptr< afw::image::PhotoCalib > | photoCalib, | ||
| std::shared_ptr< afw::cameraGeom::Detector > | detector, | ||
| int | visit, | ||
| int | ccd, | ||
| std::string const & | fluxField | ||
| ) |
Definition at line 111 of file CcdImage.cc.
|
delete |
No move or copy: each CCD image is unique to that ccd+visit, and Associations holds all CcdImages.
|
delete |
| std::pair< int, int > lsst::jointcal::CcdImage::countStars | ( | ) | const |
Count the number of valid measured and reference stars that fall within this ccdImage.
Measured stars are counted if they are valid. Reference stars are counted if a measured star (valid or not) has a fittedStar that has an associated refStar.
Definition at line 159 of file CcdImage.cc.
|
inline |
Airmass.
Definition at line 155 of file CcdImage.h.
|
inline |
Gets the boresight RA/Dec.
Definition at line 166 of file CcdImage.h.
|
inline |
Gets the catalog to be used for fitting, which may have been cleaned-up.
Definition at line 94 of file CcdImage.h.
|
inline |
Gets the catalog to be used for fitting, which may have been cleaned-up.
Definition at line 95 of file CcdImage.h.
|
inline |
returns ccd ID
Definition at line 145 of file CcdImage.h.
|
inline |
Definition at line 132 of file CcdImage.h.
|
inline |
Gets the common tangent point, shared between all ccdImages.
Definition at line 126 of file CcdImage.h.
|
inline |
Parallactic angle.
Definition at line 176 of file CcdImage.h.
|
inline |
Definition at line 150 of file CcdImage.h.
|
inline |
return the CcdImage filter name
Definition at line 185 of file CcdImage.h.
|
inline |
Definition at line 152 of file CcdImage.h.
|
inline |
Definition at line 168 of file CcdImage.h.
|
inline |
Frame in pixels.
Definition at line 191 of file CcdImage.h.
|
inline |
Definition at line 170 of file CcdImage.h.
|
inline |
Julian Date.
Definition at line 158 of file CcdImage.h.
|
inline |
Return the _name that identifies this ccdImage.
Definition at line 79 of file CcdImage.h.
|
inline |
Return the exposure's photometric calibration.
Definition at line 161 of file CcdImage.h.
|
inline |
Definition at line 128 of file CcdImage.h.
|
inline |
Definition at line 140 of file CcdImage.h.
|
inline |
the wcs read in the header. NOT updated when fitting.
Definition at line 188 of file CcdImage.h.
|
inline |
Definition at line 182 of file CcdImage.h.
|
inline |
Parallactic angle.
Definition at line 173 of file CcdImage.h.
|
inline |
Definition at line 142 of file CcdImage.h.
|
inline |
Definition at line 136 of file CcdImage.h.
|
inline |
Parallactic angle.
Definition at line 179 of file CcdImage.h.
|
inline |
returns visit ID
Definition at line 148 of file CcdImage.h.
|
inline |
|
inline |
Clear the catalog for fitting and set it to a copy of the whole catalog.
Definition at line 99 of file CcdImage.h.
| void lsst::jointcal::CcdImage::setCommonTangentPoint | ( | Point const & | commonTangentPoint | ) |
Sets the common tangent point and computes necessary transforms.
| [in] | commonTangentPoint | The common tangent point of all ccdImages (decimal degrees). |
Definition at line 174 of file CcdImage.cc.
1.8.13