! Started logfile: J1705+5109_S_2015_01_22_pus_uvs.log on Tue Jan 3 23:00:03 2017 obs J1705+5109_S_2015_01_22_pus_uva.fits ! Reading UV FITS file: J1705+5109_S_2015_01_22_pus_uva.fits ! AN table 1: 59 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.8 visibilities/baseline/integration-bin. ! Found source: J1705+5109 ! ! 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 281 lines of history. ! ! Reading 8496 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 J1705+5109_S_2015_01_22_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 59 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 59 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 59 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 59 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.932099Jy sigma=0.011211 ! Fit after self-cal, rms=0.923968Jy sigma=0.011121 ! 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.638 mas, bmaj=9.676 mas, bpa=42.26 degrees ! Estimated noise=1237.71 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.0585388 Jy ! Component: 100 - total flux cleaned = 0.0764308 Jy ! Total flux subtracted in 100 components = 0.0764308 Jy ! Clean residual min=-0.004624 max=0.007776 Jy/beam ! Clean residual mean=-0.000003 rms=0.001409 Jy/beam ! Combined flux in latest and established models = 0.0764308 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0764308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071410Jy sigma=0.000791 ! Fit after self-cal, rms=0.071390Jy sigma=0.000790 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00858937 Jy ! Component: 100 - total flux cleaned = 0.0127262 Jy ! Total flux subtracted in 100 components = 0.0127262 Jy ! Clean residual min=-0.003683 max=0.003898 Jy/beam ! Clean residual mean=0.000002 rms=0.001018 Jy/beam ! Combined flux in latest and established models = 0.089157 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 14 components and 0.089157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070328Jy sigma=0.000778 ! Fit after self-cal, rms=0.070329Jy sigma=0.000777 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.171 mas, bmaj=9.581 mas, bpa=41.87 degrees ! Estimated noise=647.332 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.00312933 Jy ! Component: 100 - total flux cleaned = 0.00498349 Jy ! Component: 150 - total flux cleaned = 0.00612035 Jy ! Component: 200 - total flux cleaned = 0.0064644 Jy ! Total flux subtracted in 200 components = 0.0064644 Jy ! Clean residual min=-0.002157 max=0.002110 Jy/beam ! Clean residual mean=0.000003 rms=0.000538 Jy/beam ! Combined flux in latest and established models = 0.0956214 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 30 components and 0.0956214 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070136Jy sigma=0.000776 ! Fit after self-cal, rms=0.070134Jy sigma=0.000776 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00* HN 0.95 KP 1.11 ! LA 1.11 MK 1.05 NL 0.95 OV 0.96 ! PT 1.06 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00* HN 1.04 KP 1.01 ! LA 1.02 MK 1.10 NL 1.00 OV 1.00 ! PT 1.04 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.00* HN 0.98 KP 0.89 ! LA 0.88 MK 1.03 NL 1.05 OV 0.98 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.17 FD 1.00* HN 1.00 KP 0.83 ! LA 0.92 MK 0.98 NL 1.02 OV 0.97 ! PT 1.05 SC 0.90 ! ! ! Fit before self-cal, rms=0.070134Jy sigma=0.000776 ! Fit after self-cal, rms=0.068137Jy sigma=0.000770 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.172 mas, bmaj=9.555 mas, bpa=41.89 degrees ! Estimated noise=643.35 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.000290062 Jy ! Component: 100 - total flux cleaned = -0.000451307 Jy ! Component: 150 - total flux cleaned = -0.000557922 Jy ! Component: 200 - total flux cleaned = -0.000600489 Jy ! Total flux subtracted in 200 components = -0.000600489 Jy ! Clean residual min=-0.001534 max=0.001730 Jy/beam ! Clean residual mean=-0.000003 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.0950209 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 48 components and 0.0950209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068123Jy sigma=0.000770 ! Fit after self-cal, rms=0.068115Jy sigma=0.000769 ! 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.068115Jy sigma=0.000769 ! Fit after self-cal, rms=0.068099Jy sigma=0.000769 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.171 mas, bmaj=9.559 mas, bpa=41.92 degrees ! Estimated noise=643.447 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000243172 Jy ! Component: 100 - total flux cleaned = -0.000285938 Jy ! Component: 150 - total flux cleaned = -0.000261332 Jy ! Component: 200 - total flux cleaned = -0.000238995 Jy ! Total flux subtracted in 200 components = -0.000238995 Jy ! Clean residual min=-0.001520 max=0.001649 Jy/beam ! Clean residual mean=-0.000003 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.0947819 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 58 components and 0.0947819 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068094Jy sigma=0.000769 ! Fit after self-cal, rms=0.068094Jy 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 = 1.685e-05 Jy ! Component: 100 - total flux cleaned = 3.86444e-05 Jy ! Component: 150 - total flux cleaned = 5.82632e-05 Jy ! Component: 200 - total flux cleaned = 6.70841e-05 Jy ! Total flux subtracted in 200 components = 6.70841e-05 Jy ! Clean residual min=-0.001503 max=0.001641 Jy/beam ! Clean residual mean=-0.000003 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.094849 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 68 components and 0.094849 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068091Jy sigma=0.000769 ! Fit after self-cal, rms=0.068092Jy sigma=0.000769 ! Inverting map ! Added new window around map position (-106.5, 34.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00107673 Jy ! Component: 100 - total flux cleaned = 0.000986885 Jy ! Component: 150 - total flux cleaned = 0.000850607 Jy ! Component: 200 - total flux cleaned = 0.000792776 Jy ! Total flux subtracted in 200 components = 0.000792776 Jy ! Clean residual min=-0.001394 max=0.001287 Jy/beam ! Clean residual mean=-0.000005 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.0956418 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 100 components and 0.0956418 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068038Jy sigma=0.000769 ! Fit after self-cal, rms=0.068035Jy sigma=0.000769 ! 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.068035Jy sigma=0.000769 ! Fit after self-cal, rms=0.068097Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.17 mas, bmaj=9.563 mas, bpa=41.94 degrees ! Estimated noise=644.315 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000482135 Jy ! Component: 100 - total flux cleaned = 0.000350553 Jy ! Component: 150 - total flux cleaned = 0.000258362 Jy ! Component: 200 - total flux cleaned = 0.000155884 Jy ! Total flux subtracted in 200 components = 0.000155884 Jy ! Clean residual min=-0.001395 max=0.001261 Jy/beam ! Clean residual mean=-0.000005 rms=0.000336 Jy/beam ! Combined flux in latest and established models = 0.0957977 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 104 components and 0.0957977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068077Jy sigma=0.000768 ! Fit after self-cal, rms=0.068075Jy 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 = 0.000120078 Jy ! Component: 100 - total flux cleaned = 6.73734e-05 Jy ! Component: 150 - total flux cleaned = 5.16989e-05 Jy ! Component: 200 - total flux cleaned = 3.76419e-05 Jy ! Total flux subtracted in 200 components = 3.76419e-05 Jy ! Clean residual min=-0.001368 max=0.001240 Jy/beam ! Clean residual mean=-0.000004 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.0958353 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 115 components and 0.0958353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068067Jy sigma=0.000768 ! Fit after self-cal, rms=0.068066Jy sigma=0.000768 ! 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.068066Jy sigma=0.000768 ! Fit after self-cal, rms=0.068157Jy sigma=0.000768 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.415 mas, bmaj=10.42 mas, bpa=37.69 degrees ! Estimated noise=818.147 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.49041e-05 Jy ! Component: 100 - total flux cleaned = -1.10912e-06 Jy ! Component: 150 - total flux cleaned = -1.82591e-06 Jy ! Component: 200 - total flux cleaned = 1.08967e-05 Jy ! Total flux subtracted in 200 components = 1.08967e-05 Jy ! Clean residual min=-0.001372 max=0.001467 Jy/beam ! Clean residual mean=-0.000006 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.0958462 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 132 components and 0.0958462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068154Jy sigma=0.000768 ! Fit after self-cal, rms=0.068154Jy 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 = 4.40459e-05 Jy ! Component: 100 - total flux cleaned = 4.41651e-05 Jy ! Component: 150 - total flux cleaned = 3.32329e-05 Jy ! Component: 200 - total flux cleaned = 3.31887e-05 Jy ! Total flux subtracted in 200 components = 3.31887e-05 Jy ! Clean residual min=-0.001331 max=0.001441 Jy/beam ! Clean residual mean=-0.000006 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.0958794 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 138 components and 0.0958794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068153Jy sigma=0.000768 ! Fit after self-cal, rms=0.068153Jy 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.17 mas, bmaj=9.562 mas, bpa=41.94 degrees ! Estimated noise=644.952 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.17 x 9.562 at 41.94 degrees (North through East) ! Clean map min=-0.0012702 max=0.076656 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.63 mas, bmaj=9.674 mas, bpa=42.28 degrees ! Estimated noise=1228.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0578847 Jy ! Component: 100 - total flux cleaned = 0.0764175 Jy ! Component: 150 - total flux cleaned = 0.0849345 Jy ! Component: 200 - total flux cleaned = 0.0887706 Jy ! Total flux subtracted in 200 components = 0.0887706 Jy ! Clean residual min=-0.003146 max=0.003342 Jy/beam ! Clean residual mean=-0.000005 rms=0.000891 Jy/beam ! Combined flux in latest and established models = 0.0887706 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0887706 Jy ! Inverting map and beam ! Estimated beam: bmin=3.17 mas, bmaj=9.562 mas, bpa=41.94 degrees ! Estimated noise=644.952 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.0037141 Jy ! Component: 100 - total flux cleaned = 0.005833 Jy ! Component: 150 - total flux cleaned = 0.00683542 Jy ! Component: 200 - total flux cleaned = 0.00698838 Jy ! Total flux subtracted in 200 components = 0.00698838 Jy ! Clean residual min=-0.001725 max=0.001427 Jy/beam ! Clean residual mean=-0.000010 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.095759 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 33 components and 0.095759 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=6.415 mas, bmaj=10.42 mas, bpa=37.69 degrees ! Estimated noise=818.147 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000394786 Jy ! Component: 100 - total flux cleaned = 0.000250851 Jy ! Component: 150 - total flux cleaned = 0.000142581 Jy ! Component: 200 - total flux cleaned = 9.54604e-05 Jy ! Total flux subtracted in 200 components = 9.54604e-05 Jy ! Clean residual min=-0.001666 max=0.001471 Jy/beam ! Clean residual mean=-0.000012 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.0958544 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.07919e-05 Jy ! Component: 100 - total flux cleaned = -5.93701e-05 Jy ! Component: 150 - total flux cleaned = -0.000111569 Jy ! Component: 200 - total flux cleaned = -0.000127406 Jy ! Total flux subtracted in 200 components = -0.000127406 Jy ! Clean residual min=-0.001557 max=0.001443 Jy/beam ! Clean residual mean=-0.000010 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.095727 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 80 components and 0.095727 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.17 mas, bmaj=9.562 mas, bpa=41.94 degrees ! Estimated noise=644.952 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000111042 Jy ! Component: 100 - total flux cleaned = 0.000234244 Jy ! Component: 150 - total flux cleaned = 0.00017984 Jy ! Component: 200 - total flux cleaned = 0.000180198 Jy ! Total flux subtracted in 200 components = 0.000180198 Jy ! Clean residual min=-0.001461 max=0.001342 Jy/beam ! Clean residual mean=-0.000005 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.0959072 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 108 components and 0.0959072 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068176Jy sigma=0.000769 ! Fit after self-cal, rms=0.068171Jy sigma=0.000769 wmodel J1705+5109_S_2015_01_22_pus_map.mod ! Writing 108 model components to file: J1705+5109_S_2015_01_22_pus_map.mod wobs J1705+5109_S_2015_01_22_pus_uvs.fits ! Writing UV FITS file: J1705+5109_S_2015_01_22_pus_uvs.fits wwins J1705+5109_S_2015_01_22_pus_map.win ! wwins: Wrote 2 windows to J1705+5109_S_2015_01_22_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.000447394 Jy ! Component: 100 - total flux cleaned = -0.000703349 Jy ! Component: 150 - total flux cleaned = -0.000702927 Jy ! Component: 200 - total flux cleaned = -0.000681743 Jy ! Component: 250 - total flux cleaned = -0.000720017 Jy ! Component: 300 - total flux cleaned = -0.000700891 Jy ! Component: 350 - total flux cleaned = -0.000646473 Jy ! Component: 400 - total flux cleaned = -0.000681944 Jy ! Component: 450 - total flux cleaned = -0.00071591 Jy ! Component: 500 - total flux cleaned = -0.000782223 Jy ! Component: 550 - total flux cleaned = -0.000831346 Jy ! Component: 600 - total flux cleaned = -0.000895531 Jy ! Component: 650 - total flux cleaned = -0.000942472 Jy ! Component: 700 - total flux cleaned = -0.000942775 Jy ! Component: 750 - total flux cleaned = -0.00106222 Jy ! Component: 800 - total flux cleaned = -0.00114977 Jy ! Component: 850 - total flux cleaned = -0.00120723 Jy ! Component: 900 - total flux cleaned = -0.00124951 Jy ! Component: 950 - total flux cleaned = -0.00133274 Jy ! Component: 1000 - total flux cleaned = -0.00140102 Jy ! Component: 1050 - total flux cleaned = -0.00144169 Jy ! Component: 1100 - total flux cleaned = -0.00153416 Jy ! Component: 1150 - total flux cleaned = -0.00159897 Jy ! Component: 1200 - total flux cleaned = -0.00167578 Jy ! Component: 1250 - total flux cleaned = -0.00171375 Jy ! Component: 1300 - total flux cleaned = -0.00180073 Jy ! Component: 1350 - total flux cleaned = -0.00188602 Jy ! Component: 1400 - total flux cleaned = -0.00188581 Jy ! Component: 1450 - total flux cleaned = -0.00192165 Jy ! Component: 1500 - total flux cleaned = -0.00196854 Jy ! Component: 1550 - total flux cleaned = -0.00201497 Jy ! Component: 1600 - total flux cleaned = -0.00206077 Jy ! Component: 1650 - total flux cleaned = -0.00207224 Jy ! Component: 1700 - total flux cleaned = -0.0021171 Jy ! Component: 1750 - total flux cleaned = -0.00212824 Jy ! Component: 1800 - total flux cleaned = -0.00218313 Jy ! Component: 1850 - total flux cleaned = -0.00220488 Jy ! Component: 1900 - total flux cleaned = -0.00222639 Jy ! Component: 1950 - total flux cleaned = -0.0022584 Jy ! Component: 2000 - total flux cleaned = -0.00225832 Jy ! Component: 2050 - total flux cleaned = -0.00228955 Jy ! Component: 2100 - total flux cleaned = -0.0022791 Jy ! Component: 2150 - total flux cleaned = -0.00227913 Jy ! Component: 2200 - total flux cleaned = -0.00229943 Jy ! Component: 2250 - total flux cleaned = -0.0023398 Jy ! Component: 2300 - total flux cleaned = -0.00235975 Jy ! Component: 2350 - total flux cleaned = -0.00235981 Jy ! Component: 2400 - total flux cleaned = -0.00238946 Jy ! Component: 2450 - total flux cleaned = -0.00242872 Jy ! Component: 2500 - total flux cleaned = -0.00242877 Jy ! Component: 2550 - total flux cleaned = -0.00244817 Jy ! Component: 2600 - total flux cleaned = -0.00245776 Jy ! Component: 2650 - total flux cleaned = -0.00247678 Jy ! Component: 2700 - total flux cleaned = -0.00247679 Jy ! Component: 2750 - total flux cleaned = -0.00247687 Jy ! Component: 2800 - total flux cleaned = -0.00248624 Jy ! Component: 2850 - total flux cleaned = -0.00248626 Jy ! Component: 2900 - total flux cleaned = -0.00248625 Jy ! Component: 2950 - total flux cleaned = -0.00249538 Jy ! Component: 3000 - total flux cleaned = -0.0024954 Jy ! Component: 3050 - total flux cleaned = -0.00249535 Jy ! Component: 3100 - total flux cleaned = -0.00250443 Jy ! Component: 3150 - total flux cleaned = -0.00250441 Jy ! Component: 3200 - total flux cleaned = -0.0025224 Jy ! Component: 3250 - total flux cleaned = -0.00250453 Jy ! Component: 3300 - total flux cleaned = -0.00250449 Jy ! Component: 3350 - total flux cleaned = -0.00249565 Jy ! Component: 3400 - total flux cleaned = -0.00249564 Jy ! Component: 3450 - total flux cleaned = -0.00250448 Jy ! Component: 3500 - total flux cleaned = -0.00249562 Jy ! Component: 3550 - total flux cleaned = -0.00246937 Jy ! Component: 3600 - total flux cleaned = -0.00243447 Jy ! Component: 3650 - total flux cleaned = -0.00243453 Jy ! Component: 3700 - total flux cleaned = -0.00242592 Jy ! Component: 3750 - total flux cleaned = -0.00242595 Jy ! Component: 3800 - total flux cleaned = -0.00242596 Jy ! Component: 3850 - total flux cleaned = -0.00242598 Jy ! Component: 3900 - total flux cleaned = -0.00242592 Jy ! Component: 3950 - total flux cleaned = -0.00242591 Jy ! Component: 4000 - total flux cleaned = -0.00240038 Jy ! Component: 4050 - total flux cleaned = -0.00240893 Jy ! Total flux subtracted in 4096 components = -0.00240047 Jy ! Clean residual min=-0.000596 max=0.000587 Jy/beam ! Clean residual mean=0.000002 rms=0.000147 Jy/beam ! Combined flux in latest and established models = 0.0935068 Jy keep ! Adding 250 model components to the UV plane model. ! The established model now contains 358 components and 0.0935068 Jy ![Exited script file: muppet] wmap "J1705+5109_S_2015_01_22_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.17 x 9.562 at 41.94 degrees (North through East) ! Clean map min=-0.0017118 max=0.076312 Jy/beam ! Writing clean map to FITS file: J1705+5109_S_2015_01_22_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0763123 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000143948 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.565889 0.565889 1.13178 2.26356 4.52711 9.05423 18.1085 36.2169 72.4338 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.076 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.17 x 9.562 at 41.94 degrees (North through East) ! Clean map min=-0.0017118 max=0.076312 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 J1705+5109_S_2015_01_22_pus_uvs.log closed on Tue Jan 3 23:00:10 2017