TSP_CREATE_1D

Create a 1DTSP structure

Function

Create a 1DTSP structure

Description

A 1DTSP structure (representing a polarization spectrum) is created of the specified size.

Language

FORTRAN

Call

CALLTSP_CREATE_1D (LOC,SIZE,STOKES,VI,VS,STATUS)

Parameters

(“>” input, “!” modified, “W” workspace, “<” output)

> LOC Fixed string,descr

A locator to the top level of the object to be created (e.g. supplied by DAT_CREAT)

> SIZE Integer,ref

The size of the array to be created.

> STOKES Fixed string,descr

A string specifying which Stokes parameters are to be included in the structure. This must contain some combination of the letters ’Q’, ’U’ and ’V’

> VI Logical,ref

True if the variance of the intensity is to be included in the structure.

> VS Logical,ref

True if the variance of the Stokes parameters is to be included in the structure.

! STATUS Integer,ref

The Status

External subroutines / functions used

Various NDF routines

Support

Jeremy Bailey, AAO

Version date

26/2/1988