TPCorr

jwst.transforms.tpcorr Module

A module that provides TPCorr class - a Model derived class that applies linear tangent-plane corrections to V2V3 coordinates of JWST instrument’s WCS.

Authors:Mihai Cara (contact: help@stsci.edu)

Functions

rot_mat3D(angle, axis)

Classes

IncompatibleCorrections An exception class used to report cases when two or more tangent plane corrections cannot be combined into a single one.
TPCorr([v2ref, v3ref, roll, matrix, shift]) Apply V2ref, V3ref, and roll to input angles and project the point from the tangent plane onto a celestial sphere.

Class Inheritance Diagram

Inheritance diagram of jwst.transforms.tpcorr.IncompatibleCorrections, jwst.transforms.tpcorr.TPCorr