| 
    LSST Applications
    21.0.0-172-gfb10e10a+18fedfabac,22.0.0+297cba6710,22.0.0+80564b0ff1,22.0.0+8d77f4f51a,22.0.0+a28f4c53b1,22.0.0+dcf3732eb2,22.0.1-1-g7d6de66+2a20fdde0d,22.0.1-1-g8e32f31+297cba6710,22.0.1-1-geca5380+7fa3b7d9b6,22.0.1-12-g44dc1dc+2a20fdde0d,22.0.1-15-g6a90155+515f58c32b,22.0.1-16-g9282f48+790f5f2caa,22.0.1-2-g92698f7+dcf3732eb2,22.0.1-2-ga9b0f51+7fa3b7d9b6,22.0.1-2-gd1925c9+bf4f0e694f,22.0.1-24-g1ad7a390+a9625a72a8,22.0.1-25-g5bf6245+3ad8ecd50b,22.0.1-25-gb120d7b+8b5510f75f,22.0.1-27-g97737f7+2a20fdde0d,22.0.1-32-gf62ce7b1+aa4237961e,22.0.1-4-g0b3f228+2a20fdde0d,22.0.1-4-g243d05b+871c1b8305,22.0.1-4-g3a563be+32dcf1063f,22.0.1-4-g44f2e3d+9e4ab0f4fa,22.0.1-42-gca6935d93+ba5e5ca3eb,22.0.1-5-g15c806e+85460ae5f3,22.0.1-5-g58711c4+611d128589,22.0.1-5-g75bb458+99c117b92f,22.0.1-6-g1c63a23+7fa3b7d9b6,22.0.1-6-g50866e6+84ff5a128b,22.0.1-6-g8d3140d+720564cf76,22.0.1-6-gd805d02+cc5644f571,22.0.1-8-ge5750ce+85460ae5f3,master-g6e05de7fdc+babf819c66,master-g99da0e417a+8d77f4f51a,w.2021.48
    
   LSST Data Management Base Package 
   | 
 
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... | |
| MeasuredStarList const & | getCatalogForFit () const | 
| Gets the catalog to be used for fitting, which may have been cleaned-up.  More... | |
| MeasuredStarList & | getCatalogForFit () | 
| 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 | getEpoch () const | 
| 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... | |
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 153 of file CcdImage.cc.
      
  | 
  inline | 
      
  | 
  inline | 
Gets the boresight RA/Dec.
Definition at line 165 of file CcdImage.h.
      
  | 
  inline | 
Definition at line 95 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 | 
      
  | 
  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 | 
      
  | 
  inline | 
Definition at line 150 of file CcdImage.h.
      
  | 
  inline | 
Definition at line 157 of file CcdImage.h.
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 152 of file CcdImage.h.
      
  | 
  inline | 
Definition at line 167 of file CcdImage.h.
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 169 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 160 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 187 of file CcdImage.h.
      
  | 
  inline | 
Definition at line 181 of file CcdImage.h.
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 142 of file CcdImage.h.
      
  | 
  inline | 
Definition at line 136 of file CcdImage.h.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  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 168 of file CcdImage.cc.