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) |
|---|
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. |