! Started logfile: J1209+2547_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:26:08 2017 obs J1209+2547_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J1209+2547_S_2014_01_04_pus_uva.fits ! AN table 1: 76 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.583333 visibilities/baseline/integration-bin. ! Found source: J1209+2547 ! ! 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 370 lines of history. ! ! Reading 6384 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 J1209+2547_S_2014_01_04_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 152 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 152 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 152 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 152 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.875517Jy sigma=0.012790 ! Fit after self-cal, rms=0.865370Jy sigma=0.012657 ! 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.218 mas, bmaj=4.823 mas, bpa=0.9037 degrees ! Estimated noise=1061.84 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.10693 Jy ! Component: 100 - total flux cleaned = 0.143677 Jy ! Total flux subtracted in 100 components = 0.143677 Jy ! Clean residual min=-0.016663 max=0.038878 Jy/beam ! Clean residual mean=-0.000045 rms=0.005157 Jy/beam ! Combined flux in latest and established models = 0.143677 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.143677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095725Jy sigma=0.001225 ! Fit after self-cal, rms=0.095479Jy sigma=0.001223 ! Inverting map ! Added new window around map position (-7.5, -9). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0359163 Jy ! Component: 100 - total flux cleaned = 0.0545016 Jy ! Total flux subtracted in 100 components = 0.0545016 Jy ! Clean residual min=-0.008928 max=0.015996 Jy/beam ! Clean residual mean=-0.000024 rms=0.002823 Jy/beam ! Combined flux in latest and established models = 0.198179 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 24 components and 0.198179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080643Jy sigma=0.001010 ! Fit after self-cal, rms=0.078964Jy sigma=0.000982 ! 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.888 mas, bmaj=5.618 mas, bpa=0.8293 degrees ! Estimated noise=644.765 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.0157057 Jy ! Component: 100 - total flux cleaned = 0.0242788 Jy ! Component: 150 - total flux cleaned = 0.0300635 Jy ! Component: 200 - total flux cleaned = 0.0343922 Jy ! Total flux subtracted in 200 components = 0.0343922 Jy ! Clean residual min=-0.005857 max=0.009444 Jy/beam ! Clean residual mean=-0.000021 rms=0.001999 Jy/beam ! Combined flux in latest and established models = 0.232571 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 39 components and 0.232571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074923Jy sigma=0.000940 ! Fit after self-cal, rms=0.074566Jy sigma=0.000934 ! 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.09 FD 1.00* KP 1.00* LA 0.96 ! MK 0.97 NL 0.97 OV 0.97 PT 1.01 ! SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.00* KP 1.00* LA 0.96 ! MK 0.99 NL 1.02 OV 1.04 PT 0.96 ! SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00* KP 1.00* LA 0.80 ! MK 0.99 NL 0.98 OV 0.94 PT 0.96 ! SC 0.93 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.17 FD 1.00* KP 1.00* LA 0.87 ! MK 0.98 NL 1.07 OV 1.03 PT 1.01 ! SC 0.91 ! ! ! Fit before self-cal, rms=0.074566Jy sigma=0.000934 ! Fit after self-cal, rms=0.068115Jy sigma=0.000900 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.839 mas, bmaj=5.632 mas, bpa=1.501 degrees ! Estimated noise=634.243 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.00289421 Jy ! Component: 100 - total flux cleaned = 0.00322793 Jy ! Component: 150 - total flux cleaned = 0.00361172 Jy ! Component: 200 - total flux cleaned = 0.0037333 Jy ! Total flux subtracted in 200 components = 0.0037333 Jy ! Clean residual min=-0.003769 max=0.006519 Jy/beam ! Clean residual mean=0.000004 rms=0.001239 Jy/beam ! Combined flux in latest and established models = 0.236304 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 46 components and 0.236304 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067715Jy sigma=0.000895 ! Fit after self-cal, rms=0.067427Jy sigma=0.000893 ! 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.067427Jy sigma=0.000893 ! Fit after self-cal, rms=0.066649Jy sigma=0.000891 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.821 mas, bmaj=5.599 mas, bpa=0.3269 degrees ! Estimated noise=629.969 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000357797 Jy ! Component: 100 - total flux cleaned = 0.000634474 Jy ! Component: 150 - total flux cleaned = 0.000748231 Jy ! Component: 200 - total flux cleaned = 0.000790155 Jy ! Total flux subtracted in 200 components = 0.000790155 Jy ! Clean residual min=-0.003620 max=0.005580 Jy/beam ! Clean residual mean=0.000001 rms=0.001122 Jy/beam ! Combined flux in latest and established models = 0.237095 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 49 components and 0.237095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066513Jy sigma=0.000890 ! Fit after self-cal, rms=0.066501Jy sigma=0.000890 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, -26.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00570454 Jy ! Component: 100 - total flux cleaned = 0.00911988 Jy ! Component: 150 - total flux cleaned = 0.0115392 Jy ! Component: 200 - total flux cleaned = 0.0133639 Jy ! Total flux subtracted in 200 components = 0.0133639 Jy ! Clean residual min=-0.002732 max=0.002859 Jy/beam ! Clean residual mean=0.000001 rms=0.000700 Jy/beam ! Combined flux in latest and established models = 0.250458 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 81 components and 0.250458 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065980Jy sigma=0.000881 ! Fit after self-cal, rms=0.065956Jy sigma=0.000880 ! 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.065956Jy sigma=0.000880 ! Fit after self-cal, rms=0.065615Jy sigma=0.000880 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.822 mas, bmaj=5.582 mas, bpa=0.7753 degrees ! Estimated noise=625.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00218546 Jy ! Component: 100 - total flux cleaned = 0.00352867 Jy ! Component: 150 - total flux cleaned = 0.00429071 Jy ! Component: 200 - total flux cleaned = 0.00475229 Jy ! Total flux subtracted in 200 components = 0.00475229 Jy ! Clean residual min=-0.002102 max=0.002069 Jy/beam ! Clean residual mean=0.000001 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.255211 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 98 components and 0.255211 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065529Jy sigma=0.000878 ! Fit after self-cal, rms=0.065536Jy sigma=0.000878 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 = 0.000815588 Jy ! Component: 100 - total flux cleaned = 0.00104674 Jy ! Component: 150 - total flux cleaned = 0.00125697 Jy ! Component: 200 - total flux cleaned = 0.00139521 Jy ! Total flux subtracted in 200 components = 0.00139521 Jy ! Clean residual min=-0.002008 max=0.001973 Jy/beam ! Clean residual mean=0.000000 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.256606 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 113 components and 0.256606 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065507Jy sigma=0.000878 ! Fit after self-cal, rms=0.065507Jy sigma=0.000878 ! 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.065507Jy sigma=0.000878 ! Fit after self-cal, rms=0.065500Jy sigma=0.000877 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.331 mas, bmaj=10.18 mas, bpa=7.882 degrees ! Estimated noise=736.322 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000935312 Jy ! Component: 100 - total flux cleaned = 0.0011246 Jy ! Component: 150 - total flux cleaned = 0.00143828 Jy ! Component: 200 - total flux cleaned = 0.00165142 Jy ! Total flux subtracted in 200 components = 0.00165142 Jy ! Clean residual min=-0.001894 max=0.001948 Jy/beam ! Clean residual mean=-0.000000 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.258257 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 141 components and 0.258257 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065485Jy sigma=0.000877 ! Fit after self-cal, rms=0.065490Jy sigma=0.000877 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 = 0.000232743 Jy ! Component: 100 - total flux cleaned = 0.000484316 Jy ! Component: 150 - total flux cleaned = 0.000616113 Jy ! Component: 200 - total flux cleaned = 0.000675939 Jy ! Total flux subtracted in 200 components = 0.000675939 Jy ! Clean residual min=-0.001868 max=0.001850 Jy/beam ! Clean residual mean=-0.000001 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.258933 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 165 components and 0.258933 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065483Jy sigma=0.000877 ! Fit after self-cal, rms=0.065482Jy sigma=0.000877 ! 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.823 mas, bmaj=5.576 mas, bpa=1.046 degrees ! Estimated noise=624.279 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.823 x 5.576 at 1.046 degrees (North through East) ! Clean map min=-0.0017172 max=0.12644 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.161 mas, bmaj=4.772 mas, bpa=1.164 degrees ! Estimated noise=1020.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.103731 Jy ! Component: 100 - total flux cleaned = 0.149497 Jy ! Component: 150 - total flux cleaned = 0.176597 Jy ! Component: 200 - total flux cleaned = 0.193336 Jy ! Total flux subtracted in 200 components = 0.193336 Jy ! Clean residual min=-0.007671 max=0.009308 Jy/beam ! Clean residual mean=-0.000016 rms=0.002057 Jy/beam ! Combined flux in latest and established models = 0.193336 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.193336 Jy ! Inverting map and beam ! Estimated beam: bmin=3.823 mas, bmaj=5.576 mas, bpa=1.046 degrees ! Estimated noise=624.279 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.0130665 Jy ! Component: 100 - total flux cleaned = 0.021727 Jy ! Component: 150 - total flux cleaned = 0.0284243 Jy ! Component: 200 - total flux cleaned = 0.0337557 Jy ! Total flux subtracted in 200 components = 0.0337557 Jy ! Clean residual min=-0.003592 max=0.003738 Jy/beam ! Clean residual mean=-0.000015 rms=0.001122 Jy/beam ! Combined flux in latest and established models = 0.227092 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 58 components and 0.227092 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.331 mas, bmaj=10.18 mas, bpa=7.882 degrees ! Estimated noise=736.322 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00725574 Jy ! Component: 100 - total flux cleaned = 0.0124164 Jy ! Component: 150 - total flux cleaned = 0.0163212 Jy ! Component: 200 - total flux cleaned = 0.0193397 Jy ! Total flux subtracted in 200 components = 0.0193397 Jy ! Clean residual min=-0.003009 max=0.002706 Jy/beam ! Clean residual mean=-0.000013 rms=0.000880 Jy/beam ! Combined flux in latest and established models = 0.246432 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.00236814 Jy ! Component: 100 - total flux cleaned = 0.00424861 Jy ! Component: 150 - total flux cleaned = 0.00576301 Jy ! Component: 200 - total flux cleaned = 0.00699982 Jy ! Total flux subtracted in 200 components = 0.00699982 Jy ! Clean residual min=-0.002245 max=0.002064 Jy/beam ! Clean residual mean=-0.000009 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.253432 Jy ! Adding 93 model components to the UV plane model. ! The established model now contains 148 components and 0.253432 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.823 mas, bmaj=5.576 mas, bpa=1.046 degrees ! Estimated noise=624.279 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00107945 Jy ! Component: 100 - total flux cleaned = 0.00149704 Jy ! Component: 150 - total flux cleaned = 0.00195665 Jy ! Component: 200 - total flux cleaned = 0.00236389 Jy ! Total flux subtracted in 200 components = 0.00236389 Jy ! Clean residual min=-0.002140 max=0.001999 Jy/beam ! Clean residual mean=-0.000003 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.255796 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 162 components and 0.255796 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065543Jy sigma=0.000878 ! Fit after self-cal, rms=0.065516Jy sigma=0.000878 wmodel J1209+2547_S_2014_01_04_pus_map.mod ! Writing 162 model components to file: J1209+2547_S_2014_01_04_pus_map.mod wobs J1209+2547_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J1209+2547_S_2014_01_04_pus_uvs.fits wwins J1209+2547_S_2014_01_04_pus_map.win ! wwins: Wrote 3 windows to J1209+2547_S_2014_01_04_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.000466112 Jy ! Component: 100 - total flux cleaned = -0.000530368 Jy ! Component: 150 - total flux cleaned = -0.000592237 Jy ! Component: 200 - total flux cleaned = -0.000649462 Jy ! Component: 250 - total flux cleaned = -0.000731555 Jy ! Component: 300 - total flux cleaned = -0.000784083 Jy ! Component: 350 - total flux cleaned = -0.000834504 Jy ! Component: 400 - total flux cleaned = -0.000858925 Jy ! Component: 450 - total flux cleaned = -0.000929779 Jy ! Component: 500 - total flux cleaned = -0.00102098 Jy ! Component: 550 - total flux cleaned = -0.00104333 Jy ! Component: 600 - total flux cleaned = -0.00112948 Jy ! Component: 650 - total flux cleaned = -0.00121287 Jy ! Component: 700 - total flux cleaned = -0.00123322 Jy ! Component: 750 - total flux cleaned = -0.00129285 Jy ! Component: 800 - total flux cleaned = -0.00129312 Jy ! Component: 850 - total flux cleaned = -0.00127505 Jy ! Component: 900 - total flux cleaned = -0.00127592 Jy ! Component: 950 - total flux cleaned = -0.00129397 Jy ! Component: 1000 - total flux cleaned = -0.0012768 Jy ! Component: 1050 - total flux cleaned = -0.00129414 Jy ! Component: 1100 - total flux cleaned = -0.0012603 Jy ! Component: 1150 - total flux cleaned = -0.00126013 Jy ! Component: 1200 - total flux cleaned = -0.001276 Jy ! Component: 1250 - total flux cleaned = -0.0012132 Jy ! Component: 1300 - total flux cleaned = -0.00122891 Jy ! Component: 1350 - total flux cleaned = -0.00122917 Jy ! Component: 1400 - total flux cleaned = -0.00118464 Jy ! Component: 1450 - total flux cleaned = -0.00117015 Jy ! Component: 1500 - total flux cleaned = -0.00115587 Jy ! Component: 1550 - total flux cleaned = -0.00115581 Jy ! Component: 1600 - total flux cleaned = -0.00116964 Jy ! Component: 1650 - total flux cleaned = -0.00114211 Jy ! Component: 1700 - total flux cleaned = -0.00121 Jy ! Component: 1750 - total flux cleaned = -0.00122345 Jy ! Component: 1800 - total flux cleaned = -0.00128968 Jy ! Component: 1850 - total flux cleaned = -0.00136761 Jy ! Component: 1900 - total flux cleaned = -0.00134207 Jy ! Component: 1950 - total flux cleaned = -0.00134238 Jy ! Component: 2000 - total flux cleaned = -0.00138 Jy ! Component: 2050 - total flux cleaned = -0.0014047 Jy ! Component: 2100 - total flux cleaned = -0.00146569 Jy ! Component: 2150 - total flux cleaned = -0.00152577 Jy ! Component: 2200 - total flux cleaned = -0.00154951 Jy ! Component: 2250 - total flux cleaned = -0.00157319 Jy ! Component: 2300 - total flux cleaned = -0.00161989 Jy ! Component: 2350 - total flux cleaned = -0.00170072 Jy ! Component: 2400 - total flux cleaned = -0.00173482 Jy ! Component: 2450 - total flux cleaned = -0.00183627 Jy ! Component: 2500 - total flux cleaned = -0.00188071 Jy ! Component: 2550 - total flux cleaned = -0.00194684 Jy ! Component: 2600 - total flux cleaned = -0.00202312 Jy ! Component: 2650 - total flux cleaned = -0.00207702 Jy ! Component: 2700 - total flux cleaned = -0.00210903 Jy ! Component: 2750 - total flux cleaned = -0.0021726 Jy ! Component: 2800 - total flux cleaned = -0.00223568 Jy ! Component: 2850 - total flux cleaned = -0.00227732 Jy ! Component: 2900 - total flux cleaned = -0.00230831 Jy ! Component: 2950 - total flux cleaned = -0.00238014 Jy ! Component: 3000 - total flux cleaned = -0.00240053 Jy ! Component: 3050 - total flux cleaned = -0.00244091 Jy ! Component: 3100 - total flux cleaned = -0.00249086 Jy ! Component: 3150 - total flux cleaned = -0.00251064 Jy ! Component: 3200 - total flux cleaned = -0.00255977 Jy ! Component: 3250 - total flux cleaned = -0.00260855 Jy ! Component: 3300 - total flux cleaned = -0.00263761 Jy ! Component: 3350 - total flux cleaned = -0.0027051 Jy ! Component: 3400 - total flux cleaned = -0.00273379 Jy ! Component: 3450 - total flux cleaned = -0.00278137 Jy ! Component: 3500 - total flux cleaned = -0.00281917 Jy ! Component: 3550 - total flux cleaned = -0.00284734 Jy ! Component: 3600 - total flux cleaned = -0.00289408 Jy ! Component: 3650 - total flux cleaned = -0.00293123 Jy ! Component: 3700 - total flux cleaned = -0.00296824 Jy ! Component: 3750 - total flux cleaned = -0.00299587 Jy ! Component: 3800 - total flux cleaned = -0.00304154 Jy ! Component: 3850 - total flux cleaned = -0.00306887 Jy ! Component: 3900 - total flux cleaned = -0.00313225 Jy ! Component: 3950 - total flux cleaned = -0.00315023 Jy ! Component: 4000 - total flux cleaned = -0.0031592 Jy ! Component: 4050 - total flux cleaned = -0.00316814 Jy ! Total flux subtracted in 4096 components = -0.00320371 Jy ! Clean residual min=-0.000542 max=0.000474 Jy/beam ! Clean residual mean=0.000001 rms=0.000153 Jy/beam ! Combined flux in latest and established models = 0.252592 Jy keep ! Adding 280 model components to the UV plane model. ! The established model now contains 442 components and 0.252592 Jy ![Exited script file: muppet] wmap "J1209+2547_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.823 x 5.576 at 1.046 degrees (North through East) ! Clean map min=-0.0012467 max=0.12855 Jy/beam ! Writing clean map to FITS file: J1209+2547_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.128546 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000146399 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.341666 0.341666 0.683331 1.36666 2.73333 5.46665 10.9333 21.8666 43.7332 87.4664 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.128 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.823 x 5.576 at 1.046 degrees (North through East) ! Clean map min=-0.0012467 max=0.12855 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 J1209+2547_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:26:13 2017