! Started logfile: J1335-0511_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:06:45 2016 obs J1335-0511_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1335-0511_S_2014_08_09_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.832129 visibilities/baseline/integration-bin. ! Found source: J1335-0511 ! ! 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 346 lines of history. ! ! Reading 12432 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 J1335-0511_S_2014_08_09_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 74 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 84 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 131 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 155 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.869779Jy sigma=0.008139 ! Fit after self-cal, rms=0.835958Jy sigma=0.007913 ! 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.123 mas, bmaj=6.999 mas, bpa=5.821 degrees ! Estimated noise=1365.36 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.128706 Jy ! Component: 100 - total flux cleaned = 0.173991 Jy ! Total flux subtracted in 100 components = 0.173991 Jy ! Clean residual min=-0.008884 max=0.022210 Jy/beam ! Clean residual mean=0.000020 rms=0.002984 Jy/beam ! Combined flux in latest and established models = 0.173991 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.173991 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122426Jy sigma=0.000918 ! Fit after self-cal, rms=0.122111Jy sigma=0.000917 ! Inverting map ! Added new window around map position (3.5, 1). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0253374 Jy ! Component: 100 - total flux cleaned = 0.0402318 Jy ! Total flux subtracted in 100 components = 0.0402318 Jy ! Clean residual min=-0.005182 max=0.007969 Jy/beam ! Clean residual mean=0.000015 rms=0.001629 Jy/beam ! Combined flux in latest and established models = 0.214223 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 40 components and 0.214223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115361Jy sigma=0.000825 ! Fit after self-cal, rms=0.115313Jy sigma=0.000824 ! 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.694 mas, bmaj=7.98 mas, bpa=5.099 degrees ! Estimated noise=743.493 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.0147084 Jy ! Component: 100 - total flux cleaned = 0.0231508 Jy ! Component: 150 - total flux cleaned = 0.0284304 Jy ! Component: 200 - total flux cleaned = 0.0318146 Jy ! Total flux subtracted in 200 components = 0.0318146 Jy ! Clean residual min=-0.003707 max=0.004468 Jy/beam ! Clean residual mean=0.000012 rms=0.000991 Jy/beam ! Combined flux in latest and established models = 0.246037 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 90 components and 0.246037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113486Jy sigma=0.000800 ! Fit after self-cal, rms=0.113492Jy sigma=0.000800 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.88 HN 0.99 KP 1.05 ! LA 1.08 MK 1.11 NL 0.94 OV 0.96 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.03 HN 1.04 KP 1.03 ! LA 1.06 MK 0.94 NL 0.97 OV 1.00 ! PT 1.00 SC 1.02 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.19 HN 1.05 KP 0.91 ! LA 0.84 MK 0.96 NL 0.97 OV 0.97 ! PT 0.95 SC 1.03 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.03 HN 1.03 KP 0.88 ! LA 0.81 MK 0.88 NL 1.07 OV 1.02 ! PT 1.02 SC 1.02 ! ! ! Fit before self-cal, rms=0.113492Jy sigma=0.000800 ! Fit after self-cal, rms=0.110789Jy sigma=0.000779 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.702 mas, bmaj=7.996 mas, bpa=4.873 degrees ! Estimated noise=739.538 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.00057546 Jy ! Component: 100 - total flux cleaned = 0.000501046 Jy ! Component: 150 - total flux cleaned = 0.000438391 Jy ! Component: 200 - total flux cleaned = 0.000410025 Jy ! Total flux subtracted in 200 components = 0.000410025 Jy ! Clean residual min=-0.002791 max=0.002713 Jy/beam ! Clean residual mean=0.000002 rms=0.000734 Jy/beam ! Combined flux in latest and established models = 0.246447 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 100 components and 0.246447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110765Jy sigma=0.000778 ! Fit after self-cal, rms=0.110666Jy sigma=0.000778 ! 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.110666Jy sigma=0.000778 ! Fit after self-cal, rms=0.115607Jy sigma=0.000775 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.697 mas, bmaj=8.006 mas, bpa=4.704 degrees ! Estimated noise=737.405 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.61725e-05 Jy ! Component: 100 - total flux cleaned = -7.0349e-05 Jy ! Component: 150 - total flux cleaned = -0.000150169 Jy ! Component: 200 - total flux cleaned = -0.000198029 Jy ! Total flux subtracted in 200 components = -0.000198029 Jy ! Clean residual min=-0.002671 max=0.002480 Jy/beam ! Clean residual mean=0.000001 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.246249 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 106 components and 0.246249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115590Jy sigma=0.000775 ! Fit after self-cal, rms=0.115591Jy sigma=0.000775 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.000143549 Jy ! Component: 100 - total flux cleaned = 0.000119448 Jy ! Component: 150 - total flux cleaned = 9.86107e-05 Jy ! Component: 200 - total flux cleaned = 9.93528e-05 Jy ! Total flux subtracted in 200 components = 9.93528e-05 Jy ! Clean residual min=-0.002687 max=0.002451 Jy/beam ! Clean residual mean=0.000001 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.246349 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 108 components and 0.246349 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115581Jy sigma=0.000775 ! Fit after self-cal, rms=0.115583Jy 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.115583Jy sigma=0.000775 ! Fit after self-cal, rms=0.115280Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.698 mas, bmaj=8.006 mas, bpa=4.544 degrees ! Estimated noise=736.246 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.80362e-05 Jy ! Component: 100 - total flux cleaned = -0.000111398 Jy ! Component: 150 - total flux cleaned = -0.000110497 Jy ! Component: 200 - total flux cleaned = -9.23011e-05 Jy ! Total flux subtracted in 200 components = -9.23011e-05 Jy ! Clean residual min=-0.002732 max=0.002430 Jy/beam ! Clean residual mean=0.000001 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.246256 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 111 components and 0.246256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115271Jy sigma=0.000775 ! Fit after self-cal, rms=0.115272Jy sigma=0.000775 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.06615e-05 Jy ! Component: 100 - total flux cleaned = -1.04089e-05 Jy ! Component: 150 - total flux cleaned = 2.22876e-05 Jy ! Component: 200 - total flux cleaned = 3.72774e-05 Jy ! Total flux subtracted in 200 components = 3.72774e-05 Jy ! Clean residual min=-0.002733 max=0.002420 Jy/beam ! Clean residual mean=0.000001 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.246294 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 114 components and 0.246294 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115265Jy sigma=0.000774 ! Fit after self-cal, rms=0.115265Jy sigma=0.000774 ! 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.115265Jy sigma=0.000774 ! Fit after self-cal, rms=0.115004Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.375 mas, bmaj=13.02 mas, bpa=3.255 degrees ! Estimated noise=871.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000490467 Jy ! Component: 100 - total flux cleaned = -0.00056438 Jy ! Component: 150 - total flux cleaned = -0.00056278 Jy ! Component: 200 - total flux cleaned = -0.000551626 Jy ! Total flux subtracted in 200 components = -0.000551626 Jy ! Clean residual min=-0.002293 max=0.002389 Jy/beam ! Clean residual mean=0.000004 rms=0.000667 Jy/beam ! Combined flux in latest and established models = 0.245742 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 120 components and 0.245742 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115005Jy sigma=0.000774 ! Fit after self-cal, rms=0.114999Jy 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 = -1.33913e-05 Jy ! Component: 100 - total flux cleaned = -1.48533e-05 Jy ! Component: 150 - total flux cleaned = -1.47422e-05 Jy ! Component: 200 - total flux cleaned = -1.37786e-05 Jy ! Total flux subtracted in 200 components = -1.37786e-05 Jy ! Clean residual min=-0.002288 max=0.002353 Jy/beam ! Clean residual mean=0.000004 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.245728 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 124 components and 0.245728 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115004Jy sigma=0.000774 ! Fit after self-cal, rms=0.115001Jy sigma=0.000774 ! 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.699 mas, bmaj=8.006 mas, bpa=4.437 degrees ! Estimated noise=735.242 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.699 x 8.006 at 4.437 degrees (North through East) ! Clean map min=-0.0022354 max=0.16168 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.106 mas, bmaj=6.995 mas, bpa=5.211 degrees ! Estimated noise=1349.28 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.127443 Jy ! Component: 100 - total flux cleaned = 0.174462 Jy ! Component: 150 - total flux cleaned = 0.200065 Jy ! Component: 200 - total flux cleaned = 0.214624 Jy ! Total flux subtracted in 200 components = 0.214624 Jy ! Clean residual min=-0.004930 max=0.007575 Jy/beam ! Clean residual mean=0.000008 rms=0.001339 Jy/beam ! Combined flux in latest and established models = 0.214624 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.214624 Jy ! Inverting map and beam ! Estimated beam: bmin=3.699 mas, bmaj=8.006 mas, bpa=4.437 degrees ! Estimated noise=735.242 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.0126058 Jy ! Component: 100 - total flux cleaned = 0.0198519 Jy ! Component: 150 - total flux cleaned = 0.0243201 Jy ! Component: 200 - total flux cleaned = 0.0271215 Jy ! Total flux subtracted in 200 components = 0.0271215 Jy ! Clean residual min=-0.002545 max=0.002427 Jy/beam ! Clean residual mean=0.000004 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.241746 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 71 components and 0.241746 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.375 mas, bmaj=13.02 mas, bpa=3.255 degrees ! Estimated noise=871.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00208992 Jy ! Component: 100 - total flux cleaned = 0.00306512 Jy ! Component: 150 - total flux cleaned = 0.00359034 Jy ! Component: 200 - total flux cleaned = 0.00388081 Jy ! Total flux subtracted in 200 components = 0.00388081 Jy ! Clean residual min=-0.002337 max=0.002340 Jy/beam ! Clean residual mean=0.000004 rms=0.000663 Jy/beam ! Combined flux in latest and established models = 0.245627 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 = 8.87697e-06 Jy ! Component: 100 - total flux cleaned = 8.67991e-06 Jy ! Component: 150 - total flux cleaned = 9.05729e-06 Jy ! Component: 200 - total flux cleaned = 8.89698e-06 Jy ! Total flux subtracted in 200 components = 8.89698e-06 Jy ! Clean residual min=-0.002321 max=0.002338 Jy/beam ! Clean residual mean=0.000004 rms=0.000662 Jy/beam ! Combined flux in latest and established models = 0.245635 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 101 components and 0.245635 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.699 mas, bmaj=8.006 mas, bpa=4.437 degrees ! Estimated noise=735.242 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.93929e-05 Jy ! Component: 100 - total flux cleaned = 3.32363e-05 Jy ! Component: 150 - total flux cleaned = 6.43561e-05 Jy ! Component: 200 - total flux cleaned = 0.000117666 Jy ! Total flux subtracted in 200 components = 0.000117666 Jy ! Clean residual min=-0.002471 max=0.002381 Jy/beam ! Clean residual mean=0.000002 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.245753 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 110 components and 0.245753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115010Jy sigma=0.000775 ! Fit after self-cal, rms=0.114974Jy sigma=0.000774 wmodel J1335-0511_S_2014_08_09_pus_map.mod ! Writing 110 model components to file: J1335-0511_S_2014_08_09_pus_map.mod wobs J1335-0511_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1335-0511_S_2014_08_09_pus_uvs.fits wwins J1335-0511_S_2014_08_09_pus_map.win ! wwins: Wrote 2 windows to J1335-0511_S_2014_08_09_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 = -7.81672e-05 Jy ! Component: 100 - total flux cleaned = -3.85067e-05 Jy ! Component: 150 - total flux cleaned = 0.000117967 Jy ! Component: 200 - total flux cleaned = 4.42553e-05 Jy ! Component: 250 - total flux cleaned = -2.66674e-05 Jy ! Component: 300 - total flux cleaned = -0.00012944 Jy ! Component: 350 - total flux cleaned = -0.0002952 Jy ! Component: 400 - total flux cleaned = -0.000488175 Jy ! Component: 450 - total flux cleaned = -0.000612818 Jy ! Component: 500 - total flux cleaned = -0.00079631 Jy ! Component: 550 - total flux cleaned = -0.00106412 Jy ! Component: 600 - total flux cleaned = -0.00126712 Jy ! Component: 650 - total flux cleaned = -0.00155095 Jy ! Component: 700 - total flux cleaned = -0.00174489 Jy ! Component: 750 - total flux cleaned = -0.00190775 Jy ! Component: 800 - total flux cleaned = -0.00209426 Jy ! Component: 850 - total flux cleaned = -0.00225096 Jy ! Component: 900 - total flux cleaned = -0.00240419 Jy ! Component: 950 - total flux cleaned = -0.00255502 Jy ! Component: 1000 - total flux cleaned = -0.00275355 Jy ! Component: 1050 - total flux cleaned = -0.00280187 Jy ! Component: 1100 - total flux cleaned = -0.0028982 Jy ! Component: 1150 - total flux cleaned = -0.00292196 Jy ! Component: 1200 - total flux cleaned = -0.00301559 Jy ! Component: 1250 - total flux cleaned = -0.0030386 Jy ! Component: 1300 - total flux cleaned = -0.00303863 Jy ! Component: 1350 - total flux cleaned = -0.00312913 Jy ! Component: 1400 - total flux cleaned = -0.00310664 Jy ! Component: 1450 - total flux cleaned = -0.00315098 Jy ! Component: 1500 - total flux cleaned = -0.00319469 Jy ! Component: 1550 - total flux cleaned = -0.00317341 Jy ! Component: 1600 - total flux cleaned = -0.00328006 Jy ! Component: 1650 - total flux cleaned = -0.00325914 Jy ! Component: 1700 - total flux cleaned = -0.00334211 Jy ! Component: 1750 - total flux cleaned = -0.00332134 Jy ! Component: 1800 - total flux cleaned = -0.00336195 Jy ! Component: 1850 - total flux cleaned = -0.00336181 Jy ! Component: 1900 - total flux cleaned = -0.00342134 Jy ! Component: 1950 - total flux cleaned = -0.00348016 Jy ! Component: 2000 - total flux cleaned = -0.00347995 Jy ! Component: 2050 - total flux cleaned = -0.00347952 Jy ! Component: 2100 - total flux cleaned = -0.00349871 Jy ! Component: 2150 - total flux cleaned = -0.00353643 Jy ! Component: 2200 - total flux cleaned = -0.00355512 Jy ! Component: 2250 - total flux cleaned = -0.00362899 Jy ! Component: 2300 - total flux cleaned = -0.00366572 Jy ! Component: 2350 - total flux cleaned = -0.00368379 Jy ! Component: 2400 - total flux cleaned = -0.00368388 Jy ! Component: 2450 - total flux cleaned = -0.00371964 Jy ! Component: 2500 - total flux cleaned = -0.0037372 Jy ! Component: 2550 - total flux cleaned = -0.00377257 Jy ! Component: 2600 - total flux cleaned = -0.00384192 Jy ! Component: 2650 - total flux cleaned = -0.00394509 Jy ! Component: 2700 - total flux cleaned = -0.00392799 Jy ! Component: 2750 - total flux cleaned = -0.0039621 Jy ! Component: 2800 - total flux cleaned = -0.00402912 Jy ! Component: 2850 - total flux cleaned = -0.00404599 Jy ! Component: 2900 - total flux cleaned = -0.00414544 Jy ! Component: 2950 - total flux cleaned = -0.00421107 Jy ! Component: 3000 - total flux cleaned = -0.00422742 Jy ! Component: 3050 - total flux cleaned = -0.00425983 Jy ! Component: 3100 - total flux cleaned = -0.00432394 Jy ! Component: 3150 - total flux cleaned = -0.00437178 Jy ! Component: 3200 - total flux cleaned = -0.00443505 Jy ! Component: 3250 - total flux cleaned = -0.00449781 Jy ! Component: 3300 - total flux cleaned = -0.00449767 Jy ! Component: 3350 - total flux cleaned = -0.00455962 Jy ! Component: 3400 - total flux cleaned = -0.00463649 Jy ! Component: 3450 - total flux cleaned = -0.004667 Jy ! Component: 3500 - total flux cleaned = -0.00465175 Jy ! Component: 3550 - total flux cleaned = -0.0046367 Jy ! Component: 3600 - total flux cleaned = -0.00468154 Jy ! Component: 3650 - total flux cleaned = -0.00471122 Jy ! Component: 3700 - total flux cleaned = -0.00469642 Jy ! Component: 3750 - total flux cleaned = -0.00466703 Jy ! Component: 3800 - total flux cleaned = -0.00468163 Jy ! Component: 3850 - total flux cleaned = -0.0046815 Jy ! Component: 3900 - total flux cleaned = -0.00466708 Jy ! Component: 3950 - total flux cleaned = -0.00463834 Jy ! Component: 4000 - total flux cleaned = -0.00463839 Jy ! Component: 4050 - total flux cleaned = -0.00459582 Jy ! Total flux subtracted in 4096 components = -0.00468043 Jy ! Clean residual min=-0.000809 max=0.000836 Jy/beam ! Clean residual mean=0.000001 rms=0.000260 Jy/beam ! Combined flux in latest and established models = 0.241073 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 400 components and 0.241073 Jy ![Exited script file: muppet] wmap "J1335-0511_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.699 x 8.006 at 4.437 degrees (North through East) ! Clean map min=-0.0015787 max=0.16153 Jy/beam ! Writing clean map to FITS file: J1335-0511_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.16153 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000258582 device "J1335-0511_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1335-0511_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.480249 0.480249 0.960498 1.921 3.84199 7.68399 15.368 30.736 61.4719 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.161 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.699 x 8.006 at 4.437 degrees (North through East) ! Clean map min=-0.0015787 max=0.16153 Jy/beam quit ! Quitting program ! Log file J1335-0511_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:06:50 2016