! Started logfile: J1336-1852_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:00:25 2016 obs J1336-1852_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1336-1852_S_2015_03_17_pus_uva.fits ! AN table 1: 82 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.873713 visibilities/baseline/integration-bin. ! Found source: J1336-1852 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 330 lines of history. ! ! Reading 12896 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 J1336-1852_S_2015_03_17_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.750644Jy sigma=0.006902 ! Fit after self-cal, rms=0.686321Jy sigma=0.006282 ! 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.791 mas, bmaj=6.348 mas, bpa=-6.959 degrees ! Estimated noise=1057.17 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.246056 Jy ! Component: 100 - total flux cleaned = 0.319252 Jy ! Total flux subtracted in 100 components = 0.319252 Jy ! Clean residual min=-0.015826 max=0.031702 Jy/beam ! Clean residual mean=0.000004 rms=0.004356 Jy/beam ! Combined flux in latest and established models = 0.319252 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.319252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131341Jy sigma=0.001034 ! Fit after self-cal, rms=0.131323Jy sigma=0.001034 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0374045 Jy ! Component: 100 - total flux cleaned = 0.0603508 Jy ! Total flux subtracted in 100 components = 0.0603508 Jy ! Clean residual min=-0.015012 max=0.015716 Jy/beam ! Clean residual mean=0.000009 rms=0.003135 Jy/beam ! Combined flux in latest and established models = 0.379602 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 20 components and 0.379602 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115507Jy sigma=0.000909 ! Fit after self-cal, rms=0.115559Jy sigma=0.000909 ! 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.379 mas, bmaj=7.622 mas, bpa=-7.227 degrees ! Estimated noise=681.296 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.0149454 Jy ! Component: 100 - total flux cleaned = 0.017928 Jy ! Component: 150 - total flux cleaned = 0.0182207 Jy ! Component: 200 - total flux cleaned = 0.018476 Jy ! Total flux subtracted in 200 components = 0.018476 Jy ! Clean residual min=-0.009823 max=0.011436 Jy/beam ! Clean residual mean=0.000010 rms=0.002566 Jy/beam ! Combined flux in latest and established models = 0.398078 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 30 components and 0.398078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112280Jy sigma=0.000891 ! Fit after self-cal, rms=0.112252Jy sigma=0.000890 ! 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.90 HN 0.92 KP 1.09 ! LA 0.99 MK 1.02 NL 0.99 OV 1.01 ! PT 1.12 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.93 HN 1.01 KP 1.07 ! LA 0.96 MK 1.05 NL 1.05 OV 1.04 ! PT 1.07 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.92 HN 0.99 KP 0.95 ! LA 0.77 MK 1.09 NL 1.14 OV 0.96 ! PT 1.07 SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.95 HN 0.94 KP 0.92 ! LA 0.83 MK 1.07 NL 0.99 OV 1.01 ! PT 1.08 SC 0.88 ! ! ! Fit before self-cal, rms=0.112252Jy sigma=0.000890 ! Fit after self-cal, rms=0.100220Jy sigma=0.000817 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.396 mas, bmaj=7.588 mas, bpa=-6.131 degrees ! Estimated noise=674.478 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.00169618 Jy ! Component: 100 - total flux cleaned = -0.00213515 Jy ! Component: 150 - total flux cleaned = -0.00254438 Jy ! Component: 200 - total flux cleaned = -0.00310402 Jy ! Total flux subtracted in 200 components = -0.00310402 Jy ! Clean residual min=-0.008633 max=0.006899 Jy/beam ! Clean residual mean=0.000027 rms=0.001632 Jy/beam ! Combined flux in latest and established models = 0.394974 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 38 components and 0.394974 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098811Jy sigma=0.000811 ! Fit after self-cal, rms=0.098755Jy sigma=0.000811 ! 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.098755Jy sigma=0.000811 ! Fit after self-cal, rms=0.166032Jy sigma=0.000781 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.44 mas, bmaj=8.408 mas, bpa=-9.172 degrees ! Estimated noise=696.157 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00268955 Jy ! Component: 100 - total flux cleaned = -0.00291534 Jy ! Component: 150 - total flux cleaned = -0.00301824 Jy ! Component: 200 - total flux cleaned = -0.00311043 Jy ! Total flux subtracted in 200 components = -0.00311043 Jy ! Clean residual min=-0.005021 max=0.005042 Jy/beam ! Clean residual mean=0.000011 rms=0.000966 Jy/beam ! Combined flux in latest and established models = 0.391864 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 47 components and 0.391864 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.165903Jy sigma=0.000778 ! Fit after self-cal, rms=0.165928Jy sigma=0.000778 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 (5.5, -18.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00360303 Jy ! Component: 100 - total flux cleaned = 0.00382529 Jy ! Component: 150 - total flux cleaned = 0.00391696 Jy ! Component: 200 - total flux cleaned = 0.00400095 Jy ! Total flux subtracted in 200 components = 0.00400095 Jy ! Clean residual min=-0.004552 max=0.003733 Jy/beam ! Clean residual mean=0.000006 rms=0.000864 Jy/beam ! Combined flux in latest and established models = 0.395865 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 69 components and 0.395865 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.165771Jy sigma=0.000776 ! Fit after self-cal, rms=0.165737Jy sigma=0.000775 ! 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.165737Jy sigma=0.000775 ! Fit after self-cal, rms=0.172102Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.45 mas, bmaj=8.453 mas, bpa=-9.073 degrees ! Estimated noise=696.554 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000452989 Jy ! Component: 100 - total flux cleaned = -0.000368971 Jy ! Component: 150 - total flux cleaned = -0.000149797 Jy ! Component: 200 - total flux cleaned = -1.52508e-05 Jy ! Total flux subtracted in 200 components = -1.52508e-05 Jy ! Clean residual min=-0.004234 max=0.003303 Jy/beam ! Clean residual mean=0.000004 rms=0.000792 Jy/beam ! Combined flux in latest and established models = 0.39585 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 79 components and 0.39585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.172022Jy sigma=0.000774 ! Fit after self-cal, rms=0.172023Jy sigma=0.000774 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.000304802 Jy ! Component: 100 - total flux cleaned = 0.000429217 Jy ! Component: 150 - total flux cleaned = 0.000487146 Jy ! Component: 200 - total flux cleaned = 0.000540342 Jy ! Total flux subtracted in 200 components = 0.000540342 Jy ! Clean residual min=-0.004098 max=0.003190 Jy/beam ! Clean residual mean=0.000004 rms=0.000768 Jy/beam ! Combined flux in latest and established models = 0.39639 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 85 components and 0.39639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.171981Jy sigma=0.000773 ! Fit after self-cal, rms=0.171979Jy sigma=0.000773 ! 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.171979Jy sigma=0.000773 ! Fit after self-cal, rms=0.175430Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.014 mas, bmaj=14.56 mas, bpa=-0.05684 degrees ! Estimated noise=858.232 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000494634 Jy ! Component: 100 - total flux cleaned = -0.000658215 Jy ! Component: 150 - total flux cleaned = -0.000656959 Jy ! Component: 200 - total flux cleaned = -0.000656071 Jy ! Total flux subtracted in 200 components = -0.000656071 Jy ! Clean residual min=-0.002945 max=0.002626 Jy/beam ! Clean residual mean=0.000006 rms=0.000769 Jy/beam ! Combined flux in latest and established models = 0.395734 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 95 components and 0.395734 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175422Jy sigma=0.000772 ! Fit after self-cal, rms=0.175425Jy sigma=0.000772 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.00012632 Jy ! Component: 100 - total flux cleaned = 0.000206379 Jy ! Component: 150 - total flux cleaned = 0.000231106 Jy ! Component: 200 - total flux cleaned = 0.000253795 Jy ! Total flux subtracted in 200 components = 0.000253795 Jy ! Clean residual min=-0.002871 max=0.002578 Jy/beam ! Clean residual mean=0.000005 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.395988 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 102 components and 0.395988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175422Jy sigma=0.000772 ! Fit after self-cal, rms=0.175420Jy sigma=0.000772 ! 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.458 mas, bmaj=8.482 mas, bpa=-9.034 degrees ! Estimated noise=696.506 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.458 x 8.482 at -9.034 degrees (North through East) ! Clean map min=-0.0036305 max=0.33613 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.836 mas, bmaj=7.097 mas, bpa=-9.368 degrees ! Estimated noise=1107.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.256014 Jy ! Component: 100 - total flux cleaned = 0.317327 Jy ! Component: 150 - total flux cleaned = 0.346152 Jy ! Component: 200 - total flux cleaned = 0.363755 Jy ! Total flux subtracted in 200 components = 0.363755 Jy ! Clean residual min=-0.006365 max=0.009730 Jy/beam ! Clean residual mean=0.000001 rms=0.001567 Jy/beam ! Combined flux in latest and established models = 0.363755 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.363755 Jy ! Inverting map and beam ! Estimated beam: bmin=3.458 mas, bmaj=8.482 mas, bpa=-9.034 degrees ! Estimated noise=696.506 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.0135929 Jy ! Component: 100 - total flux cleaned = 0.0213866 Jy ! Component: 150 - total flux cleaned = 0.0262201 Jy ! Component: 200 - total flux cleaned = 0.029458 Jy ! Total flux subtracted in 200 components = 0.029458 Jy ! Clean residual min=-0.003790 max=0.003705 Jy/beam ! Clean residual mean=0.000006 rms=0.000778 Jy/beam ! Combined flux in latest and established models = 0.393213 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 48 components and 0.393213 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.014 mas, bmaj=14.56 mas, bpa=-0.05684 degrees ! Estimated noise=858.232 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0016537 Jy ! Component: 100 - total flux cleaned = 0.00202742 Jy ! Component: 150 - total flux cleaned = 0.00232465 Jy ! Component: 200 - total flux cleaned = 0.0024366 Jy ! Total flux subtracted in 200 components = 0.0024366 Jy ! Clean residual min=-0.003233 max=0.002682 Jy/beam ! Clean residual mean=0.000007 rms=0.000790 Jy/beam ! Combined flux in latest and established models = 0.395649 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.000104351 Jy ! Component: 100 - total flux cleaned = 0.000169117 Jy ! Component: 150 - total flux cleaned = 0.000199734 Jy ! Component: 200 - total flux cleaned = 0.00022935 Jy ! Total flux subtracted in 200 components = 0.00022935 Jy ! Clean residual min=-0.003140 max=0.002578 Jy/beam ! Clean residual mean=0.000006 rms=0.000773 Jy/beam ! Combined flux in latest and established models = 0.395879 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 73 components and 0.395879 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.458 mas, bmaj=8.482 mas, bpa=-9.034 degrees ! Estimated noise=696.506 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.94253e-05 Jy ! Component: 100 - total flux cleaned = 0.000241431 Jy ! Component: 150 - total flux cleaned = 0.000308648 Jy ! Component: 200 - total flux cleaned = 0.000243555 Jy ! Total flux subtracted in 200 components = 0.000243555 Jy ! Clean residual min=-0.003758 max=0.003057 Jy/beam ! Clean residual mean=0.000003 rms=0.000729 Jy/beam ! Combined flux in latest and established models = 0.396122 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 88 components and 0.396122 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.177332Jy sigma=0.000772 ! Fit after self-cal, rms=0.176725Jy sigma=0.000771 wmodel J1336-1852_S_2015_03_17_pus_map.mod ! Writing 88 model components to file: J1336-1852_S_2015_03_17_pus_map.mod wobs J1336-1852_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1336-1852_S_2015_03_17_pus_uvs.fits wwins J1336-1852_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J1336-1852_S_2015_03_17_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.00129557 Jy ! Component: 100 - total flux cleaned = -0.00196345 Jy ! Component: 150 - total flux cleaned = -0.00191303 Jy ! Component: 200 - total flux cleaned = -0.00181667 Jy ! Component: 250 - total flux cleaned = -0.00167769 Jy ! Component: 300 - total flux cleaned = -0.00149962 Jy ! Component: 350 - total flux cleaned = -0.00128566 Jy ! Component: 400 - total flux cleaned = -0.00120337 Jy ! Component: 450 - total flux cleaned = -0.00108241 Jy ! Component: 500 - total flux cleaned = -0.00100433 Jy ! Component: 550 - total flux cleaned = -0.000966141 Jy ! Component: 600 - total flux cleaned = -0.000966926 Jy ! Component: 650 - total flux cleaned = -0.00111212 Jy ! Component: 700 - total flux cleaned = -0.00121832 Jy ! Component: 750 - total flux cleaned = -0.00132239 Jy ! Component: 800 - total flux cleaned = -0.0014915 Jy ! Component: 850 - total flux cleaned = -0.00159097 Jy ! Component: 900 - total flux cleaned = -0.00172185 Jy ! Component: 950 - total flux cleaned = -0.00175383 Jy ! Component: 1000 - total flux cleaned = -0.00181714 Jy ! Component: 1050 - total flux cleaned = -0.00187939 Jy ! Component: 1100 - total flux cleaned = -0.00194001 Jy ! Component: 1150 - total flux cleaned = -0.00196983 Jy ! Component: 1200 - total flux cleaned = -0.00205856 Jy ! Component: 1250 - total flux cleaned = -0.00208811 Jy ! Component: 1300 - total flux cleaned = -0.00226059 Jy ! Component: 1350 - total flux cleaned = -0.00226053 Jy ! Component: 1400 - total flux cleaned = -0.00240112 Jy ! Component: 1450 - total flux cleaned = -0.00256691 Jy ! Component: 1500 - total flux cleaned = -0.00264885 Jy ! Component: 1550 - total flux cleaned = -0.00270275 Jy ! Component: 1600 - total flux cleaned = -0.00288901 Jy ! Component: 1650 - total flux cleaned = -0.00294169 Jy ! Component: 1700 - total flux cleaned = -0.00307159 Jy ! Component: 1750 - total flux cleaned = -0.00319995 Jy ! Component: 1800 - total flux cleaned = -0.00335231 Jy ! Component: 1850 - total flux cleaned = -0.00342793 Jy ! Component: 1900 - total flux cleaned = -0.00352795 Jy ! Component: 1950 - total flux cleaned = -0.00365167 Jy ! Component: 2000 - total flux cleaned = -0.00374994 Jy ! Component: 2050 - total flux cleaned = -0.00391956 Jy ! Component: 2100 - total flux cleaned = -0.00389566 Jy ! Component: 2150 - total flux cleaned = -0.00408603 Jy ! Component: 2200 - total flux cleaned = -0.00418034 Jy ! Component: 2250 - total flux cleaned = -0.00429754 Jy ! Component: 2300 - total flux cleaned = -0.00441388 Jy ! Component: 2350 - total flux cleaned = -0.00457511 Jy ! Component: 2400 - total flux cleaned = -0.00466635 Jy ! Component: 2450 - total flux cleaned = -0.00471182 Jy ! Component: 2500 - total flux cleaned = -0.00475699 Jy ! Component: 2550 - total flux cleaned = -0.00491381 Jy ! Component: 2600 - total flux cleaned = -0.00506913 Jy ! Component: 2650 - total flux cleaned = -0.00509144 Jy ! Component: 2700 - total flux cleaned = -0.00515734 Jy ! Component: 2750 - total flux cleaned = -0.00526601 Jy ! Component: 2800 - total flux cleaned = -0.00537389 Jy ! Component: 2850 - total flux cleaned = -0.00543829 Jy ! Component: 2900 - total flux cleaned = -0.0054596 Jy ! Component: 2950 - total flux cleaned = -0.00558663 Jy ! Component: 3000 - total flux cleaned = -0.00560747 Jy ! Component: 3050 - total flux cleaned = -0.00573313 Jy ! Component: 3100 - total flux cleaned = -0.00577483 Jy ! Component: 3150 - total flux cleaned = -0.00585769 Jy ! Component: 3200 - total flux cleaned = -0.00589875 Jy ! Component: 3250 - total flux cleaned = -0.00602121 Jy ! Component: 3300 - total flux cleaned = -0.00606176 Jy ! Component: 3350 - total flux cleaned = -0.00614242 Jy ! Component: 3400 - total flux cleaned = -0.00624265 Jy ! Component: 3450 - total flux cleaned = -0.00626256 Jy ! Component: 3500 - total flux cleaned = -0.00632207 Jy ! Component: 3550 - total flux cleaned = -0.00640059 Jy ! Component: 3600 - total flux cleaned = -0.00643961 Jy ! Component: 3650 - total flux cleaned = -0.0065366 Jy ! Component: 3700 - total flux cleaned = -0.00657537 Jy ! Component: 3750 - total flux cleaned = -0.0066331 Jy ! Component: 3800 - total flux cleaned = -0.0066331 Jy ! Component: 3850 - total flux cleaned = -0.0066903 Jy ! Component: 3900 - total flux cleaned = -0.00678486 Jy ! Component: 3950 - total flux cleaned = -0.00682264 Jy ! Component: 4000 - total flux cleaned = -0.00689753 Jy ! Component: 4050 - total flux cleaned = -0.00700923 Jy ! Total flux subtracted in 4096 components = -0.0069907 Jy ! Clean residual min=-0.001223 max=0.001161 Jy/beam ! Clean residual mean=-0.000001 rms=0.000336 Jy/beam ! Combined flux in latest and established models = 0.389132 Jy keep ! Adding 264 model components to the UV plane model. ! The established model now contains 351 components and 0.389132 Jy ![Exited script file: muppet] wmap "J1336-1852_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.458 x 8.482 at -9.034 degrees (North through East) ! Clean map min=-0.0026426 max=0.33684 Jy/beam ! Writing clean map to FITS file: J1336-1852_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.33684 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000332341 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.295993 0.295993 0.591986 1.18397 2.36794 4.73589 9.47177 18.9435 37.8871 75.7742 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.336 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.458 x 8.482 at -9.034 degrees (North through East) ! Clean map min=-0.0026426 max=0.33684 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 J1336-1852_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:00:30 2016