[AIPS] Patches to AIPS 31DEC03 [NRAO]

This page most recently updated on $Date: 2005/01/06 18:10:40 $ (UT)


You will find patches to known bugs in 31DEC03 here.

The following is a list of pointers to the different patches in this document.

  1. DBCON to handle more extension types for VLBI mostly 2004-01-05
  2. FITLD to handle FQ IDs correctly 2004-01-08
  3. OHGEO to handle transposed images correctly 2004-01-14
  4. CLIPM, UVMLN to get correct source numbers 2004-02-21
  5. EDITR to correct the antenna numbers that end up flagged 2004-03-03
  6. 2004-??-??

The remainder of this document is comprised of the patch descriptions pointed to by the above references.


Task:
DBCON
Summary:
DBCON needed to concatenate IM, MC, PC, AT, CT, OB, and GC tables for VLBI use. It did not have big enough buffers for this and did not find the source number column correctly for VLBI data.
Files:
/31DEC03/APL/PGM/NOTST/DBCON.FOR
Fix:
  1. Fetch the file listed above and place it in the corresponding area ($APGNOT on your system.
  2. COMLNK $APGNOT/DBCON
Documentor:
Eric W Greisen
Date:
2004-01-19

Task:
FITLD
Summary:
FITLD interpreted the number of rows in an FQ table as the maximum FQ iD number. Since it does not write an FQ row when that FQ has no data, it should have known this to be untrue. This could lead to multiple FQ rows with the same FQ number assigned.
Files:
/31DEC03/APL/PGM/NOTST/FITLD.FOR
Fix:
  1. Fetch the file listed above and place it in the corresponding area ($APGNOT on your system.
  2. COMLNK $APGNOT/FITLD
Documentor:
Eric W Greisen
Date:
2004-01-19

Task:
OHGEO
Summary:
The position routine did not check coordinate types and did not check for a transposed image.
Files:
/31DEC03/APL/SUB/OOP/POSITION.FOR
Fix:
  1. Fetch the file listed above and place it in the corresponding area ($APLOOP on your system.
  2. COMRPL $APLOOP/POSITION
  3. COMLNK $APGOOP/OHGEO
Documentor:
Eric W Greisen
Date:
2004-01-19

Task:
CLIPM, UVMLN
Summary: These two tasks confused the row number in the source table with the source number, producing wrong flags when the data set had been copied with source selection.
Files:
/31DEC03/APL/PGM/NOTST/CLIPM.FOR
/31DEC03/APL/PGM/NOTST/UVMLN.FOR
Fix:
  1. Fetch the fileS listed above and place it in the corresponding area ($APGNOT on your system.
  2. COMLNK $APGNOT/{CLIPM,UVMLN}
Documentor:
Eric W Greisen
Date:
2004-02-21

Task:
EDITR
Summary: The editing class did not update certain baseline pointers when NEXT BASELINE and ENTER OTHER ANT functions were done while flagging only one baseline. The correct antennas were then flagged on the screen but wrong antennas were flagged in the flag table.
Files:
/31DEC03/Q/SUB/OOP/QEDIUTIL.FOR
Fix:
  1. Fetch the file listed above and place it in the corresponding area ($QOOP on your system.
  2. COMRPL $QOOP/QEDIUTIL
  3. COMLNK $QPGOOP/{EDITR,SCIMG,SCMAP}
Documentor:
Eric W Greisen
Date:
2004-03-03

Task:
Summary:
Files:
/31DEC03/??
Fix:
  1. Fetch the file listed above and place it in the corresponding area (?? on your system.
  2. COMLNK ??
Documentor:
Eric W Greisen
Date:
2004-??-??


Eric W. Greisen