lsst.jointcal

Python API reference

lsst.jointcal Package

Functions

inversePolyTransfo(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.gtransfo.BaseTanWcs, lsst.jointcal.ccdImage.CcdImage, 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.photometryTransfo.FluxTransfoChebyshev, lsst.jointcal.photometryTransfo.FluxTransfoSpatiallyInvariant, lsst.jointcal.gtransfo.Gtransfo, lsst.jointcal.gtransfo.GtransfoIdentity, lsst.jointcal.gtransfo.GtransfoLin, lsst.jointcal.gtransfo.GtransfoLinRot, lsst.jointcal.gtransfo.GtransfoLinScale, lsst.jointcal.gtransfo.GtransfoLinShift, lsst.jointcal.gtransfo.GtransfoPoly, lsst.jointcal.gtransfo.GtransfoSkyWcs, lsst.jointcal.jointcalCoadd.JointcalCoaddTask, lsst.jointcal.jointcalCoadd.JointcalCoaddTaskConfig, lsst.jointcal.jointcal.JointcalConfig, lsst.jointcal.jointcalControl.JointcalControl, lsst.jointcal.jointcal.JointcalRunner, lsst.jointcal.jointcal.JointcalTask, lsst.jointcal.photometryTransfo.MagnitudeTransfoChebyshev, lsst.jointcal.photometryTransfo.MagnitudeTransfoSpatiallyInvariant, 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.photometryTransfo.PhotometryTransfo, lsst.jointcal.photometryTransfo.PhotometryTransfoChebyshev, lsst.jointcal.photometryTransfo.PhotometryTransfoSpatiallyInvariant, lsst.jointcal.projectionHandler.ProjectionHandler, lsst.jointcal.astrometryModels.SimpleAstrometryModel, lsst.jointcal.photometryModels.SimpleFluxModel, lsst.jointcal.astrometryMappings.SimpleGtransfoMapping, lsst.jointcal.photometryModels.SimpleMagnitudeModel, lsst.jointcal.photometryModels.SimplePhotometryModel, lsst.jointcal.astrometryMappings.SimplePolyMapping, lsst.jointcal.gtransfo.TanPix2RaDec, lsst.jointcal.gtransfo.TanRaDec2Pix, lsst.jointcal.gtransfo.TanSipPix2RaDec, lsst.jointcal.astrometryMappings.TwoTransfoMapping

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