! Started logfile: J1317-1345_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:36:32 2016 obs J1317-1345_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J1317-1345_S_2014_12_20_pus_uva.fits ! AN table 1: 81 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.959122 visibilities/baseline/integration-bin. ! Found source: J1317-1345 ! ! 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 344 lines of history. ! ! Reading 13984 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 J1317-1345_S_2014_12_20_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 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.811429Jy sigma=0.008259 ! Fit after self-cal, rms=0.777283Jy sigma=0.007904 ! 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.596 mas, bmaj=6.794 mas, bpa=-3.362 degrees ! Estimated noise=895.703 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.168208 Jy ! Component: 100 - total flux cleaned = 0.211648 Jy ! Total flux subtracted in 100 components = 0.211648 Jy ! Clean residual min=-0.007116 max=0.017452 Jy/beam ! Clean residual mean=-0.000014 rms=0.002004 Jy/beam ! Combined flux in latest and established models = 0.211648 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.211648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093925Jy sigma=0.000878 ! Fit after self-cal, rms=0.093922Jy sigma=0.000878 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0188111 Jy ! Component: 100 - total flux cleaned = 0.0292265 Jy ! Total flux subtracted in 100 components = 0.0292265 Jy ! Clean residual min=-0.006094 max=0.005693 Jy/beam ! Clean residual mean=-0.000003 rms=0.001370 Jy/beam ! Combined flux in latest and established models = 0.240874 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 20 components and 0.240874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088545Jy sigma=0.000829 ! Fit after self-cal, rms=0.088554Jy sigma=0.000829 ! 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.113 mas, bmaj=7.751 mas, bpa=-3.042 degrees ! Estimated noise=598.742 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.00840379 Jy ! Component: 100 - total flux cleaned = 0.0128629 Jy ! Component: 150 - total flux cleaned = 0.015376 Jy ! Component: 200 - total flux cleaned = 0.016831 Jy ! Total flux subtracted in 200 components = 0.016831 Jy ! Clean residual min=-0.006419 max=0.004214 Jy/beam ! Clean residual mean=0.000002 rms=0.001280 Jy/beam ! Combined flux in latest and established models = 0.257705 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 47 components and 0.257705 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087473Jy sigma=0.000824 ! Fit after self-cal, rms=0.087484Jy sigma=0.000824 ! 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.89 HN 0.99 KP 1.09 ! LA 0.95 MK 0.98 NL 0.99 OV 0.98 ! PT 1.04 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.06 HN 1.03 KP 1.05 ! LA 0.93 MK 0.99 NL 0.98 OV 1.01 ! PT 1.03 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.19 HN 1.04 KP 0.95 ! LA 0.76 MK 1.03 NL 1.20 OV 0.94 ! PT 1.01 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.07 HN 0.97 KP 0.92 ! LA 0.81 MK 1.04 NL 1.04 OV 1.02 ! PT 1.04 SC 1.01 ! ! ! Fit before self-cal, rms=0.087484Jy sigma=0.000824 ! Fit after self-cal, rms=0.082137Jy sigma=0.000785 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.125 mas, bmaj=7.785 mas, bpa=-2.939 degrees ! Estimated noise=601.612 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 = -1.97213e-05 Jy ! Component: 100 - total flux cleaned = -1.71612e-05 Jy ! Component: 150 - total flux cleaned = -7.3849e-05 Jy ! Component: 200 - total flux cleaned = -0.000151221 Jy ! Total flux subtracted in 200 components = -0.000151221 Jy ! Clean residual min=-0.002467 max=0.002486 Jy/beam ! Clean residual mean=-0.000005 rms=0.000578 Jy/beam ! Combined flux in latest and established models = 0.257554 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 55 components and 0.257554 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082113Jy sigma=0.000785 ! Fit after self-cal, rms=0.082099Jy sigma=0.000785 ! 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.082099Jy sigma=0.000785 ! Fit after self-cal, rms=0.081585Jy sigma=0.000782 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.127 mas, bmaj=7.798 mas, bpa=-2.981 degrees ! Estimated noise=602.128 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000194999 Jy ! Component: 100 - total flux cleaned = -0.000195293 Jy ! Component: 150 - total flux cleaned = -0.000217697 Jy ! Component: 200 - total flux cleaned = -0.000236049 Jy ! Total flux subtracted in 200 components = -0.000236049 Jy ! Clean residual min=-0.002185 max=0.001938 Jy/beam ! Clean residual mean=-0.000004 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.257318 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 59 components and 0.257318 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081570Jy sigma=0.000781 ! Fit after self-cal, rms=0.081569Jy sigma=0.000781 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.000125116 Jy ! Component: 100 - total flux cleaned = -0.000142046 Jy ! Component: 150 - total flux cleaned = -0.00015761 Jy ! Component: 200 - total flux cleaned = -0.000158243 Jy ! Total flux subtracted in 200 components = -0.000158243 Jy ! Clean residual min=-0.002159 max=0.001923 Jy/beam ! Clean residual mean=-0.000004 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.25716 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 62 components and 0.25716 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081562Jy sigma=0.000781 ! Fit after self-cal, rms=0.081561Jy sigma=0.000781 ! 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.081561Jy sigma=0.000781 ! Fit after self-cal, rms=0.081691Jy sigma=0.000781 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.128 mas, bmaj=7.808 mas, bpa=-3.025 degrees ! Estimated noise=602.759 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000164994 Jy ! Component: 100 - total flux cleaned = -0.000182454 Jy ! Component: 150 - total flux cleaned = -0.000183271 Jy ! Component: 200 - total flux cleaned = -0.000209911 Jy ! Total flux subtracted in 200 components = -0.000209911 Jy ! Clean residual min=-0.002170 max=0.001924 Jy/beam ! Clean residual mean=-0.000004 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.25695 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 65 components and 0.25695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081683Jy sigma=0.000781 ! Fit after self-cal, rms=0.081683Jy sigma=0.000781 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 = -9.0996e-05 Jy ! Component: 100 - total flux cleaned = -0.000115321 Jy ! Component: 150 - total flux cleaned = -0.000125978 Jy ! Component: 200 - total flux cleaned = -0.000136091 Jy ! Total flux subtracted in 200 components = -0.000136091 Jy ! Clean residual min=-0.002148 max=0.001912 Jy/beam ! Clean residual mean=-0.000004 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.256814 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 67 components and 0.256814 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081680Jy sigma=0.000781 ! Fit after self-cal, rms=0.081679Jy sigma=0.000781 ! 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.081679Jy sigma=0.000781 ! Fit after self-cal, rms=0.081782Jy sigma=0.000781 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.564 mas, bmaj=14.88 mas, bpa=1.016 degrees ! Estimated noise=758.376 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000658956 Jy ! Component: 100 - total flux cleaned = -0.00065919 Jy ! Component: 150 - total flux cleaned = -0.00064316 Jy ! Component: 200 - total flux cleaned = -0.000636022 Jy ! Total flux subtracted in 200 components = -0.000636022 Jy ! Clean residual min=-0.002173 max=0.001939 Jy/beam ! Clean residual mean=-0.000008 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.256178 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 71 components and 0.256178 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081782Jy sigma=0.000781 ! Fit after self-cal, rms=0.081780Jy sigma=0.000781 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.000162915 Jy ! Component: 100 - total flux cleaned = -0.000142481 Jy ! Component: 150 - total flux cleaned = -0.000141577 Jy ! Component: 200 - total flux cleaned = -0.000141 Jy ! Total flux subtracted in 200 components = -0.000141 Jy ! Clean residual min=-0.002184 max=0.001917 Jy/beam ! Clean residual mean=-0.000008 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.256037 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 77 components and 0.256037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081781Jy sigma=0.000781 ! Fit after self-cal, rms=0.081780Jy sigma=0.000781 ! 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.129 mas, bmaj=7.816 mas, bpa=-3.068 degrees ! Estimated noise=603.222 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.129 x 7.816 at -3.068 degrees (North through East) ! Clean map min=-0.002018 max=0.22412 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.606 mas, bmaj=6.84 mas, bpa=-3.323 degrees ! Estimated noise=906.714 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.170179 Jy ! Component: 100 - total flux cleaned = 0.213712 Jy ! Component: 150 - total flux cleaned = 0.232236 Jy ! Component: 200 - total flux cleaned = 0.242273 Jy ! Total flux subtracted in 200 components = 0.242273 Jy ! Clean residual min=-0.003088 max=0.004983 Jy/beam ! Clean residual mean=-0.000007 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.242273 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.242273 Jy ! Inverting map and beam ! Estimated beam: bmin=3.129 mas, bmaj=7.816 mas, bpa=-3.068 degrees ! Estimated noise=603.222 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.00734322 Jy ! Component: 100 - total flux cleaned = 0.0108741 Jy ! Component: 150 - total flux cleaned = 0.0126754 Jy ! Component: 200 - total flux cleaned = 0.0135054 Jy ! Total flux subtracted in 200 components = 0.0135054 Jy ! Clean residual min=-0.002157 max=0.001911 Jy/beam ! Clean residual mean=-0.000005 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.255778 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 50 components and 0.255778 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.564 mas, bmaj=14.88 mas, bpa=1.016 degrees ! Estimated noise=758.376 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.91e-05 Jy ! Component: 100 - total flux cleaned = 0.000113663 Jy ! Component: 150 - total flux cleaned = 0.000152579 Jy ! Component: 200 - total flux cleaned = 0.000171967 Jy ! Total flux subtracted in 200 components = 0.000171967 Jy ! Clean residual min=-0.002210 max=0.001934 Jy/beam ! Clean residual mean=-0.000008 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.25595 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 = -2.54299e-07 Jy ! Component: 100 - total flux cleaned = -2.5438e-07 Jy ! Component: 150 - total flux cleaned = -1.37779e-05 Jy ! Component: 200 - total flux cleaned = -2.02113e-05 Jy ! Total flux subtracted in 200 components = -2.02113e-05 Jy ! Clean residual min=-0.002209 max=0.001933 Jy/beam ! Clean residual mean=-0.000008 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.25593 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 57 components and 0.25593 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.129 mas, bmaj=7.816 mas, bpa=-3.068 degrees ! Estimated noise=603.222 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000270449 Jy ! Component: 100 - total flux cleaned = 0.000379491 Jy ! Component: 150 - total flux cleaned = 0.000472904 Jy ! Component: 200 - total flux cleaned = 0.000493494 Jy ! Total flux subtracted in 200 components = 0.000493494 Jy ! Clean residual min=-0.002149 max=0.001922 Jy/beam ! Clean residual mean=-0.000004 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.256424 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 63 components and 0.256424 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081812Jy sigma=0.000781 ! Fit after self-cal, rms=0.081810Jy sigma=0.000781 wmodel J1317-1345_S_2014_12_20_pus_map.mod ! Writing 63 model components to file: J1317-1345_S_2014_12_20_pus_map.mod wobs J1317-1345_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J1317-1345_S_2014_12_20_pus_uvs.fits wwins J1317-1345_S_2014_12_20_pus_map.win ! wwins: Wrote 1 windows to J1317-1345_S_2014_12_20_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.29874e-06 Jy ! Component: 100 - total flux cleaned = 0.000236928 Jy ! Component: 150 - total flux cleaned = 0.000267497 Jy ! Component: 200 - total flux cleaned = 0.000297733 Jy ! Component: 250 - total flux cleaned = 0.000355916 Jy ! Component: 300 - total flux cleaned = 0.000272249 Jy ! Component: 350 - total flux cleaned = 0.0002178 Jy ! Component: 400 - total flux cleaned = 0.0001909 Jy ! Component: 450 - total flux cleaned = 0.000164927 Jy ! Component: 500 - total flux cleaned = 0.000139924 Jy ! Component: 550 - total flux cleaned = 0.000139584 Jy ! Component: 600 - total flux cleaned = 9.04028e-05 Jy ! Component: 650 - total flux cleaned = -5.79731e-06 Jy ! Component: 700 - total flux cleaned = -5.7557e-06 Jy ! Component: 750 - total flux cleaned = -9.88971e-05 Jy ! Component: 800 - total flux cleaned = -0.000168012 Jy ! Component: 850 - total flux cleaned = -0.000212697 Jy ! Component: 900 - total flux cleaned = -0.000301852 Jy ! Component: 950 - total flux cleaned = -0.000345468 Jy ! Component: 1000 - total flux cleaned = -0.000431676 Jy ! Component: 1050 - total flux cleaned = -0.000495436 Jy ! Component: 1100 - total flux cleaned = -0.000537547 Jy ! Component: 1150 - total flux cleaned = -0.000599898 Jy ! Component: 1200 - total flux cleaned = -0.000660897 Jy ! Component: 1250 - total flux cleaned = -0.000640754 Jy ! Component: 1300 - total flux cleaned = -0.000740347 Jy ! Component: 1350 - total flux cleaned = -0.000818762 Jy ! Component: 1400 - total flux cleaned = -0.00087716 Jy ! Component: 1450 - total flux cleaned = -0.000896466 Jy ! Component: 1500 - total flux cleaned = -0.00104782 Jy ! Component: 1550 - total flux cleaned = -0.00108487 Jy ! Component: 1600 - total flux cleaned = -0.00119599 Jy ! Component: 1650 - total flux cleaned = -0.00123245 Jy ! Component: 1700 - total flux cleaned = -0.00130503 Jy ! Component: 1750 - total flux cleaned = -0.00143035 Jy ! Component: 1800 - total flux cleaned = -0.00144819 Jy ! Component: 1850 - total flux cleaned = -0.00157072 Jy ! Component: 1900 - total flux cleaned = -0.00165742 Jy ! Component: 1950 - total flux cleaned = -0.00172615 Jy ! Component: 2000 - total flux cleaned = -0.00179411 Jy ! Component: 2050 - total flux cleaned = -0.00182799 Jy ! Component: 2100 - total flux cleaned = -0.00187844 Jy ! Component: 2150 - total flux cleaned = -0.00194483 Jy ! Component: 2200 - total flux cleaned = -0.00202666 Jy ! Component: 2250 - total flux cleaned = -0.00207541 Jy ! Component: 2300 - total flux cleaned = -0.0021239 Jy ! Component: 2350 - total flux cleaned = -0.00226801 Jy ! Component: 2400 - total flux cleaned = -0.00229959 Jy ! Component: 2450 - total flux cleaned = -0.00231536 Jy ! Component: 2500 - total flux cleaned = -0.00234665 Jy ! Component: 2550 - total flux cleaned = -0.00248582 Jy ! Component: 2600 - total flux cleaned = -0.00253178 Jy ! Component: 2650 - total flux cleaned = -0.0025316 Jy ! Component: 2700 - total flux cleaned = -0.00260716 Jy ! Component: 2750 - total flux cleaned = -0.00262226 Jy ! Component: 2800 - total flux cleaned = -0.00263718 Jy ! Component: 2850 - total flux cleaned = -0.00272571 Jy ! Component: 2900 - total flux cleaned = -0.00268194 Jy ! Component: 2950 - total flux cleaned = -0.00274023 Jy ! Component: 3000 - total flux cleaned = -0.00281238 Jy ! Component: 3050 - total flux cleaned = -0.00276949 Jy ! Component: 3100 - total flux cleaned = -0.00284082 Jy ! Component: 3150 - total flux cleaned = -0.0028973 Jy ! Component: 3200 - total flux cleaned = -0.00282728 Jy ! Component: 3250 - total flux cleaned = -0.00285532 Jy ! Component: 3300 - total flux cleaned = -0.0029382 Jy ! Component: 3350 - total flux cleaned = -0.00288314 Jy ! Component: 3400 - total flux cleaned = -0.00289699 Jy ! Component: 3450 - total flux cleaned = -0.0029241 Jy ! Component: 3500 - total flux cleaned = -0.00295109 Jy ! Component: 3550 - total flux cleaned = -0.00300432 Jy ! Component: 3600 - total flux cleaned = -0.00299121 Jy ! Component: 3650 - total flux cleaned = -0.00300433 Jy ! Component: 3700 - total flux cleaned = -0.00308301 Jy ! Component: 3750 - total flux cleaned = -0.00310894 Jy ! Component: 3800 - total flux cleaned = -0.00314758 Jy ! Component: 3850 - total flux cleaned = -0.00316031 Jy ! Component: 3900 - total flux cleaned = -0.00322426 Jy ! Component: 3950 - total flux cleaned = -0.00322427 Jy ! Component: 4000 - total flux cleaned = -0.00327481 Jy ! Component: 4050 - total flux cleaned = -0.00337497 Jy ! Total flux subtracted in 4096 components = -0.00337497 Jy ! Clean residual min=-0.000704 max=0.000753 Jy/beam ! Clean residual mean=-0.000002 rms=0.000227 Jy/beam ! Combined flux in latest and established models = 0.253049 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 350 components and 0.253049 Jy ![Exited script file: muppet] wmap "J1317-1345_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.129 x 7.816 at -3.068 degrees (North through East) ! Clean map min=-0.0013605 max=0.22433 Jy/beam ! Writing clean map to FITS file: J1317-1345_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.224328 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000225725 device "J1317-1345_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J1317-1345_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.301869 0.301869 0.603738 1.20748 2.41495 4.8299 9.6598 19.3196 38.6392 77.2784 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.224 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.129 x 7.816 at -3.068 degrees (North through East) ! Clean map min=-0.0013605 max=0.22433 Jy/beam quit ! Quitting program ! Log file J1317-1345_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:36:38 2016