! Started logfile: J0950+0615_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:50:24 2016 obs J0950+0615_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0950+0615_S_2014_06_09_pus_uva.fits ! AN table 1: 105 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.774603 visibilities/baseline/integration-bin. ! Found source: J0950+0615 ! ! 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 14640 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 J0950+0615_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 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.911434Jy sigma=0.010575 ! Fit after self-cal, rms=0.897062Jy sigma=0.010416 ! 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.53 mas, bmaj=7.349 mas, bpa=-4.348 degrees ! Estimated noise=851.821 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.0807817 Jy ! Component: 100 - total flux cleaned = 0.0986595 Jy ! Total flux subtracted in 100 components = 0.0986595 Jy ! Clean residual min=-0.003570 max=0.005985 Jy/beam ! Clean residual mean=0.000007 rms=0.000969 Jy/beam ! Combined flux in latest and established models = 0.0986595 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0986595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072867Jy sigma=0.000798 ! Fit after self-cal, rms=0.072865Jy sigma=0.000798 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00623799 Jy ! Component: 100 - total flux cleaned = 0.00906065 Jy ! Total flux subtracted in 100 components = 0.00906065 Jy ! Clean residual min=-0.003178 max=0.003584 Jy/beam ! Clean residual mean=0.000003 rms=0.000822 Jy/beam ! Combined flux in latest and established models = 0.10772 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 12 components and 0.10772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072264Jy sigma=0.000792 ! Fit after self-cal, rms=0.072269Jy sigma=0.000792 ! 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.173 mas, bmaj=8.566 mas, bpa=-5.593 degrees ! Estimated noise=510.96 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.00203379 Jy ! Component: 100 - total flux cleaned = 0.00308437 Jy ! Component: 150 - total flux cleaned = 0.00368429 Jy ! Component: 200 - total flux cleaned = 0.00386814 Jy ! Total flux subtracted in 200 components = 0.00386814 Jy ! Clean residual min=-0.002438 max=0.002435 Jy/beam ! Clean residual mean=0.000003 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.111588 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 27 components and 0.111588 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072194Jy sigma=0.000791 ! Fit after self-cal, rms=0.072199Jy sigma=0.000791 ! 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.86 HN 0.97 KP 0.99 ! LA 1.21 MK 1.02 NL 0.98 OV 0.99 ! PT 0.99 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 0.98 KP 1.05 ! LA 1.16 MK 0.99 NL 1.03 OV 1.00 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.15 HN 0.99 KP 0.91 ! LA 0.90 MK 1.03 NL 1.00 OV 0.95 ! PT 0.97 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.10 HN 1.00 KP 0.88 ! LA 0.86 MK 1.03 NL 1.05 OV 0.99 ! PT 1.01 SC 1.02 ! ! ! Fit before self-cal, rms=0.072199Jy sigma=0.000791 ! Fit after self-cal, rms=0.070940Jy sigma=0.000782 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.185 mas, bmaj=8.578 mas, bpa=-5.499 degrees ! Estimated noise=510.515 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.000335153 Jy ! Component: 100 - total flux cleaned = -0.000334062 Jy ! Component: 150 - total flux cleaned = -0.000320128 Jy ! Component: 200 - total flux cleaned = -0.000320133 Jy ! Total flux subtracted in 200 components = -0.000320133 Jy ! Clean residual min=-0.002091 max=0.001995 Jy/beam ! Clean residual mean=0.000002 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.111268 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 33 components and 0.111268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070932Jy sigma=0.000782 ! Fit after self-cal, rms=0.070943Jy sigma=0.000781 ! 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.070943Jy sigma=0.000781 ! Fit after self-cal, rms=0.071052Jy sigma=0.000781 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.186 mas, bmaj=8.574 mas, bpa=-5.487 degrees ! Estimated noise=509.976 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000160366 Jy ! Component: 100 - total flux cleaned = -0.000198784 Jy ! Component: 150 - total flux cleaned = -0.000210427 Jy ! Component: 200 - total flux cleaned = -0.000210564 Jy ! Total flux subtracted in 200 components = -0.000210564 Jy ! Clean residual min=-0.002097 max=0.001955 Jy/beam ! Clean residual mean=0.000001 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.111058 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 39 components and 0.111058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071048Jy sigma=0.000780 ! Fit after self-cal, rms=0.071056Jy sigma=0.000780 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.88321e-06 Jy ! Component: 100 - total flux cleaned = 4.7815e-06 Jy ! Component: 150 - total flux cleaned = -5.14901e-06 Jy ! Component: 200 - total flux cleaned = -5.3998e-06 Jy ! Total flux subtracted in 200 components = -5.3998e-06 Jy ! Clean residual min=-0.002085 max=0.001932 Jy/beam ! Clean residual mean=0.000001 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.111052 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 41 components and 0.111052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071054Jy sigma=0.000780 ! Fit after self-cal, rms=0.071053Jy sigma=0.000780 ! 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.071053Jy sigma=0.000780 ! Fit after self-cal, rms=0.071011Jy sigma=0.000780 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.186 mas, bmaj=8.577 mas, bpa=-5.488 degrees ! Estimated noise=509.474 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000166952 Jy ! Component: 100 - total flux cleaned = -0.00017672 Jy ! Component: 150 - total flux cleaned = -0.000176844 Jy ! Component: 200 - total flux cleaned = -0.000185681 Jy ! Total flux subtracted in 200 components = -0.000185681 Jy ! Clean residual min=-0.002078 max=0.001901 Jy/beam ! Clean residual mean=0.000001 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.110867 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 44 components and 0.110867 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071009Jy sigma=0.000780 ! Fit after self-cal, rms=0.071009Jy sigma=0.000780 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.07335e-06 Jy ! Component: 100 - total flux cleaned = -7.45543e-06 Jy ! Component: 150 - total flux cleaned = -1.57923e-05 Jy ! Component: 200 - total flux cleaned = -2.35862e-05 Jy ! Total flux subtracted in 200 components = -2.35862e-05 Jy ! Clean residual min=-0.002073 max=0.001884 Jy/beam ! Clean residual mean=0.000001 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.110843 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 46 components and 0.110843 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071007Jy sigma=0.000780 ! Fit after self-cal, rms=0.071007Jy sigma=0.000780 ! 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.071007Jy sigma=0.000780 ! Fit after self-cal, rms=0.070957Jy sigma=0.000780 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.293 mas, bmaj=14.52 mas, bpa=-10.7 degrees ! Estimated noise=629.933 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000287316 Jy ! Component: 100 - total flux cleaned = 0.000247694 Jy ! Component: 150 - total flux cleaned = 0.000213998 Jy ! Component: 200 - total flux cleaned = 0.000172279 Jy ! Total flux subtracted in 200 components = 0.000172279 Jy ! Clean residual min=-0.001834 max=0.001928 Jy/beam ! Clean residual mean=0.000001 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.111015 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 52 components and 0.111015 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070966Jy sigma=0.000780 ! Fit after self-cal, rms=0.070961Jy sigma=0.000780 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 = 5.70888e-07 Jy ! Component: 100 - total flux cleaned = -3.566e-05 Jy ! Component: 150 - total flux cleaned = -7.89254e-05 Jy ! Component: 200 - total flux cleaned = -0.000102174 Jy ! Total flux subtracted in 200 components = -0.000102174 Jy ! Clean residual min=-0.001833 max=0.001925 Jy/beam ! Clean residual mean=0.000001 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.110913 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 54 components and 0.110913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070972Jy sigma=0.000781 ! Fit after self-cal, rms=0.070969Jy sigma=0.000780 ! 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.187 mas, bmaj=8.579 mas, bpa=-5.484 degrees ! Estimated noise=508.988 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.187 x 8.579 at -5.484 degrees (North through East) ! Clean map min=-0.0019864 max=0.10419 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.545 mas, bmaj=7.352 mas, bpa=-4.224 degrees ! Estimated noise=848.503 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0803718 Jy ! Component: 100 - total flux cleaned = 0.0981641 Jy ! Component: 150 - total flux cleaned = 0.104054 Jy ! Component: 200 - total flux cleaned = 0.106759 Jy ! Total flux subtracted in 200 components = 0.106759 Jy ! Clean residual min=-0.002934 max=0.003082 Jy/beam ! Clean residual mean=0.000002 rms=0.000725 Jy/beam ! Combined flux in latest and established models = 0.106759 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 10 model components to the UV plane model. ! The established model now contains 10 components and 0.106759 Jy ! Inverting map and beam ! Estimated beam: bmin=3.187 mas, bmaj=8.579 mas, bpa=-5.484 degrees ! Estimated noise=508.988 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 (-4, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00275079 Jy ! Component: 100 - total flux cleaned = 0.00408169 Jy ! Component: 150 - total flux cleaned = 0.00469687 Jy ! Component: 200 - total flux cleaned = 0.00489796 Jy ! Total flux subtracted in 200 components = 0.00489796 Jy ! Clean residual min=-0.001936 max=0.001616 Jy/beam ! Clean residual mean=0.000000 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.111657 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 33 components and 0.111657 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.293 mas, bmaj=14.52 mas, bpa=-10.7 degrees ! Estimated noise=629.933 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000502363 Jy ! Component: 100 - total flux cleaned = 0.000609281 Jy ! Component: 150 - total flux cleaned = 0.000637328 Jy ! Component: 200 - total flux cleaned = 0.000589571 Jy ! Total flux subtracted in 200 components = 0.000589571 Jy ! Clean residual min=-0.001712 max=0.001593 Jy/beam ! Clean residual mean=-0.000000 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.112246 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 = -2.15431e-05 Jy ! Component: 100 - total flux cleaned = -4.08816e-05 Jy ! Component: 150 - total flux cleaned = -4.97244e-05 Jy ! Component: 200 - total flux cleaned = -6.70942e-05 Jy ! Total flux subtracted in 200 components = -6.70942e-05 Jy ! Clean residual min=-0.001692 max=0.001597 Jy/beam ! Clean residual mean=0.000000 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.112179 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 52 components and 0.112179 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.187 mas, bmaj=8.579 mas, bpa=-5.484 degrees ! Estimated noise=508.988 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.87951e-05 Jy ! Component: 100 - total flux cleaned = -8.61422e-05 Jy ! Component: 150 - total flux cleaned = -0.000134743 Jy ! Component: 200 - total flux cleaned = -0.000192961 Jy ! Total flux subtracted in 200 components = -0.000192961 Jy ! Clean residual min=-0.001777 max=0.001564 Jy/beam ! Clean residual mean=-0.000000 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.111986 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 67 components and 0.111986 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070908Jy sigma=0.000780 ! Fit after self-cal, rms=0.070901Jy sigma=0.000780 wmodel J0950+0615_S_2014_06_09_pus_map.mod ! Writing 67 model components to file: J0950+0615_S_2014_06_09_pus_map.mod wobs J0950+0615_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0950+0615_S_2014_06_09_pus_uvs.fits wwins J0950+0615_S_2014_06_09_pus_map.win ! wwins: Wrote 2 windows to J0950+0615_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.00029156 Jy ! Component: 100 - total flux cleaned = -0.000344597 Jy ! Component: 150 - total flux cleaned = -0.000420349 Jy ! Component: 200 - total flux cleaned = -0.000491313 Jy ! Component: 250 - total flux cleaned = -0.000603385 Jy ! Component: 300 - total flux cleaned = -0.000690485 Jy ! Component: 350 - total flux cleaned = -0.000732688 Jy ! Component: 400 - total flux cleaned = -0.000814704 Jy ! Component: 450 - total flux cleaned = -0.00083458 Jy ! Component: 500 - total flux cleaned = -0.000873035 Jy ! Component: 550 - total flux cleaned = -0.000873102 Jy ! Component: 600 - total flux cleaned = -0.000910456 Jy ! Component: 650 - total flux cleaned = -0.000964944 Jy ! Component: 700 - total flux cleaned = -0.000947375 Jy ! Component: 750 - total flux cleaned = -0.000965051 Jy ! Component: 800 - total flux cleaned = -0.000965214 Jy ! Component: 850 - total flux cleaned = -0.000981937 Jy ! Component: 900 - total flux cleaned = -0.000965727 Jy ! Component: 950 - total flux cleaned = -0.000933718 Jy ! Component: 1000 - total flux cleaned = -0.000981596 Jy ! Component: 1050 - total flux cleaned = -0.000965828 Jy ! Component: 1100 - total flux cleaned = -0.000950413 Jy ! Component: 1150 - total flux cleaned = -0.000950403 Jy ! Component: 1200 - total flux cleaned = -0.000950153 Jy ! Component: 1250 - total flux cleaned = -0.000935367 Jy ! Component: 1300 - total flux cleaned = -0.0010077 Jy ! Component: 1350 - total flux cleaned = -0.00102166 Jy ! Component: 1400 - total flux cleaned = -0.00100718 Jy ! Component: 1450 - total flux cleaned = -0.000993411 Jy ! Component: 1500 - total flux cleaned = -0.000965903 Jy ! Component: 1550 - total flux cleaned = -0.000979528 Jy ! Component: 1600 - total flux cleaned = -0.000912168 Jy ! Component: 1650 - total flux cleaned = -0.000912398 Jy ! Component: 1700 - total flux cleaned = -0.000886072 Jy ! Component: 1750 - total flux cleaned = -0.000886078 Jy ! Component: 1800 - total flux cleaned = -0.000898871 Jy ! Component: 1850 - total flux cleaned = -0.000886129 Jy ! Component: 1900 - total flux cleaned = -0.000886087 Jy ! Component: 1950 - total flux cleaned = -0.000886194 Jy ! Component: 2000 - total flux cleaned = -0.000898559 Jy ! Component: 2050 - total flux cleaned = -0.000898646 Jy ! Component: 2100 - total flux cleaned = -0.000959067 Jy ! Component: 2150 - total flux cleaned = -0.000947146 Jy ! Component: 2200 - total flux cleaned = -0.00100632 Jy ! Component: 2250 - total flux cleaned = -0.000959562 Jy ! Component: 2300 - total flux cleaned = -0.0010406 Jy ! Component: 2350 - total flux cleaned = -0.00105202 Jy ! Component: 2400 - total flux cleaned = -0.00104066 Jy ! Component: 2450 - total flux cleaned = -0.00105188 Jy ! Component: 2500 - total flux cleaned = -0.00111888 Jy ! Component: 2550 - total flux cleaned = -0.00112978 Jy ! Component: 2600 - total flux cleaned = -0.00114079 Jy ! Component: 2650 - total flux cleaned = -0.00119503 Jy ! Component: 2700 - total flux cleaned = -0.00124887 Jy ! Component: 2750 - total flux cleaned = -0.00127018 Jy ! Component: 2800 - total flux cleaned = -0.00125946 Jy ! Component: 2850 - total flux cleaned = -0.00131194 Jy ! Component: 2900 - total flux cleaned = -0.00132239 Jy ! Component: 2950 - total flux cleaned = -0.00135341 Jy ! Component: 3000 - total flux cleaned = -0.00141479 Jy ! Component: 3050 - total flux cleaned = -0.0014453 Jy ! Component: 3100 - total flux cleaned = -0.00149581 Jy ! Component: 3150 - total flux cleaned = -0.00152595 Jy ! Component: 3200 - total flux cleaned = -0.0015855 Jy ! Component: 3250 - total flux cleaned = -0.00165438 Jy ! Component: 3300 - total flux cleaned = -0.00167396 Jy ! Component: 3350 - total flux cleaned = -0.00176116 Jy ! Component: 3400 - total flux cleaned = -0.0017706 Jy ! Component: 3450 - total flux cleaned = -0.00182799 Jy ! Component: 3500 - total flux cleaned = -0.00186603 Jy ! Component: 3550 - total flux cleaned = -0.00194142 Jy ! Component: 3600 - total flux cleaned = -0.00198821 Jy ! Component: 3650 - total flux cleaned = -0.00197902 Jy ! Component: 3700 - total flux cleaned = -0.00202514 Jy ! Component: 3750 - total flux cleaned = -0.00206191 Jy ! Component: 3800 - total flux cleaned = -0.00211656 Jy ! Component: 3850 - total flux cleaned = -0.00212555 Jy ! Component: 3900 - total flux cleaned = -0.00217035 Jy ! Component: 3950 - total flux cleaned = -0.00217928 Jy ! Component: 4000 - total flux cleaned = -0.00220581 Jy ! Component: 4050 - total flux cleaned = -0.00223235 Jy ! Total flux subtracted in 4096 components = -0.00224107 Jy ! Clean residual min=-0.000528 max=0.000534 Jy/beam ! Clean residual mean=-0.000000 rms=0.000161 Jy/beam ! Combined flux in latest and established models = 0.109745 Jy keep ! Adding 261 model components to the UV plane model. ! The established model now contains 328 components and 0.109745 Jy ![Exited script file: muppet] wmap "J0950+0615_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.187 x 8.579 at -5.484 degrees (North through East) ! Clean map min=-0.0010112 max=0.10401 Jy/beam ! Writing clean map to FITS file: J0950+0615_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.104008 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000158524 device "J0950+0615_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0950+0615_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.457247 0.457247 0.914493 1.82899 3.65797 7.31595 14.6319 29.2638 58.5276 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.104 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.187 x 8.579 at -5.484 degrees (North through East) ! Clean map min=-0.0010112 max=0.10401 Jy/beam quit ! Quitting program ! Log file J0950+0615_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:50:28 2016