! Started logfile: J1222+0413_L_2010_09_23_pus_uvs.log on Sun Jan 10 15:21:39 2016 obs J1222+0413_L_2010_09_23_pus_uva.fits ! Reading UV FITS file: J1222+0413_L_2010_09_23_pus_uva.fits ! AN table 1: 581 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.936508 visibilities/baseline/integration-bin. ! Found source: J1222+0413 ! ! 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 1.35446e+09 8e+06 1 8e+06 ! 02 2 1.36246e+09 8e+06 1 8e+06 ! 03 3 1.42646e+09 8e+06 1 8e+06 ! 04 4 1.43446e+09 8e+06 1 8e+06 ! ! Polarization(s): RR LL RL LR ! ! Read 748 lines of history. ! ! Reading 313408 visibilities. select I ! Selecting polarization: I, 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.8 print "taper_size =",taper_size ! taper_size = 15 ![@muppet J1222+0413_L_2010_09_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.800x0.800 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 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 171 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.773704Jy sigma=0.008017 ! Fit after self-cal, rms=0.606665Jy sigma=0.006471 ! 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=4.93 mas, bmaj=10.43 mas, bpa=5.316 degrees ! Estimated noise=532.952 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.299229 Jy ! Component: 100 - total flux cleaned = 0.37109 Jy ! Total flux subtracted in 100 components = 0.37109 Jy ! Clean residual min=-0.010798 max=0.027938 Jy/beam ! Clean residual mean=-0.000019 rms=0.001839 Jy/beam ! Combined flux in latest and established models = 0.37109 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.37109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100816Jy sigma=0.000891 ! Fit after self-cal, rms=0.100770Jy sigma=0.000891 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.028702 Jy ! Component: 100 - total flux cleaned = 0.0366218 Jy ! Total flux subtracted in 100 components = 0.0366218 Jy ! Clean residual min=-0.007145 max=0.008969 Jy/beam ! Clean residual mean=-0.000007 rms=0.001389 Jy/beam ! Combined flux in latest and established models = 0.407712 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 16 components and 0.407712 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090517Jy sigma=0.000791 ! Fit after self-cal, rms=0.090488Jy sigma=0.000791 ! Inverting map ! Added new window around map position (-5.6, -19.2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00424225 Jy ! Component: 100 - total flux cleaned = 0.00631474 Jy ! Total flux subtracted in 100 components = 0.00631474 Jy ! Clean residual min=-0.005899 max=0.006779 Jy/beam ! Clean residual mean=-0.000006 rms=0.001316 Jy/beam ! Combined flux in latest and established models = 0.414027 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 21 components and 0.414027 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089008Jy sigma=0.000783 ! Fit after self-cal, rms=0.088985Jy sigma=0.000783 ! 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=6.258 mas, bmaj=13 mas, bpa=5.78 degrees ! Estimated noise=245.308 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (6.4, 14.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00811199 Jy ! Component: 100 - total flux cleaned = 0.0132425 Jy ! Component: 150 - total flux cleaned = 0.0170086 Jy ! Component: 200 - total flux cleaned = 0.0197488 Jy ! Total flux subtracted in 200 components = 0.0197488 Jy ! Clean residual min=-0.003269 max=0.004311 Jy/beam ! Clean residual mean=-0.000006 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.433775 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 46 components and 0.433775 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087814Jy sigma=0.000773 ! Fit after self-cal, rms=0.087808Jy sigma=0.000773 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.01 KP 1.00 LA 1.01 ! MK 1.06 NL 1.05 OV 0.98 PT 0.99 ! SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00 KP 1.02 LA 1.05 ! MK 1.02 NL 1.02 OV 0.99 PT 0.96 ! SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.02 KP 0.90 LA 0.95 ! MK 0.90 NL 0.99 OV 1.01 PT 1.01 ! SC 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.03 KP 0.97 LA 0.98 ! MK 0.94 NL 0.99 OV 1.03 PT 1.00 ! SC 1.04 ! ! ! Fit before self-cal, rms=0.087808Jy sigma=0.000773 ! Fit after self-cal, rms=0.082318Jy sigma=0.000738 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=6.246 mas, bmaj=13.01 mas, bpa=5.575 degrees ! Estimated noise=245.142 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.00201427 Jy ! Component: 100 - total flux cleaned = -0.00230326 Jy ! Component: 150 - total flux cleaned = -0.00242499 Jy ! Component: 200 - total flux cleaned = -0.00248186 Jy ! Total flux subtracted in 200 components = -0.00248186 Jy ! Clean residual min=-0.002800 max=0.002493 Jy/beam ! Clean residual mean=-0.000002 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.431294 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 62 components and 0.431294 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082186Jy sigma=0.000736 ! Fit after self-cal, rms=0.082178Jy sigma=0.000736 ! 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.082178Jy sigma=0.000736 ! Fit after self-cal, rms=0.081068Jy sigma=0.000721 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.253 mas, bmaj=13.05 mas, bpa=5.615 degrees ! Estimated noise=245.211 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00105878 Jy ! Component: 100 - total flux cleaned = -0.00126588 Jy ! Component: 150 - total flux cleaned = -0.00144552 Jy ! Component: 200 - total flux cleaned = -0.00156324 Jy ! Total flux subtracted in 200 components = -0.00156324 Jy ! Clean residual min=-0.002094 max=0.001877 Jy/beam ! Clean residual mean=0.000005 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.42973 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 77 components and 0.42973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080953Jy sigma=0.000720 ! Fit after self-cal, rms=0.080953Jy sigma=0.000720 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 = 4.05275e-05 Jy ! Component: 100 - total flux cleaned = -6.11602e-05 Jy ! Component: 150 - total flux cleaned = -9.27512e-05 Jy ! Component: 200 - total flux cleaned = -9.27698e-05 Jy ! Total flux subtracted in 200 components = -9.27698e-05 Jy ! Clean residual min=-0.002093 max=0.001863 Jy/beam ! Clean residual mean=0.000005 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.429638 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 87 components and 0.429638 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080908Jy sigma=0.000720 ! Fit after self-cal, rms=0.080905Jy sigma=0.000720 ! 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.080905Jy sigma=0.000720 ! Fit after self-cal, rms=0.079160Jy sigma=0.000696 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.24 mas, bmaj=13.06 mas, bpa=5.552 degrees ! Estimated noise=245.054 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000559714 Jy ! Component: 100 - total flux cleaned = -0.000884071 Jy ! Component: 150 - total flux cleaned = -0.000914232 Jy ! Component: 200 - total flux cleaned = -0.000888815 Jy ! Total flux subtracted in 200 components = -0.000888815 Jy ! Clean residual min=-0.000909 max=0.001621 Jy/beam ! Clean residual mean=-0.000001 rms=0.000250 Jy/beam ! Combined flux in latest and established models = 0.428749 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 102 components and 0.428749 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079127Jy sigma=0.000695 ! Fit after self-cal, rms=0.079132Jy sigma=0.000695 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 (8.8, -44). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0017829 Jy ! Component: 100 - total flux cleaned = 0.00287155 Jy ! Component: 150 - total flux cleaned = 0.00348682 Jy ! Component: 200 - total flux cleaned = 0.00387073 Jy ! Total flux subtracted in 200 components = 0.00387073 Jy ! Clean residual min=-0.000825 max=0.000874 Jy/beam ! Clean residual mean=0.000001 rms=0.000189 Jy/beam ! Combined flux in latest and established models = 0.43262 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 139 components and 0.43262 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079078Jy sigma=0.000695 ! Fit after self-cal, rms=0.079076Jy sigma=0.000695 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 15 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.079076Jy sigma=0.000695 ! Fit after self-cal, rms=0.079046Jy sigma=0.000695 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.19 mas, bmaj=18.49 mas, bpa=10.48 degrees ! Estimated noise=268.159 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000451214 Jy ! Component: 100 - total flux cleaned = 0.000611665 Jy ! Component: 150 - total flux cleaned = 0.0006965 Jy ! Component: 200 - total flux cleaned = 0.000741017 Jy ! Total flux subtracted in 200 components = 0.000741017 Jy ! Clean residual min=-0.000729 max=0.000700 Jy/beam ! Clean residual mean=0.000001 rms=0.000199 Jy/beam ! Combined flux in latest and established models = 0.433361 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 164 components and 0.433361 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079039Jy sigma=0.000695 ! Fit after self-cal, rms=0.079038Jy sigma=0.000695 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 = 1.41286e-05 Jy ! Component: 100 - total flux cleaned = 4.19735e-05 Jy ! Component: 150 - total flux cleaned = 5.47537e-05 Jy ! Component: 200 - total flux cleaned = 6.66661e-05 Jy ! Total flux subtracted in 200 components = 6.66661e-05 Jy ! Clean residual min=-0.000718 max=0.000696 Jy/beam ! Clean residual mean=0.000001 rms=0.000196 Jy/beam ! Combined flux in latest and established models = 0.433427 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 169 components and 0.433427 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079035Jy sigma=0.000695 ! Fit after self-cal, rms=0.079034Jy sigma=0.000695 ! 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=6.239 mas, bmaj=13.06 mas, bpa=5.553 degrees ! Estimated noise=244.927 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.239 x 13.06 at 5.553 degrees (North through East) ! Clean map min=-0.0009641 max=0.38955 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=4.89 mas, bmaj=10.46 mas, bpa=4.913 degrees ! Estimated noise=533.711 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.299582 Jy ! Component: 100 - total flux cleaned = 0.371238 Jy ! Component: 150 - total flux cleaned = 0.39917 Jy ! Component: 200 - total flux cleaned = 0.410029 Jy ! Total flux subtracted in 200 components = 0.410029 Jy ! Clean residual min=-0.005970 max=0.006065 Jy/beam ! Clean residual mean=-0.000006 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.410029 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.410029 Jy ! Inverting map and beam ! Estimated beam: bmin=6.239 mas, bmaj=13.06 mas, bpa=5.553 degrees ! Estimated noise=244.927 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.00772191 Jy ! Component: 100 - total flux cleaned = 0.011848 Jy ! Component: 150 - total flux cleaned = 0.0129597 Jy ! Component: 200 - total flux cleaned = 0.0141234 Jy ! Total flux subtracted in 200 components = 0.0141234 Jy ! Clean residual min=-0.001794 max=0.002489 Jy/beam ! Clean residual mean=-0.000005 rms=0.000319 Jy/beam ! Combined flux in latest and established models = 0.424153 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 38 components and 0.424153 Jy ! Inverting map ! Added new window around map position (4.8, -16.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00144165 Jy ! Component: 100 - total flux cleaned = 0.00222248 Jy ! Component: 150 - total flux cleaned = 0.00291162 Jy ! Component: 200 - total flux cleaned = 0.00367091 Jy ! Total flux subtracted in 200 components = 0.00367091 Jy ! Clean residual min=-0.001316 max=0.001826 Jy/beam ! Clean residual mean=-0.000002 rms=0.000245 Jy/beam ! Combined flux in latest and established models = 0.427824 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 58 components and 0.427824 Jy ! Inverting map ! Added new window around map position (-10.4, -5.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000598078 Jy ! Component: 100 - total flux cleaned = 0.00112618 Jy ! Component: 150 - total flux cleaned = 0.00160439 Jy ! Component: 200 - total flux cleaned = 0.00199111 Jy ! Total flux subtracted in 200 components = 0.00199111 Jy ! Clean residual min=-0.000867 max=0.000935 Jy/beam ! Clean residual mean=-0.000001 rms=0.000211 Jy/beam ! Combined flux in latest and established models = 0.429815 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 80 components and 0.429815 Jy ! Inverting map ! Added new window around map position (-5.6, -71.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00060971 Jy ! Component: 100 - total flux cleaned = 0.000943865 Jy ! Component: 150 - total flux cleaned = 0.00129349 Jy ! Component: 200 - total flux cleaned = 0.00158241 Jy ! Total flux subtracted in 200 components = 0.00158241 Jy ! Clean residual min=-0.000798 max=0.000752 Jy/beam ! Clean residual mean=-0.000000 rms=0.000192 Jy/beam ! Combined flux in latest and established models = 0.431397 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 97 components and 0.431397 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 15 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.19 mas, bmaj=18.49 mas, bpa=10.48 degrees ! Estimated noise=268.159 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000701183 Jy ! Component: 100 - total flux cleaned = 0.00122699 Jy ! Component: 150 - total flux cleaned = 0.00153263 Jy ! Component: 200 - total flux cleaned = 0.00176449 Jy ! Total flux subtracted in 200 components = 0.00176449 Jy ! Clean residual min=-0.000721 max=0.000575 Jy/beam ! Clean residual mean=0.000001 rms=0.000195 Jy/beam ! Combined flux in latest and established models = 0.433162 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000176673 Jy ! Component: 100 - total flux cleaned = 0.000322272 Jy ! Component: 150 - total flux cleaned = 0.000461211 Jy ! Component: 200 - total flux cleaned = 0.00057574 Jy ! Total flux subtracted in 200 components = 0.00057574 Jy ! Clean residual min=-0.000682 max=0.000602 Jy/beam ! Clean residual mean=0.000001 rms=0.000190 Jy/beam ! Combined flux in latest and established models = 0.433737 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 144 components and 0.433737 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=6.239 mas, bmaj=13.06 mas, bpa=5.553 degrees ! Estimated noise=244.927 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00028535 Jy ! Component: 100 - total flux cleaned = -0.000315862 Jy ! Component: 150 - total flux cleaned = -0.000290063 Jy ! Component: 200 - total flux cleaned = -0.000264517 Jy ! Total flux subtracted in 200 components = -0.000264517 Jy ! Clean residual min=-0.000744 max=0.000733 Jy/beam ! Clean residual mean=0.000001 rms=0.000177 Jy/beam ! Combined flux in latest and established models = 0.433473 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 163 components and 0.433473 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079079Jy sigma=0.000695 ! Fit after self-cal, rms=0.079080Jy sigma=0.000695 wmodel J1222+0413_L_2010_09_23_pus_map.mod ! Writing 163 model components to file: J1222+0413_L_2010_09_23_pus_map.mod wobs J1222+0413_L_2010_09_23_pus_uvs.fits ! Writing UV FITS file: J1222+0413_L_2010_09_23_pus_uvs.fits wwins J1222+0413_L_2010_09_23_pus_map.win ! wwins: Wrote 7 windows to J1222+0413_L_2010_09_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 = -9.76849e-06 Jy ! Component: 100 - total flux cleaned = -0.000112666 Jy ! Component: 150 - total flux cleaned = -0.000223005 Jy ! Component: 200 - total flux cleaned = -0.000317839 Jy ! Component: 250 - total flux cleaned = -0.000398169 Jy ! Component: 300 - total flux cleaned = -0.000420588 Jy ! Component: 350 - total flux cleaned = -0.000486084 Jy ! Component: 400 - total flux cleaned = -0.000560477 Jy ! Component: 450 - total flux cleaned = -0.00061257 Jy ! Component: 500 - total flux cleaned = -0.00069469 Jy ! Component: 550 - total flux cleaned = -0.000775508 Jy ! Component: 600 - total flux cleaned = -0.000815341 Jy ! Component: 650 - total flux cleaned = -0.00087438 Jy ! Component: 700 - total flux cleaned = -0.000922933 Jy ! Component: 750 - total flux cleaned = -0.000970994 Jy ! Component: 800 - total flux cleaned = -0.0010373 Jy ! Component: 850 - total flux cleaned = -0.00106559 Jy ! Component: 900 - total flux cleaned = -0.00111205 Jy ! Component: 950 - total flux cleaned = -0.00114882 Jy ! Component: 1000 - total flux cleaned = -0.00120331 Jy ! Component: 1050 - total flux cleaned = -0.00123022 Jy ! Component: 1100 - total flux cleaned = -0.0012571 Jy ! Component: 1150 - total flux cleaned = -0.00129251 Jy ! Component: 1200 - total flux cleaned = -0.00131008 Jy ! Component: 1250 - total flux cleaned = -0.00137087 Jy ! Component: 1300 - total flux cleaned = -0.00137085 Jy ! Component: 1350 - total flux cleaned = -0.0014136 Jy ! Component: 1400 - total flux cleaned = -0.0014221 Jy ! Component: 1450 - total flux cleaned = -0.00145578 Jy ! Component: 1500 - total flux cleaned = -0.00152268 Jy ! Component: 1550 - total flux cleaned = -0.00153915 Jy ! Component: 1600 - total flux cleaned = -0.00153919 Jy ! Component: 1650 - total flux cleaned = -0.00158834 Jy ! Component: 1700 - total flux cleaned = -0.00162077 Jy ! Component: 1750 - total flux cleaned = -0.00162884 Jy ! Component: 1800 - total flux cleaned = -0.00170109 Jy ! Component: 1850 - total flux cleaned = -0.00170904 Jy ! Component: 1900 - total flux cleaned = -0.00175664 Jy ! Component: 1950 - total flux cleaned = -0.00178023 Jy ! Component: 2000 - total flux cleaned = -0.00183502 Jy ! Component: 2050 - total flux cleaned = -0.00187397 Jy ! Component: 2100 - total flux cleaned = -0.00190489 Jy ! Component: 2150 - total flux cleaned = -0.00194345 Jy ! Component: 2200 - total flux cleaned = -0.00197407 Jy ! Component: 2250 - total flux cleaned = -0.00201216 Jy ! Component: 2300 - total flux cleaned = -0.00202736 Jy ! Component: 2350 - total flux cleaned = -0.0020425 Jy ! Component: 2400 - total flux cleaned = -0.00211013 Jy ! Component: 2450 - total flux cleaned = -0.00214006 Jy ! Component: 2500 - total flux cleaned = -0.00215493 Jy ! Component: 2550 - total flux cleaned = -0.00218457 Jy ! Component: 2600 - total flux cleaned = -0.00214767 Jy ! Component: 2650 - total flux cleaned = -0.00219172 Jy ! Component: 2700 - total flux cleaned = -0.00221361 Jy ! Component: 2750 - total flux cleaned = -0.00222814 Jy ! Component: 2800 - total flux cleaned = -0.00227165 Jy ! Component: 2850 - total flux cleaned = -0.00226444 Jy ! Component: 2900 - total flux cleaned = -0.00227164 Jy ! Component: 2950 - total flux cleaned = -0.00229315 Jy ! Component: 3000 - total flux cleaned = -0.00232165 Jy ! Component: 3050 - total flux cleaned = -0.00232874 Jy ! Component: 3100 - total flux cleaned = -0.00234994 Jy ! Component: 3150 - total flux cleaned = -0.00242027 Jy ! Component: 3200 - total flux cleaned = -0.00239219 Jy ! Component: 3250 - total flux cleaned = -0.00239911 Jy ! Component: 3300 - total flux cleaned = -0.00242685 Jy ! Component: 3350 - total flux cleaned = -0.00243378 Jy ! Component: 3400 - total flux cleaned = -0.00244065 Jy ! Component: 3450 - total flux cleaned = -0.00244747 Jy ! Component: 3500 - total flux cleaned = -0.00244741 Jy ! Component: 3550 - total flux cleaned = -0.00248824 Jy ! Component: 3600 - total flux cleaned = -0.00250854 Jy ! Component: 3650 - total flux cleaned = -0.00250184 Jy ! Component: 3700 - total flux cleaned = -0.00254891 Jy ! Component: 3750 - total flux cleaned = -0.00254889 Jy ! Component: 3800 - total flux cleaned = -0.0025689 Jy ! Component: 3850 - total flux cleaned = -0.00258219 Jy ! Component: 3900 - total flux cleaned = -0.00262192 Jy ! Component: 3950 - total flux cleaned = -0.00262849 Jy ! Component: 4000 - total flux cleaned = -0.00263507 Jy ! Component: 4050 - total flux cleaned = -0.00265472 Jy ! Total flux subtracted in 4096 components = -0.00267429 Jy ! Clean residual min=-0.000358 max=0.000395 Jy/beam ! Clean residual mean=-0.000000 rms=0.000122 Jy/beam ! Combined flux in latest and established models = 0.430799 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 436 components and 0.430799 Jy ![Exited script file: muppet] wmap "J1222+0413_L_2010_09_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.239 x 13.06 at 5.553 degrees (North through East) ! Clean map min=-0.00075172 max=0.38993 Jy/beam ! Writing clean map to FITS file: J1222+0413_L_2010_09_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.38993 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000122232 device "J1222+0413_L_2010_09_23_pus\_map.eps/VPS" ! Attempting to open device: 'J1222+0413_L_2010_09_23_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.0940414 0.0940414 0.188083 0.376165 0.752331 1.50466 3.00932 6.01865 12.0373 24.0746 48.1492 96.2984 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.389 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.239 x 13.06 at 5.553 degrees (North through East) ! Clean map min=-0.00075172 max=0.38993 Jy/beam quit ! Quitting program ! Log file J1222+0413_L_2010_09_23_pus_uvs.log closed on Sun Jan 10 15:21:58 2016