|
| CcdImage (afw::table::SourceCatalog &record, const std::shared_ptr< lsst::afw::geom::SkyWcs > &wcs, const std::shared_ptr< lsst::afw::image::VisitInfo > &visitInfo, lsst::geom::Box2I const &bbox, std::string 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.
|
|
| CcdImage (CcdImage &&)=delete |
|
CcdImage & | operator= (CcdImage const &)=delete |
|
CcdImage & | operator= (CcdImage &&)=delete |
|
std::string | getName () const |
| Return the _name that identifies this ccdImage.
|
|
MeasuredStarList const & | getWholeCatalog () const |
| Gets the as-read catalog.
|
|
MeasuredStarList const & | getCatalogForFit () const |
| Gets the catalog to be used for fitting, which may have been cleaned-up.
|
|
MeasuredStarList & | getCatalogForFit () |
|
void | resetCatalogForFit () |
| Clear the catalog for fitting and set it to a copy of the whole catalog.
|
|
std::pair< int, int > | countStars () const |
| Count the number of valid measured and reference stars that fall within this ccdImage.
|
|
void | setCommonTangentPoint (Point const &commonTangentPoint) |
| Sets the common tangent point and computes necessary transforms.
|
|
jointcal::Point const & | getCommonTangentPoint () const |
| Gets the common tangent point, shared between all ccdImages.
|
|
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
|
|
VisitIdType | getVisit () const |
| returns visit ID
|
|
std::shared_ptr< afw::cameraGeom::Detector > | getDetector () const |
|
CcdImageKey | getHashKey () const |
|
double | getAirMass () const |
| Airmass.
|
|
double | getEpoch () const |
|
std::shared_ptr< afw::image::PhotoCalib > | getPhotoCalib () const |
| Return the exposure's photometric calibration.
|
|
lsst::geom::SpherePoint | getBoresightRaDec () const |
| Gets the boresight RA/Dec.
|
|
double | getHourAngle () const |
|
double | getLstObs () const |
|
double | getSinEta () const |
| Parallactic angle.
|
|
double | getCosEta () const |
| Parallactic angle.
|
|
double | getTanZ () const |
| Parallactic angle.
|
|
Point | getRefractionVector () const |
|
std::string | getFilter () const |
| return the CcdImage filter name
|
|
std::shared_ptr< AstrometryTransform > const | getReadWcs () const |
| the wcs read in the header. NOT updated when fitting.
|
|
Frame const & | getImageFrame () const |
| Frame in pixels.
|
|
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.