! Started logfile: J0236-2953_S_2015_01_23_pus_uvs.log on Mon Jan 2 18:02:44 2017 obs J0236-2953_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0236-2953_S_2015_01_23_pus_uva.fits ! AN table 1: 87 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.475862 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0236-2953 ! ! 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 7452 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 J0236-2953_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 318 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 318 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 318 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 318 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.901674Jy sigma=0.007243 ! Fit after self-cal, rms=0.810518Jy sigma=0.006628 ! 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.576 mas, bmaj=7.439 mas, bpa=-2.417 degrees ! Estimated noise=1319.13 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.155986 Jy ! Component: 100 - total flux cleaned = 0.191564 Jy ! Total flux subtracted in 100 components = 0.191564 Jy ! Clean residual min=-0.008230 max=0.013411 Jy/beam ! Clean residual mean=-0.000049 rms=0.001854 Jy/beam ! Combined flux in latest and established models = 0.191564 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.191564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148291Jy sigma=0.000844 ! Fit after self-cal, rms=0.148266Jy sigma=0.000844 ! Inverting map ! Added new window around map position (-6, -0.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0146242 Jy ! Component: 100 - total flux cleaned = 0.0229944 Jy ! Total flux subtracted in 100 components = 0.0229944 Jy ! Clean residual min=-0.007703 max=0.008871 Jy/beam ! Clean residual mean=-0.000023 rms=0.001605 Jy/beam ! Combined flux in latest and established models = 0.214559 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 23 components and 0.214559 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.146553Jy sigma=0.000820 ! Fit after self-cal, rms=0.146514Jy sigma=0.000819 ! 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.093 mas, bmaj=8.761 mas, bpa=-1.597 degrees ! Estimated noise=1039.15 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.0104528 Jy ! Component: 100 - total flux cleaned = 0.0168302 Jy ! Component: 150 - total flux cleaned = 0.0211133 Jy ! Component: 200 - total flux cleaned = 0.0240229 Jy ! Total flux subtracted in 200 components = 0.0240229 Jy ! Clean residual min=-0.005923 max=0.009366 Jy/beam ! Clean residual mean=-0.000057 rms=0.001663 Jy/beam ! Combined flux in latest and established models = 0.238582 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 52 components and 0.238582 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145807Jy sigma=0.000809 ! Fit after self-cal, rms=0.145794Jy sigma=0.000808 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 87 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.08 HN 1.11 KP 1.08 ! LA 0.98 MK 1.00 NL 1.09 OV 0.94 ! PT 1.00 SC 0.99 ! ! ! Correcting IF 2. ! A total of 87 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.33 HN 1.10 KP 1.01 ! LA 0.93 MK 1.00 NL 1.22 OV 0.98 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 3. ! A total of 87 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.65 HN 1.12 KP 0.86 ! LA 0.75 MK 1.06 NL 1.17 OV 0.91 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 4. ! A total of 87 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.50 HN 1.08 KP 0.81 ! LA 0.83 MK 1.01 NL 0.95 OV 0.99 ! PT 1.01 SC 0.96 ! ! ! Fit before self-cal, rms=0.145794Jy sigma=0.000808 ! Fit after self-cal, rms=0.177725Jy sigma=0.000777 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.115 mas, bmaj=8.827 mas, bpa=-2.243 degrees ! Estimated noise=1074.28 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.00310238 Jy ! Component: 100 - total flux cleaned = -0.00329835 Jy ! Component: 150 - total flux cleaned = -0.00339379 Jy ! Component: 200 - total flux cleaned = -0.0034943 Jy ! Total flux subtracted in 200 components = -0.0034943 Jy ! Clean residual min=-0.004092 max=0.003668 Jy/beam ! Clean residual mean=-0.000013 rms=0.000961 Jy/beam ! Combined flux in latest and established models = 0.235087 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 76 components and 0.235087 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.177682Jy sigma=0.000776 ! Fit after self-cal, rms=0.177873Jy sigma=0.000775 ! 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.177873Jy sigma=0.000775 ! Fit after self-cal, rms=0.179672Jy sigma=0.000772 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.122 mas, bmaj=8.835 mas, bpa=-2.129 degrees ! Estimated noise=1075.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00178675 Jy ! Component: 100 - total flux cleaned = -0.00186562 Jy ! Component: 150 - total flux cleaned = -0.00186366 Jy ! Component: 200 - total flux cleaned = -0.00190549 Jy ! Total flux subtracted in 200 components = -0.00190549 Jy ! Clean residual min=-0.003558 max=0.003769 Jy/beam ! Clean residual mean=-0.000009 rms=0.000903 Jy/beam ! Combined flux in latest and established models = 0.233182 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 89 components and 0.233182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179665Jy sigma=0.000772 ! Fit after self-cal, rms=0.179681Jy 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.000544419 Jy ! Component: 100 - total flux cleaned = -0.000523573 Jy ! Component: 150 - total flux cleaned = -0.000505165 Jy ! Component: 200 - total flux cleaned = -0.000521145 Jy ! Total flux subtracted in 200 components = -0.000521145 Jy ! Clean residual min=-0.003535 max=0.003746 Jy/beam ! Clean residual mean=-0.000010 rms=0.000900 Jy/beam ! Combined flux in latest and established models = 0.232661 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 101 components and 0.232661 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179679Jy sigma=0.000771 ! Fit after self-cal, rms=0.179674Jy sigma=0.000771 ! 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.179674Jy sigma=0.000771 ! Fit after self-cal, rms=0.196377Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.123 mas, bmaj=8.835 mas, bpa=-2.082 degrees ! Estimated noise=1074.69 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00119939 Jy ! Component: 100 - total flux cleaned = -0.00117649 Jy ! Component: 150 - total flux cleaned = -0.00117656 Jy ! Component: 200 - total flux cleaned = -0.00117548 Jy ! Total flux subtracted in 200 components = -0.00117548 Jy ! Clean residual min=-0.003690 max=0.004188 Jy/beam ! Clean residual mean=-0.000013 rms=0.000783 Jy/beam ! Combined flux in latest and established models = 0.231485 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 107 components and 0.231485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.196376Jy sigma=0.000766 ! Fit after self-cal, rms=0.196504Jy sigma=0.000766 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 (23, 35.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00340815 Jy ! Component: 100 - total flux cleaned = 0.00373273 Jy ! Component: 150 - total flux cleaned = 0.00393367 Jy ! Component: 200 - total flux cleaned = 0.00389399 Jy ! Total flux subtracted in 200 components = 0.00389399 Jy ! Clean residual min=-0.003504 max=0.003253 Jy/beam ! Clean residual mean=-0.000013 rms=0.000748 Jy/beam ! Combined flux in latest and established models = 0.235379 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 133 components and 0.235379 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.196446Jy sigma=0.000765 ! Fit after self-cal, rms=0.196458Jy sigma=0.000765 ! 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.196458Jy sigma=0.000765 ! Fit after self-cal, rms=0.197646Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.569 mas, bmaj=19.35 mas, bpa=-2.64 degrees ! Estimated noise=1369.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000849544 Jy ! Component: 100 - total flux cleaned = 0.00119626 Jy ! Component: 150 - total flux cleaned = 0.00137535 Jy ! Component: 200 - total flux cleaned = 0.00150022 Jy ! Total flux subtracted in 200 components = 0.00150022 Jy ! Clean residual min=-0.003084 max=0.003491 Jy/beam ! Clean residual mean=-0.000021 rms=0.000898 Jy/beam ! Combined flux in latest and established models = 0.236879 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 145 components and 0.236879 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.197632Jy sigma=0.000765 ! Fit after self-cal, rms=0.197649Jy sigma=0.000765 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.000168839 Jy ! Component: 100 - total flux cleaned = 0.000368833 Jy ! Component: 150 - total flux cleaned = 0.000455596 Jy ! Component: 200 - total flux cleaned = 0.000532798 Jy ! Total flux subtracted in 200 components = 0.000532798 Jy ! Clean residual min=-0.003063 max=0.003531 Jy/beam ! Clean residual mean=-0.000020 rms=0.000892 Jy/beam ! Combined flux in latest and established models = 0.237412 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 150 components and 0.237412 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.197640Jy sigma=0.000765 ! Fit after self-cal, rms=0.197638Jy sigma=0.000765 ! 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.123 mas, bmaj=8.832 mas, bpa=-2.058 degrees ! Estimated noise=1072.77 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.123 x 8.832 at -2.058 degrees (North through East) ! Clean map min=-0.0031544 max=0.19956 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.588 mas, bmaj=7.427 mas, bpa=-1.816 degrees ! Estimated noise=1353.03 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.157512 Jy ! Component: 100 - total flux cleaned = 0.192607 Jy ! Component: 150 - total flux cleaned = 0.205178 Jy ! Component: 200 - total flux cleaned = 0.212368 Jy ! Total flux subtracted in 200 components = 0.212368 Jy ! Clean residual min=-0.004129 max=0.004254 Jy/beam ! Clean residual mean=-0.000026 rms=0.001046 Jy/beam ! Combined flux in latest and established models = 0.212368 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.212368 Jy ! Inverting map and beam ! Estimated beam: bmin=3.123 mas, bmaj=8.832 mas, bpa=-2.058 degrees ! Estimated noise=1072.77 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.00741062 Jy ! Component: 100 - total flux cleaned = 0.0121282 Jy ! Component: 150 - total flux cleaned = 0.0155512 Jy ! Component: 200 - total flux cleaned = 0.0181318 Jy ! Total flux subtracted in 200 components = 0.0181318 Jy ! Clean residual min=-0.003582 max=0.003128 Jy/beam ! Clean residual mean=-0.000025 rms=0.000774 Jy/beam ! Combined flux in latest and established models = 0.2305 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 69 components and 0.2305 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.569 mas, bmaj=19.35 mas, bpa=-2.64 degrees ! Estimated noise=1369.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00290232 Jy ! Component: 100 - total flux cleaned = 0.00472158 Jy ! Component: 150 - total flux cleaned = 0.00593408 Jy ! Component: 200 - total flux cleaned = 0.0066934 Jy ! Total flux subtracted in 200 components = 0.0066934 Jy ! Clean residual min=-0.003152 max=0.003441 Jy/beam ! Clean residual mean=-0.000023 rms=0.000906 Jy/beam ! Combined flux in latest and established models = 0.237194 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.000222391 Jy ! Component: 100 - total flux cleaned = 0.000325052 Jy ! Component: 150 - total flux cleaned = 0.000343303 Jy ! Component: 200 - total flux cleaned = 0.000343593 Jy ! Total flux subtracted in 200 components = 0.000343593 Jy ! Clean residual min=-0.003156 max=0.003460 Jy/beam ! Clean residual mean=-0.000021 rms=0.000900 Jy/beam ! Combined flux in latest and established models = 0.237537 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 91 components and 0.237537 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.123 mas, bmaj=8.832 mas, bpa=-2.058 degrees ! Estimated noise=1072.77 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000529768 Jy ! Component: 100 - total flux cleaned = -0.000686687 Jy ! Component: 150 - total flux cleaned = -0.00083022 Jy ! Component: 200 - total flux cleaned = -0.000872508 Jy ! Total flux subtracted in 200 components = -0.000872508 Jy ! Clean residual min=-0.003515 max=0.003247 Jy/beam ! Clean residual mean=-0.000012 rms=0.000735 Jy/beam ! Combined flux in latest and established models = 0.236665 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 108 components and 0.236665 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.197660Jy sigma=0.000765 ! Fit after self-cal, rms=0.197676Jy sigma=0.000765 wmodel J0236-2953_S_2015_01_23_pus_map.mod ! Writing 108 model components to file: J0236-2953_S_2015_01_23_pus_map.mod wobs J0236-2953_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0236-2953_S_2015_01_23_pus_uvs.fits wwins J0236-2953_S_2015_01_23_pus_map.win ! wwins: Wrote 3 windows to J0236-2953_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 = -0.000215569 Jy ! Component: 100 - total flux cleaned = -0.000106723 Jy ! Component: 150 - total flux cleaned = 8.92712e-05 Jy ! Component: 200 - total flux cleaned = 0.00056338 Jy ! Component: 250 - total flux cleaned = 0.000837014 Jy ! Component: 300 - total flux cleaned = 0.00105946 Jy ! Component: 350 - total flux cleaned = 0.00131893 Jy ! Component: 400 - total flux cleaned = 0.00161565 Jy ! Component: 450 - total flux cleaned = 0.00202953 Jy ! Component: 500 - total flux cleaned = 0.00235403 Jy ! Component: 550 - total flux cleaned = 0.00255445 Jy ! Component: 600 - total flux cleaned = 0.0027513 Jy ! Component: 650 - total flux cleaned = 0.00279026 Jy ! Component: 700 - total flux cleaned = 0.00286727 Jy ! Component: 750 - total flux cleaned = 0.00309397 Jy ! Component: 800 - total flux cleaned = 0.00309358 Jy ! Component: 850 - total flux cleaned = 0.00316736 Jy ! Component: 900 - total flux cleaned = 0.00320446 Jy ! Component: 950 - total flux cleaned = 0.003313 Jy ! Component: 1000 - total flux cleaned = 0.00342013 Jy ! Component: 1050 - total flux cleaned = 0.00345551 Jy ! Component: 1100 - total flux cleaned = 0.00352585 Jy ! Component: 1150 - total flux cleaned = 0.00362938 Jy ! Component: 1200 - total flux cleaned = 0.00369737 Jy ! Component: 1250 - total flux cleaned = 0.00366364 Jy ! Component: 1300 - total flux cleaned = 0.00376394 Jy ! Component: 1350 - total flux cleaned = 0.00366493 Jy ! Component: 1400 - total flux cleaned = 0.00379656 Jy ! Component: 1450 - total flux cleaned = 0.00376362 Jy ! Component: 1500 - total flux cleaned = 0.00379586 Jy ! Component: 1550 - total flux cleaned = 0.00379608 Jy ! Component: 1600 - total flux cleaned = 0.00385918 Jy ! Component: 1650 - total flux cleaned = 0.00389058 Jy ! Component: 1700 - total flux cleaned = 0.00385971 Jy ! Component: 1750 - total flux cleaned = 0.00398309 Jy ! Component: 1800 - total flux cleaned = 0.00404414 Jy ! Component: 1850 - total flux cleaned = 0.00410461 Jy ! Component: 1900 - total flux cleaned = 0.00413438 Jy ! Component: 1950 - total flux cleaned = 0.00410466 Jy ! Component: 2000 - total flux cleaned = 0.00416409 Jy ! Component: 2050 - total flux cleaned = 0.00425211 Jy ! Component: 2100 - total flux cleaned = 0.0042517 Jy ! Component: 2150 - total flux cleaned = 0.00428054 Jy ! Component: 2200 - total flux cleaned = 0.00425189 Jy ! Component: 2250 - total flux cleaned = 0.00442405 Jy ! Component: 2300 - total flux cleaned = 0.00436723 Jy ! Component: 2350 - total flux cleaned = 0.00462198 Jy ! Component: 2400 - total flux cleaned = 0.00456588 Jy ! Component: 2450 - total flux cleaned = 0.00476176 Jy ! Component: 2500 - total flux cleaned = 0.00487309 Jy ! Component: 2550 - total flux cleaned = 0.0048453 Jy ! Component: 2600 - total flux cleaned = 0.00501031 Jy ! Component: 2650 - total flux cleaned = 0.00509209 Jy ! Component: 2700 - total flux cleaned = 0.00528234 Jy ! Component: 2750 - total flux cleaned = 0.00528252 Jy ! Component: 2800 - total flux cleaned = 0.00552452 Jy ! Component: 2850 - total flux cleaned = 0.00557772 Jy ! Component: 2900 - total flux cleaned = 0.00563107 Jy ! Component: 2950 - total flux cleaned = 0.00578967 Jy ! Component: 3000 - total flux cleaned = 0.00578949 Jy ! Component: 3050 - total flux cleaned = 0.00594659 Jy ! Component: 3100 - total flux cleaned = 0.00610291 Jy ! Component: 3150 - total flux cleaned = 0.00615465 Jy ! Component: 3200 - total flux cleaned = 0.00620603 Jy ! Component: 3250 - total flux cleaned = 0.00633429 Jy ! Component: 3300 - total flux cleaned = 0.00638539 Jy ! Component: 3350 - total flux cleaned = 0.00653802 Jy ! Component: 3400 - total flux cleaned = 0.00666433 Jy ! Component: 3450 - total flux cleaned = 0.00679003 Jy ! Component: 3500 - total flux cleaned = 0.00681511 Jy ! Component: 3550 - total flux cleaned = 0.00698985 Jy ! Component: 3600 - total flux cleaned = 0.00706436 Jy ! Component: 3650 - total flux cleaned = 0.00718799 Jy ! Component: 3700 - total flux cleaned = 0.00726182 Jy ! Component: 3750 - total flux cleaned = 0.00733525 Jy ! Component: 3800 - total flux cleaned = 0.00738416 Jy ! Component: 3850 - total flux cleaned = 0.00745734 Jy ! Component: 3900 - total flux cleaned = 0.00760234 Jy ! Component: 3950 - total flux cleaned = 0.00762627 Jy ! Component: 4000 - total flux cleaned = 0.00774621 Jy ! Component: 4050 - total flux cleaned = 0.00784176 Jy ! Total flux subtracted in 4096 components = 0.00786563 Jy ! Clean residual min=-0.001600 max=0.001530 Jy/beam ! Clean residual mean=-0.000011 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.24453 Jy keep ! Adding 310 model components to the UV plane model. ! The established model now contains 418 components and 0.24453 Jy ![Exited script file: muppet] wmap "J0236-2953_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.123 x 8.832 at -2.058 degrees (North through East) ! Clean map min=-0.002748 max=0.2017 Jy/beam ! Writing clean map to FITS file: J0236-2953_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.201703 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000450982 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.670762 0.670762 1.34152 2.68305 5.3661 10.7322 21.4644 42.9288 85.8576 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.201 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.123 x 8.832 at -2.058 degrees (North through East) ! Clean map min=-0.002748 max=0.2017 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 J0236-2953_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 18:02:50 2017