! Started logfile: J2212+2355_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:36:06 2017 obs J2212+2355_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J2212+2355_S_2015_01_23_pus_uva.fits ! AN table 1: 58 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.792337 visibilities/baseline/integration-bin. ! Found source: J2212+2355 ! ! 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.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 338 lines of history. ! ! Reading 8272 visibilities. select I ! Polarization I is unavailable. ! 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 ![@muppet J2212+2355_S_2015_01_23_pus] 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 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 69 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 69 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 69 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 69 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.621417Jy sigma=0.003380 ! Fit after self-cal, rms=0.587131Jy sigma=0.002693 ! 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.551 mas, bmaj=6.865 mas, bpa=5.847 degrees ! Estimated noise=1015.7 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.618423 Jy ! Component: 100 - total flux cleaned = 0.753298 Jy ! Total flux subtracted in 100 components = 0.753298 Jy ! Clean residual min=-0.020250 max=0.037901 Jy/beam ! Clean residual mean=-0.000011 rms=0.005092 Jy/beam ! Combined flux in latest and established models = 0.753298 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.753298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.576717Jy sigma=0.001642 ! Fit after self-cal, rms=0.576710Jy sigma=0.001642 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.037356 Jy ! Component: 100 - total flux cleaned = 0.0583305 Jy ! Total flux subtracted in 100 components = 0.0583305 Jy ! Clean residual min=-0.019504 max=0.021109 Jy/beam ! Clean residual mean=0.000011 rms=0.004517 Jy/beam ! Combined flux in latest and established models = 0.811629 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 28 components and 0.811629 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.569759Jy sigma=0.001495 ! Fit after self-cal, rms=0.569772Jy sigma=0.001495 ! 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.171 mas, bmaj=7.728 mas, bpa=5.201 degrees ! Estimated noise=767.7 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.0244091 Jy ! Component: 100 - total flux cleaned = 0.0395278 Jy ! Component: 150 - total flux cleaned = 0.0494569 Jy ! Component: 200 - total flux cleaned = 0.0561893 Jy ! Total flux subtracted in 200 components = 0.0561893 Jy ! Clean residual min=-0.016788 max=0.027367 Jy/beam ! Clean residual mean=0.000072 rms=0.005198 Jy/beam ! Combined flux in latest and established models = 0.867818 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 64 components and 0.867818 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.566679Jy sigma=0.001451 ! Fit after self-cal, rms=0.566708Jy sigma=0.001451 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.36 HN 0.97 KP 1.10 ! LA 0.98 MK 1.01 NL 1.09 OV 0.97 ! PT 1.02 SC 1.01 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.38 HN 1.03 KP 1.01 ! LA 0.96 MK 1.00 NL 1.13 OV 1.01 ! PT 1.01 SC 1.07 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.78 HN 1.03 KP 0.88 ! LA 0.78 MK 1.02 NL 1.31 OV 0.93 ! PT 0.99 SC 1.06 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.37 HN 0.98 KP 0.82 ! LA 0.83 MK 1.02 NL 1.08 OV 0.97 ! PT 1.03 SC 1.01 ! ! ! Fit before self-cal, rms=0.566708Jy sigma=0.001451 ! Fit after self-cal, rms=0.839117Jy sigma=0.000945 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.194 mas, bmaj=7.778 mas, bpa=5.109 degrees ! Estimated noise=774.011 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.000839474 Jy ! Component: 100 - total flux cleaned = -0.00211129 Jy ! Component: 150 - total flux cleaned = -0.00314727 Jy ! Component: 200 - total flux cleaned = -0.00363481 Jy ! Total flux subtracted in 200 components = -0.00363481 Jy ! Clean residual min=-0.008842 max=0.009757 Jy/beam ! Clean residual mean=0.000034 rms=0.002140 Jy/beam ! Combined flux in latest and established models = 0.864183 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 71 components and 0.864183 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.838844Jy sigma=0.000942 ! Fit after self-cal, rms=0.838867Jy sigma=0.000942 ! 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.838867Jy sigma=0.000942 ! Fit after self-cal, rms=0.442110Jy sigma=0.000847 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.193 mas, bmaj=7.776 mas, bpa=5.22 degrees ! Estimated noise=774.057 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00182945 Jy ! Component: 100 - total flux cleaned = -0.00216268 Jy ! Component: 150 - total flux cleaned = -0.00238048 Jy ! Component: 200 - total flux cleaned = -0.00261622 Jy ! Total flux subtracted in 200 components = -0.00261622 Jy ! Clean residual min=-0.004581 max=0.004737 Jy/beam ! Clean residual mean=0.000002 rms=0.001104 Jy/beam ! Combined flux in latest and established models = 0.861567 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 79 components and 0.861567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.442097Jy sigma=0.000846 ! Fit after self-cal, rms=0.442077Jy sigma=0.000846 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 (4, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00400248 Jy ! Component: 100 - total flux cleaned = 0.00516311 Jy ! Component: 150 - total flux cleaned = 0.00545061 Jy ! Component: 200 - total flux cleaned = 0.00537471 Jy ! Total flux subtracted in 200 components = 0.00537471 Jy ! Clean residual min=-0.004964 max=0.003682 Jy/beam ! Clean residual mean=0.000002 rms=0.001050 Jy/beam ! Combined flux in latest and established models = 0.866942 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 98 components and 0.866942 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.441983Jy sigma=0.000842 ! Fit after self-cal, rms=0.441994Jy sigma=0.000842 ! 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.441994Jy sigma=0.000842 ! Fit after self-cal, rms=0.398220Jy sigma=0.000810 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.193 mas, bmaj=7.777 mas, bpa=5.217 degrees ! Estimated noise=774.564 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000500916 Jy ! Component: 100 - total flux cleaned = 0.00050308 Jy ! Component: 150 - total flux cleaned = 0.000443781 Jy ! Component: 200 - total flux cleaned = 0.000388363 Jy ! Total flux subtracted in 200 components = 0.000388363 Jy ! Clean residual min=-0.003199 max=0.002842 Jy/beam ! Clean residual mean=0.000000 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 0.86733 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 104 components and 0.86733 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.398193Jy sigma=0.000809 ! Fit after self-cal, rms=0.398196Jy sigma=0.000809 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.000125345 Jy ! Component: 100 - total flux cleaned = -7.04786e-05 Jy ! Component: 150 - total flux cleaned = -0.000113358 Jy ! Component: 200 - total flux cleaned = -0.000196919 Jy ! Total flux subtracted in 200 components = -0.000196919 Jy ! Clean residual min=-0.003239 max=0.002851 Jy/beam ! Clean residual mean=0.000000 rms=0.000764 Jy/beam ! Combined flux in latest and established models = 0.867133 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 112 components and 0.867133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.398178Jy sigma=0.000809 ! Fit after self-cal, rms=0.398177Jy sigma=0.000809 ! 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.398177Jy sigma=0.000809 ! Fit after self-cal, rms=0.395151Jy sigma=0.000798 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.334 mas, bmaj=10.04 mas, bpa=-1.35 degrees ! Estimated noise=1004.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000145266 Jy ! Component: 100 - total flux cleaned = 0.000347398 Jy ! Component: 150 - total flux cleaned = 0.000461942 Jy ! Component: 200 - total flux cleaned = 0.000585807 Jy ! Total flux subtracted in 200 components = 0.000585807 Jy ! Clean residual min=-0.003849 max=0.003471 Jy/beam ! Clean residual mean=-0.000001 rms=0.000912 Jy/beam ! Combined flux in latest and established models = 0.867719 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 137 components and 0.867719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.395134Jy sigma=0.000798 ! Fit after self-cal, rms=0.395141Jy sigma=0.000798 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.00038998 Jy ! Component: 100 - total flux cleaned = 0.000570807 Jy ! Component: 150 - total flux cleaned = 0.000645474 Jy ! Component: 200 - total flux cleaned = 0.000665675 Jy ! Total flux subtracted in 200 components = 0.000665675 Jy ! Clean residual min=-0.003706 max=0.003339 Jy/beam ! Clean residual mean=-0.000001 rms=0.000897 Jy/beam ! Combined flux in latest and established models = 0.868385 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 149 components and 0.868385 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.395140Jy sigma=0.000798 ! Fit after self-cal, rms=0.395142Jy sigma=0.000798 ! 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.194 mas, bmaj=7.78 mas, bpa=5.209 degrees ! Estimated noise=774.123 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.194 x 7.78 at 5.209 degrees (North through East) ! Clean map min=-0.0025221 max=0.8088 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.395142Jy sigma=0.000798 ! Fit after self-cal, rms=0.475631Jy sigma=0.000734 ! Inverting map and beam ! Estimated beam: bmin=3.196 mas, bmaj=7.785 mas, bpa=5.17 degrees ! Estimated noise=773.931 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000266483 Jy ! Component: 100 - total flux cleaned = -0.000266143 Jy ! Component: 150 - total flux cleaned = -0.000263427 Jy ! Component: 200 - total flux cleaned = -0.000263346 Jy ! Total flux subtracted in 200 components = -0.000263346 Jy ! Clean residual min=-0.002497 max=0.002270 Jy/beam ! Clean residual mean=0.000000 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.868122 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 159 components and 0.868122 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.475626Jy sigma=0.000733 ! Fit after self-cal, rms=0.475623Jy sigma=0.000733 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.78109e-06 Jy ! Component: 100 - total flux cleaned = -2.13723e-05 Jy ! Component: 150 - total flux cleaned = 3.51214e-06 Jy ! Component: 200 - total flux cleaned = 2.64858e-06 Jy ! Total flux subtracted in 200 components = 2.64858e-06 Jy ! Clean residual min=-0.002493 max=0.002236 Jy/beam ! Clean residual mean=0.000000 rms=0.000578 Jy/beam ! Combined flux in latest and established models = 0.868124 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 169 components and 0.868124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.475620Jy sigma=0.000733 ! Fit after self-cal, rms=0.475619Jy sigma=0.000733 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.475619Jy sigma=0.000733 ! Fit after self-cal, rms=0.475401Jy sigma=0.000733 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.563 mas, bmaj=6.9 mas, bpa=5.77 degrees ! Estimated noise=1027.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.625128 Jy ! Component: 100 - total flux cleaned = 0.761447 Jy ! Component: 150 - total flux cleaned = 0.797788 Jy ! Component: 200 - total flux cleaned = 0.816566 Jy ! Total flux subtracted in 200 components = 0.816566 Jy ! Clean residual min=-0.005646 max=0.009766 Jy/beam ! Clean residual mean=-0.000017 rms=0.001344 Jy/beam ! Combined flux in latest and established models = 0.816566 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.816566 Jy ! Inverting map and beam ! Estimated beam: bmin=3.197 mas, bmaj=7.786 mas, bpa=5.169 degrees ! Estimated noise=773.678 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.0172565 Jy ! Component: 100 - total flux cleaned = 0.0277034 Jy ! Component: 150 - total flux cleaned = 0.0348357 Jy ! Component: 200 - total flux cleaned = 0.0398551 Jy ! Total flux subtracted in 200 components = 0.0398551 Jy ! Clean residual min=-0.003008 max=0.003372 Jy/beam ! Clean residual mean=0.000001 rms=0.000747 Jy/beam ! Combined flux in latest and established models = 0.856421 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 55 components and 0.856421 Jy ! Inverting map ! Added new window around map position (2.5, 17). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0038082 Jy ! Component: 100 - total flux cleaned = 0.00661769 Jy ! Component: 150 - total flux cleaned = 0.00845274 Jy ! Component: 200 - total flux cleaned = 0.00945077 Jy ! Total flux subtracted in 200 components = 0.00945077 Jy ! Clean residual min=-0.002713 max=0.002581 Jy/beam ! Clean residual mean=0.000000 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.865872 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 74 components and 0.865872 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.332 mas, bmaj=10.04 mas, bpa=-1.379 degrees ! Estimated noise=1002.71 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00177361 Jy ! Component: 100 - total flux cleaned = 0.00257305 Jy ! Component: 150 - total flux cleaned = 0.00283532 Jy ! Component: 200 - total flux cleaned = 0.0030032 Jy ! Total flux subtracted in 200 components = 0.0030032 Jy ! Clean residual min=-0.003014 max=0.003048 Jy/beam ! Clean residual mean=-0.000001 rms=0.000831 Jy/beam ! Combined flux in latest and established models = 0.868875 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.30304e-05 Jy ! Component: 100 - total flux cleaned = 0.000178129 Jy ! Component: 150 - total flux cleaned = 0.000231198 Jy ! Component: 200 - total flux cleaned = 0.000280074 Jy ! Total flux subtracted in 200 components = 0.000280074 Jy ! Clean residual min=-0.002981 max=0.003062 Jy/beam ! Clean residual mean=-0.000001 rms=0.000825 Jy/beam ! Combined flux in latest and established models = 0.869156 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 117 components and 0.869156 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.197 mas, bmaj=7.786 mas, bpa=5.169 degrees ! Estimated noise=773.678 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000170148 Jy ! Component: 100 - total flux cleaned = -0.000318048 Jy ! Component: 150 - total flux cleaned = -0.00045273 Jy ! Component: 200 - total flux cleaned = -0.000535946 Jy ! Total flux subtracted in 200 components = -0.000535946 Jy ! Clean residual min=-0.002495 max=0.002286 Jy/beam ! Clean residual mean=0.000000 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.86862 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 131 components and 0.86862 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.475441Jy sigma=0.000734 ! Fit after self-cal, rms=0.475430Jy sigma=0.000734 wmodel J2212+2355_S_2015_01_23_pus_map.mod ! Writing 131 model components to file: J2212+2355_S_2015_01_23_pus_map.mod wobs J2212+2355_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J2212+2355_S_2015_01_23_pus_uvs.fits wwins J2212+2355_S_2015_01_23_pus_map.win ! wwins: Wrote 3 windows to J2212+2355_S_2015_01_23_pus_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 = -6.09953e-05 Jy ! Component: 100 - total flux cleaned = -0.000103017 Jy ! Component: 150 - total flux cleaned = 5.24984e-05 Jy ! Component: 200 - total flux cleaned = 1.47611e-05 Jy ! Component: 250 - total flux cleaned = -0.000130643 Jy ! Component: 300 - total flux cleaned = -2.51599e-05 Jy ! Component: 350 - total flux cleaned = 8.11012e-06 Jy ! Component: 400 - total flux cleaned = -2.51055e-05 Jy ! Component: 450 - total flux cleaned = 7.48862e-06 Jy ! Component: 500 - total flux cleaned = 0.000135227 Jy ! Component: 550 - total flux cleaned = 0.000134408 Jy ! Component: 600 - total flux cleaned = 0.000102666 Jy ! Component: 650 - total flux cleaned = 0.000133353 Jy ! Component: 700 - total flux cleaned = 0.000254805 Jy ! Component: 750 - total flux cleaned = 0.000254305 Jy ! Component: 800 - total flux cleaned = 0.00019516 Jy ! Component: 850 - total flux cleaned = 0.000195197 Jy ! Component: 900 - total flux cleaned = 0.000165887 Jy ! Component: 950 - total flux cleaned = 0.000222506 Jy ! Component: 1000 - total flux cleaned = 0.000165965 Jy ! Component: 1050 - total flux cleaned = 0.00019405 Jy ! Component: 1100 - total flux cleaned = 0.000249237 Jy ! Component: 1150 - total flux cleaned = 0.000194116 Jy ! Component: 1200 - total flux cleaned = 0.000193626 Jy ! Component: 1250 - total flux cleaned = 0.000139584 Jy ! Component: 1300 - total flux cleaned = 0.000112645 Jy ! Component: 1350 - total flux cleaned = 0.000165862 Jy ! Component: 1400 - total flux cleaned = 0.000165787 Jy ! Component: 1450 - total flux cleaned = 0.000113628 Jy ! Component: 1500 - total flux cleaned = 0.00019192 Jy ! Component: 1550 - total flux cleaned = 0.000346842 Jy ! Component: 1600 - total flux cleaned = 0.00029525 Jy ! Component: 1650 - total flux cleaned = 0.000346423 Jy ! Component: 1700 - total flux cleaned = 0.000371785 Jy ! Component: 1750 - total flux cleaned = 0.000447331 Jy ! Component: 1800 - total flux cleaned = 0.000397393 Jy ! Component: 1850 - total flux cleaned = 0.000496893 Jy ! Component: 1900 - total flux cleaned = 0.000521573 Jy ! Component: 1950 - total flux cleaned = 0.000521595 Jy ! Component: 2000 - total flux cleaned = 0.000521443 Jy ! Component: 2050 - total flux cleaned = 0.000545736 Jy ! Component: 2100 - total flux cleaned = 0.000569874 Jy ! Component: 2150 - total flux cleaned = 0.000522015 Jy ! Component: 2200 - total flux cleaned = 0.000617431 Jy ! Component: 2250 - total flux cleaned = 0.000546209 Jy ! Component: 2300 - total flux cleaned = 0.000570021 Jy ! Component: 2350 - total flux cleaned = 0.000617137 Jy ! Component: 2400 - total flux cleaned = 0.000663988 Jy ! Component: 2450 - total flux cleaned = 0.000594156 Jy ! Component: 2500 - total flux cleaned = 0.000802376 Jy ! Component: 2550 - total flux cleaned = 0.00077933 Jy ! Component: 2600 - total flux cleaned = 0.000825003 Jy ! Component: 2650 - total flux cleaned = 0.000847712 Jy ! Component: 2700 - total flux cleaned = 0.000870328 Jy ! Component: 2750 - total flux cleaned = 0.000983265 Jy ! Component: 2800 - total flux cleaned = 0.000915773 Jy ! Component: 2850 - total flux cleaned = 0.000915944 Jy ! Component: 2900 - total flux cleaned = 0.000982905 Jy ! Component: 2950 - total flux cleaned = 0.0010936 Jy ! Component: 3000 - total flux cleaned = 0.00104943 Jy ! Component: 3050 - total flux cleaned = 0.00102732 Jy ! Component: 3100 - total flux cleaned = 0.00107128 Jy ! Component: 3150 - total flux cleaned = 0.00104943 Jy ! Component: 3200 - total flux cleaned = 0.00111442 Jy ! Component: 3250 - total flux cleaned = 0.00111449 Jy ! Component: 3300 - total flux cleaned = 0.0012218 Jy ! Component: 3350 - total flux cleaned = 0.00120037 Jy ! Component: 3400 - total flux cleaned = 0.00120028 Jy ! Component: 3450 - total flux cleaned = 0.00130638 Jy ! Component: 3500 - total flux cleaned = 0.00126418 Jy ! Component: 3550 - total flux cleaned = 0.00128506 Jy ! Component: 3600 - total flux cleaned = 0.00124314 Jy ! Component: 3650 - total flux cleaned = 0.00126403 Jy ! Component: 3700 - total flux cleaned = 0.00128494 Jy ! Component: 3750 - total flux cleaned = 0.00130577 Jy ! Component: 3800 - total flux cleaned = 0.00134697 Jy ! Component: 3850 - total flux cleaned = 0.00132637 Jy ! Component: 3900 - total flux cleaned = 0.00136722 Jy ! Component: 3950 - total flux cleaned = 0.00130605 Jy ! Component: 4000 - total flux cleaned = 0.00132642 Jy ! Component: 4050 - total flux cleaned = 0.00126568 Jy ! Total flux subtracted in 4096 components = 0.00126577 Jy ! Clean residual min=-0.001187 max=0.001284 Jy/beam ! Clean residual mean=-0.000001 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.869886 Jy keep ! Adding 319 model components to the UV plane model. ! The established model now contains 450 components and 0.869886 Jy ![Exited script file: muppet] wmap "J2212+2355_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.197 x 7.786 at 5.169 degrees (North through East) ! Clean map min=-0.0020846 max=0.8092 Jy/beam ! Writing clean map to FITS file: J2212+2355_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.809199 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000393869 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.146022 0.146022 0.292044 0.584088 1.16818 2.33635 4.6727 9.3454 18.6908 37.3816 74.7632 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.809 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.197 x 7.786 at 5.169 degrees (North through East) ! Clean map min=-0.0020846 max=0.8092 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J2212+2355_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:36:10 2017