[daip] apparent procedure bug & best way to install Dec05 AIPS image

Amy Mioduszewski amiodusz at aoc.nrao.edu
Wed Jan 19 11:31:37 EST 2005


Hi Hugh,

I compared VLBAFIX and VLBAFQS and there were some differences,
they are in the S/X, 90/50 section (where there are different
frequencies in within a single FREQID).   Since you have X band
data it would get into this section.  In VLBAFQS:

change:  IF(KEYVALUE(1)-VBA_LOFF > VBA_MDIF)THEN
to:      IF(KEYVALUE(1)-VBA_LOFF > VBA_MDIF & VBA_J > 1)THEN

and

change: IF(VBA_IF2(VBA_I)=0 & VBA_SX=VBA_I)THEN; VBA_SX=-1; END
        IF(VBA_IF2(VBA_I)=0 & VBA_9050=VBA_I)THEN; VBA_9050=-1; END
to:     IF(VBA_IF1(VBA_I)=0 & VBA_SX=VBA_I)THEN; VBA_SX=-1; END
        IF(VBA_IF1(VBA_I)=0 & VBA_9050=VBA_I)THEN; VBA_9050=-1; END

That should fix things.  I will put the fix into VLBAUTIL so it will
be in tonights midnight job.

Cheers,

Amy




More information about the Daip mailing list