! Started logfile: J0549+3054_S_2015_01_23_pus_uvs.log on Mon Jan 2 18:07:00 2017 obs J0549+3054_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0549+3054_S_2015_01_23_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.967299 visibilities/baseline/integration-bin. ! Found source: J0549+3054 ! ! 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 338 lines of history. ! ! Reading 21416 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 J0549+3054_S_2015_01_23_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 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.006117Jy sigma=0.011173 ! Fit after self-cal, rms=0.961698Jy sigma=0.010821 ! 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.045 mas, bmaj=4.749 mas, bpa=-6.26 degrees ! Estimated noise=740.782 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.0330972 Jy ! Component: 100 - total flux cleaned = 0.0408606 Jy ! Total flux subtracted in 100 components = 0.0408606 Jy ! Clean residual min=-0.002598 max=0.003041 Jy/beam ! Clean residual mean=0.000003 rms=0.000687 Jy/beam ! Combined flux in latest and established models = 0.0408606 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0408606 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.166781Jy sigma=0.000778 ! Fit after self-cal, rms=0.166420Jy sigma=0.000768 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00392996 Jy ! Component: 100 - total flux cleaned = 0.00578817 Jy ! Total flux subtracted in 100 components = 0.00578817 Jy ! Clean residual min=-0.002468 max=0.002494 Jy/beam ! Clean residual mean=0.000004 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.0466487 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 22 components and 0.0466487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.166069Jy sigma=0.000768 ! Fit after self-cal, rms=0.166066Jy sigma=0.000768 ! 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.629 mas, bmaj=5.799 mas, bpa=-4.905 degrees ! Estimated noise=461.009 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.00113704 Jy ! Component: 100 - total flux cleaned = 0.00177588 Jy ! Component: 150 - total flux cleaned = 0.00201558 Jy ! Component: 200 - total flux cleaned = 0.00212159 Jy ! Total flux subtracted in 200 components = 0.00212159 Jy ! Clean residual min=-0.002365 max=0.001737 Jy/beam ! Clean residual mean=0.000002 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.0487703 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 31 components and 0.0487703 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.165992Jy sigma=0.000768 ! Fit after self-cal, rms=0.165984Jy sigma=0.000768 ! 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.08 FD 0.60 HN 1.00 KP 1.10 ! LA 1.04 MK 1.00 NL 1.01 OV 1.05 ! PT 1.10 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.79 HN 1.02 KP 1.09 ! LA 1.02 MK 1.02 NL 1.00 OV 1.08 ! PT 1.10 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.67 HN 1.02 KP 0.99 ! LA 0.87 MK 1.10 NL 1.27 OV 1.00 ! PT 1.03 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.67 HN 1.01 KP 0.92 ! LA 0.84 MK 1.00 NL 1.05 OV 1.05 ! PT 1.04 SC 0.94 ! ! ! Fit before self-cal, rms=0.165984Jy sigma=0.000768 ! Fit after self-cal, rms=0.121334Jy sigma=0.000765 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.647 mas, bmaj=5.825 mas, bpa=-4.283 degrees ! Estimated noise=472.176 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.000934934 Jy ! Component: 100 - total flux cleaned = 0.00117413 Jy ! Component: 150 - total flux cleaned = 0.00123549 Jy ! Component: 200 - total flux cleaned = 0.00123568 Jy ! Total flux subtracted in 200 components = 0.00123568 Jy ! Clean residual min=-0.001936 max=0.001645 Jy/beam ! Clean residual mean=0.000006 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.050006 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 48 components and 0.050006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121292Jy sigma=0.000765 ! Fit after self-cal, rms=0.121042Jy sigma=0.000765 ! 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.121042Jy sigma=0.000765 ! Fit after self-cal, rms=0.085698Jy sigma=0.000762 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.667 mas, bmaj=5.837 mas, bpa=-4.914 degrees ! Estimated noise=469.867 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000155932 Jy ! Component: 100 - total flux cleaned = -0.000167492 Jy ! Component: 150 - total flux cleaned = -0.000179162 Jy ! Component: 200 - total flux cleaned = -0.0001896 Jy ! Total flux subtracted in 200 components = -0.0001896 Jy ! Clean residual min=-0.001379 max=0.001394 Jy/beam ! Clean residual mean=0.000002 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.0498164 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 57 components and 0.0498164 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085694Jy sigma=0.000762 ! Fit after self-cal, rms=0.085456Jy sigma=0.000762 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 = 8.72999e-05 Jy ! Component: 100 - total flux cleaned = 0.000121861 Jy ! Component: 150 - total flux cleaned = 0.000121088 Jy ! Component: 200 - total flux cleaned = 0.000128773 Jy ! Total flux subtracted in 200 components = 0.000128773 Jy ! Clean residual min=-0.001373 max=0.001352 Jy/beam ! Clean residual mean=0.000002 rms=0.000332 Jy/beam ! Combined flux in latest and established models = 0.0499452 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 61 components and 0.0499452 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085453Jy sigma=0.000762 ! Fit after self-cal, rms=0.085448Jy sigma=0.000762 ! 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.085448Jy sigma=0.000762 ! Fit after self-cal, rms=0.083703Jy sigma=0.000762 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.684 mas, bmaj=5.846 mas, bpa=-4.969 degrees ! Estimated noise=470.307 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000130851 Jy ! Component: 100 - total flux cleaned = -0.000154632 Jy ! Component: 150 - total flux cleaned = -0.000183634 Jy ! Component: 200 - total flux cleaned = -0.000200953 Jy ! Total flux subtracted in 200 components = -0.000200953 Jy ! Clean residual min=-0.001360 max=0.001402 Jy/beam ! Clean residual mean=0.000002 rms=0.000326 Jy/beam ! Combined flux in latest and established models = 0.0497442 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 62 components and 0.0497442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083699Jy sigma=0.000762 ! Fit after self-cal, rms=0.083663Jy sigma=0.000762 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 (-93, 113). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00120594 Jy ! Component: 100 - total flux cleaned = 0.00149289 Jy ! Component: 150 - total flux cleaned = 0.00160611 Jy ! Component: 200 - total flux cleaned = 0.00172051 Jy ! Total flux subtracted in 200 components = 0.00172051 Jy ! Clean residual min=-0.001344 max=0.001324 Jy/beam ! Clean residual mean=0.000002 rms=0.000314 Jy/beam ! Combined flux in latest and established models = 0.0514647 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 86 components and 0.0514647 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083638Jy sigma=0.000762 ! Fit after self-cal, rms=0.083617Jy sigma=0.000761 ! 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.083617Jy sigma=0.000761 ! Fit after self-cal, rms=0.083044Jy sigma=0.000761 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.353 mas, bmaj=9.4 mas, bpa=-4.298 degrees ! Estimated noise=590.133 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00101209 Jy ! Component: 100 - total flux cleaned = 0.00133759 Jy ! Component: 150 - total flux cleaned = 0.00144631 Jy ! Component: 200 - total flux cleaned = 0.00145945 Jy ! Total flux subtracted in 200 components = 0.00145945 Jy ! Clean residual min=-0.001500 max=0.001583 Jy/beam ! Clean residual mean=0.000003 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.0529242 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 99 components and 0.0529242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083034Jy sigma=0.000761 ! Fit after self-cal, rms=0.083017Jy sigma=0.000761 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.000620733 Jy ! Component: 100 - total flux cleaned = 0.000741974 Jy ! Component: 150 - total flux cleaned = 0.000778449 Jy ! Component: 200 - total flux cleaned = 0.000809337 Jy ! Total flux subtracted in 200 components = 0.000809337 Jy ! Clean residual min=-0.001510 max=0.001586 Jy/beam ! Clean residual mean=0.000003 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.0537335 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 100 components and 0.0537335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083011Jy sigma=0.000761 ! Fit after self-cal, rms=0.083008Jy sigma=0.000761 ! 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.696 mas, bmaj=5.857 mas, bpa=-4.842 degrees ! Estimated noise=469.978 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.696 x 5.857 at -4.842 degrees (North through East) ! Clean map min=-0.0012334 max=0.045486 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.097 mas, bmaj=4.801 mas, bpa=-5.88 degrees ! Estimated noise=749.992 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0350204 Jy ! Component: 100 - total flux cleaned = 0.0431003 Jy ! Component: 150 - total flux cleaned = 0.0464455 Jy ! Component: 200 - total flux cleaned = 0.0487033 Jy ! Total flux subtracted in 200 components = 0.0487033 Jy ! Clean residual min=-0.002145 max=0.002164 Jy/beam ! Clean residual mean=0.000003 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.0487033 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.0487033 Jy ! Inverting map and beam ! Estimated beam: bmin=3.696 mas, bmaj=5.857 mas, bpa=-4.842 degrees ! Estimated noise=469.978 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.00176758 Jy ! Component: 100 - total flux cleaned = 0.00272016 Jy ! Component: 150 - total flux cleaned = 0.00320423 Jy ! Component: 200 - total flux cleaned = 0.00358692 Jy ! Total flux subtracted in 200 components = 0.00358692 Jy ! Clean residual min=-0.001380 max=0.001326 Jy/beam ! Clean residual mean=0.000002 rms=0.000330 Jy/beam ! Combined flux in latest and established models = 0.0522902 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 44 components and 0.0522902 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.353 mas, bmaj=9.4 mas, bpa=-4.298 degrees ! Estimated noise=590.133 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000882157 Jy ! Component: 100 - total flux cleaned = 0.00137449 Jy ! Component: 150 - total flux cleaned = 0.00155415 Jy ! Component: 200 - total flux cleaned = 0.00171777 Jy ! Total flux subtracted in 200 components = 0.00171777 Jy ! Clean residual min=-0.001550 max=0.001560 Jy/beam ! Clean residual mean=0.000003 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.054008 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 = 6.36421e-05 Jy ! Component: 100 - total flux cleaned = 9.71347e-05 Jy ! Component: 150 - total flux cleaned = 0.000116951 Jy ! Component: 200 - total flux cleaned = 0.000134999 Jy ! Total flux subtracted in 200 components = 0.000134999 Jy ! Clean residual min=-0.001547 max=0.001547 Jy/beam ! Clean residual mean=0.000003 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.054143 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 63 components and 0.054143 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.696 mas, bmaj=5.857 mas, bpa=-4.842 degrees ! Estimated noise=469.978 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000123596 Jy ! Component: 100 - total flux cleaned = 0.000140128 Jy ! Component: 150 - total flux cleaned = 0.000122377 Jy ! Component: 200 - total flux cleaned = 0.000105568 Jy ! Total flux subtracted in 200 components = 0.000105568 Jy ! Clean residual min=-0.001286 max=0.001288 Jy/beam ! Clean residual mean=0.000001 rms=0.000321 Jy/beam ! Combined flux in latest and established models = 0.0542485 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 76 components and 0.0542485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083009Jy sigma=0.000761 ! Fit after self-cal, rms=0.083001Jy sigma=0.000761 wmodel J0549+3054_S_2015_01_23_pus_map.mod ! Writing 76 model components to file: J0549+3054_S_2015_01_23_pus_map.mod wobs J0549+3054_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0549+3054_S_2015_01_23_pus_uvs.fits wwins J0549+3054_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J0549+3054_S_2015_01_23_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 = 4.57451e-05 Jy ! Component: 100 - total flux cleaned = 9.01243e-05 Jy ! Component: 150 - total flux cleaned = 0.000131919 Jy ! Component: 200 - total flux cleaned = 0.000193089 Jy ! Component: 250 - total flux cleaned = 0.00019319 Jy ! Component: 300 - total flux cleaned = 0.00023091 Jy ! Component: 350 - total flux cleaned = 0.000193892 Jy ! Component: 400 - total flux cleaned = 0.000265857 Jy ! Component: 450 - total flux cleaned = 0.000265598 Jy ! Component: 500 - total flux cleaned = 0.000317168 Jy ! Component: 550 - total flux cleaned = 0.000367896 Jy ! Component: 600 - total flux cleaned = 0.000434266 Jy ! Component: 650 - total flux cleaned = 0.000515736 Jy ! Component: 700 - total flux cleaned = 0.000563511 Jy ! Component: 750 - total flux cleaned = 0.000641654 Jy ! Component: 800 - total flux cleaned = 0.000672168 Jy ! Component: 850 - total flux cleaned = 0.00077808 Jy ! Component: 900 - total flux cleaned = 0.000748018 Jy ! Component: 950 - total flux cleaned = 0.000865681 Jy ! Component: 1000 - total flux cleaned = 0.000923344 Jy ! Component: 1050 - total flux cleaned = 0.00103751 Jy ! Component: 1100 - total flux cleaned = 0.00110778 Jy ! Component: 1150 - total flux cleaned = 0.00123284 Jy ! Component: 1200 - total flux cleaned = 0.00132894 Jy ! Component: 1250 - total flux cleaned = 0.00139683 Jy ! Component: 1300 - total flux cleaned = 0.00153057 Jy ! Component: 1350 - total flux cleaned = 0.00160986 Jy ! Component: 1400 - total flux cleaned = 0.00171429 Jy ! Component: 1450 - total flux cleaned = 0.00181729 Jy ! Component: 1500 - total flux cleaned = 0.00189343 Jy ! Component: 1550 - total flux cleaned = 0.00199392 Jy ! Component: 1600 - total flux cleaned = 0.00208076 Jy ! Component: 1650 - total flux cleaned = 0.00217882 Jy ! Component: 1700 - total flux cleaned = 0.00222741 Jy ! Component: 1750 - total flux cleaned = 0.00232372 Jy ! Component: 1800 - total flux cleaned = 0.00238332 Jy ! Component: 1850 - total flux cleaned = 0.00246558 Jy ! Component: 1900 - total flux cleaned = 0.00255856 Jy ! Component: 1950 - total flux cleaned = 0.0026044 Jy ! Component: 2000 - total flux cleaned = 0.00267277 Jy ! Component: 2050 - total flux cleaned = 0.00274033 Jy ! Component: 2100 - total flux cleaned = 0.00277391 Jy ! Component: 2150 - total flux cleaned = 0.00279612 Jy ! Component: 2200 - total flux cleaned = 0.00288402 Jy ! Component: 2250 - total flux cleaned = 0.00295999 Jy ! Component: 2300 - total flux cleaned = 0.00297081 Jy ! Component: 2350 - total flux cleaned = 0.00303498 Jy ! Component: 2400 - total flux cleaned = 0.00309864 Jy ! Component: 2450 - total flux cleaned = 0.00318273 Jy ! Component: 2500 - total flux cleaned = 0.00324503 Jy ! Component: 2550 - total flux cleaned = 0.00329652 Jy ! Component: 2600 - total flux cleaned = 0.00333738 Jy ! Component: 2650 - total flux cleaned = 0.00336779 Jy ! Component: 2700 - total flux cleaned = 0.00344829 Jy ! Component: 2750 - total flux cleaned = 0.00349804 Jy ! Component: 2800 - total flux cleaned = 0.00355734 Jy ! Component: 2850 - total flux cleaned = 0.00356714 Jy ! Component: 2900 - total flux cleaned = 0.00364513 Jy ! Component: 2950 - total flux cleaned = 0.00370301 Jy ! Component: 3000 - total flux cleaned = 0.00370302 Jy ! Component: 3050 - total flux cleaned = 0.00380746 Jy ! Component: 3100 - total flux cleaned = 0.00381688 Jy ! Component: 3150 - total flux cleaned = 0.00386365 Jy ! Component: 3200 - total flux cleaned = 0.00389154 Jy ! Component: 3250 - total flux cleaned = 0.00396528 Jy ! Component: 3300 - total flux cleaned = 0.00400174 Jy ! Component: 3350 - total flux cleaned = 0.00399271 Jy ! Component: 3400 - total flux cleaned = 0.00405582 Jy ! Component: 3450 - total flux cleaned = 0.00408264 Jy ! Component: 3500 - total flux cleaned = 0.00410046 Jy ! Component: 3550 - total flux cleaned = 0.00415345 Jy ! Component: 3600 - total flux cleaned = 0.00418848 Jy ! Component: 3650 - total flux cleaned = 0.00421458 Jy ! Component: 3700 - total flux cleaned = 0.00423188 Jy ! Component: 3750 - total flux cleaned = 0.0042834 Jy ! Component: 3800 - total flux cleaned = 0.00430042 Jy ! Component: 3850 - total flux cleaned = 0.00434274 Jy ! Component: 3900 - total flux cleaned = 0.00436787 Jy ! Component: 3950 - total flux cleaned = 0.00441802 Jy ! Component: 4000 - total flux cleaned = 0.00444289 Jy ! Component: 4050 - total flux cleaned = 0.00446764 Jy ! Total flux subtracted in 4096 components = 0.00451683 Jy ! Clean residual min=-0.000613 max=0.000451 Jy/beam ! Clean residual mean=0.000001 rms=0.000152 Jy/beam ! Combined flux in latest and established models = 0.0587654 Jy keep ! Adding 306 model components to the UV plane model. ! The established model now contains 382 components and 0.0587654 Jy ![Exited script file: muppet] wmap "J0549+3054_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.696 x 5.857 at -4.842 degrees (North through East) ! Clean map min=-0.00097395 max=0.045539 Jy/beam ! Writing clean map to FITS file: J0549+3054_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0455388 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000151983 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.00123 1.00123 2.00247 4.00493 8.00987 16.0197 32.0395 64.0789 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.045 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.696 x 5.857 at -4.842 degrees (North through East) ! Clean map min=-0.00097395 max=0.045539 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 J0549+3054_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 18:07:05 2017