! Started logfile: J0042+1009_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:10:49 2016 obs J0042+1009_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J0042+1009_S_2014_08_05_pus_uva.fits ! AN table 1: 72 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.775926 visibilities/baseline/integration-bin. ! Found source: J0042+1009 ! ! 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 360 lines of history. ! ! Reading 10056 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 J0042+1009_S_2014_08_05_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 82 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 82 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 82 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 82 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.820870Jy sigma=0.009250 ! Fit after self-cal, rms=0.803339Jy sigma=0.009061 ! 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.81 mas, bmaj=8.781 mas, bpa=18.69 degrees ! Estimated noise=893.095 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.151495 Jy ! Component: 100 - total flux cleaned = 0.186921 Jy ! Total flux subtracted in 100 components = 0.186921 Jy ! Clean residual min=-0.006185 max=0.013908 Jy/beam ! Clean residual mean=-0.000058 rms=0.001897 Jy/beam ! Combined flux in latest and established models = 0.186921 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.186921 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081856Jy sigma=0.000846 ! Fit after self-cal, rms=0.081847Jy sigma=0.000846 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0149299 Jy ! Component: 100 - total flux cleaned = 0.0223454 Jy ! Total flux subtracted in 100 components = 0.0223454 Jy ! Clean residual min=-0.004843 max=0.005231 Jy/beam ! Clean residual mean=-0.000030 rms=0.001186 Jy/beam ! Combined flux in latest and established models = 0.209267 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 24 components and 0.209267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078598Jy sigma=0.000810 ! Fit after self-cal, rms=0.078580Jy sigma=0.000810 ! 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=4.529 mas, bmaj=9.623 mas, bpa=17.91 degrees ! Estimated noise=637.831 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.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00655333 Jy ! Component: 100 - total flux cleaned = 0.0104137 Jy ! Component: 150 - total flux cleaned = 0.0129595 Jy ! Component: 200 - total flux cleaned = 0.0141505 Jy ! Total flux subtracted in 200 components = 0.0141505 Jy ! Clean residual min=-0.003533 max=0.004187 Jy/beam ! Clean residual mean=-0.000009 rms=0.000894 Jy/beam ! Combined flux in latest and established models = 0.223417 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 82 components and 0.223417 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077870Jy sigma=0.000804 ! Fit after self-cal, rms=0.077838Jy sigma=0.000804 ! 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.99 FD 0.90 HN 0.98 KP 1.04 ! LA 1.11 MK 1.00* NL 1.00 OV 0.98 ! PT 1.00 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.06 HN 1.03 KP 1.00 ! LA 1.08 MK 1.00* NL 1.04 OV 1.00 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.22 HN 1.04 KP 0.90 ! LA 0.83 MK 1.00* NL 0.97 OV 0.95 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.05 HN 1.04 KP 0.87 ! LA 0.84 MK 1.00* NL 1.07 OV 0.98 ! PT 1.03 SC 0.97 ! ! ! Fit before self-cal, rms=0.077838Jy sigma=0.000804 ! Fit after self-cal, rms=0.073842Jy sigma=0.000771 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.535 mas, bmaj=9.671 mas, bpa=17.98 degrees ! Estimated noise=635.715 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.000650229 Jy ! Component: 100 - total flux cleaned = 0.000524747 Jy ! Component: 150 - total flux cleaned = 0.000419111 Jy ! Component: 200 - total flux cleaned = 0.000350627 Jy ! Total flux subtracted in 200 components = 0.000350627 Jy ! Clean residual min=-0.001984 max=0.002015 Jy/beam ! Clean residual mean=-0.000006 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.223768 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 104 components and 0.223768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073814Jy sigma=0.000770 ! Fit after self-cal, rms=0.073821Jy sigma=0.000770 ! 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.073821Jy sigma=0.000770 ! Fit after self-cal, rms=0.073700Jy sigma=0.000769 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.535 mas, bmaj=9.677 mas, bpa=17.97 degrees ! Estimated noise=635.509 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.92209e-05 Jy ! Component: 100 - total flux cleaned = -1.84109e-05 Jy ! Component: 150 - total flux cleaned = -6.06956e-05 Jy ! Component: 200 - total flux cleaned = -7.95353e-05 Jy ! Total flux subtracted in 200 components = -7.95353e-05 Jy ! Clean residual min=-0.001696 max=0.001833 Jy/beam ! Clean residual mean=-0.000005 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.223688 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 124 components and 0.223688 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073686Jy sigma=0.000769 ! Fit after self-cal, rms=0.073685Jy 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 = 4.24199e-05 Jy ! Component: 100 - total flux cleaned = 4.24306e-05 Jy ! Component: 150 - total flux cleaned = 4.24807e-05 Jy ! Component: 200 - total flux cleaned = 4.24883e-05 Jy ! Total flux subtracted in 200 components = 4.24883e-05 Jy ! Clean residual min=-0.001690 max=0.001816 Jy/beam ! Clean residual mean=-0.000005 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.223731 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 135 components and 0.223731 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073677Jy sigma=0.000769 ! Fit after self-cal, rms=0.073677Jy sigma=0.000769 ! 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.073677Jy sigma=0.000769 ! Fit after self-cal, rms=0.073660Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.534 mas, bmaj=9.682 mas, bpa=18 degrees ! Estimated noise=635.393 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.37585e-05 Jy ! Component: 100 - total flux cleaned = -1.4402e-05 Jy ! Component: 150 - total flux cleaned = -4.5135e-05 Jy ! Component: 200 - total flux cleaned = -5.95397e-05 Jy ! Total flux subtracted in 200 components = -5.95397e-05 Jy ! Clean residual min=-0.001701 max=0.001780 Jy/beam ! Clean residual mean=-0.000004 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.223671 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 145 components and 0.223671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073653Jy sigma=0.000769 ! Fit after self-cal, rms=0.073652Jy 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 = 1.27793e-05 Jy ! Component: 100 - total flux cleaned = -1.62781e-05 Jy ! Component: 150 - total flux cleaned = -1.60841e-05 Jy ! Component: 200 - total flux cleaned = -2.8544e-05 Jy ! Total flux subtracted in 200 components = -2.8544e-05 Jy ! Clean residual min=-0.001690 max=0.001771 Jy/beam ! Clean residual mean=-0.000004 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.223643 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 149 components and 0.223643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073648Jy sigma=0.000769 ! Fit after self-cal, rms=0.073648Jy 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.073648Jy sigma=0.000769 ! Fit after self-cal, rms=0.073624Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.333 mas, bmaj=11.4 mas, bpa=10.88 degrees ! Estimated noise=710.342 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00037143 Jy ! Component: 100 - total flux cleaned = -0.000373196 Jy ! Component: 150 - total flux cleaned = -0.000374012 Jy ! Component: 200 - total flux cleaned = -0.000374557 Jy ! Total flux subtracted in 200 components = -0.000374557 Jy ! Clean residual min=-0.001744 max=0.001903 Jy/beam ! Clean residual mean=-0.000007 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.223268 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 164 components and 0.223268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073621Jy sigma=0.000769 ! Fit after self-cal, rms=0.073620Jy 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 = 1.04464e-05 Jy ! Component: 100 - total flux cleaned = 1.20745e-05 Jy ! Component: 150 - total flux cleaned = 3.49333e-06 Jy ! Component: 200 - total flux cleaned = 4.06249e-06 Jy ! Total flux subtracted in 200 components = 4.06249e-06 Jy ! Clean residual min=-0.001708 max=0.001901 Jy/beam ! Clean residual mean=-0.000007 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.223272 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 181 components and 0.223272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073619Jy sigma=0.000769 ! Fit after self-cal, rms=0.073619Jy 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=4.532 mas, bmaj=9.684 mas, bpa=18.03 degrees ! Estimated noise=635.233 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.532 x 9.684 at 18.03 degrees (North through East) ! Clean map min=-0.0016307 max=0.19628 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=3.808 mas, bmaj=8.813 mas, bpa=18.73 degrees ! Estimated noise=891.946 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.151222 Jy ! Component: 100 - total flux cleaned = 0.186724 Jy ! Component: 150 - total flux cleaned = 0.201577 Jy ! Component: 200 - total flux cleaned = 0.209297 Jy ! Total flux subtracted in 200 components = 0.209297 Jy ! Clean residual min=-0.003132 max=0.004031 Jy/beam ! Clean residual mean=-0.000021 rms=0.000855 Jy/beam ! Combined flux in latest and established models = 0.209297 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.209297 Jy ! Inverting map and beam ! Estimated beam: bmin=4.532 mas, bmaj=9.684 mas, bpa=18.03 degrees ! Estimated noise=635.233 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.00568468 Jy ! Component: 100 - total flux cleaned = 0.00893578 Jy ! Component: 150 - total flux cleaned = 0.0109767 Jy ! Component: 200 - total flux cleaned = 0.0124079 Jy ! Total flux subtracted in 200 components = 0.0124079 Jy ! Clean residual min=-0.001942 max=0.001819 Jy/beam ! Clean residual mean=-0.000008 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.221705 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 66 components and 0.221705 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.333 mas, bmaj=11.4 mas, bpa=10.88 degrees ! Estimated noise=710.342 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00096815 Jy ! Component: 100 - total flux cleaned = 0.00125505 Jy ! Component: 150 - total flux cleaned = 0.00136822 Jy ! Component: 200 - total flux cleaned = 0.0014155 Jy ! Total flux subtracted in 200 components = 0.0014155 Jy ! Clean residual min=-0.001708 max=0.001824 Jy/beam ! Clean residual mean=-0.000009 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.22312 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 = 4.22242e-05 Jy ! Component: 100 - total flux cleaned = 9.65501e-05 Jy ! Component: 150 - total flux cleaned = 0.000113123 Jy ! Component: 200 - total flux cleaned = 0.000142128 Jy ! Total flux subtracted in 200 components = 0.000142128 Jy ! Clean residual min=-0.001686 max=0.001829 Jy/beam ! Clean residual mean=-0.000008 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.223262 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 129 components and 0.223262 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.532 mas, bmaj=9.684 mas, bpa=18.03 degrees ! Estimated noise=635.233 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000203791 Jy ! Component: 100 - total flux cleaned = 0.000311102 Jy ! Component: 150 - total flux cleaned = 0.000426254 Jy ! Component: 200 - total flux cleaned = 0.000466537 Jy ! Total flux subtracted in 200 components = 0.000466537 Jy ! Clean residual min=-0.001651 max=0.001764 Jy/beam ! Clean residual mean=-0.000003 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.223729 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 148 components and 0.223729 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073627Jy sigma=0.000769 ! Fit after self-cal, rms=0.073625Jy sigma=0.000769 wmodel J0042+1009_S_2014_08_05_pus_map.mod ! Writing 148 model components to file: J0042+1009_S_2014_08_05_pus_map.mod wobs J0042+1009_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J0042+1009_S_2014_08_05_pus_uvs.fits wwins J0042+1009_S_2014_08_05_pus_map.win ! wwins: Wrote 2 windows to J0042+1009_S_2014_08_05_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.000179973 Jy ! Component: 100 - total flux cleaned = -0.000179531 Jy ! Component: 150 - total flux cleaned = -0.000151681 Jy ! Component: 200 - total flux cleaned = -0.000176928 Jy ! Component: 250 - total flux cleaned = -0.000151003 Jy ! Component: 300 - total flux cleaned = -7.8039e-05 Jy ! Component: 350 - total flux cleaned = -5.44216e-05 Jy ! Component: 400 - total flux cleaned = -9.04571e-06 Jy ! Component: 450 - total flux cleaned = -3.1356e-05 Jy ! Component: 500 - total flux cleaned = 1.15083e-05 Jy ! Component: 550 - total flux cleaned = -9.30227e-06 Jy ! Component: 600 - total flux cleaned = 7.20221e-05 Jy ! Component: 650 - total flux cleaned = 9.17516e-05 Jy ! Component: 700 - total flux cleaned = 0.000111285 Jy ! Component: 750 - total flux cleaned = 0.000111603 Jy ! Component: 800 - total flux cleaned = 9.27376e-05 Jy ! Component: 850 - total flux cleaned = 5.58478e-05 Jy ! Component: 900 - total flux cleaned = -1.64874e-05 Jy ! Component: 950 - total flux cleaned = -6.96766e-05 Jy ! Component: 1000 - total flux cleaned = -0.000104838 Jy ! Component: 1050 - total flux cleaned = -0.000173573 Jy ! Component: 1100 - total flux cleaned = -0.000241247 Jy ! Component: 1150 - total flux cleaned = -0.0002747 Jy ! Component: 1200 - total flux cleaned = -0.000357017 Jy ! Component: 1250 - total flux cleaned = -0.000437736 Jy ! Component: 1300 - total flux cleaned = -0.000453333 Jy ! Component: 1350 - total flux cleaned = -0.000484843 Jy ! Component: 1400 - total flux cleaned = -0.000531322 Jy ! Component: 1450 - total flux cleaned = -0.000531309 Jy ! Component: 1500 - total flux cleaned = -0.000501675 Jy ! Component: 1550 - total flux cleaned = -0.000621015 Jy ! Component: 1600 - total flux cleaned = -0.000606277 Jy ! Component: 1650 - total flux cleaned = -0.000649919 Jy ! Component: 1700 - total flux cleaned = -0.000692915 Jy ! Component: 1750 - total flux cleaned = -0.000706902 Jy ! Component: 1800 - total flux cleaned = -0.000748671 Jy ! Component: 1850 - total flux cleaned = -0.000790158 Jy ! Component: 1900 - total flux cleaned = -0.000858331 Jy ! Component: 1950 - total flux cleaned = -0.000872008 Jy ! Component: 2000 - total flux cleaned = -0.00096523 Jy ! Component: 2050 - total flux cleaned = -0.00100483 Jy ! Component: 2100 - total flux cleaned = -0.0010309 Jy ! Component: 2150 - total flux cleaned = -0.00105672 Jy ! Component: 2200 - total flux cleaned = -0.00105676 Jy ! Component: 2250 - total flux cleaned = -0.00110788 Jy ! Component: 2300 - total flux cleaned = -0.00115835 Jy ! Component: 2350 - total flux cleaned = -0.00125795 Jy ! Component: 2400 - total flux cleaned = -0.00130722 Jy ! Component: 2450 - total flux cleaned = -0.00136834 Jy ! Component: 2500 - total flux cleaned = -0.00134398 Jy ! Component: 2550 - total flux cleaned = -0.00143985 Jy ! Component: 2600 - total flux cleaned = -0.00142794 Jy ! Component: 2650 - total flux cleaned = -0.00148698 Jy ! Component: 2700 - total flux cleaned = -0.00149875 Jy ! Component: 2750 - total flux cleaned = -0.00160289 Jy ! Component: 2800 - total flux cleaned = -0.00160278 Jy ! Component: 2850 - total flux cleaned = -0.00165962 Jy ! Component: 2900 - total flux cleaned = -0.00170479 Jy ! Component: 2950 - total flux cleaned = -0.00173849 Jy ! Component: 3000 - total flux cleaned = -0.00179396 Jy ! Component: 3050 - total flux cleaned = -0.00180506 Jy ! Component: 3100 - total flux cleaned = -0.00187054 Jy ! Component: 3150 - total flux cleaned = -0.00185953 Jy ! Component: 3200 - total flux cleaned = -0.00192411 Jy ! Component: 3250 - total flux cleaned = -0.00194545 Jy ! Component: 3300 - total flux cleaned = -0.00201948 Jy ! Component: 3350 - total flux cleaned = -0.00205096 Jy ! Component: 3400 - total flux cleaned = -0.00206127 Jy ! Component: 3450 - total flux cleaned = -0.00213375 Jy ! Component: 3500 - total flux cleaned = -0.00211307 Jy ! Component: 3550 - total flux cleaned = -0.00212339 Jy ! Component: 3600 - total flux cleaned = -0.00218427 Jy ! Component: 3650 - total flux cleaned = -0.00220453 Jy ! Component: 3700 - total flux cleaned = -0.00222452 Jy ! Component: 3750 - total flux cleaned = -0.00224439 Jy ! Component: 3800 - total flux cleaned = -0.00225415 Jy ! Component: 3850 - total flux cleaned = -0.00230325 Jy ! Component: 3900 - total flux cleaned = -0.00230323 Jy ! Component: 3950 - total flux cleaned = -0.00231297 Jy ! Component: 4000 - total flux cleaned = -0.00233226 Jy ! Component: 4050 - total flux cleaned = -0.00235129 Jy ! Total flux subtracted in 4096 components = -0.00237016 Jy ! Clean residual min=-0.000544 max=0.000495 Jy/beam ! Clean residual mean=0.000003 rms=0.000182 Jy/beam ! Combined flux in latest and established models = 0.221359 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 440 components and 0.221358 Jy ![Exited script file: muppet] wmap "J0042+1009_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.532 x 9.684 at 18.03 degrees (North through East) ! Clean map min=-0.0013775 max=0.19653 Jy/beam ! Writing clean map to FITS file: J0042+1009_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.196527 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000180934 device "J0042+1009_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0042+1009_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.276197 0.276197 0.552393 1.10479 2.20957 4.41914 8.83829 17.6766 35.3532 70.7063 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.196 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.532 x 9.684 at 18.03 degrees (North through East) ! Clean map min=-0.0013775 max=0.19653 Jy/beam quit ! Quitting program ! Log file J0042+1009_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:10:55 2016