! Started logfile: J0325+2224_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:44:32 2016 obs J0325+2224_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0325+2224_S_2015_03_17_pus_uva.fits ! AN table 1: 15 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.893333 visibilities/baseline/integration-bin. ! Found source: J0325+2224 ! ! 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 330 lines of history. ! ! Reading 2412 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 J0325+2224_S_2015_03_17_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 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.497403Jy sigma=0.005965 ! Fit after self-cal, rms=0.487483Jy sigma=0.005848 ! 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.036 mas, bmaj=7.236 mas, bpa=17.63 degrees ! Estimated noise=1510.79 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.395481 Jy ! Component: 100 - total flux cleaned = 0.510262 Jy ! Total flux subtracted in 100 components = 0.510262 Jy ! Clean residual min=-0.024381 max=0.057317 Jy/beam ! Clean residual mean=-0.000255 rms=0.008980 Jy/beam ! Combined flux in latest and established models = 0.510262 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.510262 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.157892Jy sigma=0.001675 ! Fit after self-cal, rms=0.157795Jy sigma=0.001674 ! Inverting map ! Added new window around map position (5.5, -0.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0651012 Jy ! Component: 100 - total flux cleaned = 0.104733 Jy ! Total flux subtracted in 100 components = 0.104733 Jy ! Clean residual min=-0.020118 max=0.029180 Jy/beam ! Clean residual mean=-0.000169 rms=0.005443 Jy/beam ! Combined flux in latest and established models = 0.614995 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 15 components and 0.614995 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115851Jy sigma=0.001219 ! Fit after self-cal, rms=0.115174Jy sigma=0.001210 ! 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=7.804 mas, bpa=17.25 degrees ! Estimated noise=1232.69 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.0346221 Jy ! Component: 100 - total flux cleaned = 0.0547419 Jy ! Component: 150 - total flux cleaned = 0.0689626 Jy ! Component: 200 - total flux cleaned = 0.0793978 Jy ! Total flux subtracted in 200 components = 0.0793978 Jy ! Clean residual min=-0.021190 max=0.018548 Jy/beam ! Clean residual mean=-0.000140 rms=0.004598 Jy/beam ! Combined flux in latest and established models = 0.694393 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 60 components and 0.694393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100183Jy sigma=0.001085 ! Fit after self-cal, rms=0.099704Jy sigma=0.001079 ! 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.01 FD 0.88 HN 0.92 KP 1.09 ! LA 0.98 MK 1.11 NL 0.87 OV 1.00 ! PT 1.05 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.90 HN 0.98 KP 1.07 ! LA 0.96 MK 1.14 NL 1.01 OV 1.02 ! PT 1.05 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.91 HN 0.99 KP 0.95 ! LA 0.78 MK 1.21 NL 1.10 OV 0.96 ! PT 1.03 SC 1.07 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.94 HN 0.93 KP 0.92 ! LA 0.85 MK 1.18 NL 0.99 OV 1.03 ! PT 1.07 SC 0.99 ! ! ! Fit before self-cal, rms=0.099704Jy sigma=0.001079 ! Fit after self-cal, rms=0.069555Jy sigma=0.000793 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.631 mas, bmaj=7.857 mas, bpa=17.43 degrees ! Estimated noise=1235.66 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.00499651 Jy ! Component: 100 - total flux cleaned = -0.00545274 Jy ! Component: 150 - total flux cleaned = -0.00571032 Jy ! Component: 200 - total flux cleaned = -0.00571297 Jy ! Total flux subtracted in 200 components = -0.00571297 Jy ! Clean residual min=-0.006206 max=0.006183 Jy/beam ! Clean residual mean=-0.000015 rms=0.001389 Jy/beam ! Combined flux in latest and established models = 0.68868 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 68 components and 0.68868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068893Jy sigma=0.000785 ! Fit after self-cal, rms=0.068866Jy sigma=0.000785 ! 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.068866Jy sigma=0.000785 ! Fit after self-cal, rms=0.068943Jy sigma=0.000784 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.643 mas, bmaj=7.867 mas, bpa=17.5 degrees ! Estimated noise=1236.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00346105 Jy ! Component: 100 - total flux cleaned = -0.00379147 Jy ! Component: 150 - total flux cleaned = -0.00389125 Jy ! Component: 200 - total flux cleaned = -0.00397829 Jy ! Total flux subtracted in 200 components = -0.00397829 Jy ! Clean residual min=-0.005286 max=0.005842 Jy/beam ! Clean residual mean=-0.000014 rms=0.001268 Jy/beam ! Combined flux in latest and established models = 0.684702 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 70 components and 0.684702 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068606Jy sigma=0.000780 ! Fit after self-cal, rms=0.068603Jy sigma=0.000780 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 (28, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00314084 Jy ! Component: 100 - total flux cleaned = 0.00364155 Jy ! Component: 150 - total flux cleaned = 0.00445825 Jy ! Component: 200 - total flux cleaned = 0.00540581 Jy ! Total flux subtracted in 200 components = 0.00540581 Jy ! Clean residual min=-0.004654 max=0.004347 Jy/beam ! Clean residual mean=-0.000005 rms=0.001088 Jy/beam ! Combined flux in latest and established models = 0.690108 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 92 components and 0.690108 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068096Jy sigma=0.000774 ! Fit after self-cal, rms=0.068079Jy sigma=0.000774 ! 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.068079Jy sigma=0.000774 ! Fit after self-cal, rms=0.068134Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.651 mas, bmaj=7.87 mas, bpa=17.54 degrees ! Estimated noise=1236.06 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000394639 Jy ! Component: 100 - total flux cleaned = -0.00039034 Jy ! Component: 150 - total flux cleaned = -0.000322407 Jy ! Component: 200 - total flux cleaned = -0.000258731 Jy ! Total flux subtracted in 200 components = -0.000258731 Jy ! Clean residual min=-0.004043 max=0.004243 Jy/beam ! Clean residual mean=-0.000005 rms=0.000991 Jy/beam ! Combined flux in latest and established models = 0.689849 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 99 components and 0.689849 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067967Jy sigma=0.000771 ! Fit after self-cal, rms=0.067966Jy sigma=0.000771 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 (13, -87.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000565319 Jy ! Component: 100 - total flux cleaned = -0.000301529 Jy ! Component: 150 - total flux cleaned = -0.000751105 Jy ! Component: 200 - total flux cleaned = -0.000953884 Jy ! Total flux subtracted in 200 components = -0.000953884 Jy ! Clean residual min=-0.003280 max=0.003149 Jy/beam ! Clean residual mean=-0.000002 rms=0.000872 Jy/beam ! Combined flux in latest and established models = 0.688895 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 120 components and 0.688895 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067661Jy sigma=0.000768 ! Fit after self-cal, rms=0.067650Jy sigma=0.000768 ! 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.067650Jy sigma=0.000768 ! Fit after self-cal, rms=0.067655Jy sigma=0.000768 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.082 mas, bmaj=10.44 mas, bpa=1.468 degrees ! Estimated noise=1503.56 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000718287 Jy ! Component: 100 - total flux cleaned = 0.000607489 Jy ! Component: 150 - total flux cleaned = 0.000414812 Jy ! Component: 200 - total flux cleaned = 0.00024251 Jy ! Total flux subtracted in 200 components = 0.00024251 Jy ! Clean residual min=-0.003110 max=0.003154 Jy/beam ! Clean residual mean=0.000007 rms=0.000927 Jy/beam ! Combined flux in latest and established models = 0.689137 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 139 components and 0.689137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067622Jy sigma=0.000767 ! Fit after self-cal, rms=0.067621Jy sigma=0.000767 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.21538e-05 Jy ! Component: 100 - total flux cleaned = -0.000177251 Jy ! Component: 150 - total flux cleaned = -0.000309915 Jy ! Component: 200 - total flux cleaned = -0.00055882 Jy ! Total flux subtracted in 200 components = -0.00055882 Jy ! Clean residual min=-0.003023 max=0.003069 Jy/beam ! Clean residual mean=0.000006 rms=0.000886 Jy/beam ! Combined flux in latest and established models = 0.688579 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 152 components and 0.688579 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067603Jy sigma=0.000767 ! Fit after self-cal, rms=0.067602Jy sigma=0.000767 ! 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.655 mas, bmaj=7.873 mas, bpa=17.55 degrees ! Estimated noise=1236.01 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.655 x 7.873 at 17.55 degrees (North through East) ! Clean map min=-0.0043427 max=0.52201 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.067602Jy sigma=0.000767 ! Fit after self-cal, rms=0.063292Jy sigma=0.000714 ! Inverting map and beam ! Estimated beam: bmin=3.655 mas, bmaj=7.873 mas, bpa=17.54 degrees ! Estimated noise=1235.5 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000689146 Jy ! Component: 100 - total flux cleaned = -0.000864379 Jy ! Component: 150 - total flux cleaned = -0.000758391 Jy ! Component: 200 - total flux cleaned = -0.000805966 Jy ! Total flux subtracted in 200 components = -0.000805966 Jy ! Clean residual min=-0.002805 max=0.003201 Jy/beam ! Clean residual mean=0.000001 rms=0.000771 Jy/beam ! Combined flux in latest and established models = 0.687773 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 169 components and 0.687773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063193Jy sigma=0.000713 ! Fit after self-cal, rms=0.063190Jy sigma=0.000713 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.12379e-05 Jy ! Component: 100 - total flux cleaned = -5.75564e-05 Jy ! Component: 150 - total flux cleaned = 3.00095e-05 Jy ! Component: 200 - total flux cleaned = -1.26293e-05 Jy ! Total flux subtracted in 200 components = -1.26293e-05 Jy ! Clean residual min=-0.002771 max=0.003167 Jy/beam ! Clean residual mean=0.000001 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.68776 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 182 components and 0.68776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063133Jy sigma=0.000713 ! Fit after self-cal, rms=0.063132Jy sigma=0.000713 ! 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.063132Jy sigma=0.000713 ! Fit after self-cal, rms=0.063117Jy sigma=0.000713 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=3.121 mas, bmaj=7.295 mas, bpa=17.97 degrees ! Estimated noise=1525.1 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.398788 Jy ! Component: 100 - total flux cleaned = 0.506141 Jy ! Component: 150 - total flux cleaned = 0.566387 Jy ! Component: 200 - total flux cleaned = 0.60251 Jy ! Total flux subtracted in 200 components = 0.60251 Jy ! Clean residual min=-0.009401 max=0.018496 Jy/beam ! Clean residual mean=-0.000081 rms=0.003180 Jy/beam ! Combined flux in latest and established models = 0.60251 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.60251 Jy ! Inverting map and beam ! Estimated beam: bmin=3.656 mas, bmaj=7.874 mas, bpa=17.56 degrees ! Estimated noise=1234.86 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.0271376 Jy ! Component: 100 - total flux cleaned = 0.0423338 Jy ! Component: 150 - total flux cleaned = 0.0519715 Jy ! Component: 200 - total flux cleaned = 0.0582536 Jy ! Total flux subtracted in 200 components = 0.0582536 Jy ! Clean residual min=-0.004965 max=0.005341 Jy/beam ! Clean residual mean=-0.000029 rms=0.001371 Jy/beam ! Combined flux in latest and established models = 0.660764 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 56 components and 0.660763 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.086 mas, bmaj=10.44 mas, bpa=1.469 degrees ! Estimated noise=1501.47 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00647024 Jy ! Component: 100 - total flux cleaned = 0.0098312 Jy ! Component: 150 - total flux cleaned = 0.0122129 Jy ! Component: 200 - total flux cleaned = 0.0143516 Jy ! Total flux subtracted in 200 components = 0.0143516 Jy ! Clean residual min=-0.004135 max=0.004683 Jy/beam ! Clean residual mean=-0.000018 rms=0.001263 Jy/beam ! Combined flux in latest and established models = 0.675115 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.00179119 Jy ! Component: 100 - total flux cleaned = 0.0027149 Jy ! Component: 150 - total flux cleaned = 0.0035271 Jy ! Component: 200 - total flux cleaned = 0.00433142 Jy ! Total flux subtracted in 200 components = 0.00433142 Jy ! Clean residual min=-0.003624 max=0.003743 Jy/beam ! Clean residual mean=-0.000005 rms=0.001042 Jy/beam ! Combined flux in latest and established models = 0.679446 Jy ! Adding 82 model components to the UV plane model. ! The established model now contains 133 components and 0.679446 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.656 mas, bmaj=7.874 mas, bpa=17.56 degrees ! Estimated noise=1234.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000927075 Jy ! Component: 100 - total flux cleaned = 0.00119665 Jy ! Component: 150 - total flux cleaned = 0.00151137 Jy ! Component: 200 - total flux cleaned = 0.00187044 Jy ! Total flux subtracted in 200 components = 0.00187044 Jy ! Clean residual min=-0.003243 max=0.002910 Jy/beam ! Clean residual mean=-0.000001 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.681317 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 159 components and 0.681317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063301Jy sigma=0.000715 ! Fit after self-cal, rms=0.063285Jy sigma=0.000715 wmodel J0325+2224_S_2015_03_17_pus_map.mod ! Writing 159 model components to file: J0325+2224_S_2015_03_17_pus_map.mod wobs J0325+2224_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0325+2224_S_2015_03_17_pus_uvs.fits wwins J0325+2224_S_2015_03_17_pus_map.win ! wwins: Wrote 4 windows to J0325+2224_S_2015_03_17_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 = -0.000881499 Jy ! Component: 100 - total flux cleaned = -0.00141543 Jy ! Component: 150 - total flux cleaned = -0.00206873 Jy ! Component: 200 - total flux cleaned = -0.00254917 Jy ! Component: 250 - total flux cleaned = -0.00301029 Jy ! Component: 300 - total flux cleaned = -0.00332153 Jy ! Component: 350 - total flux cleaned = -0.00349503 Jy ! Component: 400 - total flux cleaned = -0.00349541 Jy ! Component: 450 - total flux cleaned = -0.0036156 Jy ! Component: 500 - total flux cleaned = -0.00381183 Jy ! Component: 550 - total flux cleaned = -0.00415511 Jy ! Component: 600 - total flux cleaned = -0.00434056 Jy ! Component: 650 - total flux cleaned = -0.00448678 Jy ! Component: 700 - total flux cleaned = -0.00470149 Jy ! Component: 750 - total flux cleaned = -0.00491172 Jy ! Component: 800 - total flux cleaned = -0.00515068 Jy ! Component: 850 - total flux cleaned = -0.00538384 Jy ! Component: 900 - total flux cleaned = -0.00541677 Jy ! Component: 950 - total flux cleaned = -0.00564307 Jy ! Component: 1000 - total flux cleaned = -0.00583459 Jy ! Component: 1050 - total flux cleaned = -0.00608338 Jy ! Component: 1100 - total flux cleaned = -0.00614498 Jy ! Component: 1150 - total flux cleaned = -0.00620593 Jy ! Component: 1200 - total flux cleaned = -0.00626471 Jy ! Component: 1250 - total flux cleaned = -0.00646813 Jy ! Component: 1300 - total flux cleaned = -0.00646728 Jy ! Component: 1350 - total flux cleaned = -0.00655213 Jy ! Component: 1400 - total flux cleaned = -0.00666263 Jy ! Component: 1450 - total flux cleaned = -0.00677075 Jy ! Component: 1500 - total flux cleaned = -0.0067432 Jy ! Component: 1550 - total flux cleaned = -0.00679579 Jy ! Component: 1600 - total flux cleaned = -0.00682168 Jy ! Component: 1650 - total flux cleaned = -0.00687296 Jy ! Component: 1700 - total flux cleaned = -0.00684759 Jy ! Component: 1750 - total flux cleaned = -0.00694716 Jy ! Component: 1800 - total flux cleaned = -0.00677517 Jy ! Component: 1850 - total flux cleaned = -0.00677587 Jy ! Component: 1900 - total flux cleaned = -0.00672794 Jy ! Component: 1950 - total flux cleaned = -0.00682291 Jy ! Component: 2000 - total flux cleaned = -0.00682246 Jy ! Component: 2050 - total flux cleaned = -0.00686854 Jy ! Component: 2100 - total flux cleaned = -0.00696025 Jy ! Component: 2150 - total flux cleaned = -0.00698294 Jy ! Component: 2200 - total flux cleaned = -0.00704981 Jy ! Component: 2250 - total flux cleaned = -0.00709415 Jy ! Component: 2300 - total flux cleaned = -0.00711614 Jy ! Component: 2350 - total flux cleaned = -0.00713764 Jy ! Component: 2400 - total flux cleaned = -0.00715881 Jy ! Component: 2450 - total flux cleaned = -0.00722251 Jy ! Component: 2500 - total flux cleaned = -0.00711729 Jy ! Component: 2550 - total flux cleaned = -0.00722197 Jy ! Component: 2600 - total flux cleaned = -0.00730485 Jy ! Component: 2650 - total flux cleaned = -0.00732538 Jy ! Component: 2700 - total flux cleaned = -0.00732554 Jy ! Component: 2750 - total flux cleaned = -0.00736552 Jy ! Component: 2800 - total flux cleaned = -0.0074252 Jy ! Component: 2850 - total flux cleaned = -0.00744474 Jy ! Component: 2900 - total flux cleaned = -0.00752251 Jy ! Component: 2950 - total flux cleaned = -0.00754186 Jy ! Component: 3000 - total flux cleaned = -0.00756117 Jy ! Component: 3050 - total flux cleaned = -0.007656 Jy ! Component: 3100 - total flux cleaned = -0.00769374 Jy ! Component: 3150 - total flux cleaned = -0.00774984 Jy ! Component: 3200 - total flux cleaned = -0.00778711 Jy ! Component: 3250 - total flux cleaned = -0.00784235 Jy ! Component: 3300 - total flux cleaned = -0.00786077 Jy ! Component: 3350 - total flux cleaned = -0.00789731 Jy ! Component: 3400 - total flux cleaned = -0.00798765 Jy ! Component: 3450 - total flux cleaned = -0.00804138 Jy ! Component: 3500 - total flux cleaned = -0.00804135 Jy ! Component: 3550 - total flux cleaned = -0.00812975 Jy ! Component: 3600 - total flux cleaned = -0.00812986 Jy ! Component: 3650 - total flux cleaned = -0.008165 Jy ! Component: 3700 - total flux cleaned = -0.00825203 Jy ! Component: 3750 - total flux cleaned = -0.00828661 Jy ! Component: 3800 - total flux cleaned = -0.00823497 Jy ! Component: 3850 - total flux cleaned = -0.00830353 Jy ! Component: 3900 - total flux cleaned = -0.00835451 Jy ! Component: 3950 - total flux cleaned = -0.00837151 Jy ! Component: 4000 - total flux cleaned = -0.0083547 Jy ! Component: 4050 - total flux cleaned = -0.00837146 Jy ! Total flux subtracted in 4096 components = -0.00843814 Jy ! Clean residual min=-0.001121 max=0.001117 Jy/beam ! Clean residual mean=0.000001 rms=0.000288 Jy/beam ! Combined flux in latest and established models = 0.672879 Jy keep ! Adding 265 model components to the UV plane model. ! The established model now contains 424 components and 0.672879 Jy ![Exited script file: muppet] wmap "J0325+2224_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.656 x 7.874 at 17.56 degrees (North through East) ! Clean map min=-0.0036545 max=0.52328 Jy/beam ! Writing clean map to FITS file: J0325+2224_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.523283 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000273422 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.156754 0.156754 0.313507 0.627015 1.25403 2.50806 5.01612 10.0322 20.0645 40.129 80.2579 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.523 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.656 x 7.874 at 17.56 degrees (North through East) ! Clean map min=-0.0036545 max=0.52328 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 J0325+2224_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:44:38 2016