lsst.jointcal

Python API reference

lsst.jointcal Package

Functions

inversePolyTransform(forward, domain, …)

Class Inheritance Diagram

Inheritance diagram of lsst.jointcal.associations.Associations, lsst.jointcal.fitter.AstrometryFit, lsst.jointcal.astrometryMappings.AstrometryMapping, lsst.jointcal.astrometryModels.AstrometryModel, lsst.jointcal.astrometryTransform.AstrometryTransform, lsst.jointcal.astrometryTransform.AstrometryTransformIdentity, lsst.jointcal.astrometryTransform.AstrometryTransformLinear, lsst.jointcal.astrometryTransform.AstrometryTransformLinearRot, lsst.jointcal.astrometryTransform.AstrometryTransformLinearScale, lsst.jointcal.astrometryTransform.AstrometryTransformLinearShift, lsst.jointcal.astrometryTransform.AstrometryTransformPolynomial, lsst.jointcal.astrometryTransform.AstrometryTransformSkyWcs, lsst.jointcal.astrometryTransform.BaseTanWcs, lsst.jointcal.ccdImage.CcdImage, lsst.jointcal.astrometryMappings.ChipVisitAstrometryMapping, lsst.jointcal.photometryMappings.ChipVisitFluxMapping, lsst.jointcal.photometryMappings.ChipVisitMagnitudeMapping, lsst.jointcal.photometryMappings.ChipVisitPhotometryMapping, lsst.jointcal.astrometryModels.ConstrainedAstrometryModel, lsst.jointcal.photometryModels.ConstrainedFluxModel, lsst.jointcal.photometryModels.ConstrainedMagnitudeModel, lsst.jointcal.photometryModels.ConstrainedPhotometryModel, lsst.jointcal.fitter.FitterBase, lsst.jointcal.photometryTransform.FluxTransformChebyshev, lsst.jointcal.photometryTransform.FluxTransformSpatiallyInvariant, lsst.jointcal.jointcal.JointcalConfig, lsst.jointcal.jointcalControl.JointcalControl, lsst.jointcal.jointcal.JointcalRunner, lsst.jointcal.jointcal.JointcalTask, lsst.jointcal.photometryTransform.MagnitudeTransformChebyshev, lsst.jointcal.photometryTransform.MagnitudeTransformSpatiallyInvariant, lsst.jointcal.fitter.MinimizeResult, lsst.jointcal.projectionHandler.OneTPPerVisitHandler, lsst.jointcal.fitter.PhotometryFit, lsst.jointcal.photometryMappings.PhotometryMapping, lsst.jointcal.photometryMappings.PhotometryMappingBase, lsst.jointcal.photometryModels.PhotometryModel, lsst.jointcal.photometryTransform.PhotometryTransform, lsst.jointcal.photometryTransform.PhotometryTransformChebyshev, lsst.jointcal.photometryTransform.PhotometryTransformSpatiallyInvariant, lsst.jointcal.projectionHandler.ProjectionHandler, lsst.jointcal.astrometryMappings.SimpleAstrometryMapping, lsst.jointcal.astrometryModels.SimpleAstrometryModel, lsst.jointcal.photometryModels.SimpleFluxModel, lsst.jointcal.photometryModels.SimpleMagnitudeModel, lsst.jointcal.photometryModels.SimplePhotometryModel, lsst.jointcal.astrometryMappings.SimplePolyMapping, lsst.jointcal.astrometryTransform.TanPixelToRaDec, lsst.jointcal.astrometryTransform.TanRaDecToPixel, lsst.jointcal.astrometryTransform.TanSipPixelToRaDec

lsst.jointcal.dataIds Module

Classes

PerTractCcdDataIdContainer([level]) A version of lsst.pipe.base.DataIdContainer that combines raw data IDs (defined as whatever we use for ‘src’) with a tract.

Class Inheritance Diagram

Inheritance diagram of lsst.jointcal.dataIds.PerTractCcdDataIdContainer

lsst.jointcal.utils Module

Statistics of jointcal vs. single-frame procesing and diagnostic plots.

Notes

Some of the algorithms and data structures in this code are temporary kludges and will no longer be necessary once the following are available:

  • a composite data structure that contains all ccds from a single visit
  • an n-way matching system that preserves the separations between sources

Classes

JointcalStatistics([match_radius, …]) Compute statistics on jointcal-processed data, and optionally generate plots.

Class Inheritance Diagram

Inheritance diagram of lsst.jointcal.utils.JointcalStatistics