! Started logfile: J1107+1628_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:57:05 2016 obs J1107+1628_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1107+1628_S_2015_03_17_pus_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.769201 visibilities/baseline/integration-bin. ! Found source: J1107+1628 ! ! 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 330 lines of history. ! ! Reading 7892 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 J1107+1628_S_2015_03_17_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 72 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.780948Jy sigma=0.009658 ! Fit after self-cal, rms=0.769716Jy sigma=0.009515 ! 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.858 mas, bmaj=7.572 mas, bpa=4.227 degrees ! Estimated noise=961.52 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.17285 Jy ! Component: 100 - total flux cleaned = 0.219181 Jy ! Total flux subtracted in 100 components = 0.219181 Jy ! Clean residual min=-0.011991 max=0.018856 Jy/beam ! Clean residual mean=-0.000012 rms=0.002750 Jy/beam ! Combined flux in latest and established models = 0.219181 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.219181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086684Jy sigma=0.000961 ! Fit after self-cal, rms=0.086582Jy sigma=0.000960 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0205821 Jy ! Component: 100 - total flux cleaned = 0.0327848 Jy ! Total flux subtracted in 100 components = 0.0327848 Jy ! Clean residual min=-0.010870 max=0.009122 Jy/beam ! Clean residual mean=-0.000008 rms=0.002114 Jy/beam ! Combined flux in latest and established models = 0.251966 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 39 components and 0.251966 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079116Jy sigma=0.000889 ! Fit after self-cal, rms=0.079036Jy sigma=0.000888 ! 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.451 mas, bmaj=8.369 mas, bpa=4.919 degrees ! Estimated noise=659.905 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.0112498 Jy ! Component: 100 - total flux cleaned = 0.0181693 Jy ! Component: 150 - total flux cleaned = 0.022745 Jy ! Component: 200 - total flux cleaned = 0.0258626 Jy ! Total flux subtracted in 200 components = 0.0258626 Jy ! Clean residual min=-0.007929 max=0.007241 Jy/beam ! Clean residual mean=0.000001 rms=0.001936 Jy/beam ! Combined flux in latest and established models = 0.277828 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 76 components and 0.277828 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076637Jy sigma=0.000872 ! Fit after self-cal, rms=0.076569Jy sigma=0.000872 ! 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.03 FD 0.87 HN 0.90 KP 1.08 ! LA 0.97 MK 1.07 NL 0.98 OV 1.00 ! PT 1.09 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.91 HN 0.99 KP 1.05 ! LA 0.93 MK 1.08 NL 1.11 OV 1.04 ! PT 1.09 SC 1.09 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.92 HN 0.96 KP 0.95 ! LA 0.76 MK 1.13 NL 1.27 OV 0.97 ! PT 1.06 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.91 HN 0.92 KP 0.92 ! LA 0.83 MK 1.13 NL 0.99 OV 1.02 ! PT 1.10 SC 0.98 ! ! ! Fit before self-cal, rms=0.076569Jy sigma=0.000872 ! Fit after self-cal, rms=0.068009Jy sigma=0.000788 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.511 mas, bmaj=8.476 mas, bpa=5.143 degrees ! Estimated noise=663.99 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.000745785 Jy ! Component: 100 - total flux cleaned = -0.00134644 Jy ! Component: 150 - total flux cleaned = -0.0017687 Jy ! Component: 200 - total flux cleaned = -0.0019538 Jy ! Total flux subtracted in 200 components = -0.0019538 Jy ! Clean residual min=-0.003627 max=0.004277 Jy/beam ! Clean residual mean=-0.000003 rms=0.000987 Jy/beam ! Combined flux in latest and established models = 0.275875 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 85 components and 0.275875 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067895Jy sigma=0.000787 ! Fit after self-cal, rms=0.067837Jy sigma=0.000786 ! 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.067837Jy sigma=0.000786 ! Fit after self-cal, rms=0.067389Jy sigma=0.000776 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.519 mas, bmaj=8.484 mas, bpa=5.283 degrees ! Estimated noise=663.794 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00108683 Jy ! Component: 100 - total flux cleaned = -0.00157311 Jy ! Component: 150 - total flux cleaned = -0.00184682 Jy ! Component: 200 - total flux cleaned = -0.0020499 Jy ! Total flux subtracted in 200 components = -0.0020499 Jy ! Clean residual min=-0.003301 max=0.004251 Jy/beam ! Clean residual mean=0.000001 rms=0.000808 Jy/beam ! Combined flux in latest and established models = 0.273825 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 100 components and 0.273825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067326Jy sigma=0.000775 ! Fit after self-cal, rms=0.067325Jy sigma=0.000775 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 (-7.5, 21.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00443421 Jy ! Component: 100 - total flux cleaned = 0.00724613 Jy ! Component: 150 - total flux cleaned = 0.00921002 Jy ! Component: 200 - total flux cleaned = 0.0104319 Jy ! Total flux subtracted in 200 components = 0.0104319 Jy ! Clean residual min=-0.002819 max=0.002278 Jy/beam ! Clean residual mean=-0.000002 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.284257 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 124 components and 0.284257 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066997Jy sigma=0.000771 ! Fit after self-cal, rms=0.066975Jy 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.066975Jy sigma=0.000771 ! Fit after self-cal, rms=0.066853Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.526 mas, bmaj=8.493 mas, bpa=5.382 degrees ! Estimated noise=662.475 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00106984 Jy ! Component: 100 - total flux cleaned = 0.00182447 Jy ! Component: 150 - total flux cleaned = 0.00233191 Jy ! Component: 200 - total flux cleaned = 0.00269071 Jy ! Total flux subtracted in 200 components = 0.00269071 Jy ! Clean residual min=-0.002555 max=0.002150 Jy/beam ! Clean residual mean=-0.000000 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.286947 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 135 components and 0.286947 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066786Jy sigma=0.000769 ! Fit after self-cal, rms=0.066780Jy sigma=0.000769 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.000141697 Jy ! Component: 100 - total flux cleaned = 0.000270045 Jy ! Component: 150 - total flux cleaned = 0.00044772 Jy ! Component: 200 - total flux cleaned = 0.00055828 Jy ! Total flux subtracted in 200 components = 0.00055828 Jy ! Clean residual min=-0.002478 max=0.002117 Jy/beam ! Clean residual mean=-0.000001 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.287506 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 144 components and 0.287506 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066755Jy sigma=0.000769 ! Fit after self-cal, rms=0.066752Jy sigma=0.000769 ! 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.066752Jy sigma=0.000769 ! Fit after self-cal, rms=0.066731Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.61 mas, bmaj=11.25 mas, bpa=7.397 degrees ! Estimated noise=802.46 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.94119e-05 Jy ! Component: 100 - total flux cleaned = 0.000197989 Jy ! Component: 150 - total flux cleaned = 0.000305641 Jy ! Component: 200 - total flux cleaned = 0.000326451 Jy ! Total flux subtracted in 200 components = 0.000326451 Jy ! Clean residual min=-0.002264 max=0.002408 Jy/beam ! Clean residual mean=-0.000001 rms=0.000699 Jy/beam ! Combined flux in latest and established models = 0.287832 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 155 components and 0.287832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066718Jy sigma=0.000769 ! Fit after self-cal, rms=0.066713Jy sigma=0.000768 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 = 7.71099e-05 Jy ! Component: 100 - total flux cleaned = 0.000202977 Jy ! Component: 150 - total flux cleaned = 0.00023756 Jy ! Component: 200 - total flux cleaned = 0.000267038 Jy ! Total flux subtracted in 200 components = 0.000267038 Jy ! Clean residual min=-0.002268 max=0.002408 Jy/beam ! Clean residual mean=-0.000001 rms=0.000695 Jy/beam ! Combined flux in latest and established models = 0.288099 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 165 components and 0.288099 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066711Jy sigma=0.000768 ! Fit after self-cal, rms=0.066709Jy sigma=0.000768 ! 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.534 mas, bmaj=8.501 mas, bpa=5.419 degrees ! Estimated noise=661.912 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.534 x 8.501 at 5.419 degrees (North through East) ! Clean map min=-0.0022263 max=0.22501 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.927 mas, bmaj=7.66 mas, bpa=4.616 degrees ! Estimated noise=972.617 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.174495 Jy ! Component: 100 - total flux cleaned = 0.221755 Jy ! Component: 150 - total flux cleaned = 0.240823 Jy ! Component: 200 - total flux cleaned = 0.250411 Jy ! Total flux subtracted in 200 components = 0.250411 Jy ! Clean residual min=-0.004036 max=0.005049 Jy/beam ! Clean residual mean=-0.000000 rms=0.001036 Jy/beam ! Combined flux in latest and established models = 0.250411 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.250411 Jy ! Inverting map and beam ! Estimated beam: bmin=3.534 mas, bmaj=8.501 mas, bpa=5.419 degrees ! Estimated noise=661.912 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.00832736 Jy ! Component: 100 - total flux cleaned = 0.0137403 Jy ! Component: 150 - total flux cleaned = 0.0179132 Jy ! Component: 200 - total flux cleaned = 0.0212447 Jy ! Total flux subtracted in 200 components = 0.0212447 Jy ! Clean residual min=-0.002764 max=0.003029 Jy/beam ! Clean residual mean=0.000002 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.271656 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 77 components and 0.271656 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.61 mas, bmaj=11.25 mas, bpa=7.397 degrees ! Estimated noise=802.46 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00430745 Jy ! Component: 100 - total flux cleaned = 0.00733502 Jy ! Component: 150 - total flux cleaned = 0.00957157 Jy ! Component: 200 - total flux cleaned = 0.0112675 Jy ! Total flux subtracted in 200 components = 0.0112675 Jy ! Clean residual min=-0.002708 max=0.002567 Jy/beam ! Clean residual mean=0.000001 rms=0.000753 Jy/beam ! Combined flux in latest and established models = 0.282923 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.00130152 Jy ! Component: 100 - total flux cleaned = 0.00230749 Jy ! Component: 150 - total flux cleaned = 0.00308872 Jy ! Component: 200 - total flux cleaned = 0.00369753 Jy ! Total flux subtracted in 200 components = 0.00369753 Jy ! Clean residual min=-0.002454 max=0.002405 Jy/beam ! Clean residual mean=-0.000000 rms=0.000709 Jy/beam ! Combined flux in latest and established models = 0.286621 Jy ! Adding 76 model components to the UV plane model. ! The established model now contains 141 components and 0.286621 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.534 mas, bmaj=8.501 mas, bpa=5.419 degrees ! Estimated noise=661.912 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00014933 Jy ! Component: 100 - total flux cleaned = 0.000557591 Jy ! Component: 150 - total flux cleaned = 0.000598602 Jy ! Component: 200 - total flux cleaned = 0.000717112 Jy ! Total flux subtracted in 200 components = 0.000717112 Jy ! Clean residual min=-0.002191 max=0.002139 Jy/beam ! Clean residual mean=-0.000000 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 0.287338 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 159 components and 0.287338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066777Jy sigma=0.000769 ! Fit after self-cal, rms=0.066768Jy sigma=0.000769 wmodel J1107+1628_S_2015_03_17_pus_map.mod ! Writing 159 model components to file: J1107+1628_S_2015_03_17_pus_map.mod wobs J1107+1628_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1107+1628_S_2015_03_17_pus_uvs.fits wwins J1107+1628_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J1107+1628_S_2015_03_17_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.000476606 Jy ! Component: 100 - total flux cleaned = 0.000881297 Jy ! Component: 150 - total flux cleaned = 0.00108883 Jy ! Component: 200 - total flux cleaned = 0.00141938 Jy ! Component: 250 - total flux cleaned = 0.00176845 Jy ! Component: 300 - total flux cleaned = 0.00207542 Jy ! Component: 350 - total flux cleaned = 0.00231296 Jy ! Component: 400 - total flux cleaned = 0.00248563 Jy ! Component: 450 - total flux cleaned = 0.00279448 Jy ! Component: 500 - total flux cleaned = 0.00298516 Jy ! Component: 550 - total flux cleaned = 0.00303833 Jy ! Component: 600 - total flux cleaned = 0.00311649 Jy ! Component: 650 - total flux cleaned = 0.00314185 Jy ! Component: 700 - total flux cleaned = 0.00319144 Jy ! Component: 750 - total flux cleaned = 0.00311798 Jy ! Component: 800 - total flux cleaned = 0.00316661 Jy ! Component: 850 - total flux cleaned = 0.00314318 Jy ! Component: 900 - total flux cleaned = 0.00316691 Jy ! Component: 950 - total flux cleaned = 0.00321217 Jy ! Component: 1000 - total flux cleaned = 0.00316748 Jy ! Component: 1050 - total flux cleaned = 0.00314599 Jy ! Component: 1100 - total flux cleaned = 0.00316752 Jy ! Component: 1150 - total flux cleaned = 0.00310355 Jy ! Component: 1200 - total flux cleaned = 0.0031667 Jy ! Component: 1250 - total flux cleaned = 0.00322848 Jy ! Component: 1300 - total flux cleaned = 0.003188 Jy ! Component: 1350 - total flux cleaned = 0.0032281 Jy ! Component: 1400 - total flux cleaned = 0.00318839 Jy ! Component: 1450 - total flux cleaned = 0.00316884 Jy ! Component: 1500 - total flux cleaned = 0.00320735 Jy ! Component: 1550 - total flux cleaned = 0.00326409 Jy ! Component: 1600 - total flux cleaned = 0.00318915 Jy ! Component: 1650 - total flux cleaned = 0.00315249 Jy ! Component: 1700 - total flux cleaned = 0.00318902 Jy ! Component: 1750 - total flux cleaned = 0.00322475 Jy ! Component: 1800 - total flux cleaned = 0.00322454 Jy ! Component: 1850 - total flux cleaned = 0.00324219 Jy ! Component: 1900 - total flux cleaned = 0.00324245 Jy ! Component: 1950 - total flux cleaned = 0.00331106 Jy ! Component: 2000 - total flux cleaned = 0.00332807 Jy ! Component: 2050 - total flux cleaned = 0.00332785 Jy ! Component: 2100 - total flux cleaned = 0.00334429 Jy ! Component: 2150 - total flux cleaned = 0.00341005 Jy ! Component: 2200 - total flux cleaned = 0.00347493 Jy ! Component: 2250 - total flux cleaned = 0.00353936 Jy ! Component: 2300 - total flux cleaned = 0.00350739 Jy ! Component: 2350 - total flux cleaned = 0.00350745 Jy ! Component: 2400 - total flux cleaned = 0.00356977 Jy ! Component: 2450 - total flux cleaned = 0.00353892 Jy ! Component: 2500 - total flux cleaned = 0.00352377 Jy ! Component: 2550 - total flux cleaned = 0.00353906 Jy ! Component: 2600 - total flux cleaned = 0.00347917 Jy ! Component: 2650 - total flux cleaned = 0.00352372 Jy ! Component: 2700 - total flux cleaned = 0.00347942 Jy ! Component: 2750 - total flux cleaned = 0.00352318 Jy ! Component: 2800 - total flux cleaned = 0.00355196 Jy ! Component: 2850 - total flux cleaned = 0.00352322 Jy ! Component: 2900 - total flux cleaned = 0.0035091 Jy ! Component: 2950 - total flux cleaned = 0.00349521 Jy ! Component: 3000 - total flux cleaned = 0.00353691 Jy ! Component: 3050 - total flux cleaned = 0.00349559 Jy ! Component: 3100 - total flux cleaned = 0.0035092 Jy ! Component: 3150 - total flux cleaned = 0.00353646 Jy ! Component: 3200 - total flux cleaned = 0.00349592 Jy ! Component: 3250 - total flux cleaned = 0.00346911 Jy ! Component: 3300 - total flux cleaned = 0.00349543 Jy ! Component: 3350 - total flux cleaned = 0.00342954 Jy ! Component: 3400 - total flux cleaned = 0.00342954 Jy ! Component: 3450 - total flux cleaned = 0.00340383 Jy ! Component: 3500 - total flux cleaned = 0.00340381 Jy ! Component: 3550 - total flux cleaned = 0.0033656 Jy ! Component: 3600 - total flux cleaned = 0.00339083 Jy ! Component: 3650 - total flux cleaned = 0.00334068 Jy ! Component: 3700 - total flux cleaned = 0.00331586 Jy ! Component: 3750 - total flux cleaned = 0.00332811 Jy ! Component: 3800 - total flux cleaned = 0.00332814 Jy ! Component: 3850 - total flux cleaned = 0.00334023 Jy ! Component: 3900 - total flux cleaned = 0.00326809 Jy ! Component: 3950 - total flux cleaned = 0.00325621 Jy ! Component: 4000 - total flux cleaned = 0.00325612 Jy ! Component: 4050 - total flux cleaned = 0.00322071 Jy ! Total flux subtracted in 4096 components = 0.00320897 Jy ! Clean residual min=-0.000640 max=0.000697 Jy/beam ! Clean residual mean=-0.000001 rms=0.000223 Jy/beam ! Combined flux in latest and established models = 0.290547 Jy keep ! Adding 298 model components to the UV plane model. ! The established model now contains 457 components and 0.290547 Jy ![Exited script file: muppet] wmap "J1107+1628_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.534 x 8.501 at 5.419 degrees (North through East) ! Clean map min=-0.0014023 max=0.22586 Jy/beam ! Writing clean map to FITS file: J1107+1628_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.225857 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000217898 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.289428 0.289428 0.578855 1.15771 2.31542 4.63084 9.26168 18.5234 37.0467 74.0935 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.225 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.534 x 8.501 at 5.419 degrees (North through East) ! Clean map min=-0.0014023 max=0.22586 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 J1107+1628_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:57:10 2016