Library Functions (nips.lib)

nips.lib Package

The nips.lib module contains the generic library classes for the nips package.

Functions

f_local_roll(v2, v3, m)

Function to compute the local roll angle.

f_m(v2ref, v3ref, raref, decref, rollref)

Function to generate the JWST M = M1 .

f_m1(v2ref, v3ref)

Function to generate the JWST M1 attitude matrix This function generates the JWST M1 attitude matrix.

f_m2(raref, decref, rollref)

Function to generate the JWST M2 attitude matrix This function generates the JWST M2 attitude matrix.

f_sky_to_v2v3(grid, v2ref, v3ref, raref, …)

Function to compute the (V2[],V3[]) coordinates associated to grids of (RA[],DEC[]) coordinates.

f_v2v3_to_sky(grid, v2ref, v3ref, raref, …)

Function to compute the (RAD[],DEC[]) coordinates associated to grids of (V2[],V3[]) coordinates.