Methods

class jwst.lib.set_telescope_pointing.Methods(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Bases: Enum

Available methods to calculate V1 and aperture WCS information

Current state-of-art is OPS_TR_202111. This method chooses either COARSE_TR_202111 or TRACK_TR_202111 depending on the guidance mode, as specified by header keyword PCS_MODE.

Attributes Summary

COARSE

Default algorithm under PCS_MODE COARSE.

COARSE_TR_202111

COARSE tracking mode algorithm, TR version 2021-11.

OPS

Default algorithm for use by Operations.

OPS_TR_202111

Method to use in OPS to use TR version 2021-11

TRACK

Default algorithm under PCS_MODE TRACK/FINEGUIDE/MOVING.

TRACK_TR_202111

TRACK and FINEGUIDE mode algorithm, TR version 2021-11

calc_func

Function associated with the method

default

Algorithm to use by default.

func

Function associated with the method

mnemonics

Attributes Documentation

COARSE = 'coarse_tr_202111'

Default algorithm under PCS_MODE COARSE.

COARSE_TR_202111 = 'coarse_tr_202111'

COARSE tracking mode algorithm, TR version 2021-11.

OPS = 'ops_tr_202111'

Default algorithm for use by Operations.

OPS_TR_202111 = 'ops_tr_202111'

Method to use in OPS to use TR version 2021-11

TRACK = 'track_tr_202111'

Default algorithm under PCS_MODE TRACK/FINEGUIDE/MOVING.

TRACK_TR_202111 = 'track_tr_202111'

TRACK and FINEGUIDE mode algorithm, TR version 2021-11

calc_func

Function associated with the method

default = 'ops_tr_202111'

Algorithm to use by default. Used by Operations.

func

Function associated with the method

mnemonics