! Started logfile: J0203+7232_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:41:56 2016 obs J0203+7232_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0203+7232_S_2015_03_17_pus_uva.fits ! AN table 1: 15 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.8 visibilities/baseline/integration-bin. ! Found source: J0203+7232 ! ! 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 2160 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 J0203+7232_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 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.749747Jy sigma=0.008568 ! Fit after self-cal, rms=0.745049Jy sigma=0.008515 ! 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.403 mas, bmaj=10.34 mas, bpa=-79.95 degrees ! Estimated noise=1970.04 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.192202 Jy ! Component: 100 - total flux cleaned = 0.242949 Jy ! Total flux subtracted in 100 components = 0.242949 Jy ! Clean residual min=-0.011583 max=0.021644 Jy/beam ! Clean residual mean=-0.000032 rms=0.003413 Jy/beam ! Combined flux in latest and established models = 0.242949 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.242949 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089926Jy sigma=0.000923 ! Fit after self-cal, rms=0.089897Jy sigma=0.000923 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0227591 Jy ! Component: 100 - total flux cleaned = 0.0348179 Jy ! Total flux subtracted in 100 components = 0.0348179 Jy ! Clean residual min=-0.009938 max=0.010544 Jy/beam ! Clean residual mean=-0.000020 rms=0.002587 Jy/beam ! Combined flux in latest and established models = 0.277767 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 29 components and 0.277767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082409Jy sigma=0.000854 ! Fit after self-cal, rms=0.082401Jy sigma=0.000854 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.89 mas, bmaj=10.82 mas, bpa=-79.9 degrees ! Estimated noise=1367.41 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.00994731 Jy ! Component: 100 - total flux cleaned = 0.0162631 Jy ! Component: 150 - total flux cleaned = 0.0207708 Jy ! Component: 200 - total flux cleaned = 0.0240572 Jy ! Total flux subtracted in 200 components = 0.0240572 Jy ! Clean residual min=-0.009161 max=0.007238 Jy/beam ! Clean residual mean=-0.000004 rms=0.001957 Jy/beam ! Combined flux in latest and established models = 0.301824 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 58 components and 0.301824 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080672Jy sigma=0.000841 ! Fit after self-cal, rms=0.080649Jy sigma=0.000840 ! 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.00 FD 0.88 HN 0.97 KP 1.09 ! LA 0.94 MK 0.99 NL 0.88 OV 1.00 ! PT 1.07 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.89 HN 1.05 KP 1.07 ! LA 0.92 MK 1.01 NL 0.99 OV 1.08 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.92 HN 0.98 KP 0.96 ! LA 0.80 MK 1.05 NL 1.11 OV 0.97 ! PT 1.03 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.92 HN 0.98 KP 0.96 ! LA 0.80 MK 1.03 NL 1.03 OV 1.01 ! PT 1.08 SC 0.97 ! ! ! Fit before self-cal, rms=0.080649Jy sigma=0.000840 ! Fit after self-cal, rms=0.073779Jy sigma=0.000792 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.913 mas, bmaj=10.79 mas, bpa=-79.99 degrees ! Estimated noise=1363.46 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.000294062 Jy ! Component: 100 - total flux cleaned = -0.000123334 Jy ! Component: 150 - total flux cleaned = -1.5669e-06 Jy ! Component: 200 - total flux cleaned = 3.21252e-05 Jy ! Total flux subtracted in 200 components = 3.21252e-05 Jy ! Clean residual min=-0.005095 max=0.004237 Jy/beam ! Clean residual mean=0.000001 rms=0.001097 Jy/beam ! Combined flux in latest and established models = 0.301856 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 74 components and 0.301856 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073694Jy sigma=0.000791 ! Fit after self-cal, rms=0.073652Jy sigma=0.000791 ! 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.073652Jy sigma=0.000791 ! Fit after self-cal, rms=0.073638Jy sigma=0.000790 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.923 mas, bmaj=10.78 mas, bpa=-80.07 degrees ! Estimated noise=1363.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00139812 Jy ! Component: 100 - total flux cleaned = -0.00136188 Jy ! Component: 150 - total flux cleaned = -0.00133258 Jy ! Component: 200 - total flux cleaned = -0.00125579 Jy ! Total flux subtracted in 200 components = -0.00125579 Jy ! Clean residual min=-0.004783 max=0.004130 Jy/beam ! Clean residual mean=0.000001 rms=0.001070 Jy/beam ! Combined flux in latest and established models = 0.3006 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 78 components and 0.3006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073590Jy sigma=0.000790 ! Fit after self-cal, rms=0.073587Jy sigma=0.000790 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.03974e-05 Jy ! Component: 100 - total flux cleaned = 1.69845e-06 Jy ! Component: 150 - total flux cleaned = 5.74079e-05 Jy ! Component: 200 - total flux cleaned = 0.000106344 Jy ! Total flux subtracted in 200 components = 0.000106344 Jy ! Clean residual min=-0.004639 max=0.004064 Jy/beam ! Clean residual mean=0.000001 rms=0.001062 Jy/beam ! Combined flux in latest and established models = 0.300707 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 83 components and 0.300707 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073575Jy sigma=0.000790 ! Fit after self-cal, rms=0.073573Jy sigma=0.000790 ! 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.073573Jy sigma=0.000790 ! Fit after self-cal, rms=0.073616Jy sigma=0.000790 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.934 mas, bmaj=10.77 mas, bpa=-80.16 degrees ! Estimated noise=1364.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00127278 Jy ! Component: 100 - total flux cleaned = -0.00139182 Jy ! Component: 150 - total flux cleaned = -0.00148493 Jy ! Component: 200 - total flux cleaned = -0.00146656 Jy ! Total flux subtracted in 200 components = -0.00146656 Jy ! Clean residual min=-0.004407 max=0.004010 Jy/beam ! Clean residual mean=0.000001 rms=0.001044 Jy/beam ! Combined flux in latest and established models = 0.29924 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 86 components and 0.29924 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073582Jy sigma=0.000789 ! Fit after self-cal, rms=0.073581Jy sigma=0.000789 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 = -2.32743e-05 Jy ! Component: 100 - total flux cleaned = -6.86968e-06 Jy ! Component: 150 - total flux cleaned = 7.96068e-06 Jy ! Component: 200 - total flux cleaned = 3.46851e-05 Jy ! Total flux subtracted in 200 components = 3.46851e-05 Jy ! Clean residual min=-0.004335 max=0.003965 Jy/beam ! Clean residual mean=0.000001 rms=0.001041 Jy/beam ! Combined flux in latest and established models = 0.299275 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 89 components and 0.299275 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073575Jy sigma=0.000789 ! Fit after self-cal, rms=0.073574Jy sigma=0.000789 ! 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.073574Jy sigma=0.000789 ! Fit after self-cal, rms=0.073613Jy sigma=0.000789 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.081 mas, bmaj=12.89 mas, bpa=-89.42 degrees ! Estimated noise=1765.37 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00103205 Jy ! Component: 100 - total flux cleaned = -0.00103264 Jy ! Component: 150 - total flux cleaned = -0.0010326 Jy ! Component: 200 - total flux cleaned = -0.00103295 Jy ! Total flux subtracted in 200 components = -0.00103295 Jy ! Clean residual min=-0.003780 max=0.004096 Jy/beam ! Clean residual mean=0.000004 rms=0.001191 Jy/beam ! Combined flux in latest and established models = 0.298242 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 96 components and 0.298242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073602Jy sigma=0.000789 ! Fit after self-cal, rms=0.073601Jy sigma=0.000789 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 = 5.60633e-07 Jy ! Component: 100 - total flux cleaned = 1.68148e-05 Jy ! Component: 150 - total flux cleaned = 1.61893e-05 Jy ! Component: 200 - total flux cleaned = 1.63127e-05 Jy ! Total flux subtracted in 200 components = 1.63127e-05 Jy ! Clean residual min=-0.003771 max=0.004038 Jy/beam ! Clean residual mean=0.000004 rms=0.001181 Jy/beam ! Combined flux in latest and established models = 0.298258 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 101 components and 0.298258 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073607Jy sigma=0.000789 ! Fit after self-cal, rms=0.073607Jy sigma=0.000789 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=2.945 mas, bmaj=10.77 mas, bpa=-80.23 degrees ! Estimated noise=1365.87 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.945 x 10.77 at -80.23 degrees (North through East) ! Clean map min=-0.0040708 max=0.25224 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.442 mas, bmaj=10.26 mas, bpa=-80.2 degrees ! Estimated noise=1966.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.19179 Jy ! Component: 100 - total flux cleaned = 0.239445 Jy ! Component: 150 - total flux cleaned = 0.259605 Jy ! Component: 200 - total flux cleaned = 0.269592 Jy ! Total flux subtracted in 200 components = 0.269592 Jy ! Clean residual min=-0.006812 max=0.006759 Jy/beam ! Clean residual mean=-0.000007 rms=0.001853 Jy/beam ! Combined flux in latest and established models = 0.269592 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.269592 Jy ! Inverting map and beam ! Estimated beam: bmin=2.945 mas, bmaj=10.77 mas, bpa=-80.23 degrees ! Estimated noise=1365.87 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.00925778 Jy ! Component: 100 - total flux cleaned = 0.0149368 Jy ! Component: 150 - total flux cleaned = 0.0188403 Jy ! Component: 200 - total flux cleaned = 0.0216365 Jy ! Total flux subtracted in 200 components = 0.0216365 Jy ! Clean residual min=-0.004511 max=0.003890 Jy/beam ! Clean residual mean=-0.000003 rms=0.001093 Jy/beam ! Combined flux in latest and established models = 0.291229 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 56 components and 0.291229 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.081 mas, bmaj=12.89 mas, bpa=-89.42 degrees ! Estimated noise=1765.37 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00357044 Jy ! Component: 100 - total flux cleaned = 0.00530122 Jy ! Component: 150 - total flux cleaned = 0.00623496 Jy ! Component: 200 - total flux cleaned = 0.00667054 Jy ! Total flux subtracted in 200 components = 0.00667054 Jy ! Clean residual min=-0.003853 max=0.004013 Jy/beam ! Clean residual mean=0.000004 rms=0.001192 Jy/beam ! Combined flux in latest and established models = 0.297899 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 = 7.02549e-05 Jy ! Component: 100 - total flux cleaned = 0.000118282 Jy ! Component: 150 - total flux cleaned = 0.000177471 Jy ! Component: 200 - total flux cleaned = 0.000231563 Jy ! Total flux subtracted in 200 components = 0.000231563 Jy ! Clean residual min=-0.003824 max=0.003989 Jy/beam ! Clean residual mean=0.000004 rms=0.001183 Jy/beam ! Combined flux in latest and established models = 0.298131 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 72 components and 0.298131 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.945 mas, bmaj=10.77 mas, bpa=-80.23 degrees ! Estimated noise=1365.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.60782e-05 Jy ! Component: 100 - total flux cleaned = -5.92588e-05 Jy ! Component: 150 - total flux cleaned = 2.76263e-06 Jy ! Component: 200 - total flux cleaned = 5.69016e-05 Jy ! Total flux subtracted in 200 components = 5.69016e-05 Jy ! Clean residual min=-0.004178 max=0.003918 Jy/beam ! Clean residual mean=0.000001 rms=0.001025 Jy/beam ! Combined flux in latest and established models = 0.298188 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 82 components and 0.298188 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073592Jy sigma=0.000789 ! Fit after self-cal, rms=0.073591Jy sigma=0.000789 wmodel J0203+7232_S_2015_03_17_pus_map.mod ! Writing 82 model components to file: J0203+7232_S_2015_03_17_pus_map.mod wobs J0203+7232_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0203+7232_S_2015_03_17_pus_uvs.fits wwins J0203+7232_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J0203+7232_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.00155196 Jy ! Component: 100 - total flux cleaned = -0.002114 Jy ! Component: 150 - total flux cleaned = -0.00250017 Jy ! Component: 200 - total flux cleaned = -0.00286216 Jy ! Component: 250 - total flux cleaned = -0.0028629 Jy ! Component: 300 - total flux cleaned = -0.00291971 Jy ! Component: 350 - total flux cleaned = -0.00292165 Jy ! Component: 400 - total flux cleaned = -0.00312209 Jy ! Component: 450 - total flux cleaned = -0.00321815 Jy ! Component: 500 - total flux cleaned = -0.00326434 Jy ! Component: 550 - total flux cleaned = -0.00353744 Jy ! Component: 600 - total flux cleaned = -0.0037137 Jy ! Component: 650 - total flux cleaned = -0.00392824 Jy ! Component: 700 - total flux cleaned = -0.00413755 Jy ! Component: 750 - total flux cleaned = -0.00446493 Jy ! Component: 800 - total flux cleaned = -0.00478489 Jy ! Component: 850 - total flux cleaned = -0.0050977 Jy ! Component: 900 - total flux cleaned = -0.00544219 Jy ! Component: 950 - total flux cleaned = -0.00551699 Jy ! Component: 1000 - total flux cleaned = -0.0057016 Jy ! Component: 1050 - total flux cleaned = -0.0058455 Jy ! Component: 1100 - total flux cleaned = -0.00595113 Jy ! Component: 1150 - total flux cleaned = -0.00605587 Jy ! Component: 1200 - total flux cleaned = -0.00612452 Jy ! Component: 1250 - total flux cleaned = -0.00629233 Jy ! Component: 1300 - total flux cleaned = -0.00632523 Jy ! Component: 1350 - total flux cleaned = -0.00639 Jy ! Component: 1400 - total flux cleaned = -0.00648601 Jy ! Component: 1450 - total flux cleaned = -0.00642286 Jy ! Component: 1500 - total flux cleaned = -0.00654701 Jy ! Component: 1550 - total flux cleaned = -0.00654702 Jy ! Component: 1600 - total flux cleaned = -0.00654693 Jy ! Component: 1650 - total flux cleaned = -0.00663627 Jy ! Component: 1700 - total flux cleaned = -0.00660669 Jy ! Component: 1750 - total flux cleaned = -0.00666476 Jy ! Component: 1800 - total flux cleaned = -0.00666434 Jy ! Component: 1850 - total flux cleaned = -0.00663626 Jy ! Component: 1900 - total flux cleaned = -0.00669205 Jy ! Component: 1950 - total flux cleaned = -0.00669189 Jy ! Component: 2000 - total flux cleaned = -0.0067185 Jy ! Component: 2050 - total flux cleaned = -0.00679896 Jy ! Component: 2100 - total flux cleaned = -0.0067455 Jy ! Component: 2150 - total flux cleaned = -0.00671919 Jy ! Component: 2200 - total flux cleaned = -0.0067194 Jy ! Component: 2250 - total flux cleaned = -0.00677075 Jy ! Component: 2300 - total flux cleaned = -0.0067199 Jy ! Component: 2350 - total flux cleaned = -0.00669488 Jy ! Component: 2400 - total flux cleaned = -0.00671967 Jy ! Component: 2450 - total flux cleaned = -0.00667053 Jy ! Component: 2500 - total flux cleaned = -0.00667061 Jy ! Component: 2550 - total flux cleaned = -0.00662225 Jy ! Component: 2600 - total flux cleaned = -0.00667035 Jy ! Component: 2650 - total flux cleaned = -0.00662279 Jy ! Component: 2700 - total flux cleaned = -0.00666975 Jy ! Component: 2750 - total flux cleaned = -0.00664619 Jy ! Component: 2800 - total flux cleaned = -0.00662292 Jy ! Component: 2850 - total flux cleaned = -0.0066231 Jy ! Component: 2900 - total flux cleaned = -0.00664601 Jy ! Component: 2950 - total flux cleaned = -0.00664597 Jy ! Component: 3000 - total flux cleaned = -0.00669107 Jy ! Component: 3050 - total flux cleaned = -0.00673566 Jy ! Component: 3100 - total flux cleaned = -0.00666898 Jy ! Component: 3150 - total flux cleaned = -0.00669109 Jy ! Component: 3200 - total flux cleaned = -0.00673497 Jy ! Component: 3250 - total flux cleaned = -0.006735 Jy ! Component: 3300 - total flux cleaned = -0.00671326 Jy ! Component: 3350 - total flux cleaned = -0.00671302 Jy ! Component: 3400 - total flux cleaned = -0.00667018 Jy ! Component: 3450 - total flux cleaned = -0.00667021 Jy ! Component: 3500 - total flux cleaned = -0.00664911 Jy ! Component: 3550 - total flux cleaned = -0.00660716 Jy ! Component: 3600 - total flux cleaned = -0.00666976 Jy ! Component: 3650 - total flux cleaned = -0.00664881 Jy ! Component: 3700 - total flux cleaned = -0.0066076 Jy ! Component: 3750 - total flux cleaned = -0.00662824 Jy ! Component: 3800 - total flux cleaned = -0.00662826 Jy ! Component: 3850 - total flux cleaned = -0.00662823 Jy ! Component: 3900 - total flux cleaned = -0.00666864 Jy ! Component: 3950 - total flux cleaned = -0.00668861 Jy ! Component: 4000 - total flux cleaned = -0.00664832 Jy ! Component: 4050 - total flux cleaned = -0.00662825 Jy ! Total flux subtracted in 4096 components = -0.00656872 Jy ! Clean residual min=-0.001146 max=0.001190 Jy/beam ! Clean residual mean=0.000002 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.291619 Jy keep ! Adding 321 model components to the UV plane model. ! The established model now contains 403 components and 0.291619 Jy ![Exited script file: muppet] wmap "J0203+7232_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.945 x 10.77 at -80.23 degrees (North through East) ! Clean map min=-0.0027088 max=0.25224 Jy/beam ! Writing clean map to FITS file: J0203+7232_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.252242 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000353643 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.4206 0.4206 0.8412 1.6824 3.3648 6.7296 13.4592 26.9184 53.8368 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.252 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.945 x 10.77 at -80.23 degrees (North through East) ! Clean map min=-0.0027088 max=0.25224 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 J0203+7232_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:42:03 2016