lsst.jointcal  14.0-19-g0e46020+4
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 CCholmodBase
 CCholmodSimplicialLDLT2< _MatrixType, _UpLo >
 Cstd::list< Segment > [external]
 Clsst::jointcal::SegmentList
 Cstd::list< StarMatch > [external]
 Clsst::jointcal::StarMatchList
 Cstd::list< std::shared_ptr< FittedStar > > [external]
 Clsst::jointcal::StarList< FittedStar >
 Clsst::jointcal::FittedStarListA list of FittedStar s. Such a list is typically constructed by Associations
 Cstd::list< std::shared_ptr< MeasuredStar > > [external]
 Clsst::jointcal::StarList< MeasuredStar >
 Clsst::jointcal::MeasuredStarListA list of MeasuredStar. They are usually filled in Associations::AddImage
 Cstd::list< std::shared_ptr< RefStar > > [external]
 Clsst::jointcal::StarList< RefStar >
 Clsst::jointcal::RefStarList
 Cstd::list< std::shared_ptr< Star > > [external]
 Clsst::jointcal::StarList< Star >Std::lists of Stars
 Clsst::jointcal::AssociationsThe class that implements the relations between MeasuredStar and FittedStar
 Clsst::jointcal::AstrometryModelInterface class between AstrometryFit and an actual model for the Mapping (s) from pixels to some tangent plane (aka distortions)
 Clsst::jointcal::ConstrainedPolyModelThis is the model used to fit mappings as the combination of a transformation depending on the chip number (instrument model) and a transformation per visit (anamorphism)
 Clsst::jointcal::SimplePolyModelThis is the model used to fit independent CCDs, meaning that there is no instrument model
 Clsst::jointcal::CcdImageHandler of an actual image from a single CCD
 Clsst::jointcal::Chi2AccumulatorBase class for Chi2Statistic and Chi2List, to allow addEntry inside Fitter for either class
 Clsst::jointcal::Chi2ListStructure to accumulate the chi2 contributions per each star (to help find outliers)
 Clsst::jointcal::Chi2StatisticSimple structure to accumulate chi2 and ndof
 Clsst::jointcal::Chi2Star
 Clsst::jointcal::FastFinderThis is an auxillary class for matching objects from starlists
 Clsst::jointcal::FastFinder::IteratorIterator meant to traverse objects within some limiting distance
 Clsst::jointcal::FitterBaseBase class for fitters
 Clsst::jointcal::AstrometryFitClass that handles the astrometric least squares problem
 Clsst::jointcal::PhotometryFitClass that handles the photometric least squares problem
 Clsst::jointcal::FrameRectangle with sides parallel to axes
 Clsst::jointcal::GtransfoVirtual (interface) class for geometric transformations
 Clsst::jointcal::BaseTanWcs
 Clsst::jointcal::TanPix2RaDecTransformation that handles pix to sideral transfos (Gnomonic, possibly with polynomial distortions)
 Clsst::jointcal::TanSipPix2RaDecImplements the (forward) SIP distorsion scheme
 Clsst::jointcal::GtransfoCompositionPrivate class to handle Gtransfo compositions (i.e
 Clsst::jointcal::GtransfoIdentityA do-nothing transformation. It anyway has dummy routines to mimick a Gtransfo
 Clsst::jointcal::GtransfoInverse
 Clsst::jointcal::GtransfoPolyPolynomial transformation class
 Clsst::jointcal::GtransfoLinImplements the linear transformations (6 real coefficients)
 Clsst::jointcal::GtransfoLinRotJust here to provide a specialized constructor, and fit
 Clsst::jointcal::GtransfoLinScaleJust here to provide specialized constructors. GtransfoLin fit routine
 Clsst::jointcal::GtransfoLinShiftJust here to provide a specialized constructor, and fit
 Clsst::jointcal::TanRaDec2PixThis one is the Tangent Plane (called gnomonic) projection (from celestial sphere to tangent plane)
 Clsst::jointcal::UserTransfoRun-time transfo that allows users to define a Gtransfo with minimal coding (just the transfo routine)
 Clsst::jointcal::Histo2d
 Clsst::jointcal::JointcalControl
 Clsst::jointcal::MappingVirtual class needed in the abstraction of the distortion model
 Clsst::jointcal::SimpleGtransfoMapping
 Clsst::jointcal::SimplePolyMappingMapping implementation for a polynomial transformation
 Clsst::jointcal::TwoTransfoMappingThe mapping with two transfos in a row
 Clsst::jointcal::MatchConditionsParameters to be provided to combinatorial searches
 Clsst::jointcal::PhotometryMappingBaseRelates transfo(s) to their position in the fitting matrix and allows interaction with the transfo(s)
 Clsst::jointcal::ChipVisitPhotometryMappingA two-level photometric transform: one for the ccd and one for the visit
 Clsst::jointcal::PhotometryMappingA mapping containing a single photometryTransfo
 Clsst::jointcal::PhotometryModelInterface class for PhotometryFit
 Clsst::jointcal::ConstrainedPhotometryModelPhotometry model with constraints, \(M(x,y) = M_CCD(x,y)*M_visit(u,v)\)
 Clsst::jointcal::SimplePhotometryModelPhotometric response model which has a single photometric factor per CcdImage
 Clsst::jointcal::PhotometryTransfo
 Clsst::jointcal::PhotometryTransfoChebyshevNth-degree 2d Chebyshev photometry transfo
 Clsst::jointcal::PhotometryTransfoSpatiallyInvariant
 Clsst::jointcal::PmBlockObjects whose position is going to be fitted. Coordinates in Common Tangent Plane
 Clsst::jointcal::FittedStarThe objects which have been measured several times
 Clsst::jointcal::PointA point in a plane
 Clsst::jointcal::FatPointA Point with uncertainties
 Clsst::jointcal::BaseStarThe base class for handling stars. Used by all matching routines
 Clsst::jointcal::FittedStarThe objects which have been measured several times
 Clsst::jointcal::MeasuredStarObjects measured on actual images
 Clsst::jointcal::RefStarObjects used as position anchors, typically USNO stars
 Clsst::jointcal::PolyXY
 Clsst::jointcal::ProjectionHandlerThis is a virtual class that allows a lot of freedom in the choice of the projection from "Sky" (where coodinates are reported) to tangent plane (where they are compared to transformed measurements)
 Clsst::jointcal::IdentityProjectionHandlerThe simplest implementation of ProjectionHandler
 Clsst::jointcal::OneTPPerVisitHandlerA projection handler in which all CCDs from the same visit have the same tangent point
 Clsst::jointcal::Segment
 Clsst::jointcal::SparseHisto4dA class to histogram in 4 dimensions
 Clsst::jointcal::StarMatchA hanger for star associations
 CConfigClass
 Clsst.jointcal.jointcalCoadd.JointcalCoaddTaskConfig
 Cstd::pair< Segment *, Segment *> [external]
 Clsst::jointcal::SegmentPair
 CConfig
 Clsst.jointcal.jointcal.JointcalConfig
 CButlerInitializedTaskRunner
 Clsst.jointcal.jointcal.JointcalRunner
 CCmdLineTask
 Clsst.jointcal.jointcal.JointcalTask
 Cstd::hash< lsst::jointcal::CcdImageKey >Hash a ccdImage by its visit and ccd IDs
 Cstd::vector< Chi2Star > [external]
 Clsst::jointcal::Chi2ListStructure to accumulate the chi2 contributions per each star (to help find outliers)
 Cstd::vector< Trip > [external]
 Clsst::jointcal::TripletList
 Cobject
 Clsst.jointcal.utils.JointcalStatistics
 CCoaddDataIdContainer
 Clsst.jointcal.dataIds.PerTractCcdDataIdContainer
 CMakeCoaddTempExpTask
 Clsst.jointcal.jointcalCoadd.JointcalCoaddTask