[daip] 31DEC19 LINUX midnite job (dave, 20190814.034317)
aipsmgr at nrao.edu
aipsmgr at nrao.edu
Tue Aug 13 23:43:55 EDT 2019
dave update report for 31DEC19 on Wed Aug 14 03:43:55 UTC 2019 (UT)
Copies and compiles:
AIPSUPD - Using CVS for copying files.
UPDCVS - cvs copy of 31DEC19 begun, 1st character means
- U added, P updated, M your file differs from master
- C you have a changed file needing work (error!)
- ? you have a file not on the master (ignore)
? 31DEC19/LNX64/QUASAR
U 31DEC19/TIMESTAMP
P 31DEC19/HELP/IMAGR.HLP
P 31DEC19/HELP/SCIMG.HLP
P 31DEC19/HELP/SCMAP.HLP
P 31DEC19/HIST/CHANGE.DOC
P 31DEC19/Q/PGM/OOP/IMAGR.FOR
P 31DEC19/Q/PGM/OOP/SCIMG.FOR
P 31DEC19/Q/PGM/OOP/SCMAP.FOR
P 31DEC19/Q/SUB/OOP/QCLEAN.FOR
P 31DEC19/Q/SUB/OOP/QUVUTIL.FOR
P 31DEC19/UPDATE/COMLNK.UPD
U 31DEC19/UPDATE/COMLNK.UPD.SUM
P 31DEC19/UPDATE/COMRPL.UPD
U 31DEC19/UPDATE/COMRPL.UPD.SUM
U 31DEC19/UPDATE/LASTCVS.DAT
P 31DEC19/UPDATE/PUTBCK.UPD
U 31DEC19/UPDATE/PUTBCK.UPD.SUM
P 31DEC19/UPDATE/REASONS.UPD
U 31DEC19/UPDATE/REASONS.UPD.SUM
U 31DEC19/UPDATE/WHATISOUT.UPD
U 31DEC19/UPDATE/WHATISOUT.UPD.SUM
UPDCVS - cvs update of 31DEC19 completed
UPDCVS - cvs update of TEXT completed
AIPSUPD - UPDCVS apparently worked
UPDCONTROL - /home/AIPS/31DEC19/LINUX/UPDATE/LASTREMOVE.DAT = 20190813.034217
UPDCONTROL - /home/AIPS/31DEC19/LINUX/UPDATE/LASTCOPY.DAT = 20190813.034217
UPDCONTROL - /home/AIPS/31DEC19/LINUX/UPDATE/LASTCOMRPL.DAT = 20190813.034217
UPDCONTROL - /home/AIPS/31DEC19/LINUX/UPDATE/LASTCOMLNK.DAT = 20190813.034217
UPDCONTROL - Everything seems in order
UPDCOMRPL: COMRPLs
13-AUG-2019 19:49:15 20190813 TST QOOP QCLEAN.FOR egreisen
13-AUG-2019 19:49:28 20190813 TST QOOP QUVUTIL.FOR egreisen
UPDCOMRPL: currently in /home/AIPS/31DEC19/LINUX/UPDATE
UPDCOMRPL: /home/AIPS/31DEC19/Q/SUB/OOP/QCLEAN.FOR
UPDCOMRPL: /home/AIPS/31DEC19/Q/SUB/OOP/QUVUTIL.FOR
UPDCOMLNK: COMLNKs
13-AUG-2019 20:05:29 20190813 TST QPGOOP IMAGR.FOR egreisen
13-AUG-2019 20:05:38 20190813 TST QPGOOP SCIMG.FOR egreisen
13-AUG-2019 20:05:33 20190813 TST QPGOOP SCMAP.FOR egreisen
UPDCOMLNK: currently in /home/AIPS/31DEC19/LINUX/UPDATE
UPDCOMLNK: /home/AIPS/31DEC19/Q/PGM/OOP/IMAGR.FOR
UPDCOMLNK: /home/AIPS/31DEC19/Q/PGM/OOP/SCIMG.FOR
UPDCOMLNK: /home/AIPS/31DEC19/Q/PGM/OOP/SCMAP.FOR
UPDCONTROL - Reasons for file updates on Wed Aug 14 03:43:21 UTC 2019 (UT)
13-AUG-2019 19:48:32 20190813 TST QOOP QCLEAN.FOR smooth/scale residual if needed
13-AUG-2019 19:48:34 20190813 TST QOOP QUVUTIL.FOR save fit beam as FITBEAM
13-AUG-2019 20:04:44 20190813 TST QPGOOP IMAGR.FOR smooth, scale residual when bmaj set
13-AUG-2019 20:04:45 20190813 TST QPGOOP SCMAP.FOR smooth/scale on bmaj
13-AUG-2019 20:04:45 20190813 TST QPGOOP SCIMG.FOR smooth/scale on bmaj
13-AUG-2019 20:04:56 20190813 TST HLPFIL IMAGR.HLP smooth/scale on bmaj
13-AUG-2019 20:04:57 20190813 TST HLPFIL SCMAP.HLP smooth/scale on bmaj
13-AUG-2019 20:04:58 20190813 TST HLPFIL SCIMG.HLP smooth/scale on bmaj
13-AUG-2019 20:05:13 20190813 TST HIST CHANGE.DOC smooth/scale residual image in imagr et al
CHANGE.DOC entries:
15386. August 13, 2019 IMAGR, SCIMG, SCMAP Eric
The residual image in a deconvolution should be changed before
the Clean components are restored if the user has specified BMAJ
and BMIN to be different than the values fit to the center
portion of the dirty beam. The residual needs to be convolved
to the specified resolution (if possible) and to be scaled to
the specied units (Jy / beam area). Changed:
QUVUTIL In OUVIMG, put the fit beam parameters as FITBEAM in
the beam and clean objects. Also in OUBFIT.
QCLEAN Pick up SMOOTHES in CLNINI, call CLSMOT in CLNIM and
in CLNUV ahead of the restore step. Added subroutine
CLSMOT to pick up the fit and desired beams, determine
a Gaussian that can convolve the former to the latter,
and if there is one compute that Gaussian, allocate
memory, and call CLSMOO. Added CLSMOO to do a brute
force convolution in memory.
IMAGR Added code to set SMOOTHES is BMAJ and BMIN are
greater than zero and IMAGRPRM(5) is zero. This last
may be used to turn off this correction in order to
match previous versions by setting it less than zero.
If it is > 0 a different and dubious rescaling of the
residual without smoothing is done.
SCMAP Added code to set SMOOTHES is BMAJ and BMIN are
greater than zero. If you set those adverbs, you get
the correction.
SCIMG Added code to set SMOOTHES is BMAJ and BMIN are
greater than zero.
Moved nowhere.
15387. August
More information about the Daip
mailing list