AIPS NRAO AIPS HELP file for TDSSCAN in 31DEC24



As of Mon May 6 11:15:22 2024


TDSSCAN: finds time breaks for short-interval data groups

INPUTS

INNAME                             Input UV data (name)
INCLASS                            Input UV data (class)
INSEQ                              Input UV data (seq. #)
INDISK                             Input UV data disk drive #
PRTLEV                             1 => messages
TD_TIMES @                         List of time limits for the
         @                         "short" time intervals (days)

HELP SECTION

TDSCANS
Type:  Procedure
 Use:  This procedure reads the index (NX) table, finds the scans for
       the desired source, and breaks them into equal pieces to fill
       the adverb TD_TIMES for the later time-dependent imaging steps.
       Call it with two immeadiate arguments
               TDSSCAN (I, J)
       where I is the source number in the NX table and J is the
       number of intervals into which each scan should be broken.

Adverbs (input):
  INNAME.....Input UV data file (name).       Standard defaults.
  INCLASS....Input UV data file (class).      Standard defaults.
  INSEQ......Input UV data file (seq. #).     0 => highest.
  INDISK.....Input UV data file disk drive #. 0 => any.
  PRTLEV.....> 0 => informative messages
Adverbs (output):
  TD_TIMES...The I'th time interval for imaging is TD_TIMES(I) to
             TD_TIMES(I+1) in days.

EXPLAIN SECTION


AIPS