! Started logfile: J1315+2840_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:54:19 2016 obs J1315+2840_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J1315+2840_S_2014_06_09_pus_uva.fits ! AN table 1: 82 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.788076 visibilities/baseline/integration-bin. ! Found source: J1315+2840 ! ! 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 11632 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 J1315+2840_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 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.949320Jy sigma=0.011519 ! Fit after self-cal, rms=0.930232Jy sigma=0.011306 ! 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.967 mas, bmaj=5.341 mas, bpa=-8.073 degrees ! Estimated noise=973.545 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.0532612 Jy ! Component: 100 - total flux cleaned = 0.0675631 Jy ! Total flux subtracted in 100 components = 0.0675631 Jy ! Clean residual min=-0.004071 max=0.005547 Jy/beam ! Clean residual mean=-0.000003 rms=0.001070 Jy/beam ! Combined flux in latest and established models = 0.0675632 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0675632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069813Jy sigma=0.000784 ! Fit after self-cal, rms=0.069758Jy sigma=0.000784 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00629565 Jy ! Component: 100 - total flux cleaned = 0.00942842 Jy ! Total flux subtracted in 100 components = 0.00942842 Jy ! Clean residual min=-0.003626 max=0.003481 Jy/beam ! Clean residual mean=0.000000 rms=0.000945 Jy/beam ! Combined flux in latest and established models = 0.0769916 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 16 components and 0.0769916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069183Jy sigma=0.000777 ! Fit after self-cal, rms=0.069162Jy sigma=0.000777 ! 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.728 mas, bmaj=6.512 mas, bpa=-8.367 degrees ! Estimated noise=548.854 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.00222284 Jy ! Component: 100 - total flux cleaned = 0.00303391 Jy ! Component: 150 - total flux cleaned = 0.00320537 Jy ! Component: 200 - total flux cleaned = 0.00331718 Jy ! Total flux subtracted in 200 components = 0.00331718 Jy ! Clean residual min=-0.002314 max=0.002010 Jy/beam ! Clean residual mean=0.000006 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.0803088 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 25 components and 0.0803088 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069080Jy sigma=0.000776 ! Fit after self-cal, rms=0.069084Jy sigma=0.000776 ! 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 1.00 KP 1.05 ! LA 1.19 MK 1.07 NL 0.99 OV 0.97 ! PT 1.01 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 0.97 KP 1.02 ! LA 1.08 MK 1.06 NL 1.03 OV 1.01 ! PT 1.04 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.09 HN 0.99 KP 0.97 ! LA 0.90 MK 1.06 NL 1.04 OV 0.96 ! PT 0.97 SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 0.96 KP 0.91 ! LA 0.84 MK 1.02 NL 1.02 OV 0.98 ! PT 1.02 SC 0.96 ! ! ! Fit before self-cal, rms=0.069084Jy sigma=0.000776 ! Fit after self-cal, rms=0.067820Jy sigma=0.000772 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.752 mas, bmaj=6.493 mas, bpa=-7.572 degrees ! Estimated noise=548.284 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.000172423 Jy ! Component: 100 - total flux cleaned = 0.00017365 Jy ! Component: 150 - total flux cleaned = 0.000189232 Jy ! Component: 200 - total flux cleaned = 0.000217812 Jy ! Total flux subtracted in 200 components = 0.000217812 Jy ! Clean residual min=-0.001773 max=0.001759 Jy/beam ! Clean residual mean=0.000000 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.0805266 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 30 components and 0.0805266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067812Jy sigma=0.000772 ! Fit after self-cal, rms=0.067801Jy sigma=0.000772 ! 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.067801Jy sigma=0.000772 ! Fit after self-cal, rms=0.067955Jy sigma=0.000771 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.74 mas, bmaj=6.515 mas, bpa=-7.936 degrees ! Estimated noise=548.292 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.96907e-05 Jy ! Component: 100 - total flux cleaned = 0.000100809 Jy ! Component: 150 - total flux cleaned = 0.000100374 Jy ! Component: 200 - total flux cleaned = 0.000116934 Jy ! Total flux subtracted in 200 components = 0.000116934 Jy ! Clean residual min=-0.001818 max=0.001693 Jy/beam ! Clean residual mean=0.000000 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.0806435 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 38 components and 0.0806435 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067951Jy sigma=0.000771 ! Fit after self-cal, rms=0.067958Jy 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 = -2.43397e-06 Jy ! Component: 100 - total flux cleaned = 5.76946e-06 Jy ! Component: 150 - total flux cleaned = 1.30554e-05 Jy ! Component: 200 - total flux cleaned = 2.01048e-05 Jy ! Total flux subtracted in 200 components = 2.01048e-05 Jy ! Clean residual min=-0.001809 max=0.001670 Jy/beam ! Clean residual mean=0.000000 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.0806636 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 40 components and 0.0806636 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067956Jy sigma=0.000771 ! Fit after self-cal, rms=0.067955Jy 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.067955Jy sigma=0.000771 ! Fit after self-cal, rms=0.067990Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.739 mas, bmaj=6.523 mas, bpa=-8.112 degrees ! Estimated noise=548.179 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.92345e-05 Jy ! Component: 100 - total flux cleaned = 4.99663e-05 Jy ! Component: 150 - total flux cleaned = 6.37365e-05 Jy ! Component: 200 - total flux cleaned = 6.99505e-05 Jy ! Total flux subtracted in 200 components = 6.99505e-05 Jy ! Clean residual min=-0.001790 max=0.001668 Jy/beam ! Clean residual mean=0.000000 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.0807336 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 42 components and 0.0807336 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067988Jy sigma=0.000771 ! Fit after self-cal, rms=0.067987Jy 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 = -8.35628e-06 Jy ! Component: 100 - total flux cleaned = -2.03788e-06 Jy ! Component: 150 - total flux cleaned = 4.05181e-06 Jy ! Component: 200 - total flux cleaned = 9.6471e-06 Jy ! Total flux subtracted in 200 components = 9.6471e-06 Jy ! Clean residual min=-0.001790 max=0.001655 Jy/beam ! Clean residual mean=0.000000 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.0807432 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 44 components and 0.0807432 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067986Jy sigma=0.000771 ! Fit after self-cal, rms=0.067986Jy sigma=0.000771 ! 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.067986Jy sigma=0.000771 ! Fit after self-cal, rms=0.068008Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.662 mas, bmaj=11.36 mas, bpa=-8.828 degrees ! Estimated noise=656.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.66562e-05 Jy ! Component: 100 - total flux cleaned = 9.15314e-05 Jy ! Component: 150 - total flux cleaned = 0.000112019 Jy ! Component: 200 - total flux cleaned = 0.000126465 Jy ! Total flux subtracted in 200 components = 0.000126465 Jy ! Clean residual min=-0.001851 max=0.001899 Jy/beam ! Clean residual mean=0.000001 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.0808697 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 45 components and 0.0808697 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068013Jy sigma=0.000771 ! Fit after self-cal, rms=0.068010Jy 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.66479e-05 Jy ! Component: 100 - total flux cleaned = 2.77159e-05 Jy ! Component: 150 - total flux cleaned = 2.68286e-05 Jy ! Component: 200 - total flux cleaned = 3.22428e-05 Jy ! Total flux subtracted in 200 components = 3.22428e-05 Jy ! Clean residual min=-0.001847 max=0.001892 Jy/beam ! Clean residual mean=0.000001 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.080902 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 48 components and 0.0809019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068014Jy sigma=0.000771 ! Fit after self-cal, rms=0.068011Jy 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.739 mas, bmaj=6.529 mas, bpa=-8.203 degrees ! Estimated noise=548.201 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.739 x 6.529 at -8.203 degrees (North through East) ! Clean map min=-0.0017118 max=0.069607 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.983 mas, bmaj=5.359 mas, bpa=-7.865 degrees ! Estimated noise=970.223 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0529851 Jy ! Component: 100 - total flux cleaned = 0.0675258 Jy ! Component: 150 - total flux cleaned = 0.0734587 Jy ! Component: 200 - total flux cleaned = 0.0766625 Jy ! Total flux subtracted in 200 components = 0.0766625 Jy ! Clean residual min=-0.003300 max=0.003327 Jy/beam ! Clean residual mean=-0.000003 rms=0.000869 Jy/beam ! Combined flux in latest and established models = 0.0766625 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.0766625 Jy ! Inverting map and beam ! Estimated beam: bmin=3.739 mas, bmaj=6.529 mas, bpa=-8.203 degrees ! Estimated noise=548.201 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.00267886 Jy ! Component: 100 - total flux cleaned = 0.00376325 Jy ! Component: 150 - total flux cleaned = 0.00387318 Jy ! Component: 200 - total flux cleaned = 0.00389533 Jy ! Total flux subtracted in 200 components = 0.00389533 Jy ! Clean residual min=-0.001824 max=0.001706 Jy/beam ! Clean residual mean=-0.000000 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.0805578 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 37 components and 0.0805578 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.662 mas, bmaj=11.36 mas, bpa=-8.828 degrees ! Estimated noise=656.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000127063 Jy ! Component: 100 - total flux cleaned = 0.000161248 Jy ! Component: 150 - total flux cleaned = 0.000189167 Jy ! Component: 200 - total flux cleaned = 0.00021235 Jy ! Total flux subtracted in 200 components = 0.00021235 Jy ! Clean residual min=-0.001844 max=0.001945 Jy/beam ! Clean residual mean=0.000001 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 0.0807701 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 = 1.92038e-05 Jy ! Component: 100 - total flux cleaned = 3.54318e-05 Jy ! Component: 150 - total flux cleaned = 4.21543e-05 Jy ! Component: 200 - total flux cleaned = 5.4435e-05 Jy ! Total flux subtracted in 200 components = 5.4435e-05 Jy ! Clean residual min=-0.001821 max=0.001921 Jy/beam ! Clean residual mean=0.000001 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.0808246 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 45 components and 0.0808246 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.739 mas, bmaj=6.529 mas, bpa=-8.203 degrees ! Estimated noise=548.201 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.22953e-05 Jy ! Component: 100 - total flux cleaned = -9.92693e-05 Jy ! Component: 150 - total flux cleaned = -0.000138183 Jy ! Component: 200 - total flux cleaned = -0.000138429 Jy ! Total flux subtracted in 200 components = -0.000138429 Jy ! Clean residual min=-0.001779 max=0.001681 Jy/beam ! Clean residual mean=-0.000000 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.0806862 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 50 components and 0.0806861 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068020Jy sigma=0.000771 ! Fit after self-cal, rms=0.068016Jy sigma=0.000771 wmodel J1315+2840_S_2014_06_09_pus_map.mod ! Writing 50 model components to file: J1315+2840_S_2014_06_09_pus_map.mod wobs J1315+2840_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J1315+2840_S_2014_06_09_pus_uvs.fits wwins J1315+2840_S_2014_06_09_pus_map.win ! wwins: Wrote 1 windows to J1315+2840_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 = -4.10482e-05 Jy ! Component: 100 - total flux cleaned = 0.000169418 Jy ! Component: 150 - total flux cleaned = 0.000370173 Jy ! Component: 200 - total flux cleaned = 0.000479846 Jy ! Component: 250 - total flux cleaned = 0.000584237 Jy ! Component: 300 - total flux cleaned = 0.000658909 Jy ! Component: 350 - total flux cleaned = 0.000732079 Jy ! Component: 400 - total flux cleaned = 0.000944698 Jy ! Component: 450 - total flux cleaned = 0.00105911 Jy ! Component: 500 - total flux cleaned = 0.00114831 Jy ! Component: 550 - total flux cleaned = 0.00123518 Jy ! Component: 600 - total flux cleaned = 0.00136249 Jy ! Component: 650 - total flux cleaned = 0.00142517 Jy ! Component: 700 - total flux cleaned = 0.00152751 Jy ! Component: 750 - total flux cleaned = 0.00158785 Jy ! Component: 800 - total flux cleaned = 0.00168628 Jy ! Component: 850 - total flux cleaned = 0.00176332 Jy ! Component: 900 - total flux cleaned = 0.00176343 Jy ! Component: 950 - total flux cleaned = 0.00180079 Jy ! Component: 1000 - total flux cleaned = 0.00187391 Jy ! Component: 1050 - total flux cleaned = 0.0018739 Jy ! Component: 1100 - total flux cleaned = 0.00187372 Jy ! Component: 1150 - total flux cleaned = 0.0018387 Jy ! Component: 1200 - total flux cleaned = 0.00187346 Jy ! Component: 1250 - total flux cleaned = 0.00180485 Jy ! Component: 1300 - total flux cleaned = 0.00175439 Jy ! Component: 1350 - total flux cleaned = 0.00173786 Jy ! Component: 1400 - total flux cleaned = 0.00170507 Jy ! Component: 1450 - total flux cleaned = 0.00167264 Jy ! Component: 1500 - total flux cleaned = 0.00170468 Jy ! Component: 1550 - total flux cleaned = 0.00172045 Jy ! Component: 1600 - total flux cleaned = 0.00168933 Jy ! Component: 1650 - total flux cleaned = 0.00165844 Jy ! Component: 1700 - total flux cleaned = 0.00171975 Jy ! Component: 1750 - total flux cleaned = 0.00165929 Jy ! Component: 1800 - total flux cleaned = 0.0016893 Jy ! Component: 1850 - total flux cleaned = 0.00165972 Jy ! Component: 1900 - total flux cleaned = 0.00167467 Jy ! Component: 1950 - total flux cleaned = 0.00168929 Jy ! Component: 2000 - total flux cleaned = 0.00173262 Jy ! Component: 2050 - total flux cleaned = 0.00173246 Jy ! Component: 2100 - total flux cleaned = 0.00171814 Jy ! Component: 2150 - total flux cleaned = 0.00173213 Jy ! Component: 2200 - total flux cleaned = 0.0017044 Jy ! Component: 2250 - total flux cleaned = 0.00166319 Jy ! Component: 2300 - total flux cleaned = 0.00166323 Jy ! Component: 2350 - total flux cleaned = 0.00164985 Jy ! Component: 2400 - total flux cleaned = 0.0015698 Jy ! Component: 2450 - total flux cleaned = 0.00159625 Jy ! Component: 2500 - total flux cleaned = 0.00153074 Jy ! Component: 2550 - total flux cleaned = 0.00147874 Jy ! Component: 2600 - total flux cleaned = 0.00149154 Jy ! Component: 2650 - total flux cleaned = 0.00140217 Jy ! Component: 2700 - total flux cleaned = 0.0014147 Jy ! Component: 2750 - total flux cleaned = 0.0013518 Jy ! Component: 2800 - total flux cleaned = 0.00128954 Jy ! Component: 2850 - total flux cleaned = 0.00125264 Jy ! Component: 2900 - total flux cleaned = 0.00122795 Jy ! Component: 2950 - total flux cleaned = 0.00114274 Jy ! Component: 3000 - total flux cleaned = 0.00111846 Jy ! Component: 3050 - total flux cleaned = 0.00108264 Jy ! Component: 3100 - total flux cleaned = 0.00102337 Jy ! Component: 3150 - total flux cleaned = 0.000987882 Jy ! Component: 3200 - total flux cleaned = 0.000952857 Jy ! Component: 3250 - total flux cleaned = 0.000906307 Jy ! Component: 3300 - total flux cleaned = 0.000871593 Jy ! Component: 3350 - total flux cleaned = 0.000825736 Jy ! Component: 3400 - total flux cleaned = 0.000735012 Jy ! Component: 3450 - total flux cleaned = 0.000768895 Jy ! Component: 3500 - total flux cleaned = 0.000690386 Jy ! Component: 3550 - total flux cleaned = 0.000612686 Jy ! Component: 3600 - total flux cleaned = 0.000656779 Jy ! Component: 3650 - total flux cleaned = 0.000612881 Jy ! Component: 3700 - total flux cleaned = 0.000569243 Jy ! Component: 3750 - total flux cleaned = 0.000547694 Jy ! Component: 3800 - total flux cleaned = 0.000515574 Jy ! Component: 3850 - total flux cleaned = 0.000504899 Jy ! Component: 3900 - total flux cleaned = 0.000526025 Jy ! Component: 3950 - total flux cleaned = 0.000483862 Jy ! Component: 4000 - total flux cleaned = 0.000483884 Jy ! Component: 4050 - total flux cleaned = 0.000463041 Jy ! Total flux subtracted in 4096 components = 0.000432001 Jy ! Clean residual min=-0.000684 max=0.000661 Jy/beam ! Clean residual mean=-0.000000 rms=0.000182 Jy/beam ! Combined flux in latest and established models = 0.0811181 Jy keep ! Adding 253 model components to the UV plane model. ! The established model now contains 303 components and 0.0811182 Jy ![Exited script file: muppet] wmap "J1315+2840_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.739 x 6.529 at -8.203 degrees (North through East) ! Clean map min=-0.0013623 max=0.069882 Jy/beam ! Writing clean map to FITS file: J1315+2840_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.0698825 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000179344 device "J1315+2840_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1315+2840_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.76991 0.76991 1.53982 3.07964 6.15928 12.3186 24.6371 49.2742 98.5485 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.069 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.739 x 6.529 at -8.203 degrees (North through East) ! Clean map min=-0.0013623 max=0.069882 Jy/beam quit ! Quitting program ! Log file J1315+2840_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:54:24 2016