! Started logfile: /image_prod/ug002_uva//J1805-1408_S_dfm.log on Thu Mar 5 03:37:59 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//J1805-1408_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1805-1408_S_uva.fits ! AN table 1: 60 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.7 visibilities/baseline/integration-bin. ! Found source: J1805-1408 ! ! 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 1890 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 J1805-1408_S] 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 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.980190Jy sigma=7.419041 ! Fit after self-cal, rms=0.895933Jy sigma=6.711372 ! 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=11.67 mas, bmaj=38.74 mas, bpa=28.12 degrees ! Estimated noise=3.0067 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.0941472 Jy ! Component: 100 - total flux cleaned = 0.132581 Jy ! Total flux subtracted in 100 components = 0.132581 Jy ! Clean residual min=-0.013207 max=0.018178 Jy/beam ! Clean residual mean=-0.000235 rms=0.006012 Jy/beam ! Combined flux in latest and established models = 0.132581 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 34 components and 0.132581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.090139Jy sigma=0.508209 ! Fit after self-cal, rms=0.088381Jy sigma=0.503885 ! 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.74 mas, bmaj=40.76 mas, bpa=27.11 degrees ! Estimated noise=2.27342 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.0241043 Jy ! Component: 100 - total flux cleaned = 0.0376752 Jy ! Component: 150 - total flux cleaned = 0.0436569 Jy ! Component: 200 - total flux cleaned = 0.0460071 Jy ! Total flux subtracted in 200 components = 0.0460071 Jy ! Clean residual min=-0.003362 max=0.003369 Jy/beam ! Clean residual mean=0.000009 rms=0.001541 Jy/beam ! Combined flux in latest and established models = 0.178588 Jy ! Performing phase self-cal ! Adding 100 model components to the UV plane model. ! The established model now contains 132 components and 0.178588 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082325Jy sigma=0.424568 ! Fit after self-cal, rms=0.081797Jy sigma=0.423379 ! 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.74 x 40.76 at 27.11 degrees (North through East) ! Clean map min=-0.005292 max=0.11254 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.77 FD 1.05 KP 1.03 LA 1.00 ! OV 1.07 PT 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.01 KP 1.01 LA 0.93 ! OV 1.03 PT 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.79 FD 1.04 KP 0.98 LA 0.98 ! OV 0.97 PT 0.93 ! ! ! Fit before self-cal, rms=0.081797Jy sigma=0.423379 ! Fit after self-cal, rms=0.070832Jy sigma=0.418313 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=11.56 mas, bmaj=40.22 mas, bpa=28 degrees ! Estimated noise=2.20015 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.000106248 Jy ! Component: 100 - total flux cleaned = -0.00109815 Jy ! Component: 150 - total flux cleaned = -0.00192756 Jy ! Component: 200 - total flux cleaned = -0.00208492 Jy ! Total flux subtracted in 200 components = -0.00208492 Jy ! Clean residual min=-0.001203 max=0.001218 Jy/beam ! Clean residual mean=-0.000006 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.176503 Jy ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 201 components and 0.176503 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070470Jy sigma=0.415989 ! Fit after self-cal, rms=0.070405Jy sigma=0.415760 ! 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.070405Jy sigma=0.415760 ! Fit after self-cal, rms=0.070194Jy sigma=0.415334 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.55 mas, bmaj=40.33 mas, bpa=27.97 degrees ! Estimated noise=2.18997 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00109764 Jy ! Component: 100 - total flux cleaned = -0.00124872 Jy ! Component: 150 - total flux cleaned = -0.0017134 Jy ! Component: 200 - total flux cleaned = -0.00190084 Jy ! Total flux subtracted in 200 components = -0.00190084 Jy ! Clean residual min=-0.001023 max=0.001027 Jy/beam ! Clean residual mean=-0.000004 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.174602 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 238 components and 0.174602 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069990Jy sigma=0.414549 ! Fit after self-cal, rms=0.069969Jy sigma=0.414497 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.000466997 Jy ! Component: 100 - total flux cleaned = 0.000468461 Jy ! Component: 150 - total flux cleaned = 0.000468787 Jy ! Component: 200 - total flux cleaned = 0.000196614 Jy ! Total flux subtracted in 200 components = 0.000196614 Jy ! Clean residual min=-0.000895 max=0.000889 Jy/beam ! Clean residual mean=-0.000003 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.174799 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 273 components and 0.174799 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069832Jy sigma=0.414008 ! Fit after self-cal, rms=0.069831Jy sigma=0.413983 ! 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.069831Jy sigma=0.413983 ! Fit after self-cal, rms=0.070193Jy sigma=0.413941 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.55 mas, bmaj=40.39 mas, bpa=27.96 degrees ! Estimated noise=2.19447 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.001015 Jy ! Component: 100 - total flux cleaned = -0.00129513 Jy ! Component: 150 - total flux cleaned = -0.00151043 Jy ! Component: 200 - total flux cleaned = -0.00172048 Jy ! Total flux subtracted in 200 components = -0.00172048 Jy ! Clean residual min=-0.000858 max=0.000858 Jy/beam ! Clean residual mean=-0.000006 rms=0.000336 Jy/beam ! Combined flux in latest and established models = 0.173078 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 304 components and 0.173078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070064Jy sigma=0.413547 ! Fit after self-cal, rms=0.070061Jy sigma=0.413523 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.000380619 Jy ! Component: 100 - total flux cleaned = 0.000227974 Jy ! Component: 150 - total flux cleaned = 0.00013073 Jy ! Component: 200 - total flux cleaned = 3.58792e-05 Jy ! Total flux subtracted in 200 components = 3.58792e-05 Jy ! Clean residual min=-0.000778 max=0.000777 Jy/beam ! Clean residual mean=-0.000003 rms=0.000314 Jy/beam ! Combined flux in latest and established models = 0.173114 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 327 components and 0.173114 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069955Jy sigma=0.413197 ! Fit after self-cal, rms=0.069947Jy sigma=0.413182 ! 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.069947Jy sigma=0.413182 ! Fit after self-cal, rms=0.069906Jy sigma=0.413154 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.75 mas, bmaj=41.05 mas, bpa=26.52 degrees ! Estimated noise=2.13968 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000830048 Jy ! Component: 100 - total flux cleaned = -0.00113629 Jy ! Component: 150 - total flux cleaned = -0.00124842 Jy ! Component: 200 - total flux cleaned = -0.00139661 Jy ! Total flux subtracted in 200 components = -0.00139661 Jy ! Clean residual min=-0.000614 max=0.000612 Jy/beam ! Clean residual mean=-0.000004 rms=0.000242 Jy/beam ! Combined flux in latest and established models = 0.171717 Jy selfcal ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 358 components and 0.171717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069831Jy sigma=0.412907 ! Fit after self-cal, rms=0.069827Jy sigma=0.412899 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.000115889 Jy ! Component: 100 - total flux cleaned = -2.42362e-05 Jy ! Component: 150 - total flux cleaned = -0.000160505 Jy ! Component: 200 - total flux cleaned = -0.000329595 Jy ! Total flux subtracted in 200 components = -0.000329595 Jy ! Clean residual min=-0.000565 max=0.000561 Jy/beam ! Clean residual mean=-0.000005 rms=0.000228 Jy/beam ! Combined flux in latest and established models = 0.171388 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 379 components and 0.171388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069768Jy sigma=0.412689 ! Fit after self-cal, rms=0.069767Jy sigma=0.412685 ! 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.55 mas, bmaj=40.4 mas, bpa=28 degrees ! Estimated noise=2.19805 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 11.55 x 40.4 at 28 degrees (North through East) ! Clean map min=-0.0045628 max=0.10872 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=11.44 mas, bmaj=38.46 mas, bpa=28.95 degrees ! Estimated noise=2.92028 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0927196 Jy ! Component: 100 - total flux cleaned = 0.131909 Jy ! Component: 150 - total flux cleaned = 0.152435 Jy ! Component: 200 - total flux cleaned = 0.164185 Jy ! Total flux subtracted in 200 components = 0.164185 Jy ! Clean residual min=-0.005822 max=0.005902 Jy/beam ! Clean residual mean=-0.000075 rms=0.002215 Jy/beam ! Combined flux in latest and established models = 0.164185 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 59 model components to the UV plane model. ! The established model now contains 59 components and 0.164185 Jy ! Inverting map and beam ! Estimated beam: bmin=11.55 mas, bmaj=40.4 mas, bpa=28 degrees ! Estimated noise=2.19805 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.00367083 Jy ! Component: 100 - total flux cleaned = 0.00419767 Jy ! Component: 150 - total flux cleaned = 0.00438324 Jy ! Component: 200 - total flux cleaned = 0.00357483 Jy ! Total flux subtracted in 200 components = 0.00357483 Jy ! Clean residual min=-0.002059 max=0.002073 Jy/beam ! Clean residual mean=0.000008 rms=0.000883 Jy/beam ! Combined flux in latest and established models = 0.16776 Jy ! Adding 75 model components to the UV plane model. ! The established model now contains 132 components and 0.16776 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.75 mas, bmaj=41.05 mas, bpa=26.52 degrees ! Estimated noise=2.13968 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000456853 Jy ! Component: 100 - total flux cleaned = -7.69194e-05 Jy ! Component: 150 - total flux cleaned = -0.000328588 Jy ! Component: 200 - total flux cleaned = -0.000566547 Jy ! Total flux subtracted in 200 components = -0.000566547 Jy ! Clean residual min=-0.001294 max=0.001280 Jy/beam ! Clean residual mean=-0.000003 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.167193 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 = -0.000153178 Jy ! Component: 100 - total flux cleaned = -5.44436e-06 Jy ! Component: 150 - total flux cleaned = 6.92905e-05 Jy ! Component: 200 - total flux cleaned = 0.000385024 Jy ! Total flux subtracted in 200 components = 0.000385024 Jy ! Clean residual min=-0.001335 max=0.001361 Jy/beam ! Clean residual mean=0.000000 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.167578 Jy ! Adding 110 model components to the UV plane model. ! The established model now contains 239 components and 0.167578 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=11.55 mas, bmaj=40.4 mas, bpa=28 degrees ! Estimated noise=2.19805 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000137723 Jy ! Component: 100 - total flux cleaned = -0.000276958 Jy ! Component: 150 - total flux cleaned = -0.000407568 Jy ! Component: 200 - total flux cleaned = -0.000656154 Jy ! Total flux subtracted in 200 components = -0.000656154 Jy ! Clean residual min=-0.001007 max=0.001019 Jy/beam ! Clean residual mean=0.000000 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 0.166922 Jy selfcal ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 292 components and 0.166922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069954Jy sigma=0.413499 ! Fit after self-cal, rms=0.069775Jy sigma=0.413323 wmodel J1805-1408_S_map.mod ! Writing 292 model components to file: J1805-1408_S_map.mod wobs J1805-1408_S_uvs.fits ! Writing UV FITS file: J1805-1408_S_uvs.fits wwins J1805-1408_S_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//J1805-1408_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 11.55 x 40.4 at 28 degrees (North through East) ! Clean map min=-0.0043262 max=0.108 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1805-1408_S_map.fits wmodel /image_prod/ug002_uva//J1805-1408_S_map.mod ! Writing 292 model components to file: /image_prod/ug002_uva//J1805-1408_S_map.mod wobs /image_prod/ug002_uva//J1805-1408_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1805-1408_S_uvs.fits wwins /image_prod/ug002_uva//J1805-1408_S_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.108001 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000349014 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.969472 0.969472 1.93894 3.87789 7.75578 15.5116 31.0231 62.0462 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.108 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 309.446 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1805-1408_S_dfm.log closed on Thu Mar 5 03:38:02 2020