! Started logfile: /image_prod/ug002_uva//J0409-1655_S_dfm.log on Wed Mar 4 20:13:19 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//J0409-1655_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0409-1655_S_uva.fits ! AN table 1: 50 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.896444 visibilities/baseline/integration-bin. ! Found source: J0409-1655 ! ! 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 6051 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 J0409-1655_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 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.031881Jy sigma=7.081077 ! Fit after self-cal, rms=0.825857Jy sigma=5.279639 ! 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=2.928 mas, bmaj=9.076 mas, bpa=-11.25 degrees ! Estimated noise=2.09225 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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.150209 Jy ! Component: 100 - total flux cleaned = 0.222985 Jy ! Total flux subtracted in 100 components = 0.222985 Jy ! Clean residual min=-0.018893 max=0.045003 Jy/beam ! Clean residual mean=-0.000328 rms=0.008151 Jy/beam ! Combined flux in latest and established models = 0.222985 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 30 components and 0.222985 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.151728Jy sigma=1.089014 ! Fit after self-cal, rms=0.150875Jy sigma=1.086102 ! 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=3.581 mas, bmaj=10.33 mas, bpa=-9.738 degrees ! Estimated noise=1.39338 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.0738343 Jy ! Component: 100 - total flux cleaned = 0.118202 Jy ! Component: 150 - total flux cleaned = 0.146116 Jy ! Component: 200 - total flux cleaned = 0.163907 Jy ! Total flux subtracted in 200 components = 0.163907 Jy ! Clean residual min=-0.021130 max=0.036441 Jy/beam ! Clean residual mean=-0.000276 rms=0.007228 Jy/beam ! Combined flux in latest and established models = 0.386892 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 60 components and 0.386892 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.118866Jy sigma=0.732151 ! Fit after self-cal, rms=0.117851Jy sigma=0.728275 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.581 x 10.33 at -9.738 degrees (North through East) ! Clean map min=-0.020726 max=0.14914 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 2.83 FD 1.08 HN 1.26 KP 0.85 ! LA 0.87 MK 1.28 NL 1.07 OV 1.12 ! PT 0.84 SC 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 4.74 FD 1.07 HN 1.30 KP 0.81 ! LA 0.88 MK 1.22 NL 1.20 OV 1.12 ! PT 0.83 SC 1.10 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 3.39 FD 1.09 HN 1.31 KP 0.81 ! LA 0.88 MK 1.22 NL 1.07 OV 1.14 ! PT 0.83 SC 1.14 ! ! ! Fit before self-cal, rms=0.117851Jy sigma=0.728275 ! Fit after self-cal, rms=0.260264Jy sigma=0.559497 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.777 mas, bmaj=11.29 mas, bpa=-9.341 degrees ! Estimated noise=1.58108 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) ! Added new window around map position (6.5, -51). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.020077 Jy ! Component: 100 - total flux cleaned = 0.0246632 Jy ! Component: 150 - total flux cleaned = 0.0256288 Jy ! Component: 200 - total flux cleaned = 0.0264758 Jy ! Total flux subtracted in 200 components = 0.0264758 Jy ! Clean residual min=-0.011490 max=0.016337 Jy/beam ! Clean residual mean=-0.000055 rms=0.003293 Jy/beam ! Combined flux in latest and established models = 0.413368 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 79 components and 0.413368 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.258240Jy sigma=0.529307 ! Fit after self-cal, rms=0.258935Jy sigma=0.527155 ! 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.258935Jy sigma=0.527155 ! Fit after self-cal, rms=0.218387Jy sigma=0.508044 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.795 mas, bmaj=11.19 mas, bpa=-9.317 degrees ! Estimated noise=1.55611 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000832803 Jy ! Component: 100 - total flux cleaned = -0.00129917 Jy ! Component: 150 - total flux cleaned = -0.00170051 Jy ! Component: 200 - total flux cleaned = -0.00150845 Jy ! Total flux subtracted in 200 components = -0.00150845 Jy ! Clean residual min=-0.010344 max=0.010697 Jy/beam ! Clean residual mean=-0.000017 rms=0.002464 Jy/beam ! Combined flux in latest and established models = 0.411859 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 94 components and 0.411859 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.217847Jy sigma=0.502460 ! Fit after self-cal, rms=0.217717Jy sigma=0.502133 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) ! Added new window around map position (2.5, 17.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00957312 Jy ! Component: 100 - total flux cleaned = 0.0117828 Jy ! Component: 150 - total flux cleaned = 0.0125602 Jy ! Component: 200 - total flux cleaned = 0.0129224 Jy ! Total flux subtracted in 200 components = 0.0129224 Jy ! Clean residual min=-0.009396 max=0.009385 Jy/beam ! Clean residual mean=-0.000001 rms=0.002152 Jy/beam ! Combined flux in latest and established models = 0.424782 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 113 components and 0.424782 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.217068Jy sigma=0.493054 ! Fit after self-cal, rms=0.216697Jy sigma=0.491487 ! 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.216697Jy sigma=0.491487 ! Fit after self-cal, rms=0.210506Jy sigma=0.490258 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.789 mas, bmaj=11.12 mas, bpa=-8.803 degrees ! Estimated noise=1.54168 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0044999 Jy ! Component: 100 - total flux cleaned = 0.0056473 Jy ! Component: 150 - total flux cleaned = 0.00514077 Jy ! Component: 200 - total flux cleaned = 0.00514705 Jy ! Total flux subtracted in 200 components = 0.00514705 Jy ! Clean residual min=-0.008115 max=0.008344 Jy/beam ! Clean residual mean=-0.000001 rms=0.001909 Jy/beam ! Combined flux in latest and established models = 0.429929 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 123 components and 0.429929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.210111Jy sigma=0.485119 ! Fit after self-cal, rms=0.209775Jy sigma=0.484326 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) ! Added new window around map position (-31, -70). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.004028 Jy ! Component: 100 - total flux cleaned = 0.00407457 Jy ! Component: 150 - total flux cleaned = 0.00459848 Jy ! Component: 200 - total flux cleaned = 0.00506589 Jy ! Total flux subtracted in 200 components = 0.00506589 Jy ! Clean residual min=-0.007401 max=0.007101 Jy/beam ! Clean residual mean=-0.000001 rms=0.001722 Jy/beam ! Combined flux in latest and established models = 0.434995 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 148 components and 0.434995 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.209088Jy sigma=0.479165 ! Fit after self-cal, rms=0.208880Jy sigma=0.478834 ! 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.208880Jy sigma=0.478834 ! Fit after self-cal, rms=0.200077Jy sigma=0.478024 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.358 mas, bmaj=19.79 mas, bpa=-5.53 degrees ! Estimated noise=1.64861 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00257783 Jy ! Component: 100 - total flux cleaned = 0.0024363 Jy ! Component: 150 - total flux cleaned = 0.0020723 Jy ! Component: 200 - total flux cleaned = 0.00196726 Jy ! Total flux subtracted in 200 components = 0.00196726 Jy ! Clean residual min=-0.005803 max=0.005503 Jy/beam ! Clean residual mean=-0.000003 rms=0.001571 Jy/beam ! Combined flux in latest and established models = 0.436962 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 170 components and 0.436962 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.199916Jy sigma=0.476169 ! Fit after self-cal, rms=0.199706Jy sigma=0.475758 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.000692395 Jy ! Component: 100 - total flux cleaned = 0.00014383 Jy ! Component: 150 - total flux cleaned = 4.41131e-05 Jy ! Component: 200 - total flux cleaned = -0.000143015 Jy ! Total flux subtracted in 200 components = -0.000143015 Jy ! Clean residual min=-0.005579 max=0.005241 Jy/beam ! Clean residual mean=-0.000003 rms=0.001494 Jy/beam ! Combined flux in latest and established models = 0.436819 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 183 components and 0.436819 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.199572Jy sigma=0.475034 ! Fit after self-cal, rms=0.199430Jy sigma=0.474806 ! 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=3.779 mas, bmaj=11.06 mas, bpa=-8.726 degrees ! Estimated noise=1.52609 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.779 x 11.06 at -8.726 degrees (North through East) ! Clean map min=-0.0086511 max=0.15655 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=3.044 mas, bmaj=9.407 mas, bpa=-9.866 degrees ! Estimated noise=2.40096 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.167579 Jy ! Component: 100 - total flux cleaned = 0.242614 Jy ! Component: 150 - total flux cleaned = 0.287941 Jy ! Component: 200 - total flux cleaned = 0.318014 Jy ! Total flux subtracted in 200 components = 0.318014 Jy ! Clean residual min=-0.014826 max=0.024888 Jy/beam ! Clean residual mean=-0.000136 rms=0.004397 Jy/beam ! Combined flux in latest and established models = 0.318014 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 53 model components to the UV plane model. ! The established model now contains 53 components and 0.318014 Jy ! Inverting map and beam ! Estimated beam: bmin=3.779 mas, bmaj=11.06 mas, bpa=-8.726 degrees ! Estimated noise=1.52609 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) ! Added new window around map position (-5, 7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0310518 Jy ! Component: 100 - total flux cleaned = 0.0516908 Jy ! Component: 150 - total flux cleaned = 0.0673249 Jy ! Component: 200 - total flux cleaned = 0.0794689 Jy ! Total flux subtracted in 200 components = 0.0794689 Jy ! Clean residual min=-0.009159 max=0.012394 Jy/beam ! Clean residual mean=-0.000061 rms=0.002556 Jy/beam ! Combined flux in latest and established models = 0.397483 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 103 components and 0.397483 Jy ! Inverting map ! Added new window around map position (5.5, -10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.012041 Jy ! Component: 100 - total flux cleaned = 0.0206618 Jy ! Component: 150 - total flux cleaned = 0.0259807 Jy ! Component: 200 - total flux cleaned = 0.0298695 Jy ! Total flux subtracted in 200 components = 0.0298695 Jy ! Clean residual min=-0.007470 max=0.007281 Jy/beam ! Clean residual mean=-0.000019 rms=0.001764 Jy/beam ! Combined flux in latest and established models = 0.427352 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 142 components and 0.427352 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=8.358 mas, bmaj=19.79 mas, bpa=-5.53 degrees ! Estimated noise=1.64861 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00542702 Jy ! Component: 100 - total flux cleaned = 0.00801669 Jy ! Component: 150 - total flux cleaned = 0.00979251 Jy ! Component: 200 - total flux cleaned = 0.0106618 Jy ! Total flux subtracted in 200 components = 0.0106618 Jy ! Clean residual min=-0.004550 max=0.004793 Jy/beam ! Clean residual mean=-0.000005 rms=0.001449 Jy/beam ! Combined flux in latest and established models = 0.438014 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.000617937 Jy ! Component: 100 - total flux cleaned = 0.000894577 Jy ! Component: 150 - total flux cleaned = 0.00089221 Jy ! Component: 200 - total flux cleaned = 0.000892521 Jy ! Total flux subtracted in 200 components = 0.000892521 Jy ! Clean residual min=-0.004380 max=0.004541 Jy/beam ! Clean residual mean=0.000000 rms=0.001276 Jy/beam ! Combined flux in latest and established models = 0.438907 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 192 components and 0.438907 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.779 mas, bmaj=11.06 mas, bpa=-8.726 degrees ! Estimated noise=1.52609 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00112749 Jy ! Component: 100 - total flux cleaned = -0.00216826 Jy ! Component: 150 - total flux cleaned = -0.00295194 Jy ! Component: 200 - total flux cleaned = -0.00324627 Jy ! Total flux subtracted in 200 components = -0.00324627 Jy ! Clean residual min=-0.005168 max=0.006302 Jy/beam ! Clean residual mean=-0.000004 rms=0.001301 Jy/beam ! Combined flux in latest and established models = 0.43566 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 216 components and 0.43566 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.198960Jy sigma=0.469475 ! Fit after self-cal, rms=0.198138Jy sigma=0.468202 wmodel J0409-1655_S_map.mod ! Writing 216 model components to file: J0409-1655_S_map.mod wobs J0409-1655_S_uvs.fits ! Writing UV FITS file: J0409-1655_S_uvs.fits wwins J0409-1655_S_map.win ! wwins: Wrote 6 windows to J0409-1655_S_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000728662 Jy ! Component: 100 - total flux cleaned = 0.00166603 Jy ! Component: 150 - total flux cleaned = 0.00252695 Jy ! Component: 200 - total flux cleaned = 0.00301482 Jy ! Component: 250 - total flux cleaned = 0.00316784 Jy ! Component: 300 - total flux cleaned = 0.00338732 Jy ! Component: 350 - total flux cleaned = 0.00352849 Jy ! Component: 400 - total flux cleaned = 0.00345839 Jy ! Component: 450 - total flux cleaned = 0.00365803 Jy ! Component: 500 - total flux cleaned = 0.00378693 Jy ! Component: 550 - total flux cleaned = 0.00403954 Jy ! Component: 600 - total flux cleaned = 0.00428677 Jy ! Component: 650 - total flux cleaned = 0.00446735 Jy ! Component: 700 - total flux cleaned = 0.00470151 Jy ! Component: 750 - total flux cleaned = 0.00464365 Jy ! Component: 800 - total flux cleaned = 0.00481284 Jy ! Component: 850 - total flux cleaned = 0.00492291 Jy ! Component: 900 - total flux cleaned = 0.00492415 Jy ! Component: 950 - total flux cleaned = 0.00503022 Jy ! Component: 1000 - total flux cleaned = 0.00487582 Jy ! Component: 1050 - total flux cleaned = 0.00492567 Jy ! Component: 1100 - total flux cleaned = 0.00492461 Jy ! Component: 1150 - total flux cleaned = 0.00482732 Jy ! Component: 1200 - total flux cleaned = 0.00496838 Jy ! Component: 1250 - total flux cleaned = 0.00478 Jy ! Component: 1300 - total flux cleaned = 0.00473446 Jy ! Component: 1350 - total flux cleaned = 0.00477974 Jy ! Component: 1400 - total flux cleaned = 0.00464665 Jy ! Component: 1450 - total flux cleaned = 0.00477758 Jy ! Component: 1500 - total flux cleaned = 0.00482009 Jy ! Component: 1550 - total flux cleaned = 0.00490356 Jy ! Component: 1600 - total flux cleaned = 0.00498595 Jy ! Component: 1650 - total flux cleaned = 0.00506795 Jy ! Component: 1700 - total flux cleaned = 0.005149 Jy ! Component: 1750 - total flux cleaned = 0.00530859 Jy ! Component: 1800 - total flux cleaned = 0.00550592 Jy ! Component: 1850 - total flux cleaned = 0.00566207 Jy ! Component: 1900 - total flux cleaned = 0.00581601 Jy ! Component: 1950 - total flux cleaned = 0.00600594 Jy ! Component: 2000 - total flux cleaned = 0.00630554 Jy ! Component: 2050 - total flux cleaned = 0.00641658 Jy ! Component: 2100 - total flux cleaned = 0.00652603 Jy ! Component: 2150 - total flux cleaned = 0.00674335 Jy ! Component: 2200 - total flux cleaned = 0.00685043 Jy ! Component: 2250 - total flux cleaned = 0.00695707 Jy ! Component: 2300 - total flux cleaned = 0.00706262 Jy ! Component: 2350 - total flux cleaned = 0.00720071 Jy ! Component: 2400 - total flux cleaned = 0.00726927 Jy ! Component: 2450 - total flux cleaned = 0.00733799 Jy ! Component: 2500 - total flux cleaned = 0.00743953 Jy ! Component: 2550 - total flux cleaned = 0.00763891 Jy ! Component: 2600 - total flux cleaned = 0.00754011 Jy ! Component: 2650 - total flux cleaned = 0.00770366 Jy ! Component: 2700 - total flux cleaned = 0.00783304 Jy ! Component: 2750 - total flux cleaned = 0.00792912 Jy ! Component: 2800 - total flux cleaned = 0.0079289 Jy ! Component: 2850 - total flux cleaned = 0.00802337 Jy ! Component: 2900 - total flux cleaned = 0.00799216 Jy ! Component: 2950 - total flux cleaned = 0.00814736 Jy ! Component: 3000 - total flux cleaned = 0.00817832 Jy ! Component: 3050 - total flux cleaned = 0.00823907 Jy ! Component: 3100 - total flux cleaned = 0.00829974 Jy ! Component: 3150 - total flux cleaned = 0.00835987 Jy ! Component: 3200 - total flux cleaned = 0.00844945 Jy ! Component: 3250 - total flux cleaned = 0.00859757 Jy ! Component: 3300 - total flux cleaned = 0.00868547 Jy ! Component: 3350 - total flux cleaned = 0.00865622 Jy ! Component: 3400 - total flux cleaned = 0.00871401 Jy ! Component: 3450 - total flux cleaned = 0.00874289 Jy ! Component: 3500 - total flux cleaned = 0.00882873 Jy ! Component: 3550 - total flux cleaned = 0.0088574 Jy ! Component: 3600 - total flux cleaned = 0.00897001 Jy ! Component: 3650 - total flux cleaned = 0.0088578 Jy ! Component: 3700 - total flux cleaned = 0.00885792 Jy ! Component: 3750 - total flux cleaned = 0.00891314 Jy ! Component: 3800 - total flux cleaned = 0.00891305 Jy ! Component: 3850 - total flux cleaned = 0.00891287 Jy ! Component: 3900 - total flux cleaned = 0.00888612 Jy ! Component: 3950 - total flux cleaned = 0.00894021 Jy ! Component: 4000 - total flux cleaned = 0.0089133 Jy ! Component: 4050 - total flux cleaned = 0.00880649 Jy ! Total flux subtracted in 4096 components = 0.00872726 Jy ! Clean residual min=-0.001456 max=0.001741 Jy/beam ! Clean residual mean=-0.000001 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.444388 Jy keep ! Adding 285 model components to the UV plane model. ! The established model now contains 500 components and 0.444388 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0409-1655_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.779 x 11.06 at -8.726 degrees (North through East) ! Clean map min=-0.0058349 max=0.16027 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0409-1655_S_map.fits wmodel /image_prod/ug002_uva//J0409-1655_S_map.mod ! Writing 500 model components to file: /image_prod/ug002_uva//J0409-1655_S_map.mod wobs /image_prod/ug002_uva//J0409-1655_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0409-1655_S_uvs.fits wwins /image_prod/ug002_uva//J0409-1655_S_map.win ! wwins: Wrote 7 windows to /image_prod/ug002_uva//J0409-1655_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.160275 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000490643 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.918377 0.918377 1.83675 3.67351 7.34702 14.694 29.3881 58.7761 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.16 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 326.663 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0409-1655_S_dfm.log closed on Wed Mar 4 20:13:23 2020