! Started logfile: /image_prod/ug002_uva//J0722-3038_S_dfm.log on Wed Mar 4 21:45:32 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//J0722-3038_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0722-3038_S_uva.fits ! AN table 1: 75 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.981333 visibilities/baseline/integration-bin. ! Found source: J0722-3038 ! ! 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 2208 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 J0722-3038_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 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.015104Jy sigma=8.088422 ! Fit after self-cal, rms=0.888587Jy sigma=7.065749 ! 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=14.62 mas, bmaj=52.86 mas, bpa=5.152 degrees ! Estimated noise=2.48689 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.09045 Jy ! Component: 100 - total flux cleaned = 0.115923 Jy ! Total flux subtracted in 100 components = 0.115923 Jy ! Clean residual min=-0.007035 max=0.011015 Jy/beam ! Clean residual mean=-0.000182 rms=0.003003 Jy/beam ! Combined flux in latest and established models = 0.115923 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 35 components and 0.115923 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057977Jy sigma=0.453992 ! Fit after self-cal, rms=0.057799Jy sigma=0.452627 ! 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=14.43 mas, bmaj=54.4 mas, bpa=6.88 degrees ! Estimated noise=1.90056 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.0131353 Jy ! Component: 100 - total flux cleaned = 0.0167969 Jy ! Component: 150 - total flux cleaned = 0.0168165 Jy ! Component: 200 - total flux cleaned = 0.0167901 Jy ! Total flux subtracted in 200 components = 0.0167901 Jy ! Clean residual min=-0.002008 max=0.002021 Jy/beam ! Clean residual mean=-0.000058 rms=0.000880 Jy/beam ! Combined flux in latest and established models = 0.132714 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 84 components and 0.132714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054821Jy sigma=0.427420 ! Fit after self-cal, rms=0.054780Jy sigma=0.426876 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 14.43 x 54.4 at 6.88 degrees (North through East) ! Clean map min=-0.003386 max=0.11381 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 KP 1.04 LA 1.02 OV 1.00 ! PT 0.97 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 KP 0.97 LA 0.99 OV 1.06 ! PT 0.97 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 KP 0.96 LA 0.97 OV 0.98 ! PT 1.00 ! ! ! Fit before self-cal, rms=0.054780Jy sigma=0.426876 ! Fit after self-cal, rms=0.053894Jy sigma=0.423827 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=14.47 mas, bmaj=54.47 mas, bpa=6.886 degrees ! Estimated noise=1.88441 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.00146807 Jy ! Component: 100 - total flux cleaned = 0.00232389 Jy ! Component: 150 - total flux cleaned = 0.00327819 Jy ! Component: 200 - total flux cleaned = 0.00373242 Jy ! Total flux subtracted in 200 components = 0.00373242 Jy ! Clean residual min=-0.000868 max=0.000856 Jy/beam ! Clean residual mean=-0.000011 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.136446 Jy ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 153 components and 0.136446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053660Jy sigma=0.422047 ! Fit after self-cal, rms=0.053661Jy sigma=0.421941 ! 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.053661Jy sigma=0.421941 ! Fit after self-cal, rms=0.053509Jy sigma=0.421062 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.52 mas, bmaj=54.58 mas, bpa=6.791 degrees ! Estimated noise=1.87813 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000727895 Jy ! Component: 100 - total flux cleaned = 0.00108832 Jy ! Component: 150 - total flux cleaned = 0.0012197 Jy ! Component: 200 - total flux cleaned = 0.00130646 Jy ! Total flux subtracted in 200 components = 0.00130646 Jy ! Clean residual min=-0.000446 max=0.000447 Jy/beam ! Clean residual mean=-0.000000 rms=0.000187 Jy/beam ! Combined flux in latest and established models = 0.137752 Jy selfcal ! Performing phase self-cal ! Adding 89 model components to the UV plane model. ! The established model now contains 237 components and 0.137752 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053459Jy sigma=0.420727 ! Fit after self-cal, rms=0.053463Jy sigma=0.420689 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.000175448 Jy ! Component: 100 - total flux cleaned = 0.00024796 Jy ! Component: 150 - total flux cleaned = 0.000334828 Jy ! Component: 200 - total flux cleaned = 0.000375861 Jy ! Total flux subtracted in 200 components = 0.000375861 Jy ! Clean residual min=-0.000330 max=0.000330 Jy/beam ! Clean residual mean=-0.000002 rms=0.000137 Jy/beam ! Combined flux in latest and established models = 0.138128 Jy ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 289 components and 0.138128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053444Jy sigma=0.420570 ! Fit after self-cal, rms=0.053442Jy sigma=0.420564 ! 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.053442Jy sigma=0.420564 ! Fit after self-cal, rms=0.053360Jy sigma=0.420528 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.52 mas, bmaj=54.62 mas, bpa=6.789 degrees ! Estimated noise=1.87352 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.11796e-05 Jy ! Component: 100 - total flux cleaned = 2.47225e-05 Jy ! Component: 150 - total flux cleaned = 0.000133253 Jy ! Component: 200 - total flux cleaned = 0.000254528 Jy ! Total flux subtracted in 200 components = 0.000254528 Jy ! Clean residual min=-0.000282 max=0.000284 Jy/beam ! Clean residual mean=-0.000000 rms=0.000117 Jy/beam ! Combined flux in latest and established models = 0.138383 Jy selfcal ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 347 components and 0.138383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053347Jy sigma=0.420454 ! Fit after self-cal, rms=0.053348Jy sigma=0.420449 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.000122671 Jy ! Component: 100 - total flux cleaned = 0.000185867 Jy ! Component: 150 - total flux cleaned = 0.000230668 Jy ! Component: 200 - total flux cleaned = 0.000333771 Jy ! Total flux subtracted in 200 components = 0.000333771 Jy ! Clean residual min=-0.000244 max=0.000243 Jy/beam ! Clean residual mean=-0.000000 rms=0.000101 Jy/beam ! Combined flux in latest and established models = 0.138717 Jy ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 405 components and 0.138717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053340Jy sigma=0.420396 ! Fit after self-cal, rms=0.053340Jy sigma=0.420394 ! 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.053340Jy sigma=0.420394 ! Fit after self-cal, rms=0.053279Jy sigma=0.420385 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=15.19 mas, bmaj=54.87 mas, bpa=6.284 degrees ! Estimated noise=1.86879 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000163977 Jy ! Component: 100 - total flux cleaned = -0.000163747 Jy ! Component: 150 - total flux cleaned = -0.000163527 Jy ! Component: 200 - total flux cleaned = -0.000107449 Jy ! Total flux subtracted in 200 components = -0.000107449 Jy ! Clean residual min=-0.000233 max=0.000232 Jy/beam ! Clean residual mean=-0.000000 rms=0.000099 Jy/beam ! Combined flux in latest and established models = 0.138609 Jy selfcal ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 454 components and 0.138609 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053271Jy sigma=0.420339 ! Fit after self-cal, rms=0.053271Jy sigma=0.420335 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 = 2.38034e-05 Jy ! Component: 100 - total flux cleaned = 3.72034e-05 Jy ! Component: 150 - total flux cleaned = 7.47747e-05 Jy ! Component: 200 - total flux cleaned = 0.000148712 Jy ! Total flux subtracted in 200 components = 0.000148712 Jy ! Clean residual min=-0.000206 max=0.000205 Jy/beam ! Clean residual mean=0.000000 rms=0.000087 Jy/beam ! Combined flux in latest and established models = 0.138758 Jy ! Performing phase self-cal ! Adding 79 model components to the UV plane model. ! The established model now contains 507 components and 0.138758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053265Jy sigma=0.420298 ! Fit after self-cal, rms=0.053265Jy sigma=0.420296 ! 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=14.52 mas, bmaj=54.63 mas, bpa=6.801 degrees ! Estimated noise=1.87053 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 14.52 x 54.63 at 6.801 degrees (North through East) ! Clean map min=-0.0021506 max=0.11298 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=14.74 mas, bmaj=53.08 mas, bpa=4.915 degrees ! Estimated noise=2.4354 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0882962 Jy ! Component: 100 - total flux cleaned = 0.112956 Jy ! Component: 150 - total flux cleaned = 0.124899 Jy ! Component: 200 - total flux cleaned = 0.12672 Jy ! Total flux subtracted in 200 components = 0.12672 Jy ! Clean residual min=-0.003757 max=0.003773 Jy/beam ! Clean residual mean=-0.000055 rms=0.001438 Jy/beam ! Combined flux in latest and established models = 0.12672 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.12672 Jy ! Inverting map and beam ! Estimated beam: bmin=14.52 mas, bmaj=54.63 mas, bpa=6.801 degrees ! Estimated noise=1.87053 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.000689165 Jy ! Component: 100 - total flux cleaned = 0.00137599 Jy ! Component: 150 - total flux cleaned = 0.00147033 Jy ! Component: 200 - total flux cleaned = 0.0014765 Jy ! Total flux subtracted in 200 components = 0.0014765 Jy ! Clean residual min=-0.001408 max=0.001422 Jy/beam ! Clean residual mean=-0.000013 rms=0.000641 Jy/beam ! Combined flux in latest and established models = 0.128197 Jy ! Adding 89 model components to the UV plane model. ! The established model now contains 148 components and 0.128197 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=15.19 mas, bmaj=54.87 mas, bpa=6.284 degrees ! Estimated noise=1.86879 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000489607 Jy ! Component: 100 - total flux cleaned = 0.000855339 Jy ! Component: 150 - total flux cleaned = 0.00101931 Jy ! Component: 200 - total flux cleaned = 0.00120512 Jy ! Total flux subtracted in 200 components = 0.00120512 Jy ! Clean residual min=-0.000745 max=0.000740 Jy/beam ! Clean residual mean=-0.000001 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.129402 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 = -9.10295e-05 Jy ! Component: 100 - total flux cleaned = -1.32431e-05 Jy ! Component: 150 - total flux cleaned = -8.42794e-05 Jy ! Component: 200 - total flux cleaned = -0.000118579 Jy ! Total flux subtracted in 200 components = -0.000118579 Jy ! Clean residual min=-0.000572 max=0.000571 Jy/beam ! Clean residual mean=0.000004 rms=0.000246 Jy/beam ! Combined flux in latest and established models = 0.129283 Jy ! Adding 156 model components to the UV plane model. ! The established model now contains 292 components and 0.129283 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=14.52 mas, bmaj=54.63 mas, bpa=6.801 degrees ! Estimated noise=1.87053 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000127612 Jy ! Component: 100 - total flux cleaned = 0.000125064 Jy ! Component: 150 - total flux cleaned = 5.28525e-05 Jy ! Component: 200 - total flux cleaned = 5.33745e-05 Jy ! Total flux subtracted in 200 components = 5.33745e-05 Jy ! Clean residual min=-0.000333 max=0.000332 Jy/beam ! Clean residual mean=0.000000 rms=0.000153 Jy/beam ! Combined flux in latest and established models = 0.129337 Jy selfcal ! Performing phase self-cal ! Adding 79 model components to the UV plane model. ! The established model now contains 370 components and 0.129337 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053290Jy sigma=0.420519 ! Fit after self-cal, rms=0.053289Jy sigma=0.420499 wmodel J0722-3038_S_map.mod ! Writing 370 model components to file: J0722-3038_S_map.mod wobs J0722-3038_S_uvs.fits ! Writing UV FITS file: J0722-3038_S_uvs.fits wwins J0722-3038_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//J0722-3038_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 14.52 x 54.63 at 6.801 degrees (North through East) ! Clean map min=-0.0028992 max=0.11163 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0722-3038_S_map.fits wmodel /image_prod/ug002_uva//J0722-3038_S_map.mod ! Writing 370 model components to file: /image_prod/ug002_uva//J0722-3038_S_map.mod wobs /image_prod/ug002_uva//J0722-3038_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0722-3038_S_uvs.fits wwins /image_prod/ug002_uva//J0722-3038_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.111629 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000144966 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.389592 0.389592 0.779185 1.55837 3.11674 6.23348 12.467 24.9339 49.8678 99.7356 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.111 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 770.035 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0722-3038_S_dfm.log closed on Wed Mar 4 21:45:35 2020