! Started logfile: J1201+1431_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:24:22 2017 obs J1201+1431_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1201+1431_S_2015_01_23_pus_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.930214 visibilities/baseline/integration-bin. ! Found source: J1201+1431 ! ! 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 9544 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 J1201+1431_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 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.811518Jy sigma=0.008716 ! Fit after self-cal, rms=0.757101Jy sigma=0.008400 ! 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.681 mas, bmaj=6.308 mas, bpa=-2.428 degrees ! Estimated noise=848.836 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.208612 Jy ! Component: 100 - total flux cleaned = 0.255248 Jy ! Total flux subtracted in 100 components = 0.255248 Jy ! Clean residual min=-0.010510 max=0.016131 Jy/beam ! Clean residual mean=0.000019 rms=0.002730 Jy/beam ! Combined flux in latest and established models = 0.255248 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.255248 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.235383Jy sigma=0.000994 ! Fit after self-cal, rms=0.235317Jy sigma=0.000994 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0175838 Jy ! Component: 100 - total flux cleaned = 0.0274818 Jy ! Total flux subtracted in 100 components = 0.0274818 Jy ! Clean residual min=-0.009187 max=0.011208 Jy/beam ! Clean residual mean=0.000014 rms=0.002498 Jy/beam ! Combined flux in latest and established models = 0.282729 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 21 components and 0.282729 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.233158Jy sigma=0.000953 ! Fit after self-cal, rms=0.233179Jy sigma=0.000953 ! 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.122 mas, bmaj=7.122 mas, bpa=-3.915 degrees ! Estimated noise=696.732 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.00954477 Jy ! Component: 100 - total flux cleaned = 0.0147616 Jy ! Component: 150 - total flux cleaned = 0.0179048 Jy ! Component: 200 - total flux cleaned = 0.0200211 Jy ! Total flux subtracted in 200 components = 0.0200211 Jy ! Clean residual min=-0.010274 max=0.014085 Jy/beam ! Clean residual mean=0.000018 rms=0.002871 Jy/beam ! Combined flux in latest and established models = 0.30275 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 43 components and 0.30275 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.232612Jy sigma=0.000948 ! Fit after self-cal, rms=0.232626Jy sigma=0.000948 ! 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 0.99 FD 0.72 HN 0.94 KP 1.09 ! LA 0.98 MK 1.00 NL 1.17 OV 0.98 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.91 HN 1.02 KP 1.04 ! LA 0.94 MK 0.99 NL 1.34 OV 1.00 ! PT 0.98 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.06 HN 1.03 KP 0.88 ! LA 0.77 MK 1.04 NL 1.39 OV 0.93 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.16 HN 0.97 KP 0.80 ! LA 0.82 MK 1.03 NL 1.02 OV 0.98 ! PT 1.03 SC 1.01 ! ! ! Fit before self-cal, rms=0.232626Jy sigma=0.000948 ! Fit after self-cal, rms=0.211906Jy sigma=0.000822 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.148 mas, bmaj=7.192 mas, bpa=-3.749 degrees ! Estimated noise=700.48 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.00171162 Jy ! Component: 100 - total flux cleaned = -0.00180655 Jy ! Component: 150 - total flux cleaned = -0.00180729 Jy ! Component: 200 - total flux cleaned = -0.00183821 Jy ! Total flux subtracted in 200 components = -0.00183821 Jy ! Clean residual min=-0.007605 max=0.005929 Jy/beam ! Clean residual mean=0.000008 rms=0.001584 Jy/beam ! Combined flux in latest and established models = 0.300912 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 51 components and 0.300912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.211847Jy sigma=0.000821 ! Fit after self-cal, rms=0.211956Jy sigma=0.000821 ! 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.211956Jy sigma=0.000821 ! Fit after self-cal, rms=0.261630Jy sigma=0.000781 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.154 mas, bmaj=7.207 mas, bpa=-3.635 degrees ! Estimated noise=700.497 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00151669 Jy ! Component: 100 - total flux cleaned = -0.0017405 Jy ! Component: 150 - total flux cleaned = -0.00181363 Jy ! Component: 200 - total flux cleaned = -0.00187362 Jy ! Total flux subtracted in 200 components = -0.00187362 Jy ! Clean residual min=-0.002337 max=0.002021 Jy/beam ! Clean residual mean=0.000002 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.299039 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 59 components and 0.299039 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.261596Jy sigma=0.000781 ! Fit after self-cal, rms=0.261608Jy sigma=0.000781 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.13864e-06 Jy ! Component: 100 - total flux cleaned = -9.76331e-05 Jy ! Component: 150 - total flux cleaned = -0.000134534 Jy ! Component: 200 - total flux cleaned = -0.000184448 Jy ! Total flux subtracted in 200 components = -0.000184448 Jy ! Clean residual min=-0.002371 max=0.002043 Jy/beam ! Clean residual mean=0.000002 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.298854 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 64 components and 0.298854 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.261594Jy sigma=0.000780 ! Fit after self-cal, rms=0.261600Jy 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.261600Jy sigma=0.000780 ! Fit after self-cal, rms=0.261540Jy sigma=0.000780 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.16 mas, bmaj=7.226 mas, bpa=-3.599 degrees ! Estimated noise=701.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0008396 Jy ! Component: 100 - total flux cleaned = -0.00100646 Jy ! Component: 150 - total flux cleaned = -0.00109297 Jy ! Component: 200 - total flux cleaned = -0.00112781 Jy ! Total flux subtracted in 200 components = -0.00112781 Jy ! Clean residual min=-0.002345 max=0.002014 Jy/beam ! Clean residual mean=0.000002 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.297726 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 65 components and 0.297726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.261522Jy sigma=0.000780 ! Fit after self-cal, rms=0.261530Jy 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 = 6.16752e-06 Jy ! Component: 100 - total flux cleaned = -7.84843e-05 Jy ! Component: 150 - total flux cleaned = -0.000114635 Jy ! Component: 200 - total flux cleaned = -0.00012555 Jy ! Total flux subtracted in 200 components = -0.00012555 Jy ! Clean residual min=-0.002363 max=0.002007 Jy/beam ! Clean residual mean=0.000002 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.297601 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 70 components and 0.297601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.261522Jy sigma=0.000780 ! Fit after self-cal, rms=0.261526Jy 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.261526Jy sigma=0.000780 ! Fit after self-cal, rms=0.261530Jy sigma=0.000780 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.102 mas, bmaj=10.85 mas, bpa=-4.808 degrees ! Estimated noise=923.257 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00103627 Jy ! Component: 100 - total flux cleaned = -0.00132334 Jy ! Component: 150 - total flux cleaned = -0.00140654 Jy ! Component: 200 - total flux cleaned = -0.00146591 Jy ! Total flux subtracted in 200 components = -0.00146591 Jy ! Clean residual min=-0.002799 max=0.002454 Jy/beam ! Clean residual mean=0.000007 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.296135 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 75 components and 0.296135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.261512Jy sigma=0.000780 ! Fit after self-cal, rms=0.261515Jy 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.96626e-05 Jy ! Component: 100 - total flux cleaned = -9.99065e-05 Jy ! Component: 150 - total flux cleaned = -0.00014477 Jy ! Component: 200 - total flux cleaned = -0.000185111 Jy ! Total flux subtracted in 200 components = -0.000185111 Jy ! Clean residual min=-0.002829 max=0.002446 Jy/beam ! Clean residual mean=0.000007 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.29595 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 75 components and 0.29595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.261509Jy sigma=0.000780 ! Fit after self-cal, rms=0.261509Jy 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.164 mas, bmaj=7.239 mas, bpa=-3.578 degrees ! Estimated noise=702.108 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.164 x 7.239 at -3.578 degrees (North through East) ! Clean map min=-0.0023651 max=0.27372 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.699 mas, bmaj=6.379 mas, bpa=-2.252 degrees ! Estimated noise=859.978 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.211282 Jy ! Component: 100 - total flux cleaned = 0.258152 Jy ! Component: 150 - total flux cleaned = 0.275048 Jy ! Component: 200 - total flux cleaned = 0.283714 Jy ! Total flux subtracted in 200 components = 0.283714 Jy ! Clean residual min=-0.002921 max=0.004043 Jy/beam ! Clean residual mean=0.000003 rms=0.000789 Jy/beam ! Combined flux in latest and established models = 0.283714 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.283714 Jy ! Inverting map and beam ! Estimated beam: bmin=3.164 mas, bmaj=7.239 mas, bpa=-3.578 degrees ! Estimated noise=702.108 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.00582756 Jy ! Component: 100 - total flux cleaned = 0.00880838 Jy ! Component: 150 - total flux cleaned = 0.0104831 Jy ! Component: 200 - total flux cleaned = 0.0114749 Jy ! Total flux subtracted in 200 components = 0.0114749 Jy ! Clean residual min=-0.002523 max=0.002091 Jy/beam ! Clean residual mean=0.000003 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.295189 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 46 components and 0.295189 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.102 mas, bmaj=10.85 mas, bpa=-4.808 degrees ! Estimated noise=923.257 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000547203 Jy ! Component: 100 - total flux cleaned = 0.000601617 Jy ! Component: 150 - total flux cleaned = 0.000627952 Jy ! Component: 200 - total flux cleaned = 0.000608482 Jy ! Total flux subtracted in 200 components = 0.000608482 Jy ! Clean residual min=-0.002884 max=0.002435 Jy/beam ! Clean residual mean=0.000007 rms=0.000681 Jy/beam ! Combined flux in latest and established models = 0.295797 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.6261e-05 Jy ! Component: 100 - total flux cleaned = -4.27165e-05 Jy ! Component: 150 - total flux cleaned = -5.77526e-05 Jy ! Component: 200 - total flux cleaned = -7.8806e-05 Jy ! Total flux subtracted in 200 components = -7.8806e-05 Jy ! Clean residual min=-0.002894 max=0.002437 Jy/beam ! Clean residual mean=0.000007 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.295718 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 52 components and 0.295718 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.164 mas, bmaj=7.239 mas, bpa=-3.578 degrees ! Estimated noise=702.108 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.50645e-06 Jy ! Component: 100 - total flux cleaned = 0.000105373 Jy ! Component: 150 - total flux cleaned = 0.000238947 Jy ! Component: 200 - total flux cleaned = 0.000365537 Jy ! Total flux subtracted in 200 components = 0.000365537 Jy ! Clean residual min=-0.002517 max=0.002077 Jy/beam ! Clean residual mean=0.000003 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.296084 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 59 components and 0.296084 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.261511Jy sigma=0.000780 ! Fit after self-cal, rms=0.261511Jy sigma=0.000780 wmodel J1201+1431_S_2015_01_23_pus_map.mod ! Writing 59 model components to file: J1201+1431_S_2015_01_23_pus_map.mod wobs J1201+1431_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1201+1431_S_2015_01_23_pus_uvs.fits wwins J1201+1431_S_2015_01_23_pus_map.win ! wwins: Wrote 1 windows to J1201+1431_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.00012421 Jy ! Component: 100 - total flux cleaned = -0.000123566 Jy ! Component: 150 - total flux cleaned = -5.25665e-05 Jy ! Component: 200 - total flux cleaned = -8.67246e-05 Jy ! Component: 250 - total flux cleaned = -5.38253e-05 Jy ! Component: 300 - total flux cleaned = 9.92893e-06 Jy ! Component: 350 - total flux cleaned = 1.04438e-05 Jy ! Component: 400 - total flux cleaned = 7.11441e-05 Jy ! Component: 450 - total flux cleaned = 0.000130456 Jy ! Component: 500 - total flux cleaned = 0.000189065 Jy ! Component: 550 - total flux cleaned = 0.000246759 Jy ! Component: 600 - total flux cleaned = 0.000274996 Jy ! Component: 650 - total flux cleaned = 0.000331068 Jy ! Component: 700 - total flux cleaned = 0.000441526 Jy ! Component: 750 - total flux cleaned = 0.000495903 Jy ! Component: 800 - total flux cleaned = 0.000630423 Jy ! Component: 850 - total flux cleaned = 0.000683406 Jy ! Component: 900 - total flux cleaned = 0.000866691 Jy ! Component: 950 - total flux cleaned = 0.000969932 Jy ! Component: 1000 - total flux cleaned = 0.000995822 Jy ! Component: 1050 - total flux cleaned = 0.00117264 Jy ! Component: 1100 - total flux cleaned = 0.00122232 Jy ! Component: 1150 - total flux cleaned = 0.00127197 Jy ! Component: 1200 - total flux cleaned = 0.00144265 Jy ! Component: 1250 - total flux cleaned = 0.00153885 Jy ! Component: 1300 - total flux cleaned = 0.00161023 Jy ! Component: 1350 - total flux cleaned = 0.00170442 Jy ! Component: 1400 - total flux cleaned = 0.00177469 Jy ! Component: 1450 - total flux cleaned = 0.00195933 Jy ! Component: 1500 - total flux cleaned = 0.00191348 Jy ! Component: 1550 - total flux cleaned = 0.00204965 Jy ! Component: 1600 - total flux cleaned = 0.00218443 Jy ! Component: 1650 - total flux cleaned = 0.00225122 Jy ! Component: 1700 - total flux cleaned = 0.00233934 Jy ! Component: 1750 - total flux cleaned = 0.00242692 Jy ! Component: 1800 - total flux cleaned = 0.00247022 Jy ! Component: 1850 - total flux cleaned = 0.00253499 Jy ! Component: 1900 - total flux cleaned = 0.00266308 Jy ! Component: 1950 - total flux cleaned = 0.00270522 Jy ! Component: 2000 - total flux cleaned = 0.00278903 Jy ! Component: 2050 - total flux cleaned = 0.00289315 Jy ! Component: 2100 - total flux cleaned = 0.00289315 Jy ! Component: 2150 - total flux cleaned = 0.00291375 Jy ! Component: 2200 - total flux cleaned = 0.0029747 Jy ! Component: 2250 - total flux cleaned = 0.00301505 Jy ! Component: 2300 - total flux cleaned = 0.00307527 Jy ! Component: 2350 - total flux cleaned = 0.00311499 Jy ! Component: 2400 - total flux cleaned = 0.00311503 Jy ! Component: 2450 - total flux cleaned = 0.00321351 Jy ! Component: 2500 - total flux cleaned = 0.00325238 Jy ! Component: 2550 - total flux cleaned = 0.00334952 Jy ! Component: 2600 - total flux cleaned = 0.00336864 Jy ! Component: 2650 - total flux cleaned = 0.00334965 Jy ! Component: 2700 - total flux cleaned = 0.00340669 Jy ! Component: 2750 - total flux cleaned = 0.00340687 Jy ! Component: 2800 - total flux cleaned = 0.0035006 Jy ! Component: 2850 - total flux cleaned = 0.00348199 Jy ! Component: 2900 - total flux cleaned = 0.0035561 Jy ! Component: 2950 - total flux cleaned = 0.00353784 Jy ! Component: 3000 - total flux cleaned = 0.00355622 Jy ! Component: 3050 - total flux cleaned = 0.00359261 Jy ! Component: 3100 - total flux cleaned = 0.0036469 Jy ! Component: 3150 - total flux cleaned = 0.00366487 Jy ! Component: 3200 - total flux cleaned = 0.00366482 Jy ! Component: 3250 - total flux cleaned = 0.00366499 Jy ! Component: 3300 - total flux cleaned = 0.00370045 Jy ! Component: 3350 - total flux cleaned = 0.00377079 Jy ! Component: 3400 - total flux cleaned = 0.00378821 Jy ! Component: 3450 - total flux cleaned = 0.00375352 Jy ! Component: 3500 - total flux cleaned = 0.00382268 Jy ! Component: 3550 - total flux cleaned = 0.00387427 Jy ! Component: 3600 - total flux cleaned = 0.00383997 Jy ! Component: 3650 - total flux cleaned = 0.00385716 Jy ! Component: 3700 - total flux cleaned = 0.0038742 Jy ! Component: 3750 - total flux cleaned = 0.00395834 Jy ! Component: 3800 - total flux cleaned = 0.00390817 Jy ! Component: 3850 - total flux cleaned = 0.00399148 Jy ! Component: 3900 - total flux cleaned = 0.00397501 Jy ! Component: 3950 - total flux cleaned = 0.00402461 Jy ! Component: 4000 - total flux cleaned = 0.00404099 Jy ! Component: 4050 - total flux cleaned = 0.00404105 Jy ! Total flux subtracted in 4096 components = 0.00404106 Jy ! Clean residual min=-0.001318 max=0.000867 Jy/beam ! Clean residual mean=0.000003 rms=0.000308 Jy/beam ! Combined flux in latest and established models = 0.300125 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 358 components and 0.300125 Jy ![Exited script file: muppet] wmap "J1201+1431_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.164 x 7.239 at -3.578 degrees (North through East) ! Clean map min=-0.0017392 max=0.27465 Jy/beam ! Writing clean map to FITS file: J1201+1431_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.274652 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000304979 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.333126 0.333126 0.666253 1.33251 2.66501 5.33002 10.66 21.3201 42.6402 85.2804 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.274 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.164 x 7.239 at -3.578 degrees (North through East) ! Clean map min=-0.0017392 max=0.27465 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 J1201+1431_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:24:27 2017