! Started logfile: /scr/pima/rv121_uvs/J1309-3948_S_dfm.log on Sat Jul 28 00:11:11 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/rv121_uvs/J1309-3948_S_uva.fits ! Reading UV FITS file: /scr/pima/rv121_uvs/J1309-3948_S_uva.fits ! AN table 1: 68 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.792017 visibilities/baseline/integration-bin. ! Found source: J1309-3948 ! ! 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 74 lines of history. ! ! Reading 6032 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 J1309-3948_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 82 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 82 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 324 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 82 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.015832Jy sigma=13.548149 ! Fit after self-cal, rms=0.827983Jy sigma=10.925885 ! 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.224 mas, bmaj=6.522 mas, bpa=-5.461 degrees ! Estimated noise=1.36868 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.129563 Jy ! Component: 100 - total flux cleaned = 0.160363 Jy ! Total flux subtracted in 100 components = 0.160363 Jy ! Clean residual min=-0.009642 max=0.015714 Jy/beam ! Clean residual mean=0.000001 rms=0.002461 Jy/beam ! Combined flux in latest and established models = 0.160363 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.160363 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084866Jy sigma=1.083865 ! Fit after self-cal, rms=0.084650Jy sigma=1.081684 ! Inverting map ! Added new window around map position (2, 8.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.015259 Jy ! Component: 100 - total flux cleaned = 0.0245524 Jy ! Total flux subtracted in 100 components = 0.0245524 Jy ! Clean residual min=-0.008751 max=0.008954 Jy/beam ! Clean residual mean=-0.000007 rms=0.002068 Jy/beam ! Combined flux in latest and established models = 0.184916 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 19 components and 0.184916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080621Jy sigma=1.014210 ! Fit after self-cal, rms=0.080511Jy sigma=1.012861 ! 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=2.913 mas, bmaj=8.108 mas, bpa=-6.273 degrees ! Estimated noise=0.789096 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 (-2.5, -11). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0115394 Jy ! Component: 100 - total flux cleaned = 0.0178274 Jy ! Component: 150 - total flux cleaned = 0.0216286 Jy ! Component: 200 - total flux cleaned = 0.0240503 Jy ! Total flux subtracted in 200 components = 0.0240503 Jy ! Clean residual min=-0.005479 max=0.005472 Jy/beam ! Clean residual mean=0.000066 rms=0.001389 Jy/beam ! Combined flux in latest and established models = 0.208966 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 61 components and 0.208966 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079064Jy sigma=0.987133 ! Fit after self-cal, rms=0.079020Jy sigma=0.985857 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.913 x 8.108 at -6.273 degrees (North through East) ! Clean map min=-0.0054662 max=0.16281 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.94 KP 0.99 LA 1.00 MK 1.06 ! NL 1.10 OV 1.02 PT 0.98 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.94 KP 0.98 LA 1.00 MK 1.06 ! NL 1.08 OV 0.98 PT 0.98 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 KP 1.00* LA 1.34 MK 0.81 ! NL 1.00* OV 1.02 PT 1.01 SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 KP 0.97 LA 0.97 MK 1.09 ! NL 1.11 OV 0.97 PT 0.98 SC 1.03 ! ! ! Fit before self-cal, rms=0.079020Jy sigma=0.985857 ! Fit after self-cal, rms=0.080258Jy sigma=0.964884 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.936 mas, bmaj=8.113 mas, bpa=-6.182 degrees ! Estimated noise=0.788298 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.00189897 Jy ! Component: 100 - total flux cleaned = -0.00220415 Jy ! Component: 150 - total flux cleaned = -0.00226969 Jy ! Component: 200 - total flux cleaned = -0.00233273 Jy ! Total flux subtracted in 200 components = -0.00233273 Jy ! Clean residual min=-0.004130 max=0.004148 Jy/beam ! Clean residual mean=0.000003 rms=0.001034 Jy/beam ! Combined flux in latest and established models = 0.206633 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 75 components and 0.206633 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080084Jy sigma=0.963408 ! Fit after self-cal, rms=0.080223Jy sigma=0.963010 ! 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.080223Jy sigma=0.963010 ! Fit after self-cal, rms=0.080036Jy sigma=0.962047 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.938 mas, bmaj=8.114 mas, bpa=-6.135 degrees ! Estimated noise=0.784309 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0018457 Jy ! Component: 100 - total flux cleaned = -0.00202117 Jy ! Component: 150 - total flux cleaned = -0.00212381 Jy ! Component: 200 - total flux cleaned = -0.00216919 Jy ! Total flux subtracted in 200 components = -0.00216919 Jy ! Clean residual min=-0.004096 max=0.003862 Jy/beam ! Clean residual mean=0.000006 rms=0.000994 Jy/beam ! Combined flux in latest and established models = 0.204464 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 82 components and 0.204464 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079929Jy sigma=0.961187 ! Fit after self-cal, rms=0.079934Jy sigma=0.961135 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.000121117 Jy ! Component: 100 - total flux cleaned = -0.000118483 Jy ! Component: 150 - total flux cleaned = -0.000161181 Jy ! Component: 200 - total flux cleaned = -0.000200112 Jy ! Total flux subtracted in 200 components = -0.000200112 Jy ! Clean residual min=-0.004080 max=0.003792 Jy/beam ! Clean residual mean=0.000006 rms=0.000987 Jy/beam ! Combined flux in latest and established models = 0.204264 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 90 components and 0.204264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079884Jy sigma=0.960634 ! Fit after self-cal, rms=0.079883Jy sigma=0.960611 ! 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.079883Jy sigma=0.960611 ! Fit after self-cal, rms=0.080239Jy sigma=0.954816 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.941 mas, bmaj=8.119 mas, bpa=-6.126 degrees ! Estimated noise=0.782337 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000320737 Jy ! Component: 100 - total flux cleaned = -0.00054518 Jy ! Component: 150 - total flux cleaned = -0.000608635 Jy ! Component: 200 - total flux cleaned = -0.000666176 Jy ! Total flux subtracted in 200 components = -0.000666176 Jy ! Clean residual min=-0.003641 max=0.003289 Jy/beam ! Clean residual mean=-0.000018 rms=0.000813 Jy/beam ! Combined flux in latest and established models = 0.203598 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 101 components and 0.203598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080197Jy sigma=0.954471 ! Fit after self-cal, rms=0.080226Jy sigma=0.954387 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 = -3.62564e-05 Jy ! Component: 100 - total flux cleaned = -3.61962e-05 Jy ! Component: 150 - total flux cleaned = -3.60442e-05 Jy ! Component: 200 - total flux cleaned = -3.56031e-05 Jy ! Total flux subtracted in 200 components = -3.56031e-05 Jy ! Clean residual min=-0.003628 max=0.003273 Jy/beam ! Clean residual mean=-0.000018 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.203562 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 116 components and 0.203562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080206Jy sigma=0.954199 ! Fit after self-cal, rms=0.080208Jy sigma=0.954186 ! 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.080208Jy sigma=0.954186 ! Fit after self-cal, rms=0.080241Jy sigma=0.954044 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.691 mas, bmaj=27.17 mas, bpa=-2.77 degrees ! Estimated noise=1.03097 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000517272 Jy ! Component: 100 - total flux cleaned = -0.000591762 Jy ! Component: 150 - total flux cleaned = -0.000625421 Jy ! Component: 200 - total flux cleaned = -0.000638673 Jy ! Total flux subtracted in 200 components = -0.000638673 Jy ! Clean residual min=-0.003161 max=0.003301 Jy/beam ! Clean residual mean=-0.000034 rms=0.000901 Jy/beam ! Combined flux in latest and established models = 0.202924 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 125 components and 0.202924 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080231Jy sigma=0.954066 ! Fit after self-cal, rms=0.080239Jy sigma=0.953975 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 = 3.92884e-05 Jy ! Component: 100 - total flux cleaned = 1.86605e-05 Jy ! Component: 150 - total flux cleaned = -1.64166e-05 Jy ! Component: 200 - total flux cleaned = -1.5552e-05 Jy ! Total flux subtracted in 200 components = -1.5552e-05 Jy ! Clean residual min=-0.003137 max=0.003317 Jy/beam ! Clean residual mean=-0.000035 rms=0.000900 Jy/beam ! Combined flux in latest and established models = 0.202908 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 128 components and 0.202908 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080236Jy sigma=0.954014 ! Fit after self-cal, rms=0.080242Jy sigma=0.953957 ! 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=2.944 mas, bmaj=8.123 mas, bpa=-6.115 degrees ! Estimated noise=0.781774 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.944 x 8.123 at -6.115 degrees (North through East) ! Clean map min=-0.0041486 max=0.16505 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.249 mas, bmaj=6.502 mas, bpa=-5.078 degrees ! Estimated noise=1.38484 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.131065 Jy ! Component: 100 - total flux cleaned = 0.162775 Jy ! Component: 150 - total flux cleaned = 0.176563 Jy ! Component: 200 - total flux cleaned = 0.185265 Jy ! Total flux subtracted in 200 components = 0.185265 Jy ! Clean residual min=-0.007140 max=0.007591 Jy/beam ! Clean residual mean=-0.000026 rms=0.001880 Jy/beam ! Combined flux in latest and established models = 0.185265 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.185265 Jy ! Inverting map and beam ! Estimated beam: bmin=2.944 mas, bmaj=8.123 mas, bpa=-6.115 degrees ! Estimated noise=0.781774 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 (-4, 11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0099354 Jy ! Component: 100 - total flux cleaned = 0.0148365 Jy ! Component: 150 - total flux cleaned = 0.0176987 Jy ! Component: 200 - total flux cleaned = 0.0186242 Jy ! Total flux subtracted in 200 components = 0.0186242 Jy ! Clean residual min=-0.003861 max=0.003410 Jy/beam ! Clean residual mean=-0.000015 rms=0.000849 Jy/beam ! Combined flux in latest and established models = 0.20389 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 76 components and 0.20389 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.691 mas, bmaj=27.17 mas, bpa=-2.77 degrees ! Estimated noise=1.03097 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00122652 Jy ! Component: 100 - total flux cleaned = 0.00128305 Jy ! Component: 150 - total flux cleaned = 0.00124196 Jy ! Component: 200 - total flux cleaned = 0.00120718 Jy ! Total flux subtracted in 200 components = 0.00120718 Jy ! Clean residual min=-0.003377 max=0.003237 Jy/beam ! Clean residual mean=-0.000025 rms=0.000918 Jy/beam ! Combined flux in latest and established models = 0.205097 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 = -2.99736e-05 Jy ! Component: 100 - total flux cleaned = -8.08111e-05 Jy ! Component: 150 - total flux cleaned = -0.000153177 Jy ! Component: 200 - total flux cleaned = -0.000220054 Jy ! Total flux subtracted in 200 components = -0.000220054 Jy ! Clean residual min=-0.003334 max=0.003168 Jy/beam ! Clean residual mean=-0.000026 rms=0.000907 Jy/beam ! Combined flux in latest and established models = 0.204877 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 102 components and 0.204877 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.944 mas, bmaj=8.123 mas, bpa=-6.115 degrees ! Estimated noise=0.781774 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000214406 Jy ! Component: 100 - total flux cleaned = 5.67733e-05 Jy ! Component: 150 - total flux cleaned = -3.52957e-05 Jy ! Component: 200 - total flux cleaned = -0.000118572 Jy ! Total flux subtracted in 200 components = -0.000118572 Jy ! Clean residual min=-0.003686 max=0.003473 Jy/beam ! Clean residual mean=-0.000015 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.204758 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 126 components and 0.204758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080301Jy sigma=0.954963 ! Fit after self-cal, rms=0.080280Jy sigma=0.954723 wmodel J1309-3948_S_map.mod ! Writing 126 model components to file: J1309-3948_S_map.mod wobs J1309-3948_S_uvs.fits ! Writing UV FITS file: J1309-3948_S_uvs.fits wwins J1309-3948_S_map.win ! wwins: Wrote 4 windows to J1309-3948_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.00107692 Jy ! Component: 100 - total flux cleaned = -0.0013667 Jy ! Component: 150 - total flux cleaned = -0.00136714 Jy ! Component: 200 - total flux cleaned = -0.00116122 Jy ! Component: 250 - total flux cleaned = -0.000961065 Jy ! Component: 300 - total flux cleaned = -0.000815501 Jy ! Component: 350 - total flux cleaned = -0.000672249 Jy ! Component: 400 - total flux cleaned = -0.00053321 Jy ! Component: 450 - total flux cleaned = -0.000532965 Jy ! Component: 500 - total flux cleaned = -0.000442712 Jy ! Component: 550 - total flux cleaned = -0.000399015 Jy ! Component: 600 - total flux cleaned = -0.000355944 Jy ! Component: 650 - total flux cleaned = -0.00022887 Jy ! Component: 700 - total flux cleaned = -0.000270162 Jy ! Component: 750 - total flux cleaned = -0.000105833 Jy ! Component: 800 - total flux cleaned = -6.50521e-05 Jy ! Component: 850 - total flux cleaned = -6.48828e-05 Jy ! Component: 900 - total flux cleaned = 5.44148e-05 Jy ! Component: 950 - total flux cleaned = 0.000210773 Jy ! Component: 1000 - total flux cleaned = 0.000402953 Jy ! Component: 1050 - total flux cleaned = 0.000402056 Jy ! Component: 1100 - total flux cleaned = 0.00051494 Jy ! Component: 1150 - total flux cleaned = 0.000477501 Jy ! Component: 1200 - total flux cleaned = 0.000551589 Jy ! Component: 1250 - total flux cleaned = 0.000552179 Jy ! Component: 1300 - total flux cleaned = 0.000625093 Jy ! Component: 1350 - total flux cleaned = 0.000660928 Jy ! Component: 1400 - total flux cleaned = 0.000696164 Jy ! Component: 1450 - total flux cleaned = 0.000661018 Jy ! Component: 1500 - total flux cleaned = 0.000661492 Jy ! Component: 1550 - total flux cleaned = 0.000800018 Jy ! Component: 1600 - total flux cleaned = 0.000800001 Jy ! Component: 1650 - total flux cleaned = 0.000901662 Jy ! Component: 1700 - total flux cleaned = 0.000834533 Jy ! Component: 1750 - total flux cleaned = 0.000934345 Jy ! Component: 1800 - total flux cleaned = 0.000868425 Jy ! Component: 1850 - total flux cleaned = 0.000966562 Jy ! Component: 1900 - total flux cleaned = 0.000933617 Jy ! Component: 1950 - total flux cleaned = 0.00086915 Jy ! Component: 2000 - total flux cleaned = 0.000933358 Jy ! Component: 2050 - total flux cleaned = 0.000933365 Jy ! Component: 2100 - total flux cleaned = 0.000964718 Jy ! Component: 2150 - total flux cleaned = 0.000996137 Jy ! Component: 2200 - total flux cleaned = 0.000996003 Jy ! Component: 2250 - total flux cleaned = 0.00105754 Jy ! Component: 2300 - total flux cleaned = 0.00111887 Jy ! Component: 2350 - total flux cleaned = 0.00117952 Jy ! Component: 2400 - total flux cleaned = 0.00114908 Jy ! Component: 2450 - total flux cleaned = 0.00114934 Jy ! Component: 2500 - total flux cleaned = 0.00129876 Jy ! Component: 2550 - total flux cleaned = 0.00132844 Jy ! Component: 2600 - total flux cleaned = 0.00132845 Jy ! Component: 2650 - total flux cleaned = 0.00135792 Jy ! Component: 2700 - total flux cleaned = 0.00138713 Jy ! Component: 2750 - total flux cleaned = 0.00144536 Jy ! Component: 2800 - total flux cleaned = 0.00144529 Jy ! Component: 2850 - total flux cleaned = 0.00135933 Jy ! Component: 2900 - total flux cleaned = 0.00147397 Jy ! Component: 2950 - total flux cleaned = 0.00150248 Jy ! Component: 3000 - total flux cleaned = 0.00150251 Jy ! Component: 3050 - total flux cleaned = 0.00147445 Jy ! Component: 3100 - total flux cleaned = 0.00147469 Jy ! Component: 3150 - total flux cleaned = 0.00153057 Jy ! Component: 3200 - total flux cleaned = 0.00147528 Jy ! Component: 3250 - total flux cleaned = 0.00150273 Jy ! Component: 3300 - total flux cleaned = 0.00152983 Jy ! Component: 3350 - total flux cleaned = 0.00144768 Jy ! Component: 3400 - total flux cleaned = 0.00150222 Jy ! Component: 3450 - total flux cleaned = 0.0014479 Jy ! Component: 3500 - total flux cleaned = 0.0014748 Jy ! Component: 3550 - total flux cleaned = 0.00147494 Jy ! Component: 3600 - total flux cleaned = 0.00147501 Jy ! Component: 3650 - total flux cleaned = 0.00150169 Jy ! Component: 3700 - total flux cleaned = 0.00152841 Jy ! Component: 3750 - total flux cleaned = 0.00160772 Jy ! Component: 3800 - total flux cleaned = 0.00158138 Jy ! Component: 3850 - total flux cleaned = 0.00160752 Jy ! Component: 3900 - total flux cleaned = 0.0015815 Jy ! Component: 3950 - total flux cleaned = 0.00150367 Jy ! Component: 4000 - total flux cleaned = 0.00150378 Jy ! Component: 4050 - total flux cleaned = 0.0015552 Jy ! Total flux subtracted in 4096 components = 0.00147825 Jy ! Clean residual min=-0.001659 max=0.001544 Jy/beam ! Clean residual mean=-0.000011 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.206236 Jy keep ! Adding 236 model components to the UV plane model. ! The established model now contains 362 components and 0.206236 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv121_uvs/J1309-3948_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.944 x 8.123 at -6.115 degrees (North through East) ! Clean map min=-0.0031214 max=0.1626 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv121_uvs/J1309-3948_S_map.fits wmodel /scr/pima/rv121_uvs/J1309-3948_S_map.mod ! Writing 362 model components to file: /scr/pima/rv121_uvs/J1309-3948_S_map.mod wobs /scr/pima/rv121_uvs/J1309-3948_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv121_uvs/J1309-3948_S_uvs.fits wwins /scr/pima/rv121_uvs/J1309-3948_S_map.win ! wwins: Wrote 5 windows to /scr/pima/rv121_uvs/J1309-3948_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.162603 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000448879 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.828176 0.828176 1.65635 3.3127 6.62541 13.2508 26.5016 53.0033 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.162 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 362.241 quit ! Quitting program ! Log file /scr/pima/rv121_uvs/J1309-3948_S_dfm.log closed on Sat Jul 28 00:11:15 2018