▼Cdimensions | |
►Clsst.jointcal.jointcal.JointcalTaskConnections | |
Clsst.jointcal.jointcal.JointcalConfig | |
▼CEigen::CholmodBase | |
CCholmodSimplicialLDLT2< _MatrixType, _UpLo > | |
▼Cstd::list< Segment > [external] | |
Clsst::jointcal::SegmentList | |
▼Cstd::list< StarMatch > [external] | |
Clsst::jointcal::StarMatchList | |
▼Cstd::list< std::shared_ptr< Star > > [external] | |
Clsst::jointcal::StarList< Star > | Std::lists of Stars |
Clsst::jointcal::Associations | The class that implements the relations between MeasuredStar and FittedStar |
▼Clsst::jointcal::AstrometryMapping | Virtual class needed in the abstraction of the distortion model |
Clsst::jointcal::ChipVisitAstrometryMapping | The mapping with two transforms in a row |
►Clsst::jointcal::SimpleAstrometryMapping | |
Clsst::jointcal::SimplePolyMapping | Mapping implementation for a polynomial transformation |
▼Clsst::jointcal::AstrometryModel | Interface between AstrometryFit and the combinations of Mappings from pixels to some tangent plane (aka distortions) |
Clsst::jointcal::ConstrainedAstrometryModel | A multi-component model, fitting mappings for sensors and visits simultaneously |
Clsst::jointcal::SimpleAstrometryModel | A model where there is one independent transform per CcdImage |
▼Clsst::jointcal::AstrometryTransform | Virtual (interface) class for geometric transformations |
Clsst::jointcal::AstrometryTransformComposition | Private class to handle AstrometryTransform compositions (i.e |
Clsst::jointcal::AstrometryTransformIdentity | A do-nothing transformation. It anyway has dummy routines to mimick a AstrometryTransform |
Clsst::jointcal::AstrometryTransformInverse | |
►Clsst::jointcal::AstrometryTransformPolynomial | Polynomial transformation class |
►Clsst::jointcal::AstrometryTransformLinear | Implements the linear transformations (6 real coefficients) |
Clsst::jointcal::AstrometryTransformLinearRot | Just here to provide a specialized constructor, and fit |
Clsst::jointcal::AstrometryTransformLinearScale | Just here to provide specialized constructors. AstrometryTransformLinear fit routine |
Clsst::jointcal::AstrometryTransformLinearShift | Just here to provide a specialized constructor, and fit |
Clsst::jointcal::AstrometryTransformSkyWcs | A AstrometryTransform that holds a SkyWcs |
►Clsst::jointcal::BaseTanWcs | |
Clsst::jointcal::TanPixelToRaDec | The transformation that handles pixels to sideral transformations (Gnomonic, possibly with polynomial distortions) |
Clsst::jointcal::TanSipPixelToRaDec | Implements the (forward) SIP distorsion scheme |
Clsst::jointcal::TanRaDecToPixel | This one is the Tangent Plane (called gnomonic) projection (from celestial sphere to tangent plane) |
Clsst::jointcal::UserTransform | A run-time transform that allows users to define a AstrometryTransform with minimal coding (just the apply routine) |
Clsst::jointcal::CcdImage | Handler of an actual image from a single CCD |
Clsst::jointcal::CcdImageKey | For hashing a ccdImage: the pair of (visit, ccd) IDs should be unique to each ccdImage |
Clsst.jointcal.check_logged_chi2.Chi2Data | |
Clsst.jointcal.check_logged_chi2.LogParser | |
▼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::ConstrainedPhotometryModel::PrepPhotoCalib | To hold the return of prepPhotoCalib |
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::Histo2d | |
Clsst.jointcal.jointcal.JointcalInputData | |
Clsst::jointcal::JointcalControl | |
Clsst::jointcal::MatchConditions | Parameters to be provided to combinatorial searches |
▼Clsst::jointcal::PhotometryMappingBase | Relates transform(s) to their position in the fitting matrix and allows interaction with the transform(s) |
►Clsst::jointcal::ChipVisitPhotometryMapping | A two-level photometric transform: one for the ccd and one for the visit |
Clsst::jointcal::ChipVisitFluxMapping | |
Clsst::jointcal::ChipVisitMagnitudeMapping | |
Clsst::jointcal::PhotometryMapping | A mapping containing a single photometryTransform |
▼Clsst::jointcal::PhotometryModel | |
►Clsst::jointcal::ConstrainedPhotometryModel | Photometry model with constraints, \(M(x,y) = M_CCD(x,y)*M_visit(u,v)\) |
Clsst::jointcal::ConstrainedFluxModel | |
Clsst::jointcal::ConstrainedMagnitudeModel | |
►Clsst::jointcal::SimplePhotometryModel | Photometric response model which has a single photometric factor per CcdImage |
Clsst::jointcal::SimpleFluxModel | |
Clsst::jointcal::SimpleMagnitudeModel | |
▼Clsst::jointcal::PhotometryTransform | A photometric transform, defined in terms of the input flux or magnitude |
►Clsst::jointcal::PhotometryTransformChebyshev | Nth-order 2d Chebyshev photometry transform |
Clsst::jointcal::FluxTransformChebyshev | Nth-order 2d Chebyshev photometry transform, times the input flux |
Clsst::jointcal::MagnitudeTransformChebyshev | Nth-order 2d Chebyshev photometry transform, plus the input flux |
►Clsst::jointcal::PhotometryTransformSpatiallyInvariant | Photometry offset independent of position |
Clsst::jointcal::FluxTransformSpatiallyInvariant | Photometric offset independent of position, defined as (fluxMag0)^-1 |
Clsst::jointcal::MagnitudeTransformSpatiallyInvariant | Photometric offset independent of position, defined as -2.5 * log(flux / fluxMag0) |
▼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 |
Clsst.jointcal.utils.JointcalStatistics | |
▼Cstd::pair< Segment *, Segment * > [external] | |
Clsst::jointcal::SegmentPair | |
▼CpipeBase.ButlerInitializedTaskRunner | |
Clsst.jointcal.jointcal.JointcalRunner | |
▼CpipeBase.CmdLineTask | |
Clsst.jointcal.jointcal.JointcalTask | |
▼CpipeBase.PipelineTask | |
Clsst.jointcal.jointcal.JointcalTask | |
▼CpipeBase.PipelineTaskConfig | |
Clsst.jointcal.jointcal.JointcalConfig | |
▼CpipeBase.PipelineTaskConnections | |
Clsst.jointcal.jointcal.JointcalTaskConnections | |
▼CpipelineConnections | |
Clsst.jointcal.jointcal.JointcalConfig | |
Cstd::hash< lsst::jointcal::CcdImageKey > | Hash a ccdImage by its visit and ccd IDs |
▼Cstd::list< T > [external] | STL class |
►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::createCcdImage |
►Clsst::jointcal::StarList< RefStar > | |
Clsst::jointcal::RefStarList | |
▼Cstd::vector< Chi2Star > [external] | |
Clsst::jointcal::Chi2List | Structure to accumulate the chi2 contributions per each star (to help find outliers) |
▼Cstd::vector< Trip > [external] | |
Clsst::jointcal::TripletList | |
▼CCoaddDataIdContainer | |
Clsst.jointcal.dataIds.PerTractCcdDataIdContainer | |