! Started logfile: /image_prod/ug002_uva//J1844+0137_S_b_dfm.log on Thu Mar 5 03:53:33 2020 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.22000 obs /image_prod/ug002_uva//J1844+0137_S_b_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1844+0137_S_b_uva.fits ! AN table 1: 113 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.778761 visibilities/baseline/integration-bin. ! Found source: J1844+0137 ! ! There are 3 IFs, and a total of 3 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 44 lines of history. ! ! Reading 3960 visibilities. select rr, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 ! Restricting channel ranges to the available 3 channels. ! Selecting polarization: RR, channels: 1..3 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.5 print "taper_size =", taper_size ! taper_size = 20 ![@/opt64/bin/pima_mupet_01.dfm J1844+0137_S_b] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_01.dvm version of 2016.05.19 === " ! === Difmap script: pima_mupet_01.dvm version of 2016.05.19 === ! mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 75 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 75 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 75 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.999381Jy sigma=9.275710 ! Fit after self-cal, rms=0.917062Jy sigma=8.476990 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=10.91 mas, bmaj=30.28 mas, bpa=33.02 degrees ! Estimated noise=1.52331 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0676698 Jy ! Component: 100 - total flux cleaned = 0.095539 Jy ! Total flux subtracted in 100 components = 0.095539 Jy ! Clean residual min=-0.010010 max=0.013861 Jy/beam ! Clean residual mean=0.000042 rms=0.004211 Jy/beam ! Combined flux in latest and established models = 0.095539 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 41 components and 0.095539 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068053Jy sigma=0.555730 ! Fit after self-cal, rms=0.066812Jy sigma=0.548451 ! Inverting map print "============== Finished uniform weighting clean ===============" ! ============== Finished uniform weighting clean =============== ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=11.35 mas, bmaj=31.02 mas, bpa=30.1 degrees ! Estimated noise=1.2278 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0216028 Jy ! Component: 100 - total flux cleaned = 0.0311182 Jy ! Component: 150 - total flux cleaned = 0.0305153 Jy ! Component: 200 - total flux cleaned = 0.0298309 Jy ! Total flux subtracted in 200 components = 0.0298309 Jy ! Clean residual min=-0.003610 max=0.003626 Jy/beam ! Clean residual mean=0.000016 rms=0.001589 Jy/beam ! Combined flux in latest and established models = 0.12537 Jy ! Performing phase self-cal ! Adding 105 model components to the UV plane model. ! The established model now contains 138 components and 0.12537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059541Jy sigma=0.463344 ! Fit after self-cal, rms=0.059110Jy sigma=0.460687 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 11.35 x 31.02 at 30.1 degrees (North through East) ! Clean map min=-0.0066813 max=0.084893 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.46 FD 1.03 KP 1.02 LA 0.96 ! OV 1.02 PT 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.79 FD 0.99 KP 1.01 LA 0.97 ! OV 0.99 PT 0.93 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00 KP 1.02 LA 0.98 ! OV 0.99 PT 0.89 ! ! ! Fit before self-cal, rms=0.059110Jy sigma=0.460687 ! Fit after self-cal, rms=0.056959Jy sigma=0.453674 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=11.49 mas, bmaj=31.26 mas, bpa=29.88 degrees ! Estimated noise=1.18142 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000322812 Jy ! Component: 100 - total flux cleaned = 0.00191326 Jy ! Component: 150 - total flux cleaned = 0.00298075 Jy ! Component: 200 - total flux cleaned = 0.00381331 Jy ! Total flux subtracted in 200 components = 0.00381331 Jy ! Clean residual min=-0.001046 max=0.001050 Jy/beam ! Clean residual mean=-0.000002 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.129183 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 199 components and 0.129183 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056613Jy sigma=0.449639 ! Fit after self-cal, rms=0.056622Jy sigma=0.449276 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056622Jy sigma=0.449276 ! Fit after self-cal, rms=0.057138Jy sigma=0.448419 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.47 mas, bmaj=31.31 mas, bpa=29.99 degrees ! Estimated noise=1.18231 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000525898 Jy ! Component: 100 - total flux cleaned = 0.0011731 Jy ! Component: 150 - total flux cleaned = 0.00121776 Jy ! Component: 200 - total flux cleaned = 0.00139083 Jy ! Total flux subtracted in 200 components = 0.00139083 Jy ! Clean residual min=-0.000699 max=0.000700 Jy/beam ! Clean residual mean=-0.000001 rms=0.000276 Jy/beam ! Combined flux in latest and established models = 0.130574 Jy selfcal ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 255 components and 0.130574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057033Jy sigma=0.447340 ! Fit after self-cal, rms=0.057022Jy sigma=0.447229 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000292936 Jy ! Component: 100 - total flux cleaned = 0.000625857 Jy ! Component: 150 - total flux cleaned = 0.000740796 Jy ! Component: 200 - total flux cleaned = 0.00067057 Jy ! Total flux subtracted in 200 components = 0.00067057 Jy ! Clean residual min=-0.000569 max=0.000570 Jy/beam ! Clean residual mean=-0.000001 rms=0.000228 Jy/beam ! Combined flux in latest and established models = 0.131245 Jy ! Performing phase self-cal ! Adding 72 model components to the UV plane model. ! The established model now contains 312 components and 0.131245 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056966Jy sigma=0.446715 ! Fit after self-cal, rms=0.056961Jy sigma=0.446659 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056961Jy sigma=0.446659 ! Fit after self-cal, rms=0.056570Jy sigma=0.446197 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.38 mas, bmaj=31.23 mas, bpa=30.36 degrees ! Estimated noise=1.18084 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.03429e-05 Jy ! Component: 100 - total flux cleaned = 0.000162396 Jy ! Component: 150 - total flux cleaned = 0.000236293 Jy ! Component: 200 - total flux cleaned = 0.000373867 Jy ! Total flux subtracted in 200 components = 0.000373867 Jy ! Clean residual min=-0.000545 max=0.000546 Jy/beam ! Clean residual mean=-0.000000 rms=0.000215 Jy/beam ! Combined flux in latest and established models = 0.131619 Jy selfcal ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 363 components and 0.131619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056508Jy sigma=0.445771 ! Fit after self-cal, rms=0.056517Jy sigma=0.445536 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000136906 Jy ! Component: 100 - total flux cleaned = -0.000219323 Jy ! Component: 150 - total flux cleaned = -0.000333184 Jy ! Component: 200 - total flux cleaned = -0.000405092 Jy ! Total flux subtracted in 200 components = -0.000405092 Jy ! Clean residual min=-0.000566 max=0.000568 Jy/beam ! Clean residual mean=-0.000000 rms=0.000235 Jy/beam ! Combined flux in latest and established models = 0.131214 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 413 components and 0.131214 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056459Jy sigma=0.445056 ! Fit after self-cal, rms=0.056452Jy sigma=0.445008 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056452Jy sigma=0.445008 ! Fit after self-cal, rms=0.056013Jy sigma=0.444874 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.56 mas, bmaj=31.67 mas, bpa=28.63 degrees ! Estimated noise=1.17282 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000356816 Jy ! Component: 100 - total flux cleaned = 0.000412828 Jy ! Component: 150 - total flux cleaned = 0.000515842 Jy ! Component: 200 - total flux cleaned = 0.000586243 Jy ! Total flux subtracted in 200 components = 0.000586243 Jy ! Clean residual min=-0.000391 max=0.000388 Jy/beam ! Clean residual mean=0.000000 rms=0.000164 Jy/beam ! Combined flux in latest and established models = 0.1318 Jy selfcal ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 466 components and 0.1318 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055972Jy sigma=0.444594 ! Fit after self-cal, rms=0.055998Jy sigma=0.444527 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.22536e-05 Jy ! Component: 100 - total flux cleaned = -0.000217315 Jy ! Component: 150 - total flux cleaned = -0.000331089 Jy ! Component: 200 - total flux cleaned = -0.000438297 Jy ! Total flux subtracted in 200 components = -0.000438297 Jy ! Clean residual min=-0.000350 max=0.000348 Jy/beam ! Clean residual mean=-0.000000 rms=0.000148 Jy/beam ! Combined flux in latest and established models = 0.131362 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 509 components and 0.131362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055970Jy sigma=0.444282 ! Fit after self-cal, rms=0.055968Jy sigma=0.444269 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "============== Finished amplitude self-cal ==============" ! ============== Finished amplitude self-cal ============== restore ! Inverting map and beam ! Estimated beam: bmin=11.29 mas, bmaj=31.13 mas, bpa=30.77 degrees ! Estimated noise=1.17974 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 11.29 x 31.13 at 30.77 degrees (North through East) ! Clean map min=-0.0046409 max=0.082099 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "============== Clearing model and starting over ==========" ! ============== Clearing model and starting over ========== clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.84 mas, bmaj=30.46 mas, bpa=33.32 degrees ! Estimated noise=1.46392 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0668414 Jy ! Component: 100 - total flux cleaned = 0.0962125 Jy ! Component: 150 - total flux cleaned = 0.109107 Jy ! Component: 200 - total flux cleaned = 0.114031 Jy ! Total flux subtracted in 200 components = 0.114031 Jy ! Clean residual min=-0.005700 max=0.005749 Jy/beam ! Clean residual mean=0.000011 rms=0.001950 Jy/beam ! Combined flux in latest and established models = 0.114031 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 65 model components to the UV plane model. ! The established model now contains 65 components and 0.114031 Jy ! Inverting map and beam ! Estimated beam: bmin=11.29 mas, bmaj=31.13 mas, bpa=30.77 degrees ! Estimated noise=1.17974 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00510908 Jy ! Component: 100 - total flux cleaned = 0.00514749 Jy ! Component: 150 - total flux cleaned = 0.00460324 Jy ! Component: 200 - total flux cleaned = 0.00363749 Jy ! Total flux subtracted in 200 components = 0.00363749 Jy ! Clean residual min=-0.002079 max=0.002066 Jy/beam ! Clean residual mean=0.000004 rms=0.000881 Jy/beam ! Combined flux in latest and established models = 0.117669 Jy ! Adding 77 model components to the UV plane model. ! The established model now contains 137 components and 0.117669 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.56 mas, bmaj=31.67 mas, bpa=28.63 degrees ! Estimated noise=1.17282 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00134309 Jy ! Component: 100 - total flux cleaned = 0.00192838 Jy ! Component: 150 - total flux cleaned = 0.00186105 Jy ! Component: 200 - total flux cleaned = 0.00198736 Jy ! Total flux subtracted in 200 components = 0.00198736 Jy ! Clean residual min=-0.000975 max=0.000981 Jy/beam ! Clean residual mean=0.000002 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.119656 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.46764e-06 Jy ! Component: 100 - total flux cleaned = 0.000253304 Jy ! Component: 150 - total flux cleaned = 0.000301355 Jy ! Component: 200 - total flux cleaned = 0.000341257 Jy ! Total flux subtracted in 200 components = 0.000341257 Jy ! Clean residual min=-0.000710 max=0.000709 Jy/beam ! Clean residual mean=0.000001 rms=0.000305 Jy/beam ! Combined flux in latest and established models = 0.119997 Jy ! Adding 155 model components to the UV plane model. ! The established model now contains 283 components and 0.119997 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=11.29 mas, bmaj=31.13 mas, bpa=30.77 degrees ! Estimated noise=1.17974 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000376583 Jy ! Component: 100 - total flux cleaned = -0.000480016 Jy ! Component: 150 - total flux cleaned = -0.000432506 Jy ! Component: 200 - total flux cleaned = -0.000387448 Jy ! Total flux subtracted in 200 components = -0.000387448 Jy ! Clean residual min=-0.000704 max=0.000707 Jy/beam ! Clean residual mean=-0.000001 rms=0.000296 Jy/beam ! Combined flux in latest and established models = 0.11961 Jy selfcal ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 329 components and 0.11961 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055973Jy sigma=0.445081 ! Fit after self-cal, rms=0.055930Jy sigma=0.444900 wmodel J1844+0137_S_b_map.mod ! Writing 329 model components to file: J1844+0137_S_b_map.mod wobs J1844+0137_S_b_uvs.fits ! Writing UV FITS file: J1844+0137_S_b_uvs.fits wwins J1844+0137_S_b_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /image_prod/ug002_uva//J1844+0137_S_b_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 11.29 x 31.13 at 30.77 degrees (North through East) ! Clean map min=-0.0056409 max=0.078511 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1844+0137_S_b_map.fits wmodel /image_prod/ug002_uva//J1844+0137_S_b_map.mod ! Writing 329 model components to file: /image_prod/ug002_uva//J1844+0137_S_b_map.mod wobs /image_prod/ug002_uva//J1844+0137_S_b_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1844+0137_S_b_uvs.fits wwins /image_prod/ug002_uva//J1844+0137_S_b_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ! float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0785108 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00027774 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.06128 1.06128 2.12256 4.24512 8.49024 16.9805 33.9609 67.9219 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.078 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 282.677 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1844+0137_S_b_dfm.log closed on Thu Mar 5 03:53:36 2020