! Started logfile: J1218-0119_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:53:06 2016 obs J1218-0119_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J1218-0119_S_2014_06_09_pus_uva.fits ! AN table 1: 71 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.689828 visibilities/baseline/integration-bin. ! Found source: J1218-0119 ! ! 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 336 lines of history. ! ! Reading 8816 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 J1218-0119_S_2014_06_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 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.878481Jy sigma=0.009759 ! Fit after self-cal, rms=0.864605Jy sigma=0.009617 ! 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.892 mas, bmaj=7.63 mas, bpa=-1.863 degrees ! Estimated noise=999.1 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.104277 Jy ! Component: 100 - total flux cleaned = 0.135136 Jy ! Total flux subtracted in 100 components = 0.135136 Jy ! Clean residual min=-0.005414 max=0.012391 Jy/beam ! Clean residual mean=0.000026 rms=0.001610 Jy/beam ! Combined flux in latest and established models = 0.135136 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.135136 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078301Jy sigma=0.000817 ! Fit after self-cal, rms=0.078254Jy sigma=0.000816 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0133526 Jy ! Component: 100 - total flux cleaned = 0.0201758 Jy ! Total flux subtracted in 100 components = 0.0201758 Jy ! Clean residual min=-0.003847 max=0.005337 Jy/beam ! Clean residual mean=0.000012 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 0.155312 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 18 components and 0.155312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075947Jy sigma=0.000793 ! Fit after self-cal, rms=0.075932Jy sigma=0.000793 ! 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.52 mas, bmaj=8.849 mas, bpa=-2.868 degrees ! Estimated noise=688.251 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.00365197 Jy ! Component: 100 - total flux cleaned = 0.00543758 Jy ! Component: 150 - total flux cleaned = 0.00641251 Jy ! Component: 200 - total flux cleaned = 0.00672007 Jy ! Total flux subtracted in 200 components = 0.00672007 Jy ! Clean residual min=-0.002828 max=0.003391 Jy/beam ! Clean residual mean=0.000003 rms=0.000752 Jy/beam ! Combined flux in latest and established models = 0.162032 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 32 components and 0.162032 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075709Jy sigma=0.000792 ! Fit after self-cal, rms=0.075707Jy sigma=0.000792 ! 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.85 HN 0.97 KP 1.04 ! LA 1.17 MK 0.97 NL 0.96 OV 0.95 ! PT 1.03 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.05 KP 1.00 ! LA 1.12 MK 0.96 NL 1.10 OV 1.03 ! PT 1.00 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.18 HN 1.03 KP 0.91 ! LA 0.91 MK 1.03 NL 1.01 OV 0.91 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 0.99 KP 0.89 ! LA 0.86 MK 1.00 NL 1.07 OV 0.99 ! PT 1.00 SC 0.97 ! ! ! Fit before self-cal, rms=0.075707Jy sigma=0.000792 ! Fit after self-cal, rms=0.073262Jy sigma=0.000774 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.513 mas, bmaj=8.858 mas, bpa=-2.809 degrees ! Estimated noise=687.319 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.000199073 Jy ! Component: 100 - total flux cleaned = -0.000227895 Jy ! Component: 150 - total flux cleaned = -0.000225929 Jy ! Component: 200 - total flux cleaned = -0.00022428 Jy ! Total flux subtracted in 200 components = -0.00022428 Jy ! Clean residual min=-0.002470 max=0.002597 Jy/beam ! Clean residual mean=0.000004 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.161807 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 40 components and 0.161807 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073235Jy sigma=0.000774 ! Fit after self-cal, rms=0.073241Jy sigma=0.000773 ! 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.073241Jy sigma=0.000773 ! Fit after self-cal, rms=0.073140Jy sigma=0.000772 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.511 mas, bmaj=8.861 mas, bpa=-2.849 degrees ! Estimated noise=686.549 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.01057e-05 Jy ! Component: 100 - total flux cleaned = -0.000178441 Jy ! Component: 150 - total flux cleaned = -0.000198716 Jy ! Component: 200 - total flux cleaned = -0.000197716 Jy ! Total flux subtracted in 200 components = -0.000197716 Jy ! Clean residual min=-0.002338 max=0.002351 Jy/beam ! Clean residual mean=0.000000 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.16161 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 43 components and 0.16161 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073120Jy sigma=0.000772 ! Fit after self-cal, rms=0.073125Jy 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 = 4.67116e-07 Jy ! Component: 100 - total flux cleaned = -0.000102235 Jy ! Component: 150 - total flux cleaned = -7.19811e-05 Jy ! Component: 200 - total flux cleaned = -5.91986e-05 Jy ! Total flux subtracted in 200 components = -5.91986e-05 Jy ! Clean residual min=-0.002277 max=0.002207 Jy/beam ! Clean residual mean=0.000001 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.16155 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 47 components and 0.161551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073112Jy sigma=0.000772 ! Fit after self-cal, rms=0.073110Jy sigma=0.000772 ! 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.073110Jy sigma=0.000772 ! Fit after self-cal, rms=0.073119Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.507 mas, bmaj=8.866 mas, bpa=-2.911 degrees ! Estimated noise=686.153 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.31976e-05 Jy ! Component: 100 - total flux cleaned = -0.000106975 Jy ! Component: 150 - total flux cleaned = -0.000133335 Jy ! Component: 200 - total flux cleaned = -0.000111696 Jy ! Total flux subtracted in 200 components = -0.000111696 Jy ! Clean residual min=-0.002229 max=0.002009 Jy/beam ! Clean residual mean=0.000000 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.161439 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 48 components and 0.161439 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073108Jy sigma=0.000772 ! Fit after self-cal, rms=0.073108Jy 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 = -4.20032e-06 Jy ! Component: 100 - total flux cleaned = -2.92703e-05 Jy ! Component: 150 - total flux cleaned = -1.86674e-05 Jy ! Component: 200 - total flux cleaned = 1.43693e-06 Jy ! Total flux subtracted in 200 components = 1.43693e-06 Jy ! Clean residual min=-0.002193 max=0.001899 Jy/beam ! Clean residual mean=0.000000 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.16144 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 50 components and 0.16144 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073099Jy sigma=0.000772 ! Fit after self-cal, rms=0.073098Jy sigma=0.000772 ! 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.073098Jy sigma=0.000772 ! Fit after self-cal, rms=0.073108Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.752 mas, bmaj=15.1 mas, bpa=-6.709 degrees ! Estimated noise=832.835 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000400283 Jy ! Component: 100 - total flux cleaned = 0.000380217 Jy ! Component: 150 - total flux cleaned = 0.000354279 Jy ! Component: 200 - total flux cleaned = 0.000332811 Jy ! Total flux subtracted in 200 components = 0.000332811 Jy ! Clean residual min=-0.001906 max=0.002213 Jy/beam ! Clean residual mean=-0.000001 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.161773 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 63 components and 0.161773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073105Jy sigma=0.000772 ! Fit after self-cal, rms=0.073101Jy sigma=0.000771 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.21329e-07 Jy ! Component: 100 - total flux cleaned = 6.88369e-07 Jy ! Component: 150 - total flux cleaned = -1.00571e-05 Jy ! Component: 200 - total flux cleaned = -2.77423e-05 Jy ! Total flux subtracted in 200 components = -2.77423e-05 Jy ! Clean residual min=-0.001894 max=0.002188 Jy/beam ! Clean residual mean=-0.000000 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.161745 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 64 components and 0.161745 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073100Jy sigma=0.000771 ! Fit after self-cal, rms=0.073097Jy sigma=0.000771 ! 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.506 mas, bmaj=8.869 mas, bpa=-2.949 degrees ! Estimated noise=685.997 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.506 x 8.869 at -2.949 degrees (North through East) ! Clean map min=-0.0020624 max=0.13181 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.883 mas, bmaj=7.636 mas, bpa=-1.912 degrees ! Estimated noise=982.984 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.102551 Jy ! Component: 100 - total flux cleaned = 0.134218 Jy ! Component: 150 - total flux cleaned = 0.147663 Jy ! Component: 200 - total flux cleaned = 0.154015 Jy ! Total flux subtracted in 200 components = 0.154015 Jy ! Clean residual min=-0.002788 max=0.004060 Jy/beam ! Clean residual mean=0.000005 rms=0.000736 Jy/beam ! Combined flux in latest and established models = 0.154014 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.154014 Jy ! Inverting map and beam ! Estimated beam: bmin=3.506 mas, bmaj=8.869 mas, bpa=-2.949 degrees ! Estimated noise=685.997 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) ! Added new window around map position (3.5, 6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00411937 Jy ! Component: 100 - total flux cleaned = 0.00639964 Jy ! Component: 150 - total flux cleaned = 0.00773637 Jy ! Component: 200 - total flux cleaned = 0.00807761 Jy ! Total flux subtracted in 200 components = 0.00807761 Jy ! Clean residual min=-0.002032 max=0.001746 Jy/beam ! Clean residual mean=0.000000 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.162092 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 37 components and 0.162092 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.752 mas, bmaj=15.1 mas, bpa=-6.709 degrees ! Estimated noise=832.835 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000416628 Jy ! Component: 100 - total flux cleaned = 0.00033941 Jy ! Component: 150 - total flux cleaned = 0.000275176 Jy ! Component: 200 - total flux cleaned = 0.000219838 Jy ! Total flux subtracted in 200 components = 0.000219838 Jy ! Clean residual min=-0.001913 max=0.002184 Jy/beam ! Clean residual mean=-0.000000 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.162312 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 = -7.63356e-05 Jy ! Component: 100 - total flux cleaned = -0.000135632 Jy ! Component: 150 - total flux cleaned = -0.000190664 Jy ! Component: 200 - total flux cleaned = -0.000242549 Jy ! Total flux subtracted in 200 components = -0.000242549 Jy ! Clean residual min=-0.001912 max=0.002177 Jy/beam ! Clean residual mean=-0.000000 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.162069 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 71 components and 0.162069 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.506 mas, bmaj=8.869 mas, bpa=-2.949 degrees ! Estimated noise=685.997 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.202e-05 Jy ! Component: 100 - total flux cleaned = -5.7898e-05 Jy ! Component: 150 - total flux cleaned = -7.79969e-05 Jy ! Component: 200 - total flux cleaned = -9.62319e-05 Jy ! Total flux subtracted in 200 components = -9.62319e-05 Jy ! Clean residual min=-0.001991 max=0.001813 Jy/beam ! Clean residual mean=0.000000 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.161973 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 84 components and 0.161973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073066Jy sigma=0.000771 ! Fit after self-cal, rms=0.073059Jy sigma=0.000771 wmodel J1218-0119_S_2014_06_09_pus_map.mod ! Writing 84 model components to file: J1218-0119_S_2014_06_09_pus_map.mod wobs J1218-0119_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J1218-0119_S_2014_06_09_pus_uvs.fits wwins J1218-0119_S_2014_06_09_pus_map.win ! wwins: Wrote 2 windows to J1218-0119_S_2014_06_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 = -0.000442381 Jy ! Component: 100 - total flux cleaned = -6.97728e-05 Jy ! Component: 150 - total flux cleaned = 0.000278085 Jy ! Component: 200 - total flux cleaned = 0.000632981 Jy ! Component: 250 - total flux cleaned = 0.000789977 Jy ! Component: 300 - total flux cleaned = 0.000891075 Jy ! Component: 350 - total flux cleaned = 0.00101303 Jy ! Component: 400 - total flux cleaned = 0.00110671 Jy ! Component: 450 - total flux cleaned = 0.0012207 Jy ! Component: 500 - total flux cleaned = 0.00130943 Jy ! Component: 550 - total flux cleaned = 0.00137473 Jy ! Component: 600 - total flux cleaned = 0.00148035 Jy ! Component: 650 - total flux cleaned = 0.00158373 Jy ! Component: 700 - total flux cleaned = 0.00162457 Jy ! Component: 750 - total flux cleaned = 0.0016644 Jy ! Component: 800 - total flux cleaned = 0.00170307 Jy ! Component: 850 - total flux cleaned = 0.00164586 Jy ! Component: 900 - total flux cleaned = 0.00164602 Jy ! Component: 950 - total flux cleaned = 0.00164625 Jy ! Component: 1000 - total flux cleaned = 0.00166445 Jy ! Component: 1050 - total flux cleaned = 0.00161132 Jy ! Component: 1100 - total flux cleaned = 0.00159406 Jy ! Component: 1150 - total flux cleaned = 0.00155961 Jy ! Component: 1200 - total flux cleaned = 0.00154289 Jy ! Component: 1250 - total flux cleaned = 0.00152589 Jy ! Component: 1300 - total flux cleaned = 0.00141126 Jy ! Component: 1350 - total flux cleaned = 0.00139539 Jy ! Component: 1400 - total flux cleaned = 0.00136384 Jy ! Component: 1450 - total flux cleaned = 0.00133229 Jy ! Component: 1500 - total flux cleaned = 0.00130143 Jy ! Component: 1550 - total flux cleaned = 0.00124068 Jy ! Component: 1600 - total flux cleaned = 0.00118041 Jy ! Component: 1650 - total flux cleaned = 0.00113622 Jy ! Component: 1700 - total flux cleaned = 0.0010631 Jy ! Component: 1750 - total flux cleaned = 0.00103378 Jy ! Component: 1800 - total flux cleaned = 0.00096185 Jy ! Component: 1850 - total flux cleaned = 0.000834305 Jy ! Component: 1900 - total flux cleaned = 0.000778358 Jy ! Component: 1950 - total flux cleaned = 0.000750838 Jy ! Component: 2000 - total flux cleaned = 0.000723363 Jy ! Component: 2050 - total flux cleaned = 0.000669123 Jy ! Component: 2100 - total flux cleaned = 0.000615488 Jy ! Component: 2150 - total flux cleaned = 0.000589135 Jy ! Component: 2200 - total flux cleaned = 0.000536283 Jy ! Component: 2250 - total flux cleaned = 0.000484212 Jy ! Component: 2300 - total flux cleaned = 0.000471523 Jy ! Component: 2350 - total flux cleaned = 0.000433297 Jy ! Component: 2400 - total flux cleaned = 0.000395616 Jy ! Component: 2450 - total flux cleaned = 0.000420564 Jy ! Component: 2500 - total flux cleaned = 0.000432862 Jy ! Component: 2550 - total flux cleaned = 0.000420672 Jy ! Component: 2600 - total flux cleaned = 0.000432891 Jy ! Component: 2650 - total flux cleaned = 0.000456845 Jy ! Component: 2700 - total flux cleaned = 0.000408949 Jy ! Component: 2750 - total flux cleaned = 0.000420812 Jy ! Component: 2800 - total flux cleaned = 0.000444358 Jy ! Component: 2850 - total flux cleaned = 0.000456096 Jy ! Component: 2900 - total flux cleaned = 0.000456141 Jy ! Component: 2950 - total flux cleaned = 0.000467433 Jy ! Component: 3000 - total flux cleaned = 0.000444686 Jy ! Component: 3050 - total flux cleaned = 0.000444823 Jy ! Component: 3100 - total flux cleaned = 0.00045576 Jy ! Component: 3150 - total flux cleaned = 0.000433654 Jy ! Component: 3200 - total flux cleaned = 0.000400749 Jy ! Component: 3250 - total flux cleaned = 0.000422458 Jy ! Component: 3300 - total flux cleaned = 0.000422414 Jy ! Component: 3350 - total flux cleaned = 0.000390416 Jy ! Component: 3400 - total flux cleaned = 0.000379887 Jy ! Component: 3450 - total flux cleaned = 0.000379981 Jy ! Component: 3500 - total flux cleaned = 0.000348765 Jy ! Component: 3550 - total flux cleaned = 0.000369551 Jy ! Component: 3600 - total flux cleaned = 0.000390079 Jy ! Component: 3650 - total flux cleaned = 0.000339077 Jy ! Component: 3700 - total flux cleaned = 0.000379578 Jy ! Component: 3750 - total flux cleaned = 0.000349509 Jy ! Component: 3800 - total flux cleaned = 0.000379401 Jy ! Component: 3850 - total flux cleaned = 0.000339669 Jy ! Component: 3900 - total flux cleaned = 0.000310173 Jy ! Component: 3950 - total flux cleaned = 0.000310066 Jy ! Component: 4000 - total flux cleaned = 0.000271279 Jy ! Component: 4050 - total flux cleaned = 0.00025219 Jy ! Total flux subtracted in 4096 components = 0.000242611 Jy ! Clean residual min=-0.000621 max=0.000659 Jy/beam ! Clean residual mean=0.000001 rms=0.000181 Jy/beam ! Combined flux in latest and established models = 0.162216 Jy keep ! Adding 263 model components to the UV plane model. ! The established model now contains 347 components and 0.162216 Jy ![Exited script file: muppet] wmap "J1218-0119_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.506 x 8.869 at -2.949 degrees (North through East) ! Clean map min=-0.0012446 max=0.13081 Jy/beam ! Writing clean map to FITS file: J1218-0119_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.130811 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000179689 device "J1218-0119_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1218-0119_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.412094 0.412094 0.824189 1.64838 3.29676 6.59351 13.187 26.374 52.7481 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.13 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.506 x 8.869 at -2.949 degrees (North through East) ! Clean map min=-0.0012446 max=0.13081 Jy/beam quit ! Quitting program ! Log file J1218-0119_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:53:11 2016