| ▼Nlsst | Class for a simple mapping implementing a generic AstrometryTransform |
| ▼Njointcal | |
| ▼NdataIds | |
| CPerTractCcdDataIdContainer | |
| ▼Njointcal | |
| CJointcalConfig | |
| CJointcalRunner | |
| CJointcalTask | |
| ▼Nutils | |
| CJointcalStatistics | |
| CAssociations | The class that implements the relations between MeasuredStar and FittedStar |
| CAstrometryFit | Class that handles the astrometric least squares problem |
| CAstrometryMapping | Virtual class needed in the abstraction of the distortion model |
| CAstrometryModel | Interface between AstrometryFit and the combinations of Mappings from pixels to some tangent plane (aka distortions) |
| CAstrometryTransform | Virtual (interface) class for geometric transformations |
| CAstrometryTransformComposition | Private class to handle AstrometryTransform compositions (i.e |
| CAstrometryTransformIdentity | A do-nothing transformation. It anyway has dummy routines to mimick a AstrometryTransform |
| CAstrometryTransformInverse | |
| CAstrometryTransformLinear | Implements the linear transformations (6 real coefficients) |
| CAstrometryTransformLinearRot | Just here to provide a specialized constructor, and fit |
| CAstrometryTransformLinearScale | Just here to provide specialized constructors. AstrometryTransformLinear fit routine |
| CAstrometryTransformLinearShift | Just here to provide a specialized constructor, and fit |
| CAstrometryTransformPolynomial | Polynomial transformation class |
| CAstrometryTransformSkyWcs | A AstrometryTransform that holds a SkyWcs |
| CBaseStar | The base class for handling stars. Used by all matching routines |
| CBaseTanWcs | |
| CCcdImage | Handler of an actual image from a single CCD |
| CCcdImageKey | For hashing a ccdImage: the pair of (visit, ccd) IDs should be unique to each ccdImage |
| CChi2Accumulator | Base class for Chi2Statistic and Chi2List, to allow addEntry inside Fitter for either class |
| CChi2List | Structure to accumulate the chi2 contributions per each star (to help find outliers) |
| CChi2Star | |
| CChi2Statistic | Simple structure to accumulate chi2 and ndof |
| CChipVisitAstrometryMapping | The mapping with two transforms in a row |
| CChipVisitFluxMapping | |
| CChipVisitMagnitudeMapping | |
| CChipVisitPhotometryMapping | A two-level photometric transform: one for the ccd and one for the visit |
| CConstrainedAstrometryModel | A multi-component model, fitting mappings for sensors and visits simultaneously |
| CConstrainedFluxModel | |
| CConstrainedMagnitudeModel | |
| ▼CConstrainedPhotometryModel | Photometry model with constraints, \(M(x,y) = M_CCD(x,y)*M_visit(u,v)\) |
| CPrepPhotoCalib | To hold the return of prepPhotoCalib |
| ▼CFastFinder | This is an auxillary class for matching objects from starlists |
| CIterator | Iterator meant to traverse objects within some limiting distance |
| CFatPoint | A Point with uncertainties |
| CFittedStar | The objects which have been measured several times |
| CFittedStarList | A list of FittedStar s. Such a list is typically constructed by Associations |
| CFitterBase | Base class for fitters |
| CFluxTransformChebyshev | Nth-order 2d Chebyshev photometry transform, times the input flux |
| CFluxTransformSpatiallyInvariant | Photometric offset independent of position, defined as (fluxMag0)^-1 |
| CFrame | Rectangle with sides parallel to axes |
| CHisto2d | |
| CIdentityProjectionHandler | The simplest implementation of ProjectionHandler |
| CJointcalControl | |
| CMagnitudeTransformChebyshev | Nth-order 2d Chebyshev photometry transform, plus the input flux |
| CMagnitudeTransformSpatiallyInvariant | Photometric offset independent of position, defined as -2.5 * log(flux / fluxMag0) |
| CMatchConditions | Parameters to be provided to combinatorial searches |
| CMeasuredStar | Objects measured on actual images |
| CMeasuredStarList | A list of MeasuredStar. They are usually filled in Associations::createCcdImage |
| COneTPPerVisitHandler | A projection handler in which all CCDs from the same visit have the same tangent point |
| CPhotometryFit | Class that handles the photometric least squares problem |
| CPhotometryMapping | A mapping containing a single photometryTransform |
| CPhotometryMappingBase | Relates transform(s) to their position in the fitting matrix and allows interaction with the transform(s) |
| CPhotometryModel | |
| CPhotometryTransform | A photometric transform, defined in terms of the input flux or magnitude |
| CPhotometryTransformChebyshev | Nth-order 2d Chebyshev photometry transform |
| CPhotometryTransformSpatiallyInvariant | Photometry offset independent of position |
| CPmBlock | Objects whose position is going to be fitted. Coordinates in Common Tangent Plane |
| CPoint | A point in a plane |
| CPolyXY | |
| CProjectionHandler | 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) |
| CRefStar | Objects used as position anchors, typically USNO stars |
| CRefStarList | |
| CSegment | |
| CSegmentList | |
| CSegmentPair | |
| CSimpleAstrometryMapping | |
| CSimpleAstrometryModel | A model where there is one independent transform per CcdImage |
| CSimpleFluxModel | |
| CSimpleMagnitudeModel | |
| CSimplePhotometryModel | Photometric response model which has a single photometric factor per CcdImage |
| CSimplePolyMapping | Mapping implementation for a polynomial transformation |
| CSparseHisto4d | A class to histogram in 4 dimensions |
| CStarList | Std::lists of Stars |
| CStarMatch | A hanger for star associations |
| CStarMatchList | |
| CTanPixelToRaDec | The transformation that handles pixels to sideral transformations (Gnomonic, possibly with polynomial distortions) |
| CTanRaDecToPixel | This one is the Tangent Plane (called gnomonic) projection (from celestial sphere to tangent plane) |
| CTanSipPixelToRaDec | Implements the (forward) SIP distorsion scheme |
| CTripletList | |
| CUserTransform | A run-time transform that allows users to define a AstrometryTransform with minimal coding (just the apply routine) |
| ▼Nstd | STL namespace |
| Chash< lsst::jointcal::CcdImageKey > | Hash a ccdImage by its visit and ccd IDs |
| CCholmodSimplicialLDLT2 | |