TSP_MAP_VSLICE

Map a slice of the variance array of an NDF structure

Function

Map a slice of the variance array of an NDF structure

Description

Given a locator to an NDF structure map a slice of its VARIANCE array.

Language

FORTRAN

Call

CALLTSP_MAP_VSLICE (LOC,NDIMS,LOWER,UPPER,MODE,PTR,LOC2,STATUS)

Parameters

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

> LOC Fixed string,descr

A locator to the NDF structure.

> NDIMS Integer,ref

The number of dimensions.

> LOWER Integer array,ref

Array of lower bounds for the slice.

> UPPER Integer array,ref

Array of upper bounds for the slice.

> MODE Fixed string,descr

The access mode, ’READ’,’WRITE’ or ’UPDATE’.

< PTR Integer,ref

Pointer to the mapped data.

< LOC2 Fixed string,descr

The locator to the mapped data object - needed so that it can be unmapped.

! STATUS Integer,ref

The Status

External subroutines / functions used

Various NDF routines

Support

Jeremy Bailey, AAO

Version date

28/2/1988