lsst.jointcal
master-ga8493ae4fe+4
|
▼CCholmodBase | |
CCholmodSimplicialLDLT2< _MatrixType, _UpLo > | |
Clsst::jointcal::Associations | The class that implements the relations between MeasuredStar and FittedStar |
▼Clsst::jointcal::AstrometryModel | Interface class between AstrometryFit and an actual model for the Mapping (s) from pixels to some tangent plane (aka distortions) |
Clsst::jointcal::ConstrainedPolyModel | This 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::SimplePolyModel | This is the model used to fit independent CCDs, meaning that there is no instrument model |
Clsst::jointcal::CcdImage | Handler of an actual image from a single CCD |
▼Clsst::jointcal::Chi2Accumulator | Base class for Chi2Statistic and Chi2List, to allow addEntry inside Fitter for either class |
Clsst::jointcal::Chi2List | Structure to accumulate the chi2 contributions per each star (to help find outliers) |
Clsst::jointcal::Chi2Statistic | Simple structure to accumulate chi2 and ndof |
Clsst::jointcal::Chi2Star | |
Clsst::jointcal::FastFinder | This is an auxillary class for matching objects from starlists |
Clsst::jointcal::FastFinder::Iterator | Iterator meant to traverse objects within some limiting distance |
▼Clsst::jointcal::FitterBase | Base class for fitters |
Clsst::jointcal::AstrometryFit | Class that handles the astrometric least squares problem |
Clsst::jointcal::PhotometryFit | Class that handles the photometric least squares problem |
Clsst::jointcal::Frame | Rectangle with sides parallel to axes |
▼Clsst::jointcal::Gtransfo | Virtual (interface) class for geometric transformations |
▼Clsst::jointcal::BaseTanWcs | |
Clsst::jointcal::TanPix2RaDec | Transformation that handles pix to sideral transfos (Gnomonic, possibly with polynomial distortions) |
Clsst::jointcal::TanSipPix2RaDec | Implements the (forward) SIP distorsion scheme |
Clsst::jointcal::GtransfoComposition | Private class to handle Gtransfo compositions (i.e |
Clsst::jointcal::GtransfoIdentity | A do-nothing transformation. It anyway has dummy routines to mimick a Gtransfo |
Clsst::jointcal::GtransfoInverse | |
▼Clsst::jointcal::GtransfoPoly | Polynomial transformation class |
▼Clsst::jointcal::GtransfoLin | Implements the linear transformations (6 real coefficients) |
Clsst::jointcal::GtransfoLinRot | Just here to provide a specialized constructor, and fit |
Clsst::jointcal::GtransfoLinScale | Just here to provide specialized constructors. GtransfoLin fit routine |
Clsst::jointcal::GtransfoLinShift | Just here to provide a specialized constructor, and fit |
Clsst::jointcal::TanRaDec2Pix | This one is the Tangent Plane (called gnomonic) projection (from celestial sphere to tangent plane) |
Clsst::jointcal::UserTransfo | Run-time transfo that allows users to define a Gtransfo with minimal coding (just the transfo routine) |
Clsst::jointcal::Histo2d | |
Clsst::jointcal::JointcalControl | |
▼Clsst::jointcal::Mapping | Virtual class needed in the abstraction of the distortion model |
▼Clsst::jointcal::SimpleGtransfoMapping | |
Clsst::jointcal::SimplePolyMapping | Mapping implementation for a polynomial transformation |
Clsst::jointcal::TwoTransfoMapping | The mapping with two transfos in a row |
Clsst::jointcal::MatchConditions | Parameters to be provided to combinatorial searches |
Clsst::jointcal::PhotometryMapping | |
▼Clsst::jointcal::PhotometryModel | Interface class for PhotometryFit |
Clsst::jointcal::ConstrainedPhotometryModel | |
Clsst::jointcal::SimplePhotometryModel | Photometric response model which has a single photometric factor per CcdImage |
▼Clsst::jointcal::PhotometryTransfo | |
Clsst::jointcal::PhotometryTransfoSpatiallyInvariant | |
▼Clsst::jointcal::PmBlock | Objects whose position is going to be fitted. Coordinates in Common Tangent Plane |
Clsst::jointcal::FittedStar | The objects which have been measured several times |
▼Clsst::jointcal::Point | A point in a plane |
▼Clsst::jointcal::FatPoint | A Point with uncertainties |
▼Clsst::jointcal::BaseStar | The base class for handling stars. Used by all matching routines |
Clsst::jointcal::FittedStar | The objects which have been measured several times |
Clsst::jointcal::MeasuredStar | Objects measured on actual images |
Clsst::jointcal::RefStar | Objects used as position anchors, typically USNO stars |
Clsst::jointcal::PolyXY | |
▼Clsst::jointcal::ProjectionHandler | This 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::IdentityProjectionHandler | The simplest implementation of ProjectionHandler |
Clsst::jointcal::OneTPPerVisitHandler | A projection handler in which all CCDs from the same visit have the same tangent point |
Clsst::jointcal::Segment | |
Clsst::jointcal::SparseHisto4d | A class to histogram in 4 dimensions |
Clsst::jointcal::StarMatch | A hanger for star associations |
▼CConfigClass | |
Clsst.jointcal.jointcalCoadd.JointcalCoaddTaskConfig | |
▼CConfig | |
Clsst.jointcal.jointcal.JointcalConfig | |
▼CButlerInitializedTaskRunner | |
Clsst.jointcal.jointcal.JointcalRunner | |
▼CCmdLineTask | |
Clsst.jointcal.jointcal.JointcalTask | |
▼Cstd::list< T > | STL class |
Clsst::jointcal::SegmentList | |
Clsst::jointcal::StarList< Star > | Std::lists of Stars |
Clsst::jointcal::StarMatchList | |
▼Clsst::jointcal::StarList< FittedStar > | |
Clsst::jointcal::FittedStarList | A list of FittedStar s. Such a list is typically constructed by Associations |
▼Clsst::jointcal::StarList< MeasuredStar > | |
Clsst::jointcal::MeasuredStarList | A list of MeasuredStar. They are usually filled in Associations::AddImage |
▼Clsst::jointcal::StarList< RefStar > | |
Clsst::jointcal::RefStarList | |
▼Cpair | |
Clsst::jointcal::SegmentPair | |
▼Cstd::vector< T > | STL class |
Clsst::jointcal::Chi2List | Structure to accumulate the chi2 contributions per each star (to help find outliers) |
Clsst::jointcal::TripletList | |
▼Cobject | |
Clsst.jointcal.utils.JointcalStatistics | |
▼CCoaddDataIdContainer | |
Clsst.jointcal.dataIds.PerTractCcdDataIdContainer | |
▼CMakeCoaddTempExpTask | |
Clsst.jointcal.jointcalCoadd.JointcalCoaddTask |