lsst.jointcal

The lsst.jointcal module simultaneously optimizes the astrometric and photometric calibrations of a set of astronomical images.

Contributing

lsst.jointcal is developed at https://github.com/lsst/jointcal. You can find Jira issues for this module under the jointcal component.

Python API reference

lsst.jointcal Package

Functions

inversePolyTransform(forward, domain, precision)

Classes

Associations

AstrometryFit

AstrometryMapping

AstrometryModel

AstrometryTransform

AstrometryTransformIdentity

AstrometryTransformLinear

AstrometryTransformLinearRot

AstrometryTransformLinearScale

AstrometryTransformLinearShift

AstrometryTransformPolynomial

AstrometryTransformSkyWcs

BaseTanWcs

CcdImage

Chi2Statistic

ChipVisitAstrometryMapping

ChipVisitFluxMapping

ChipVisitMagnitudeMapping

ChipVisitPhotometryMapping

ConstrainedAstrometryModel

ConstrainedFluxModel

ConstrainedMagnitudeModel

ConstrainedPhotometryModel

FitterBase

FluxTransformChebyshev

FluxTransformSpatiallyInvariant

IdentityProjectionHandler

JointcalConfig(*args, **kw)

Configuration for JointcalTask

JointcalControl

JointcalRunner(TaskClass, parsedCmd[, ...])

Subclass of TaskRunner for jointcalTask (gen2)

JointcalTask([butler, initInputs])

Astrometricly and photometricly calibrate across multiple visits of the same field.

MagnitudeTransformChebyshev

MagnitudeTransformSpatiallyInvariant

MinimizeResult

Members:

OneTPPerVisitHandler

PhotometryFit

PhotometryMapping

PhotometryMappingBase

PhotometryModel

PhotometryTransform

PhotometryTransformChebyshev

PhotometryTransformSpatiallyInvariant

ProjectionHandler

SimpleAstrometryMapping

SimpleAstrometryModel

SimpleFluxModel

SimpleMagnitudeModel

SimplePhotometryModel

SimplePolyMapping

TanPixelToRaDec

TanRaDecToPixel

TanSipPixelToRaDec

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.chi2.Chi2Statistic, 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.projectionHandler.IdentityProjectionHandler, 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.cameraGeometry Module

Classes

CameraModel(wcsList, detectors, camera[, n])

Convert a jointcal SkyWcs into a distortion model and detector positions (TODO) that can be used by cameraGeom.

Class Inheritance Diagram

Inheritance diagram of lsst.jointcal.cameraGeometry.CameraModel