2 #ifndef LSST_JOINTCAL_CCD_IMAGE_H 3 #define LSST_JOINTCAL_CCD_IMAGE_H 77 getCatalogForFit().clear();
78 getWholeCatalog().copyTo(getCatalogForFit());
96 void setCommonTangentPoint(
Point const &commonTangentPoint);
191 lsst::afw::geom::SpherePoint _boresightRaDec;
198 double _sineta, _coseta, _tgz;
200 double _lstObs, _hourAngle;
204 Point _commonTangentPoint;
225 #endif // LSST_JOINTCAL_CCD_IMAGE_H VisitIdType getVisit() const
returns visit ID
Gtransfo const * getCommonTangentPlane2TP() const
std::ostream & operator<<(std::ostream &out, CcdImageKey const &key)
bool operator==(CcdImageKey const &right) const
Gtransfo const * getSky2TP() const
double getCosEta() const
Parallactic angle.
std::string getName() const
Return the _name that identifies this ccdImage.
Gtransfo const * getPix2CommonTangentPlane() const
For hashing a ccdImage: the pair of (visit, ccd) IDs should be unique to each ccdImage.
double getMjd() const
Julian Date.
CcdIdType getCcdId() const
returns ccd ID
Gtransfo const * getPix2TangentPlane() const
double getSinEta() const
Parallactic angle.
A list of MeasuredStar. They are usually filled in Associations::createCcdImage.
void resetCatalogForFit()
Clear the catalog for fitting and set it to a copy of the whole catalog.
std::shared_ptr< afw::image::PhotoCalib > getPhotoCalib() const
Return the exposure's photometric calibration.
lsst::afw::geom::SpherePoint getBoresightRaDec() const
Gets the boresight RA/Dec.
rectangle with sides parallel to axes.
table::Key< table::Array< std::uint8_t > > wcs
MeasuredStarList & getCatalogForFit()
Gets the catalog to be used for fitting, which may have been cleaned-up.
Class for a simple mapping implementing a generic Gtransfo.
Gtransfo const * getTP2CommonTangentPlane() const
size_t operator()(lsst::jointcal::CcdImageKey const &key) const
double getHourAngle() const
double getAirMass() const
Airmass.
double getTanZ() const
Parallactic angle.
Point getRefractionVector() const
MeasuredStarList const & getCatalogForFit() const
Gets the catalog to be used for fitting, which may have been cleaned-up.
a virtual (interface) class for geometric transformations.
std::string getFilter() const
return the CcdImage filter name
Gtransfo const * readWCS() const
the wcs read in the header. NOT updated when fitting.
bool operator!=(CcdImageKey const &right) const
std::list< std::shared_ptr< CcdImage > > CcdImageList
CcdImageKey getHashKey() const
std::shared_ptr< afw::cameraGeom::Detector > getDetector() const
Handler of an actual image from a single CCD.
Point const & getCommonTangentPoint() const
Gets the common tangent point, shared between all ccdImages.
MeasuredStarList const & getWholeCatalog() const
Gets the as-read catalog.
Frame const & getImageFrame() const
Frame in pixels.