Patches to 31DEC00 |
This page most recently updated on $Date: 2001/12/28 20:48:20 $ (UT)
You will find patches to known bugs in 31DEC00 here.
The following is a list of pointers to the different patches in this document.
SCMAP
and SCIMG
fail
to handle taper correctly and SCIMG
does not average
channels and IFs. 2001-01-23
FILLM
failed to catch Solar mode
when it should and asserted that mode sometimes when it
shouldn't. 2001-01-26
UVCON
needed updating to match
changes made to the handling of model computation.
2001-02-01
PBCOR
fails to work correctly on
data cubes 2001-04-09
FRING
fails to work correctly on
irregularly sampled data 2001-05-29
The remainder of this document is comprised of the patch descriptions pointed to by the above references.
SCMAP
, SCIMG
SCMAP
and SCIMG
handle taper in
the old way that now causes the images to be smoothed twice
(for multi-resolution mode). SCIMG
did not
average all channels and IFs in the data. SCMAP
did not set NBOXES to 1 when the user input 0.
/31DEC00/Q/PGM/OOP/SCIMG.FOR
/31DEC00/Q/PGM/OOP/SCMAP.FOR
$QPGOOP
)
on your system.
COMLNK $QPGOOP/{SCIMG,SCMAP}
FILLM
FILLM
took the observing mode (after the
first scan) from inside the source name rather than the
correct place in the data. This could cause Solar mode
to be missed or, if the 9'th character of the source
name was S, to be asserted incorrectly. The Tsys values
in the latter case would be odd (1.0 on calibrators) and
the cal to source ratios would be bad. One can avoid
the problem by setting APARM(2) to 32 (in 31DEC00) or 16
(in earlier releases).
/31DEC00/APL/PGM/NOTST/FILLM.FOR
$APGNOT
) on your
system.
COMLNK $APGNOT/FILLM
UVCON
UVCON
has a private version of QXXPTS, one
of the basic CC model computation routines. The main
version and all data preparation routines were modified
in mid-2000 to function better on parallel computers but
the UVCON version has only been updated now.
/31DEC00/Q/PGM/NOTST/UVCON.FOR
$QPGNOT
) on your
system.
COMLNK $QPGNOT/UVCON
PBCOR
PBCOR
will not handle data cubes properly
due to an error in the scaling of parameters by the
low-level subroutine that computes the correction.
/31DEC00/APL/SUB/PBCALC.FOR
$APLSUB
) on your
system.
COMRPL $APLSUB/PBCALC
COMLNK $APLPGM/PBCOR
COMLNK $APGNOT/{FACES,SETFC,PATGN}
FRING
FRING
will not handle irregularly sampled
data due to an error in computing memory pointers.
/31DEC00/Q/PGM/NOTST/FRING.FOR
$QPGNOT
) on your
system.
COMLNK $QPGNOT/FRING