[daip] UVPLT doesn't plot all subarrays as advertised

Leonia Kogan lkogan at aoc.nrao.edu
Thu Sep 21 11:18:11 EDT 2000


Michael,

Yes you are right UVPLT has had a problem with multi FREQID/SUBARRAY data,
if you want to plot all af them specifiing SUBBARAY=0 or/and FREQID=0.

If you selected SUBBARAY=0 or/and FREQID=0, then UVPLT chooses all
FREQID/SUBARRAY available at the data. At this choosing UVPLT can come
across to the combination of FREQID/SUBARRAY which does not present at
the data. UVPLOT has died at tyhis point. I fixed the problem. The new
version will be available after MNJ.


I have checked the new version with my data that had two combinations:
1. FREQID=1, SUBARRAY=1
2. FREQID=2, SUBARRAY=2

The old version died if FREQID=0, SUBARRAY =0,1,2 or
                        SUBBARAY=0, FREQID =0,1,2

I suppose UVPLT has died with your data also if SUBARRAY=0. If UVPLT
plots the last SUBBARAY instead then there is another problem which I
do not comprehend yet. Please elucidate for me the situation.


Leonia


PS.

You wrote:

>The problem seems to be that subroutine SCAL resets the variable
>SUBARR to be the last subarray as it loops through the subarrays, and
>then the rest of the program only plots the last one.

That is wrong. SUBARR is stored at the beginning of SCAL:

      JSUB = SUBARR

And then restored at the end:

 220  IRET = 0
      SUBARR = JSUB
      GO TO 999


 

----- Begin Included Message -----

>From owner-daip at kochab.cv.nrao.edu Wed Sep 20 13:23 MDT 2000
Date: Wed, 20 Sep 2000 15:00:22 -0500 (CDT)
From: Michael Bietenholz <michael at polaris.phys.yorku.ca>
To: aipsmail at cv3.cv.nrao.edu
Subject: [daip] UVPLT doesn't plot all subarrays as advertised
MIME-Version: 1.0
Sender: owner-daip at kochab.cv.nrao.edu
Precedence: bulk
X-Lines: 10
Status: RO

31DEC00 AIPS; (about a month old; as usual apologies if this is
already fixed)

UVPLT doesn't plot all the subarrays with SUBAR = 0.

The problem seems to be that subroutine SCAL resets the variable
SUBARR to be the last subarray as it loops through the subarrays, and
then the rest of the program only plots the last one.

            michael b


----- End Included Message -----




More information about the Daip mailing list