C TSPSUBS routines
C.1 TSPSUBS — Routines to Create New Structures
-
TSP_COPY: - Copy a
TSP structure from one locator to another
-
TSP_CREATE_1D: - Create a
1DTSP structure
-
TSP_CREATE_2D: - Create a
2DTSP structure
-
TSP_CREATE_3D: - Create a
3DTSP structure
-
TSP_TEMP: - Create a temporary array.
C.2 TSPSUBS — Routines to Find or Create Stokes Components
-
TSP_GET_STOKES: - Get locator to a Stokes component of a polarimetry structure.
-
TSP_STOKES: - Find out which Stokes parameters are present in a dataset
-
TSP_ADD_STOKES: - Add a new Stokes component to a polarimetry structure.
-
TSP_DELETE_STOKES: - Delete a Stokes component from a polarimetry structure.
C.3 TSPSUBS — Routines to Map or Unmap Data Arrays
-
TSP_MAP_DATA: - Map the data array of an
NDF structure
-
TSP_MAP_SLICE: - Map a slice of the data array of an
NDF structure
-
TSP_MAP_VSLICE: - Map a slice of the variance array of an
NDF structure
-
TSP_MAP_VAR: - Map the variance array of an
NDF structure
-
TSP_MAP_LAMBDA: - Map the wavelength axis of a
TSP structure
-
TSP_MAP_X: - Map the X axis of a
TSP structure
-
TSP_MAP_Y: - Map the Y axis of a
TSP structure
-
TSP_MAP_TIME: - Map the time axis of a
TSP structure
-
TSP_UNMAP: - Unmap a mapped data array
C.4 TSPSUBS — Routines to Inquire or Alter the Data Array Size
-
TSP_RESIZE: - Change the size of all the data arrays in a structure
-
TSP_SIZE: - Return the dimensions of a
TSP structure
C.5 TSPSUBS — Routines to Read or Write LABEL and UNITS strings
-
TSP_RLU: - Read the
LABEL and UNITS of a structure
-
TSP_RLU_LAMBDA: - Read the
LABEL and UNITS of a the wavelength axis
-
TSP_RLU_X: - Read the
LABEL and UNITS of the X axis
-
TSP_RLU_Y: - Read the
LABEL and UNITS of the Y axis
-
TSP_RLU_TIME: - Read the
LABEL and UNITS of the time axis
-
TSP_WLU: - Write the
LABEL and UNITS of a structure
-
TSP_WLU_LAMBDA: - Write the
LABEL and UNITS of the wavelength axis
-
TSP_WLU_X: - Write the
LABEL and UNITS of the X axis
-
TSP_WLU_Y: - Write the
LABEL and UNITS of the Y axis
-
TSP_WLU_TIME: - Write the
LABEL and UNITS of the time axis