[daip] aips_gripe

Leonia Kogan lkogan at aoc.nrao.edu
Mon Apr 14 13:36:18 EDT 2003


> AIPS 1: OPTYPE     '    '                  Select CROSS or AUTO
> AIPS 1:                                    'AUTO' => AUTO
> AIPS 1:                                    .not. 'AUTO' => CROSS;
> is bad -- using the 5 character 'CROSS' as described exceeds string size.

>Select CROSS or AUTO

CROSS or AUTO here are not the two values of OPTYPE but words meaning 
CROSScorrelation or AUTOcorrelation

The following two lines clearly show that:
'AUTO' => AUTO
.not. 'AUTO' => CROSS;

It is even more clearly in explain:
  OPTYPE.....Specify whether the user wishes to plot data from
             the cross-power spectra (OPTYPE is anything but 'AUTO')
             or the self-spectra (OPTYPE='AUTO')

Leonia




More information about the Daip mailing list