Patches to 15OCT99 |
This page most recently updated on $Date: 2001/12/28 20:49:02 $ (UT)
You will find patches to known bugs in 15OCT99 here.
The following is a list of pointers to the different patches in this document.
DBCON
fails combining data sets with
different numbers of polarizations. 1999-11-23
IMAGR
fails when gridding large
fields after gridding small fields. 1999-12-14
IMAGR
fails when filtering Clean
components for large fields. 2000-02-04
FITAB
would overwrite the incoming
uv data file when sorting tables to time order.
2000-08-07
The remainder of this document is comprised of the patch descriptions pointed to by the above references.
DBCON
DBCON
had trouble addressing data when one
of the input files had fewer correlators than the output
file. This is needed to combine, say, RR only data with
RR + LL data.
/15OCT99/APL/PGM/NOTST/DBCON.FOR
$APGNOT
)
on your system.
COMLNK $APGNOT/DBCON
IMAGR
IMAGR
could fail when the first field was
small enough to be imaged in core but a higher numbered
field was large enough to require a disk-based gridding.
/15OCT99/Q/SUB/OOP/QUVUTIL.FOR
$QOOP
)
on your system.
COMRPL $QOOP/QUVUTIL
COMLNK $QPGOOP/{IMAGR,SCMAP,WFCLN}
IMAGR
IMAGR
could fail when filtering Clean
components for a field that would not fit fully in the
"AP" memory.
/15OCT99/Q/SUB/OOP/QCLEAN.FOR
$QOOP
)
on your system.
COMRPL $QOOP/QCLEAN
COMLNK $QPGOOP/IMAGR
FITAB
FITAB
would fail by overwriting (i.e.
destroying) the input UV data set when it had to sort a
table to time order in order to write the data set in
multiple pieces.
/15OCT99/APL/SUB/AMERGE.FOR
/15OCT99/APL/PGM/NOTST/FITAB.FOR
$APLSUB
and
$APGNOT
) respectively on your system.
COMRPL $APLSUB/AMERGE
COMLNK $APGNOT/FITAB