CTG_PTSUP

Store suplemental information for an catalogue

Description:

Stores the supplied items of supplemental information for a given entry in a CTG group. The GRP groups needed to store this supplemental information are created if they do not already exist, and associated with the supplied group by means of a chain of GRP owner-slave relationships. They will be deleted automaticaly when the supplied group is deleted using GRP_DELET.

Invocation

CALL CTG_PTSUP( IGRP, I, FIELDS, STATUS )

Arguments

IGRP = INTEGER (Given)
The CTG group as returned by CTG_ASSOC, etc.. This should be the last group in a GRP owner-slave chain.
I = INTEGER (Given)
The index of the required entry.
FIELDS( 5 ) = CHARACTER ( ) (Given)
The supplemental information to be stored with the entry specified by I. Each element of the supplied array should contain the following:
  • – FITS extension (e.g."{3}") if any
  • – File type
  • – Base file name
  • – Directory path
  • – Full catalogue specification
STATUS = INTEGER (Given and Returned)
The global status.