! Started logfile: /scr/pima/rv125_uvs/J1146-3328_S_dfm.log on Sun Dec 23 06:58:43 2018 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.23275 obs /scr/pima/rv125_uvs/J1146-3328_S_uva.fits ! Reading UV FITS file: /scr/pima/rv125_uvs/J1146-3328_S_uva.fits ! AN table 1: 37 integrations on 21 of 21 possible baselines. ! AN table 2: 16 integrations on 3 of 3 possible baselines. ! Apparent sampling: 0.995152 visibilities/baseline/integration-bin. ! Found source: J1146-3328 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23275e+09 8e+06 1 8e+06 ! 02 2 2.26275e+09 8e+06 1 8e+06 ! 03 3 2.35275e+09 8e+06 1 8e+06 ! 04 4 2.37275e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 69 lines of history. ! ! Reading 3284 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 4 channels. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 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 J1146-3328_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 11 telescope corrections were flagged in sub-array 1. ! A total of 12 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 11 telescope corrections were flagged in sub-array 1. ! A total of 12 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 259 telescope corrections were flagged in sub-array 1. ! A total of 48 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 11 telescope corrections were flagged in sub-array 1. ! A total of 12 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.012645Jy sigma=11.814572 ! Fit after self-cal, rms=0.860364Jy sigma=9.946589 ! 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=3.005 mas, bmaj=13.94 mas, bpa=1.524 degrees ! Estimated noise=2.1218 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.116016 Jy ! Component: 100 - total flux cleaned = 0.151397 Jy ! Total flux subtracted in 100 components = 0.151397 Jy ! Clean residual min=-0.011301 max=0.017356 Jy/beam ! Clean residual mean=-0.000014 rms=0.003522 Jy/beam ! Combined flux in latest and established models = 0.151397 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.151397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092305Jy sigma=1.037183 ! Fit after self-cal, rms=0.092215Jy sigma=1.036193 ! 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.553 mas, bmaj=14.61 mas, bpa=0.8545 degrees ! Estimated noise=1.28342 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.0169629 Jy ! Component: 100 - total flux cleaned = 0.0261165 Jy ! Component: 150 - total flux cleaned = 0.0311127 Jy ! Component: 200 - total flux cleaned = 0.0316598 Jy ! Total flux subtracted in 200 components = 0.0316598 Jy ! Clean residual min=-0.009502 max=0.011234 Jy/beam ! Clean residual mean=-0.000005 rms=0.002508 Jy/beam ! Combined flux in latest and established models = 0.183057 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 24 components and 0.183057 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089713Jy sigma=0.993108 ! Fit after self-cal, rms=0.089666Jy sigma=0.992614 ! 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.553 x 14.61 at 0.8545 degrees (North through East) ! Clean map min=-0.0091782 max=0.14965 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! HN 1.12 KP 0.92 LA 0.95 NL 1.20 ! OV 0.97 PT 1.10 SC 1.02 ! ! A total of 36 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! KP 0.00* MK 0.00* OV 0.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! HN 1.24 KP 0.89 LA 0.97 NL 1.14 ! OV 0.84 PT 1.13 SC 0.93 ! ! A total of 36 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! KP 0.00* MK 0.00* OV 0.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! HN 0.00* KP 0.00* LA 0.00* NL 0.00* ! OV 0.00* PT 0.00* SC 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! KP 0.00* MK 0.00* OV 0.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! HN 1.26 KP 0.88 LA 0.97 NL 1.12 ! OV 0.92 PT 1.13 SC 0.94 ! ! A total of 36 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! KP 0.00* MK 0.00* OV 0.00* ! ! ! Fit before self-cal, rms=0.089666Jy sigma=0.992614 ! Fit after self-cal, rms=0.093845Jy sigma=0.953736 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.535 mas, bmaj=14.79 mas, bpa=1.908 degrees ! Estimated noise=1.35823 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.00458441 Jy ! Component: 100 - total flux cleaned = -0.00509595 Jy ! Component: 150 - total flux cleaned = -0.00545541 Jy ! Component: 200 - total flux cleaned = -0.00576234 Jy ! Total flux subtracted in 200 components = -0.00576234 Jy ! Clean residual min=-0.005104 max=0.005672 Jy/beam ! Clean residual mean=0.000004 rms=0.001535 Jy/beam ! Combined flux in latest and established models = 0.177295 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 35 components and 0.177295 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093519Jy sigma=0.951402 ! Fit after self-cal, rms=0.093927Jy sigma=0.950526 ! 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093927Jy sigma=0.950526 ! Fit after self-cal, rms=0.097435Jy sigma=0.947192 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.53 mas, bmaj=14.96 mas, bpa=2.106 degrees ! Estimated noise=1.36999 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00273705 Jy ! Component: 100 - total flux cleaned = -0.00323159 Jy ! Component: 150 - total flux cleaned = -0.00345755 Jy ! Component: 200 - total flux cleaned = -0.0035487 Jy ! Total flux subtracted in 200 components = -0.0035487 Jy ! Clean residual min=-0.004777 max=0.005110 Jy/beam ! Clean residual mean=0.000004 rms=0.001402 Jy/beam ! Combined flux in latest and established models = 0.173746 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 39 components and 0.173746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097265Jy sigma=0.945735 ! Fit after self-cal, rms=0.097398Jy sigma=0.945680 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.000212603 Jy ! Component: 100 - total flux cleaned = -0.000277365 Jy ! Component: 150 - total flux cleaned = -0.000306604 Jy ! Component: 200 - total flux cleaned = -0.000360798 Jy ! Total flux subtracted in 200 components = -0.000360798 Jy ! Clean residual min=-0.004742 max=0.005179 Jy/beam ! Clean residual mean=0.000003 rms=0.001406 Jy/beam ! Combined flux in latest and established models = 0.173385 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 48 components and 0.173385 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097372Jy sigma=0.945524 ! Fit after self-cal, rms=0.097381Jy sigma=0.945518 ! 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097381Jy sigma=0.945518 ! Fit after self-cal, rms=0.101553Jy sigma=0.941386 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.528 mas, bmaj=15.04 mas, bpa=2.127 degrees ! Estimated noise=1.37123 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00213804 Jy ! Component: 100 - total flux cleaned = -0.00254717 Jy ! Component: 150 - total flux cleaned = -0.00261691 Jy ! Component: 200 - total flux cleaned = -0.00267855 Jy ! Total flux subtracted in 200 components = -0.00267855 Jy ! Clean residual min=-0.004583 max=0.005159 Jy/beam ! Clean residual mean=0.000005 rms=0.001241 Jy/beam ! Combined flux in latest and established models = 0.170707 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 64 components and 0.170707 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101475Jy sigma=0.940966 ! Fit after self-cal, rms=0.101592Jy sigma=0.940883 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.000179016 Jy ! Component: 100 - total flux cleaned = -0.000227203 Jy ! Component: 150 - total flux cleaned = -0.000273094 Jy ! Component: 200 - total flux cleaned = -0.000314666 Jy ! Total flux subtracted in 200 components = -0.000314666 Jy ! Clean residual min=-0.004559 max=0.005232 Jy/beam ! Clean residual mean=0.000005 rms=0.001242 Jy/beam ! Combined flux in latest and established models = 0.170392 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 68 components and 0.170392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101575Jy sigma=0.940806 ! Fit after self-cal, rms=0.101579Jy sigma=0.940802 ! 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101579Jy sigma=0.940802 ! Fit after self-cal, rms=0.103119Jy sigma=0.940501 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.267 mas, bmaj=20.18 mas, bpa=-5.649 degrees ! Estimated noise=1.66531 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00116085 Jy ! Component: 100 - total flux cleaned = -0.00119039 Jy ! Component: 150 - total flux cleaned = -0.00121636 Jy ! Component: 200 - total flux cleaned = -0.00121666 Jy ! Total flux subtracted in 200 components = -0.00121666 Jy ! Clean residual min=-0.004011 max=0.004877 Jy/beam ! Clean residual mean=0.000010 rms=0.001423 Jy/beam ! Combined flux in latest and established models = 0.169176 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 80 components and 0.169176 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103079Jy sigma=0.940409 ! Fit after self-cal, rms=0.103135Jy sigma=0.940400 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.00296e-05 Jy ! Component: 100 - total flux cleaned = 4.20999e-05 Jy ! Component: 150 - total flux cleaned = 8.2179e-05 Jy ! Component: 200 - total flux cleaned = 0.000100557 Jy ! Total flux subtracted in 200 components = 0.000100557 Jy ! Clean residual min=-0.003997 max=0.004875 Jy/beam ! Clean residual mean=0.000010 rms=0.001420 Jy/beam ! Combined flux in latest and established models = 0.169276 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 83 components and 0.169276 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103127Jy sigma=0.940474 ! Fit after self-cal, rms=0.103131Jy sigma=0.940465 ! 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.528 mas, bmaj=15.13 mas, bpa=2.185 degrees ! Estimated noise=1.37183 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.528 x 15.13 at 2.185 degrees (North through East) ! Clean map min=-0.0043556 max=0.15237 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.943 mas, bmaj=14.14 mas, bpa=3.197 degrees ! Estimated noise=2.25708 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.118072 Jy ! Component: 100 - total flux cleaned = 0.147941 Jy ! Component: 150 - total flux cleaned = 0.160665 Jy ! Component: 200 - total flux cleaned = 0.165208 Jy ! Total flux subtracted in 200 components = 0.165208 Jy ! Clean residual min=-0.007113 max=0.006751 Jy/beam ! Clean residual mean=-0.000002 rms=0.001851 Jy/beam ! Combined flux in latest and established models = 0.165208 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.165208 Jy ! Inverting map and beam ! Estimated beam: bmin=3.528 mas, bmaj=15.13 mas, bpa=2.185 degrees ! Estimated noise=1.37183 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.00212606 Jy ! Component: 100 - total flux cleaned = 0.00230165 Jy ! Component: 150 - total flux cleaned = 0.00224583 Jy ! Component: 200 - total flux cleaned = 0.00224535 Jy ! Total flux subtracted in 200 components = 0.00224535 Jy ! Clean residual min=-0.004456 max=0.005168 Jy/beam ! Clean residual mean=0.000005 rms=0.001237 Jy/beam ! Combined flux in latest and established models = 0.167454 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 27 components and 0.167454 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=7.267 mas, bmaj=20.18 mas, bpa=-5.649 degrees ! Estimated noise=1.66531 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00125228 Jy ! Component: 100 - total flux cleaned = 0.00134533 Jy ! Component: 150 - total flux cleaned = 0.0013983 Jy ! Component: 200 - total flux cleaned = 0.00144949 Jy ! Total flux subtracted in 200 components = 0.00144949 Jy ! Clean residual min=-0.004065 max=0.004946 Jy/beam ! Clean residual mean=0.000010 rms=0.001439 Jy/beam ! Combined flux in latest and established models = 0.168903 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.85499e-05 Jy ! Component: 100 - total flux cleaned = 9.56052e-05 Jy ! Component: 150 - total flux cleaned = 0.000139796 Jy ! Component: 200 - total flux cleaned = 0.000182661 Jy ! Total flux subtracted in 200 components = 0.000182661 Jy ! Clean residual min=-0.004044 max=0.004907 Jy/beam ! Clean residual mean=0.000010 rms=0.001432 Jy/beam ! Combined flux in latest and established models = 0.169086 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 47 components and 0.169086 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.528 mas, bmaj=15.13 mas, bpa=2.185 degrees ! Estimated noise=1.37183 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000532236 Jy ! Component: 100 - total flux cleaned = -0.000741933 Jy ! Component: 150 - total flux cleaned = -0.000869381 Jy ! Component: 200 - total flux cleaned = -0.00091395 Jy ! Total flux subtracted in 200 components = -0.00091395 Jy ! Clean residual min=-0.004465 max=0.005182 Jy/beam ! Clean residual mean=0.000005 rms=0.001231 Jy/beam ! Combined flux in latest and established models = 0.168172 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 61 components and 0.168172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103128Jy sigma=0.940412 ! Fit after self-cal, rms=0.103121Jy sigma=0.940380 wmodel J1146-3328_S_map.mod ! Writing 61 model components to file: J1146-3328_S_map.mod wobs J1146-3328_S_uvs.fits ! Writing UV FITS file: J1146-3328_S_uvs.fits wwins J1146-3328_S_map.win ! wwins: Wrote 1 windows to J1146-3328_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.000541032 Jy ! Component: 100 - total flux cleaned = -0.000596292 Jy ! Component: 150 - total flux cleaned = -0.0012333 Jy ! Component: 200 - total flux cleaned = -0.00156456 Jy ! Component: 250 - total flux cleaned = -0.00200074 Jy ! Component: 300 - total flux cleaned = -0.00259393 Jy ! Component: 350 - total flux cleaned = -0.00322057 Jy ! Component: 400 - total flux cleaned = -0.00387854 Jy ! Component: 450 - total flux cleaned = -0.00419575 Jy ! Component: 500 - total flux cleaned = -0.00435033 Jy ! Component: 550 - total flux cleaned = -0.00444891 Jy ! Component: 600 - total flux cleaned = -0.00459291 Jy ! Component: 650 - total flux cleaned = -0.00468688 Jy ! Component: 700 - total flux cleaned = -0.00482292 Jy ! Component: 750 - total flux cleaned = -0.00469044 Jy ! Component: 800 - total flux cleaned = -0.00473453 Jy ! Component: 850 - total flux cleaned = -0.00460831 Jy ! Component: 900 - total flux cleaned = -0.00452587 Jy ! Component: 950 - total flux cleaned = -0.00432457 Jy ! Component: 1000 - total flux cleaned = -0.00436466 Jy ! Component: 1050 - total flux cleaned = -0.00424648 Jy ! Component: 1100 - total flux cleaned = -0.00413111 Jy ! Component: 1150 - total flux cleaned = -0.00394406 Jy ! Component: 1200 - total flux cleaned = -0.00405376 Jy ! Component: 1250 - total flux cleaned = -0.00394403 Jy ! Component: 1300 - total flux cleaned = -0.00387227 Jy ! Component: 1350 - total flux cleaned = -0.00383729 Jy ! Component: 1400 - total flux cleaned = -0.00383744 Jy ! Component: 1450 - total flux cleaned = -0.00383724 Jy ! Component: 1500 - total flux cleaned = -0.00380294 Jy ! Component: 1550 - total flux cleaned = -0.00373742 Jy ! Component: 1600 - total flux cleaned = -0.00367247 Jy ! Component: 1650 - total flux cleaned = -0.0036728 Jy ! Component: 1700 - total flux cleaned = -0.00364125 Jy ! Component: 1750 - total flux cleaned = -0.00364131 Jy ! Component: 1800 - total flux cleaned = -0.00361019 Jy ! Component: 1850 - total flux cleaned = -0.00367066 Jy ! Component: 1900 - total flux cleaned = -0.00345899 Jy ! Component: 1950 - total flux cleaned = -0.00331008 Jy ! Component: 2000 - total flux cleaned = -0.00328081 Jy ! Component: 2050 - total flux cleaned = -0.003281 Jy ! Component: 2100 - total flux cleaned = -0.00322258 Jy ! Component: 2150 - total flux cleaned = -0.00308006 Jy ! Component: 2200 - total flux cleaned = -0.00291112 Jy ! Component: 2250 - total flux cleaned = -0.00293931 Jy ! Component: 2300 - total flux cleaned = -0.00285612 Jy ! Component: 2350 - total flux cleaned = -0.00285606 Jy ! Component: 2400 - total flux cleaned = -0.00288336 Jy ! Component: 2450 - total flux cleaned = -0.00285645 Jy ! Component: 2500 - total flux cleaned = -0.00290973 Jy ! Component: 2550 - total flux cleaned = -0.00293591 Jy ! Component: 2600 - total flux cleaned = -0.00301446 Jy ! Component: 2650 - total flux cleaned = -0.00314421 Jy ! Component: 2700 - total flux cleaned = -0.00311839 Jy ! Component: 2750 - total flux cleaned = -0.00322049 Jy ! Component: 2800 - total flux cleaned = -0.0032458 Jy ! Component: 2850 - total flux cleaned = -0.00334606 Jy ! Component: 2900 - total flux cleaned = -0.00329612 Jy ! Component: 2950 - total flux cleaned = -0.00334573 Jy ! Component: 3000 - total flux cleaned = -0.00334624 Jy ! Component: 3050 - total flux cleaned = -0.00344417 Jy ! Component: 3100 - total flux cleaned = -0.00349293 Jy ! Component: 3150 - total flux cleaned = -0.00349294 Jy ! Component: 3200 - total flux cleaned = -0.00346915 Jy ! Component: 3250 - total flux cleaned = -0.00344537 Jy ! Component: 3300 - total flux cleaned = -0.00349245 Jy ! Component: 3350 - total flux cleaned = -0.0034456 Jy ! Component: 3400 - total flux cleaned = -0.00346893 Jy ! Component: 3450 - total flux cleaned = -0.00335288 Jy ! Component: 3500 - total flux cleaned = -0.00337618 Jy ! Component: 3550 - total flux cleaned = -0.00339884 Jy ! Component: 3600 - total flux cleaned = -0.0033304 Jy ! Component: 3650 - total flux cleaned = -0.00323985 Jy ! Component: 3700 - total flux cleaned = -0.0032175 Jy ! Component: 3750 - total flux cleaned = -0.00317289 Jy ! Component: 3800 - total flux cleaned = -0.00323955 Jy ! Component: 3850 - total flux cleaned = -0.00319528 Jy ! Component: 3900 - total flux cleaned = -0.00317331 Jy ! Component: 3950 - total flux cleaned = -0.00315174 Jy ! Component: 4000 - total flux cleaned = -0.00315176 Jy ! Component: 4050 - total flux cleaned = -0.00319475 Jy ! Total flux subtracted in 4096 components = -0.00315162 Jy ! Clean residual min=-0.001327 max=0.001341 Jy/beam ! Clean residual mean=0.000002 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.16502 Jy keep ! Adding 303 model components to the UV plane model. ! The established model now contains 364 components and 0.16502 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv125_uvs/J1146-3328_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.528 x 15.13 at 2.185 degrees (North through East) ! Clean map min=-0.002944 max=0.15213 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv125_uvs/J1146-3328_S_map.fits wmodel /scr/pima/rv125_uvs/J1146-3328_S_map.mod ! Writing 364 model components to file: /scr/pima/rv125_uvs/J1146-3328_S_map.mod wobs /scr/pima/rv125_uvs/J1146-3328_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv125_uvs/J1146-3328_S_uvs.fits wwins /scr/pima/rv125_uvs/J1146-3328_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rv125_uvs/J1146-3328_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.152125 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000405029 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.79874 0.79874 1.59748 3.19496 6.38992 12.7798 25.5597 51.1193 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.152 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 375.591 quit ! Quitting program ! Log file /scr/pima/rv125_uvs/J1146-3328_S_dfm.log closed on Sun Dec 23 06:58:47 2018