! Started logfile: /image_prod/ug002_uva//J1642-2849_S_dfm.log on Thu Mar 5 02:53:16 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//J1642-2849_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1642-2849_S_uva.fits ! AN table 1: 60 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.803333 visibilities/baseline/integration-bin. ! Found source: J1642-2849 ! ! 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 6507 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 J1642-2849_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=1.006425Jy sigma=6.310294 ! Fit after self-cal, rms=0.930937Jy sigma=5.750464 ! 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.455 mas, bmaj=8.759 mas, bpa=-14.97 degrees ! Estimated noise=2.55096 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.0501154 Jy ! Component: 100 - total flux cleaned = 0.0749326 Jy ! Total flux subtracted in 100 components = 0.0749326 Jy ! Clean residual min=-0.006796 max=0.013122 Jy/beam ! Clean residual mean=0.000006 rms=0.002472 Jy/beam ! Combined flux in latest and established models = 0.0749326 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 32 components and 0.0749326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.091419Jy sigma=0.544811 ! Fit after self-cal, rms=0.090513Jy sigma=0.539920 ! Inverting map ! Added new window around map position (-3, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0175149 Jy ! Component: 100 - total flux cleaned = 0.0293765 Jy ! Total flux subtracted in 100 components = 0.0293765 Jy ! Clean residual min=-0.005157 max=0.007962 Jy/beam ! Clean residual mean=0.000007 rms=0.001685 Jy/beam ! Combined flux in latest and established models = 0.104309 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 52 components and 0.104309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086093Jy sigma=0.494782 ! Fit after self-cal, rms=0.085933Jy sigma=0.494159 ! 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.178 mas, bmaj=10.34 mas, bpa=-14.1 degrees ! Estimated noise=1.44417 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.0133484 Jy ! Component: 100 - total flux cleaned = 0.0207786 Jy ! Component: 150 - total flux cleaned = 0.025133 Jy ! Component: 200 - total flux cleaned = 0.0277656 Jy ! Total flux subtracted in 200 components = 0.0277656 Jy ! Clean residual min=-0.004194 max=0.005436 Jy/beam ! Clean residual mean=0.000002 rms=0.001405 Jy/beam ! Combined flux in latest and established models = 0.132075 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 90 components and 0.132075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084589Jy sigma=0.475373 ! Fit after self-cal, rms=0.084469Jy sigma=0.474765 ! 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.178 x 10.34 at -14.1 degrees (North through East) ! Clean map min=-0.0040338 max=0.065582 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.41 FD 0.96 HN 1.06 KP 0.91 ! LA 0.95 MK 0.97 NL 1.13 OV 0.95 ! PT 0.99 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 2.61 FD 0.92 HN 1.03 KP 0.94 ! LA 0.97 MK 1.09 NL 1.14 OV 0.93 ! PT 1.00 SC 0.82 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.53 FD 0.96 HN 1.21 KP 0.88 ! LA 1.00 MK 1.01 NL 1.04 OV 0.94 ! PT 0.96 SC 0.88 ! ! ! Fit before self-cal, rms=0.084469Jy sigma=0.474765 ! Fit after self-cal, rms=0.101528Jy sigma=0.464685 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.191 mas, bmaj=10.25 mas, bpa=-13.32 degrees ! Estimated noise=1.43726 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.0001278 Jy ! Component: 100 - total flux cleaned = -8.55887e-05 Jy ! Component: 150 - total flux cleaned = -0.000124329 Jy ! Component: 200 - total flux cleaned = -0.000158599 Jy ! Total flux subtracted in 200 components = -0.000158599 Jy ! Clean residual min=-0.002666 max=0.003174 Jy/beam ! Clean residual mean=-0.000007 rms=0.000686 Jy/beam ! Combined flux in latest and established models = 0.131916 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 99 components and 0.131916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.101495Jy sigma=0.464462 ! Fit after self-cal, rms=0.101923Jy sigma=0.464090 ! 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.101923Jy sigma=0.464090 ! Fit after self-cal, rms=0.103370Jy sigma=0.464004 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.183 mas, bmaj=10.19 mas, bpa=-13.25 degrees ! Estimated noise=1.43322 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000137724 Jy ! Component: 100 - total flux cleaned = -0.000138419 Jy ! Component: 150 - total flux cleaned = -0.00010776 Jy ! Component: 200 - total flux cleaned = -0.000134092 Jy ! Total flux subtracted in 200 components = -0.000134092 Jy ! Clean residual min=-0.002624 max=0.003136 Jy/beam ! Clean residual mean=-0.000007 rms=0.000680 Jy/beam ! Combined flux in latest and established models = 0.131782 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 106 components and 0.131782 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.103341Jy sigma=0.463869 ! Fit after self-cal, rms=0.103353Jy sigma=0.463822 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 (-114.5, -11). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00202423 Jy ! Component: 100 - total flux cleaned = 0.00247346 Jy ! Component: 150 - total flux cleaned = 0.0030147 Jy ! Component: 200 - total flux cleaned = 0.00322531 Jy ! Total flux subtracted in 200 components = 0.00322531 Jy ! Clean residual min=-0.002526 max=0.002422 Jy/beam ! Clean residual mean=-0.000006 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.135007 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 121 components and 0.135007 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.103242Jy sigma=0.463072 ! Fit after self-cal, rms=0.103199Jy sigma=0.462894 ! 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.103199Jy sigma=0.462894 ! Fit after self-cal, rms=0.101776Jy sigma=0.462636 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.165 mas, bmaj=10.11 mas, bpa=-13.47 degrees ! Estimated noise=1.4186 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000149789 Jy ! Component: 100 - total flux cleaned = 5.37445e-05 Jy ! Component: 150 - total flux cleaned = 5.21577e-05 Jy ! Component: 200 - total flux cleaned = 0.000128621 Jy ! Total flux subtracted in 200 components = 0.000128621 Jy ! Clean residual min=-0.002347 max=0.002541 Jy/beam ! Clean residual mean=-0.000007 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.135136 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 134 components and 0.135136 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.101713Jy sigma=0.462349 ! Fit after self-cal, rms=0.101718Jy sigma=0.462265 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.000317141 Jy ! Component: 100 - total flux cleaned = -0.000275458 Jy ! Component: 150 - total flux cleaned = -0.000199953 Jy ! Component: 200 - total flux cleaned = -0.000130531 Jy ! Total flux subtracted in 200 components = -0.000130531 Jy ! Clean residual min=-0.002411 max=0.002508 Jy/beam ! Clean residual mean=-0.000007 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.135005 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 140 components and 0.135005 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.101673Jy sigma=0.462055 ! Fit after self-cal, rms=0.101662Jy sigma=0.462008 ! 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.101662Jy sigma=0.462008 ! Fit after self-cal, rms=0.101143Jy sigma=0.461993 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.062 mas, bmaj=24.03 mas, bpa=-5.768 degrees ! Estimated noise=1.71592 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000344744 Jy ! Component: 100 - total flux cleaned = 0.000388261 Jy ! Component: 150 - total flux cleaned = 0.000407426 Jy ! Component: 200 - total flux cleaned = 0.000389159 Jy ! Total flux subtracted in 200 components = 0.000389159 Jy ! Clean residual min=-0.001728 max=0.002614 Jy/beam ! Clean residual mean=-0.000009 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.135395 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 152 components and 0.135395 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.101125Jy sigma=0.461943 ! Fit after self-cal, rms=0.101117Jy sigma=0.461919 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 (-65, -47). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00143877 Jy ! Component: 100 - total flux cleaned = 0.000982778 Jy ! Component: 150 - total flux cleaned = 0.000521758 Jy ! Component: 200 - total flux cleaned = 0.000117674 Jy ! Total flux subtracted in 200 components = 0.000117674 Jy ! Clean residual min=-0.001733 max=0.001745 Jy/beam ! Clean residual mean=-0.000011 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.135512 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 199 components and 0.135512 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.101060Jy sigma=0.461600 ! Fit after self-cal, rms=0.101039Jy sigma=0.461554 ! 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.161 mas, bmaj=10.1 mas, bpa=-13.55 degrees ! Estimated noise=1.41289 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.161 x 10.1 at -13.55 degrees (North through East) ! Clean map min=-0.0034851 max=0.064256 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=2.428 mas, bmaj=8.532 mas, bpa=-14.34 degrees ! Estimated noise=2.49534 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.050457 Jy ! Component: 100 - total flux cleaned = 0.0770904 Jy ! Component: 150 - total flux cleaned = 0.0940768 Jy ! Component: 200 - total flux cleaned = 0.1056 Jy ! Total flux subtracted in 200 components = 0.1056 Jy ! Clean residual min=-0.005141 max=0.006623 Jy/beam ! Clean residual mean=-0.000002 rms=0.001403 Jy/beam ! Combined flux in latest and established models = 0.1056 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 49 model components to the UV plane model. ! The established model now contains 49 components and 0.1056 Jy ! Inverting map and beam ! Estimated beam: bmin=3.161 mas, bmaj=10.1 mas, bpa=-13.55 degrees ! Estimated noise=1.41289 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.0112638 Jy ! Component: 100 - total flux cleaned = 0.0175013 Jy ! Component: 150 - total flux cleaned = 0.02032 Jy ! Component: 200 - total flux cleaned = 0.0221864 Jy ! Total flux subtracted in 200 components = 0.0221864 Jy ! Clean residual min=-0.002844 max=0.003068 Jy/beam ! Clean residual mean=-0.000011 rms=0.000763 Jy/beam ! Combined flux in latest and established models = 0.127787 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 95 components and 0.127787 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.062 mas, bmaj=24.03 mas, bpa=-5.768 degrees ! Estimated noise=1.71592 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00337435 Jy ! Component: 100 - total flux cleaned = 0.00463168 Jy ! Component: 150 - total flux cleaned = 0.00485674 Jy ! Component: 200 - total flux cleaned = 0.00491918 Jy ! Total flux subtracted in 200 components = 0.00491918 Jy ! Clean residual min=-0.002152 max=0.002230 Jy/beam ! Clean residual mean=-0.000015 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.132706 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 = -4.97913e-05 Jy ! Component: 100 - total flux cleaned = -4.88771e-05 Jy ! Component: 150 - total flux cleaned = -0.000171747 Jy ! Component: 200 - total flux cleaned = -0.000245047 Jy ! Total flux subtracted in 200 components = -0.000245047 Jy ! Clean residual min=-0.001895 max=0.002045 Jy/beam ! Clean residual mean=-0.000011 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.132461 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 140 components and 0.132461 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.161 mas, bmaj=10.1 mas, bpa=-13.55 degrees ! Estimated noise=1.41289 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.57395e-06 Jy ! Component: 100 - total flux cleaned = 4.416e-07 Jy ! Component: 150 - total flux cleaned = 5.99869e-05 Jy ! Component: 200 - total flux cleaned = 5.77624e-05 Jy ! Total flux subtracted in 200 components = 5.77624e-05 Jy ! Clean residual min=-0.002488 max=0.002494 Jy/beam ! Clean residual mean=-0.000008 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.132519 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 165 components and 0.132519 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.101119Jy sigma=0.462096 ! Fit after self-cal, rms=0.101076Jy sigma=0.461723 wmodel J1642-2849_S_map.mod ! Writing 165 model components to file: J1642-2849_S_map.mod wobs J1642-2849_S_uvs.fits ! Writing UV FITS file: J1642-2849_S_uvs.fits wwins J1642-2849_S_map.win ! wwins: Wrote 4 windows to J1642-2849_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.000635658 Jy ! Component: 100 - total flux cleaned = -0.00094696 Jy ! Component: 150 - total flux cleaned = -0.00116885 Jy ! Component: 200 - total flux cleaned = -0.00148389 Jy ! Component: 250 - total flux cleaned = -0.00181597 Jy ! Component: 300 - total flux cleaned = -0.00197409 Jy ! Component: 350 - total flux cleaned = -0.00209827 Jy ! Component: 400 - total flux cleaned = -0.00221979 Jy ! Component: 450 - total flux cleaned = -0.00236751 Jy ! Component: 500 - total flux cleaned = -0.00239632 Jy ! Component: 550 - total flux cleaned = -0.00245313 Jy ! Component: 600 - total flux cleaned = -0.0025902 Jy ! Component: 650 - total flux cleaned = -0.00277751 Jy ! Component: 700 - total flux cleaned = -0.00280379 Jy ! Component: 750 - total flux cleaned = -0.00285514 Jy ! Component: 800 - total flux cleaned = -0.0028553 Jy ! Component: 850 - total flux cleaned = -0.0029048 Jy ! Component: 900 - total flux cleaned = -0.00295301 Jy ! Component: 950 - total flux cleaned = -0.0029046 Jy ! Component: 1000 - total flux cleaned = -0.00297495 Jy ! Component: 1050 - total flux cleaned = -0.00302133 Jy ! Component: 1100 - total flux cleaned = -0.0030216 Jy ! Component: 1150 - total flux cleaned = -0.00308842 Jy ! Component: 1200 - total flux cleaned = -0.00300028 Jy ! Component: 1250 - total flux cleaned = -0.00300062 Jy ! Component: 1300 - total flux cleaned = -0.00295772 Jy ! Component: 1350 - total flux cleaned = -0.00293627 Jy ! Component: 1400 - total flux cleaned = -0.00291519 Jy ! Component: 1450 - total flux cleaned = -0.00291522 Jy ! Component: 1500 - total flux cleaned = -0.00289475 Jy ! Component: 1550 - total flux cleaned = -0.00291494 Jy ! Component: 1600 - total flux cleaned = -0.00287542 Jy ! Component: 1650 - total flux cleaned = -0.00287588 Jy ! Component: 1700 - total flux cleaned = -0.00289514 Jy ! Component: 1750 - total flux cleaned = -0.00291425 Jy ! Component: 1800 - total flux cleaned = -0.00297069 Jy ! Component: 1850 - total flux cleaned = -0.00295206 Jy ! Component: 1900 - total flux cleaned = -0.00297079 Jy ! Component: 1950 - total flux cleaned = -0.00306181 Jy ! Component: 2000 - total flux cleaned = -0.0031334 Jy ! Component: 2050 - total flux cleaned = -0.00316923 Jy ! Component: 2100 - total flux cleaned = -0.00325726 Jy ! Component: 2150 - total flux cleaned = -0.00334459 Jy ! Component: 2200 - total flux cleaned = -0.00339649 Jy ! Component: 2250 - total flux cleaned = -0.00346498 Jy ! Component: 2300 - total flux cleaned = -0.00348201 Jy ! Component: 2350 - total flux cleaned = -0.00348182 Jy ! Component: 2400 - total flux cleaned = -0.00348198 Jy ! Component: 2450 - total flux cleaned = -0.00346552 Jy ! Component: 2500 - total flux cleaned = -0.00344923 Jy ! Component: 2550 - total flux cleaned = -0.00354634 Jy ! Component: 2600 - total flux cleaned = -0.00351391 Jy ! Component: 2650 - total flux cleaned = -0.00349797 Jy ! Component: 2700 - total flux cleaned = -0.00354549 Jy ! Component: 2750 - total flux cleaned = -0.00346759 Jy ! Component: 2800 - total flux cleaned = -0.00354556 Jy ! Component: 2850 - total flux cleaned = -0.00357619 Jy ! Component: 2900 - total flux cleaned = -0.00357624 Jy ! Component: 2950 - total flux cleaned = -0.00359129 Jy ! Component: 3000 - total flux cleaned = -0.0036212 Jy ! Component: 3050 - total flux cleaned = -0.00366567 Jy ! Component: 3100 - total flux cleaned = -0.00365071 Jy ! Component: 3150 - total flux cleaned = -0.00367976 Jy ! Component: 3200 - total flux cleaned = -0.00363621 Jy ! Component: 3250 - total flux cleaned = -0.00362187 Jy ! Component: 3300 - total flux cleaned = -0.00357892 Jy ! Component: 3350 - total flux cleaned = -0.00363571 Jy ! Component: 3400 - total flux cleaned = -0.00370609 Jy ! Component: 3450 - total flux cleaned = -0.003748 Jy ! Component: 3500 - total flux cleaned = -0.0037895 Jy ! Component: 3550 - total flux cleaned = -0.00381719 Jy ! Component: 3600 - total flux cleaned = -0.00383079 Jy ! Component: 3650 - total flux cleaned = -0.00392603 Jy ! Component: 3700 - total flux cleaned = -0.00391247 Jy ! Component: 3750 - total flux cleaned = -0.00393932 Jy ! Component: 3800 - total flux cleaned = -0.00397929 Jy ! Component: 3850 - total flux cleaned = -0.00400586 Jy ! Component: 3900 - total flux cleaned = -0.0039796 Jy ! Component: 3950 - total flux cleaned = -0.00408437 Jy ! Component: 4000 - total flux cleaned = -0.0041366 Jy ! Component: 4050 - total flux cleaned = -0.00408494 Jy ! Total flux subtracted in 4096 components = -0.0041494 Jy ! Clean residual min=-0.000749 max=0.000820 Jy/beam ! Clean residual mean=0.000001 rms=0.000232 Jy/beam ! Combined flux in latest and established models = 0.128369 Jy keep ! Adding 298 model components to the UV plane model. ! The established model now contains 463 components and 0.128369 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1642-2849_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.161 x 10.1 at -13.55 degrees (North through East) ! Clean map min=-0.0022811 max=0.064208 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1642-2849_S_map.fits wmodel /image_prod/ug002_uva//J1642-2849_S_map.mod ! Writing 463 model components to file: /image_prod/ug002_uva//J1642-2849_S_map.mod wobs /image_prod/ug002_uva//J1642-2849_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1642-2849_S_uvs.fits wwins /image_prod/ug002_uva//J1642-2849_S_map.win ! wwins: Wrote 5 windows to /image_prod/ug002_uva//J1642-2849_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0642081 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000229689 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.07318 1.07318 2.14635 4.29271 8.58541 17.1708 34.3416 68.6833 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.064 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 279.544 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1642-2849_S_dfm.log closed on Thu Mar 5 02:53:20 2020