! Started logfile: J1829+3957_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:33:34 2017 obs J1829+3957_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1829+3957_S_2015_01_23_pus_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.849513 visibilities/baseline/integration-bin. ! Found source: J1829+3957 ! ! 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 8716 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 J1829+3957_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 46 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 72 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 72 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 72 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.808502Jy sigma=0.009449 ! Fit after self-cal, rms=0.764908Jy sigma=0.009196 ! 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.873 mas, bmaj=4.582 mas, bpa=-3.161 degrees ! Estimated noise=1006.7 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.187144 Jy ! Component: 100 - total flux cleaned = 0.237963 Jy ! Total flux subtracted in 100 components = 0.237963 Jy ! Clean residual min=-0.010410 max=0.021705 Jy/beam ! Clean residual mean=-0.000003 rms=0.002773 Jy/beam ! Combined flux in latest and established models = 0.237963 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.237963 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.181964Jy sigma=0.001004 ! Fit after self-cal, rms=0.181989Jy sigma=0.001004 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0240585 Jy ! Component: 100 - total flux cleaned = 0.0363743 Jy ! Total flux subtracted in 100 components = 0.0363743 Jy ! Clean residual min=-0.007279 max=0.009054 Jy/beam ! Clean residual mean=-0.000002 rms=0.001925 Jy/beam ! Combined flux in latest and established models = 0.274338 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 11 components and 0.274338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.177541Jy sigma=0.000928 ! Fit after self-cal, rms=0.177577Jy sigma=0.000928 ! 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.506 mas, bmaj=5.475 mas, bpa=-2.5 degrees ! Estimated noise=669.032 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.00737678 Jy ! Component: 100 - total flux cleaned = 0.011997 Jy ! Component: 150 - total flux cleaned = 0.0152027 Jy ! Component: 200 - total flux cleaned = 0.0174394 Jy ! Total flux subtracted in 200 components = 0.0174394 Jy ! Clean residual min=-0.007712 max=0.010289 Jy/beam ! Clean residual mean=-0.000017 rms=0.002250 Jy/beam ! Combined flux in latest and established models = 0.291777 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 38 components and 0.291777 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.176871Jy sigma=0.000925 ! Fit after self-cal, rms=0.176890Jy sigma=0.000925 ! 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.96 FD 0.66 HN 1.00 KP 1.09 ! LA 0.97 MK 1.00 NL 1.14 OV 0.97 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00* HN 1.06 KP 1.03 ! LA 0.96 MK 0.99 NL 1.19 OV 1.00 ! PT 1.01 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.00* HN 1.06 KP 0.88 ! LA 0.76 MK 1.02 NL 1.52 OV 0.93 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.00* HN 1.01 KP 0.82 ! LA 0.81 MK 1.00 NL 1.06 OV 0.96 ! PT 1.02 SC 0.97 ! ! ! Fit before self-cal, rms=0.176890Jy sigma=0.000925 ! Fit after self-cal, rms=0.125138Jy sigma=0.000796 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.527 mas, bmaj=5.5 mas, bpa=-1.964 degrees ! Estimated noise=670.887 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.000821555 Jy ! Component: 100 - total flux cleaned = -0.00100416 Jy ! Component: 150 - total flux cleaned = -0.00117888 Jy ! Component: 200 - total flux cleaned = -0.00132799 Jy ! Total flux subtracted in 200 components = -0.00132799 Jy ! Clean residual min=-0.002784 max=0.002862 Jy/beam ! Clean residual mean=0.000003 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.290449 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 50 components and 0.290449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125123Jy sigma=0.000795 ! Fit after self-cal, rms=0.125103Jy sigma=0.000795 ! 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.125103Jy sigma=0.000795 ! Fit after self-cal, rms=0.124752Jy sigma=0.000781 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.532 mas, bmaj=5.499 mas, bpa=-2.25 degrees ! Estimated noise=671.218 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00102091 Jy ! Component: 100 - total flux cleaned = -0.00108831 Jy ! Component: 150 - total flux cleaned = -0.00111391 Jy ! Component: 200 - total flux cleaned = -0.0012265 Jy ! Total flux subtracted in 200 components = -0.0012265 Jy ! Clean residual min=-0.002125 max=0.002441 Jy/beam ! Clean residual mean=0.000007 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.289223 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 61 components and 0.289223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124739Jy sigma=0.000781 ! Fit after self-cal, rms=0.124740Jy 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) ! Added new window around map position (40.5, 117). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00210968 Jy ! Component: 100 - total flux cleaned = 0.00264632 Jy ! Component: 150 - total flux cleaned = 0.00288371 Jy ! Component: 200 - total flux cleaned = 0.00302199 Jy ! Total flux subtracted in 200 components = 0.00302199 Jy ! Clean residual min=-0.002028 max=0.001902 Jy/beam ! Clean residual mean=0.000003 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.292244 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 75 components and 0.292245 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124641Jy sigma=0.000780 ! Fit after self-cal, rms=0.124641Jy 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.124641Jy sigma=0.000780 ! Fit after self-cal, rms=0.124538Jy sigma=0.000780 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.536 mas, bmaj=5.504 mas, bpa=-2.463 degrees ! Estimated noise=671.659 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000132934 Jy ! Component: 100 - total flux cleaned = 0.000136118 Jy ! Component: 150 - total flux cleaned = 0.000107586 Jy ! Component: 200 - total flux cleaned = 0.000106554 Jy ! Total flux subtracted in 200 components = 0.000106554 Jy ! Clean residual min=-0.002013 max=0.001825 Jy/beam ! Clean residual mean=0.000004 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.292351 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 80 components and 0.292351 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124506Jy sigma=0.000780 ! Fit after self-cal, rms=0.124508Jy 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 = 0.000105893 Jy ! Component: 100 - total flux cleaned = 8.35995e-05 Jy ! Component: 150 - total flux cleaned = 8.44419e-05 Jy ! Component: 200 - total flux cleaned = 6.41136e-05 Jy ! Total flux subtracted in 200 components = 6.41136e-05 Jy ! Clean residual min=-0.001974 max=0.001827 Jy/beam ! Clean residual mean=0.000004 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.292415 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 83 components and 0.292415 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124494Jy sigma=0.000780 ! Fit after self-cal, rms=0.124493Jy 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.124493Jy sigma=0.000780 ! Fit after self-cal, rms=0.124408Jy sigma=0.000780 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.317 mas, bmaj=9.217 mas, bpa=3.514 degrees ! Estimated noise=825.645 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.17115e-06 Jy ! Component: 100 - total flux cleaned = 2.76027e-05 Jy ! Component: 150 - total flux cleaned = 9.42689e-06 Jy ! Component: 200 - total flux cleaned = -3.28753e-05 Jy ! Total flux subtracted in 200 components = -3.28753e-05 Jy ! Clean residual min=-0.001680 max=0.001974 Jy/beam ! Clean residual mean=0.000007 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.292382 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 97 components and 0.292382 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124408Jy sigma=0.000780 ! Fit after self-cal, rms=0.124409Jy 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 = -2.00751e-05 Jy ! Component: 100 - total flux cleaned = -5.59044e-05 Jy ! Component: 150 - total flux cleaned = -7.70498e-05 Jy ! Component: 200 - total flux cleaned = -0.00010545 Jy ! Total flux subtracted in 200 components = -0.00010545 Jy ! Clean residual min=-0.001684 max=0.001982 Jy/beam ! Clean residual mean=0.000007 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.292277 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 111 components and 0.292277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124409Jy sigma=0.000780 ! Fit after self-cal, rms=0.124408Jy 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.539 mas, bmaj=5.509 mas, bpa=-2.588 degrees ! Estimated noise=671.623 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.539 x 5.509 at -2.588 degrees (North through East) ! Clean map min=-0.0019119 max=0.24774 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.899 mas, bmaj=4.61 mas, bpa=-3.022 degrees ! Estimated noise=1008.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.187298 Jy ! Component: 100 - total flux cleaned = 0.237089 Jy ! Component: 150 - total flux cleaned = 0.259719 Jy ! Component: 200 - total flux cleaned = 0.271218 Jy ! Total flux subtracted in 200 components = 0.271218 Jy ! Clean residual min=-0.004324 max=0.005333 Jy/beam ! Clean residual mean=0.000004 rms=0.000944 Jy/beam ! Combined flux in latest and established models = 0.271218 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.271218 Jy ! Inverting map and beam ! Estimated beam: bmin=3.539 mas, bmaj=5.509 mas, bpa=-2.588 degrees ! Estimated noise=671.623 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.00695031 Jy ! Component: 100 - total flux cleaned = 0.0104816 Jy ! Component: 150 - total flux cleaned = 0.0128508 Jy ! Component: 200 - total flux cleaned = 0.0146364 Jy ! Total flux subtracted in 200 components = 0.0146364 Jy ! Clean residual min=-0.001985 max=0.001991 Jy/beam ! Clean residual mean=0.000001 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.285855 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 35 components and 0.285855 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.317 mas, bmaj=9.217 mas, bpa=3.514 degrees ! Estimated noise=825.645 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00223416 Jy ! Component: 100 - total flux cleaned = 0.0035739 Jy ! Component: 150 - total flux cleaned = 0.00445012 Jy ! Component: 200 - total flux cleaned = 0.00484453 Jy ! Total flux subtracted in 200 components = 0.00484453 Jy ! Clean residual min=-0.001761 max=0.001941 Jy/beam ! Clean residual mean=0.000004 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.290699 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000224089 Jy ! Component: 100 - total flux cleaned = 0.000418821 Jy ! Component: 150 - total flux cleaned = 0.000495285 Jy ! Component: 200 - total flux cleaned = 0.000518574 Jy ! Total flux subtracted in 200 components = 0.000518574 Jy ! Clean residual min=-0.001776 max=0.001942 Jy/beam ! Clean residual mean=0.000004 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.291218 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 71 components and 0.291218 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.539 mas, bmaj=5.509 mas, bpa=-2.588 degrees ! Estimated noise=671.623 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000218724 Jy ! Component: 100 - total flux cleaned = -0.000366468 Jy ! Component: 150 - total flux cleaned = -0.000462147 Jy ! Component: 200 - total flux cleaned = -0.000463266 Jy ! Total flux subtracted in 200 components = -0.000463266 Jy ! Clean residual min=-0.001952 max=0.001829 Jy/beam ! Clean residual mean=0.000003 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.290755 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 84 components and 0.290755 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124417Jy sigma=0.000780 ! Fit after self-cal, rms=0.124412Jy sigma=0.000780 wmodel J1829+3957_S_2015_01_23_pus_map.mod ! Writing 84 model components to file: J1829+3957_S_2015_01_23_pus_map.mod wobs J1829+3957_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1829+3957_S_2015_01_23_pus_uvs.fits wwins J1829+3957_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J1829+3957_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 = -4.47468e-05 Jy ! Component: 100 - total flux cleaned = 0.000117336 Jy ! Component: 150 - total flux cleaned = 0.000271923 Jy ! Component: 200 - total flux cleaned = 0.000361136 Jy ! Component: 250 - total flux cleaned = 0.000418577 Jy ! Component: 300 - total flux cleaned = 0.000446419 Jy ! Component: 350 - total flux cleaned = 0.000392994 Jy ! Component: 400 - total flux cleaned = 0.000393398 Jy ! Component: 450 - total flux cleaned = 0.000368078 Jy ! Component: 500 - total flux cleaned = 0.000393058 Jy ! Component: 550 - total flux cleaned = 0.000319545 Jy ! Component: 600 - total flux cleaned = 0.000247502 Jy ! Component: 650 - total flux cleaned = 0.000176852 Jy ! Component: 700 - total flux cleaned = 6.1159e-05 Jy ! Component: 750 - total flux cleaned = 3.83632e-05 Jy ! Component: 800 - total flux cleaned = -6.98474e-06 Jy ! Component: 850 - total flux cleaned = -0.000139896 Jy ! Component: 900 - total flux cleaned = -0.00020536 Jy ! Component: 950 - total flux cleaned = -0.00035544 Jy ! Component: 1000 - total flux cleaned = -0.000418843 Jy ! Component: 1050 - total flux cleaned = -0.00056501 Jy ! Component: 1100 - total flux cleaned = -0.000605923 Jy ! Component: 1150 - total flux cleaned = -0.000646865 Jy ! Component: 1200 - total flux cleaned = -0.000666929 Jy ! Component: 1250 - total flux cleaned = -0.000726317 Jy ! Component: 1300 - total flux cleaned = -0.000745757 Jy ! Component: 1350 - total flux cleaned = -0.00070712 Jy ! Component: 1400 - total flux cleaned = -0.00068832 Jy ! Component: 1450 - total flux cleaned = -0.000745063 Jy ! Component: 1500 - total flux cleaned = -0.000726616 Jy ! Component: 1550 - total flux cleaned = -0.000671068 Jy ! Component: 1600 - total flux cleaned = -0.000652671 Jy ! Component: 1650 - total flux cleaned = -0.00061651 Jy ! Component: 1700 - total flux cleaned = -0.00059836 Jy ! Component: 1750 - total flux cleaned = -0.000509939 Jy ! Component: 1800 - total flux cleaned = -0.000545199 Jy ! Component: 1850 - total flux cleaned = -0.000441218 Jy ! Component: 1900 - total flux cleaned = -0.000424308 Jy ! Component: 1950 - total flux cleaned = -0.000390451 Jy ! Component: 2000 - total flux cleaned = -0.000356854 Jy ! Component: 2050 - total flux cleaned = -0.000306573 Jy ! Component: 2100 - total flux cleaned = -0.000256933 Jy ! Component: 2150 - total flux cleaned = -0.00019111 Jy ! Component: 2200 - total flux cleaned = -0.000126033 Jy ! Component: 2250 - total flux cleaned = -7.78445e-05 Jy ! Component: 2300 - total flux cleaned = -4.60437e-05 Jy ! Component: 2350 - total flux cleaned = 1.29653e-06 Jy ! Component: 2400 - total flux cleaned = 6.39639e-05 Jy ! Component: 2450 - total flux cleaned = 6.39026e-05 Jy ! Component: 2500 - total flux cleaned = 0.000141016 Jy ! Component: 2550 - total flux cleaned = 0.00015617 Jy ! Component: 2600 - total flux cleaned = 0.000186614 Jy ! Component: 2650 - total flux cleaned = 0.000246753 Jy ! Component: 2700 - total flux cleaned = 0.000306355 Jy ! Component: 2750 - total flux cleaned = 0.000336025 Jy ! Component: 2800 - total flux cleaned = 0.000350658 Jy ! Component: 2850 - total flux cleaned = 0.000438147 Jy ! Component: 2900 - total flux cleaned = 0.000481556 Jy ! Component: 2950 - total flux cleaned = 0.00052451 Jy ! Component: 3000 - total flux cleaned = 0.000567352 Jy ! Component: 3050 - total flux cleaned = 0.00066647 Jy ! Component: 3100 - total flux cleaned = 0.000708741 Jy ! Component: 3150 - total flux cleaned = 0.000736724 Jy ! Component: 3200 - total flux cleaned = 0.000791979 Jy ! Component: 3250 - total flux cleaned = 0.000819449 Jy ! Component: 3300 - total flux cleaned = 0.000805818 Jy ! Component: 3350 - total flux cleaned = 0.00091455 Jy ! Component: 3400 - total flux cleaned = 0.000941463 Jy ! Component: 3450 - total flux cleaned = 0.00100851 Jy ! Component: 3500 - total flux cleaned = 0.0010354 Jy ! Component: 3550 - total flux cleaned = 0.00111497 Jy ! Component: 3600 - total flux cleaned = 0.00118067 Jy ! Component: 3650 - total flux cleaned = 0.00118076 Jy ! Component: 3700 - total flux cleaned = 0.00120685 Jy ! Component: 3750 - total flux cleaned = 0.00132318 Jy ! Component: 3800 - total flux cleaned = 0.00143866 Jy ! Component: 3850 - total flux cleaned = 0.00147687 Jy ! Component: 3900 - total flux cleaned = 0.00148943 Jy ! Component: 3950 - total flux cleaned = 0.00155254 Jy ! Component: 4000 - total flux cleaned = 0.0016152 Jy ! Component: 4050 - total flux cleaned = 0.00171492 Jy ! Total flux subtracted in 4096 components = 0.0017768 Jy ! Clean residual min=-0.000798 max=0.000732 Jy/beam ! Clean residual mean=0.000000 rms=0.000221 Jy/beam ! Combined flux in latest and established models = 0.292531 Jy keep ! Adding 270 model components to the UV plane model. ! The established model now contains 354 components and 0.292531 Jy ![Exited script file: muppet] wmap "J1829+3957_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.539 x 5.509 at -2.588 degrees (North through East) ! Clean map min=-0.0014603 max=0.2486 Jy/beam ! Writing clean map to FITS file: J1829+3957_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.248595 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00021798 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.263055 0.263055 0.52611 1.05222 2.10444 4.20888 8.41776 16.8355 33.671 67.342 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.248 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.539 x 5.509 at -2.588 degrees (North through East) ! Clean map min=-0.0014603 max=0.2486 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 J1829+3957_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:33:39 2017