! Started logfile: J0022+4525_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:48:58 2016 obs J0022+4525_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0022+4525_S_2014_08_09_pus_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.770238 visibilities/baseline/integration-bin. ! Found source: J0022+4525 ! ! 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 342 lines of history. ! ! Reading 7764 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 J0022+4525_S_2014_08_09_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 67 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 67 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 67 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 67 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.689449Jy sigma=0.008262 ! Fit after self-cal, rms=0.678112Jy sigma=0.008141 ! 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.271 mas, bmaj=6.025 mas, bpa=51.75 degrees ! Estimated noise=941.766 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.250346 Jy ! Component: 100 - total flux cleaned = 0.304938 Jy ! Total flux subtracted in 100 components = 0.304938 Jy ! Clean residual min=-0.009830 max=0.015234 Jy/beam ! Clean residual mean=0.000086 rms=0.002173 Jy/beam ! Combined flux in latest and established models = 0.304938 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 0.304938 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082907Jy sigma=0.000894 ! Fit after self-cal, rms=0.082905Jy sigma=0.000894 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0138375 Jy ! Component: 100 - total flux cleaned = 0.0206824 Jy ! Total flux subtracted in 100 components = 0.0206824 Jy ! Clean residual min=-0.009441 max=0.006084 Jy/beam ! Clean residual mean=0.000080 rms=0.001787 Jy/beam ! Combined flux in latest and established models = 0.325621 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 24 components and 0.325621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079684Jy sigma=0.000866 ! Fit after self-cal, rms=0.079683Jy sigma=0.000866 ! 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=5.139 mas, bmaj=6.719 mas, bpa=49.85 degrees ! Estimated noise=684.347 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.00618941 Jy ! Component: 100 - total flux cleaned = 0.0100257 Jy ! Component: 150 - total flux cleaned = 0.0125582 Jy ! Component: 200 - total flux cleaned = 0.0142476 Jy ! Total flux subtracted in 200 components = 0.0142476 Jy ! Clean residual min=-0.005750 max=0.004640 Jy/beam ! Clean residual mean=0.000055 rms=0.001292 Jy/beam ! Combined flux in latest and established models = 0.339868 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 48 components and 0.339868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078865Jy sigma=0.000863 ! Fit after self-cal, rms=0.078861Jy sigma=0.000863 ! 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 0.98 FD 0.87 HN 0.94 KP 1.06 ! LA 1.10 MK 1.00* NL 0.98 OV 0.99 ! PT 1.04 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.05 HN 1.02 KP 1.03 ! LA 1.06 MK 1.00* NL 1.03 OV 1.02 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.17 HN 1.04 KP 0.91 ! LA 0.84 MK 1.00* NL 0.99 OV 0.95 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.02 HN 1.00 KP 0.88 ! LA 0.80 MK 1.00* NL 1.10 OV 1.02 ! PT 1.05 SC 0.99 ! ! ! Fit before self-cal, rms=0.078861Jy sigma=0.000863 ! Fit after self-cal, rms=0.068666Jy sigma=0.000774 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.149 mas, bmaj=6.726 mas, bpa=49.77 degrees ! Estimated noise=683.026 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.000834349 Jy ! Component: 100 - total flux cleaned = -0.00107332 Jy ! Component: 150 - total flux cleaned = -0.00116051 Jy ! Component: 200 - total flux cleaned = -0.00122331 Jy ! Total flux subtracted in 200 components = -0.00122331 Jy ! Clean residual min=-0.002490 max=0.003023 Jy/beam ! Clean residual mean=0.000019 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.338645 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 63 components and 0.338645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068653Jy sigma=0.000774 ! Fit after self-cal, rms=0.068638Jy sigma=0.000774 ! 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.068638Jy sigma=0.000774 ! Fit after self-cal, rms=0.068513Jy sigma=0.000772 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.14 mas, bmaj=6.742 mas, bpa=49.68 degrees ! Estimated noise=682.599 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000808079 Jy ! Component: 100 - total flux cleaned = -0.000994866 Jy ! Component: 150 - total flux cleaned = -0.00107251 Jy ! Component: 200 - total flux cleaned = -0.00111484 Jy ! Total flux subtracted in 200 components = -0.00111484 Jy ! Clean residual min=-0.002477 max=0.002737 Jy/beam ! Clean residual mean=0.000017 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.33753 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 73 components and 0.33753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068501Jy sigma=0.000772 ! Fit after self-cal, rms=0.068501Jy sigma=0.000772 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 (14.5, 4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00248828 Jy ! Component: 100 - total flux cleaned = 0.00382304 Jy ! Component: 150 - total flux cleaned = 0.0045579 Jy ! Component: 200 - total flux cleaned = 0.00458949 Jy ! Total flux subtracted in 200 components = 0.00458949 Jy ! Clean residual min=-0.002301 max=0.002387 Jy/beam ! Clean residual mean=0.000020 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.34212 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 109 components and 0.34212 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068404Jy sigma=0.000771 ! Fit after self-cal, rms=0.068397Jy sigma=0.000771 ! Inverting map ! Added new window around map position (70.5, 120.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00115782 Jy ! Component: 100 - total flux cleaned = 0.00138793 Jy ! Component: 150 - total flux cleaned = 0.00146179 Jy ! Component: 200 - total flux cleaned = 0.00152804 Jy ! Total flux subtracted in 200 components = 0.00152804 Jy ! Clean residual min=-0.002307 max=0.001890 Jy/beam ! Clean residual mean=0.000018 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.343648 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 130 components and 0.343648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068324Jy sigma=0.000770 ! Fit after self-cal, rms=0.068322Jy sigma=0.000770 ! 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.068322Jy sigma=0.000770 ! Fit after self-cal, rms=0.068314Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.143 mas, bmaj=6.744 mas, bpa=49.7 degrees ! Estimated noise=682.008 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00013667 Jy ! Component: 100 - total flux cleaned = 0.000203809 Jy ! Component: 150 - total flux cleaned = 0.000173544 Jy ! Component: 200 - total flux cleaned = 0.000120548 Jy ! Total flux subtracted in 200 components = 0.000120548 Jy ! Clean residual min=-0.002301 max=0.001737 Jy/beam ! Clean residual mean=0.000019 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.343768 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 141 components and 0.343768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068289Jy sigma=0.000770 ! Fit after self-cal, rms=0.068290Jy sigma=0.000770 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.37456e-05 Jy ! Component: 100 - total flux cleaned = -1.37033e-05 Jy ! Component: 150 - total flux cleaned = -5.80046e-05 Jy ! Component: 200 - total flux cleaned = -9.89936e-05 Jy ! Total flux subtracted in 200 components = -9.89936e-05 Jy ! Clean residual min=-0.002274 max=0.001702 Jy/beam ! Clean residual mean=0.000020 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.343669 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 155 components and 0.343669 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068276Jy sigma=0.000769 ! Fit after self-cal, rms=0.068275Jy sigma=0.000769 ! 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.068275Jy sigma=0.000769 ! Fit after self-cal, rms=0.068283Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.823 mas, bmaj=8.954 mas, bpa=-21.21 degrees ! Estimated noise=771.314 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000139992 Jy ! Component: 100 - total flux cleaned = 0.000205993 Jy ! Component: 150 - total flux cleaned = 0.000260522 Jy ! Component: 200 - total flux cleaned = 0.000275759 Jy ! Total flux subtracted in 200 components = 0.000275759 Jy ! Clean residual min=-0.002085 max=0.002055 Jy/beam ! Clean residual mean=0.000039 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.343945 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 171 components and 0.343945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068277Jy sigma=0.000769 ! Fit after self-cal, rms=0.068278Jy sigma=0.000769 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.32535e-05 Jy ! Component: 100 - total flux cleaned = 9.09567e-05 Jy ! Component: 150 - total flux cleaned = 0.000143021 Jy ! Component: 200 - total flux cleaned = 0.000166982 Jy ! Total flux subtracted in 200 components = 0.000166982 Jy ! Clean residual min=-0.002088 max=0.002049 Jy/beam ! Clean residual mean=0.000040 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.344112 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 186 components and 0.344112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068275Jy sigma=0.000769 ! Fit after self-cal, rms=0.068274Jy sigma=0.000769 ! 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=5.145 mas, bmaj=6.745 mas, bpa=49.71 degrees ! Estimated noise=681.78 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.145 x 6.745 at 49.71 degrees (North through East) ! Clean map min=-0.0022002 max=0.32008 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.28 mas, bmaj=6.029 mas, bpa=51.56 degrees ! Estimated noise=936.802 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.249006 Jy ! Component: 100 - total flux cleaned = 0.303319 Jy ! Component: 150 - total flux cleaned = 0.316663 Jy ! Component: 200 - total flux cleaned = 0.322595 Jy ! Total flux subtracted in 200 components = 0.322595 Jy ! Clean residual min=-0.003204 max=0.003402 Jy/beam ! Clean residual mean=0.000030 rms=0.000838 Jy/beam ! Combined flux in latest and established models = 0.322595 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.322595 Jy ! Inverting map and beam ! Estimated beam: bmin=5.145 mas, bmaj=6.745 mas, bpa=49.71 degrees ! Estimated noise=681.78 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.00559269 Jy ! Component: 100 - total flux cleaned = 0.00944308 Jy ! Component: 150 - total flux cleaned = 0.0123875 Jy ! Component: 200 - total flux cleaned = 0.0140955 Jy ! Total flux subtracted in 200 components = 0.0140955 Jy ! Clean residual min=-0.002432 max=0.001922 Jy/beam ! Clean residual mean=0.000019 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.336691 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 74 components and 0.33669 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.823 mas, bmaj=8.954 mas, bpa=-21.21 degrees ! Estimated noise=771.314 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00269275 Jy ! Component: 100 - total flux cleaned = 0.00396907 Jy ! Component: 150 - total flux cleaned = 0.00464904 Jy ! Component: 200 - total flux cleaned = 0.00506973 Jy ! Total flux subtracted in 200 components = 0.00506973 Jy ! Clean residual min=-0.002020 max=0.001971 Jy/beam ! Clean residual mean=0.000033 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.34176 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.000322024 Jy ! Component: 100 - total flux cleaned = 0.000640756 Jy ! Component: 150 - total flux cleaned = 0.000889644 Jy ! Component: 200 - total flux cleaned = 0.00108536 Jy ! Total flux subtracted in 200 components = 0.00108536 Jy ! Clean residual min=-0.001984 max=0.002001 Jy/beam ! Clean residual mean=0.000036 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.342845 Jy ! Adding 91 model components to the UV plane model. ! The established model now contains 153 components and 0.342845 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.145 mas, bmaj=6.745 mas, bpa=49.71 degrees ! Estimated noise=681.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.70314e-05 Jy ! Component: 100 - total flux cleaned = -0.000152917 Jy ! Component: 150 - total flux cleaned = -7.38428e-05 Jy ! Component: 200 - total flux cleaned = 1.79449e-05 Jy ! Total flux subtracted in 200 components = 1.79449e-05 Jy ! Clean residual min=-0.002238 max=0.001793 Jy/beam ! Clean residual mean=0.000023 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.342863 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 168 components and 0.342863 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068277Jy sigma=0.000769 ! Fit after self-cal, rms=0.068275Jy sigma=0.000769 wmodel J0022+4525_S_2014_08_09_pus_map.mod ! Writing 168 model components to file: J0022+4525_S_2014_08_09_pus_map.mod wobs J0022+4525_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0022+4525_S_2014_08_09_pus_uvs.fits wwins J0022+4525_S_2014_08_09_pus_map.win ! wwins: Wrote 3 windows to J0022+4525_S_2014_08_09_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.000414485 Jy ! Component: 100 - total flux cleaned = -0.000294106 Jy ! Component: 150 - total flux cleaned = -0.000182748 Jy ! Component: 200 - total flux cleaned = -0.000103859 Jy ! Component: 250 - total flux cleaned = 9.88953e-05 Jy ! Component: 300 - total flux cleaned = 0.000318188 Jy ! Component: 350 - total flux cleaned = 0.000529876 Jy ! Component: 400 - total flux cleaned = 0.000711902 Jy ! Component: 450 - total flux cleaned = 0.000867025 Jy ! Component: 500 - total flux cleaned = 0.00108287 Jy ! Component: 550 - total flux cleaned = 0.00127284 Jy ! Component: 600 - total flux cleaned = 0.00154154 Jy ! Component: 650 - total flux cleaned = 0.00174331 Jy ! Component: 700 - total flux cleaned = 0.00196068 Jy ! Component: 750 - total flux cleaned = 0.00215484 Jy ! Component: 800 - total flux cleaned = 0.0024027 Jy ! Component: 850 - total flux cleaned = 0.00259048 Jy ! Component: 900 - total flux cleaned = 0.00283054 Jy ! Component: 950 - total flux cleaned = 0.00301192 Jy ! Component: 1000 - total flux cleaned = 0.00320852 Jy ! Component: 1050 - total flux cleaned = 0.0034023 Jy ! Component: 1100 - total flux cleaned = 0.00366227 Jy ! Component: 1150 - total flux cleaned = 0.00383288 Jy ! Component: 1200 - total flux cleaned = 0.00401829 Jy ! Component: 1250 - total flux cleaned = 0.00420117 Jy ! Component: 1300 - total flux cleaned = 0.00438166 Jy ! Component: 1350 - total flux cleaned = 0.00457579 Jy ! Component: 1400 - total flux cleaned = 0.00473531 Jy ! Component: 1450 - total flux cleaned = 0.00492426 Jy ! Component: 1500 - total flux cleaned = 0.00503328 Jy ! Component: 1550 - total flux cleaned = 0.00521796 Jy ! Component: 1600 - total flux cleaned = 0.00538515 Jy ! Component: 1650 - total flux cleaned = 0.00547527 Jy ! Component: 1700 - total flux cleaned = 0.00566844 Jy ! Component: 1750 - total flux cleaned = 0.00571254 Jy ! Component: 1800 - total flux cleaned = 0.00581464 Jy ! Component: 1850 - total flux cleaned = 0.0059011 Jy ! Component: 1900 - total flux cleaned = 0.00598656 Jy ! Component: 1950 - total flux cleaned = 0.00607112 Jy ! Component: 2000 - total flux cleaned = 0.00618264 Jy ! Component: 2050 - total flux cleaned = 0.00623793 Jy ! Component: 2100 - total flux cleaned = 0.00633402 Jy ! Component: 2150 - total flux cleaned = 0.00642889 Jy ! Component: 2200 - total flux cleaned = 0.00650951 Jy ! Component: 2250 - total flux cleaned = 0.00657589 Jy ! Component: 2300 - total flux cleaned = 0.00669457 Jy ! Component: 2350 - total flux cleaned = 0.00677267 Jy ! Component: 2400 - total flux cleaned = 0.00685035 Jy ! Component: 2450 - total flux cleaned = 0.00691433 Jy ! Component: 2500 - total flux cleaned = 0.00701579 Jy ! Component: 2550 - total flux cleaned = 0.00711648 Jy ! Component: 2600 - total flux cleaned = 0.00717898 Jy ! Component: 2650 - total flux cleaned = 0.00727812 Jy ! Component: 2700 - total flux cleaned = 0.00738883 Jy ! Component: 2750 - total flux cleaned = 0.00748634 Jy ! Component: 2800 - total flux cleaned = 0.00758297 Jy ! Component: 2850 - total flux cleaned = 0.00766685 Jy ! Component: 2900 - total flux cleaned = 0.00775005 Jy ! Component: 2950 - total flux cleaned = 0.0078445 Jy ! Component: 3000 - total flux cleaned = 0.00792631 Jy ! Component: 3050 - total flux cleaned = 0.00800758 Jy ! Component: 3100 - total flux cleaned = 0.00808825 Jy ! Component: 3150 - total flux cleaned = 0.00819129 Jy ! Component: 3200 - total flux cleaned = 0.00829347 Jy ! Component: 3250 - total flux cleaned = 0.00840607 Jy ! Component: 3300 - total flux cleaned = 0.00846194 Jy ! Component: 3350 - total flux cleaned = 0.00855071 Jy ! Component: 3400 - total flux cleaned = 0.00864992 Jy ! Component: 3450 - total flux cleaned = 0.00872655 Jy ! Component: 3500 - total flux cleaned = 0.00877017 Jy ! Component: 3550 - total flux cleaned = 0.00891027 Jy ! Component: 3600 - total flux cleaned = 0.00894232 Jy ! Component: 3650 - total flux cleaned = 0.00903807 Jy ! Component: 3700 - total flux cleaned = 0.00906988 Jy ! Component: 3750 - total flux cleaned = 0.00916431 Jy ! Component: 3800 - total flux cleaned = 0.00922677 Jy ! Component: 3850 - total flux cleaned = 0.0092785 Jy ! Component: 3900 - total flux cleaned = 0.00938126 Jy ! Component: 3950 - total flux cleaned = 0.00937092 Jy ! Component: 4000 - total flux cleaned = 0.00943196 Jy ! Component: 4050 - total flux cleaned = 0.00946225 Jy ! Total flux subtracted in 4096 components = 0.00948239 Jy ! Clean residual min=-0.000674 max=0.000571 Jy/beam ! Clean residual mean=0.000009 rms=0.000193 Jy/beam ! Combined flux in latest and established models = 0.352346 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 445 components and 0.352345 Jy ![Exited script file: muppet] wmap "J0022+4525_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.145 x 6.745 at 49.71 degrees (North through East) ! Clean map min=-0.0014101 max=0.32056 Jy/beam ! Writing clean map to FITS file: J0022+4525_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.320562 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000189576 device "J0022+4525_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0022+4525_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.177416 0.177416 0.354832 0.709663 1.41933 2.83865 5.67731 11.3546 22.7092 45.4185 90.8369 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.32 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.145 x 6.745 at 49.71 degrees (North through East) ! Clean map min=-0.0014101 max=0.32056 Jy/beam quit ! Quitting program ! Log file J0022+4525_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:49:03 2016