! Started logfile: J2102+6758_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:08:35 2016 obs J2102+6758_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J2102+6758_S_2015_03_17_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.976138 visibilities/baseline/integration-bin. ! Found source: J2102+6758 ! ! 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 21436 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 J2102+6758_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 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.956268Jy sigma=0.010816 ! Fit after self-cal, rms=0.911121Jy sigma=0.010277 ! 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.758 mas, bmaj=3.977 mas, bpa=-37.94 degrees ! Estimated noise=767.385 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.0678421 Jy ! Component: 100 - total flux cleaned = 0.0834402 Jy ! Total flux subtracted in 100 components = 0.0834402 Jy ! Clean residual min=-0.003298 max=0.006042 Jy/beam ! Clean residual mean=0.000007 rms=0.000855 Jy/beam ! Combined flux in latest and established models = 0.0834402 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0834402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080003Jy sigma=0.000786 ! Fit after self-cal, rms=0.079992Jy sigma=0.000786 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00678091 Jy ! Component: 100 - total flux cleaned = 0.0107375 Jy ! Total flux subtracted in 100 components = 0.0107375 Jy ! Clean residual min=-0.002837 max=0.003014 Jy/beam ! Clean residual mean=0.000003 rms=0.000699 Jy/beam ! Combined flux in latest and established models = 0.0941777 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 18 components and 0.0941777 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079076Jy sigma=0.000778 ! Fit after self-cal, rms=0.079050Jy sigma=0.000778 ! 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.444 mas, bmaj=4.847 mas, bpa=-39.82 degrees ! Estimated noise=441.131 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.00357228 Jy ! Component: 100 - total flux cleaned = 0.00549529 Jy ! Component: 150 - total flux cleaned = 0.00655606 Jy ! Component: 200 - total flux cleaned = 0.00715531 Jy ! Total flux subtracted in 200 components = 0.00715531 Jy ! Clean residual min=-0.002505 max=0.002044 Jy/beam ! Clean residual mean=0.000001 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.101333 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 30 components and 0.101333 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078822Jy sigma=0.000776 ! Fit after self-cal, rms=0.078807Jy 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 1.01 FD 0.91 HN 0.97 KP 1.07 ! LA 0.96 MK 1.03 NL 0.91 OV 1.03 ! PT 1.06 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.92 HN 1.01 KP 1.06 ! LA 0.95 MK 1.04 NL 1.01 OV 1.03 ! PT 1.04 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.96 HN 1.00 KP 0.95 ! LA 0.78 MK 1.06 NL 1.18 OV 0.96 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.96 HN 0.94 KP 0.93 ! LA 0.87 MK 1.09 NL 1.01 OV 0.99 ! PT 1.07 SC 0.97 ! ! ! Fit before self-cal, rms=0.078807Jy sigma=0.000776 ! Fit after self-cal, rms=0.075647Jy sigma=0.000770 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.491 mas, bmaj=4.897 mas, bpa=-39.87 degrees ! Estimated noise=441.765 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.000911034 Jy ! Component: 100 - total flux cleaned = -0.00106799 Jy ! Component: 150 - total flux cleaned = -0.00118803 Jy ! Component: 200 - total flux cleaned = -0.0012799 Jy ! Total flux subtracted in 200 components = -0.0012799 Jy ! Clean residual min=-0.001709 max=0.001793 Jy/beam ! Clean residual mean=-0.000001 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.100053 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 37 components and 0.100053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075634Jy sigma=0.000770 ! Fit after self-cal, rms=0.075564Jy sigma=0.000770 ! Inverting map ! Added new window around map position (15.5, -11). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0015402 Jy ! Component: 100 - total flux cleaned = 0.0018864 Jy ! Component: 150 - total flux cleaned = 0.00206213 Jy ! Component: 200 - total flux cleaned = 0.00207997 Jy ! Total flux subtracted in 200 components = 0.00207997 Jy ! Clean residual min=-0.001654 max=0.001369 Jy/beam ! Clean residual mean=-0.000003 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.102133 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 55 components and 0.102133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075529Jy sigma=0.000770 ! Fit after self-cal, rms=0.075525Jy sigma=0.000770 ! 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.075525Jy sigma=0.000770 ! Fit after self-cal, rms=0.075620Jy sigma=0.000769 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.505 mas, bmaj=4.92 mas, bpa=-39.66 degrees ! Estimated noise=442.148 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000446961 Jy ! Component: 100 - total flux cleaned = -0.000549279 Jy ! Component: 150 - total flux cleaned = -0.000600926 Jy ! Component: 200 - total flux cleaned = -0.00061628 Jy ! Total flux subtracted in 200 components = -0.00061628 Jy ! Clean residual min=-0.001518 max=0.001227 Jy/beam ! Clean residual mean=-0.000003 rms=0.000306 Jy/beam ! Combined flux in latest and established models = 0.101517 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 65 components and 0.101517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075610Jy sigma=0.000769 ! Fit after self-cal, rms=0.075615Jy 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 = 2.18131e-05 Jy ! Component: 100 - total flux cleaned = 2.23411e-05 Jy ! Component: 150 - total flux cleaned = 2.26342e-05 Jy ! Component: 200 - total flux cleaned = 1.07099e-05 Jy ! Total flux subtracted in 200 components = 1.07099e-05 Jy ! Clean residual min=-0.001483 max=0.001231 Jy/beam ! Clean residual mean=-0.000003 rms=0.000305 Jy/beam ! Combined flux in latest and established models = 0.101527 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 69 components and 0.101527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075610Jy sigma=0.000769 ! Fit after self-cal, rms=0.075610Jy 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.075610Jy sigma=0.000769 ! Fit after self-cal, rms=0.075653Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.518 mas, bmaj=4.935 mas, bpa=-39.72 degrees ! Estimated noise=442.4 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000438732 Jy ! Component: 100 - total flux cleaned = -0.000542998 Jy ! Component: 150 - total flux cleaned = -0.000568102 Jy ! Component: 200 - total flux cleaned = -0.000568125 Jy ! Total flux subtracted in 200 components = -0.000568125 Jy ! Clean residual min=-0.001460 max=0.001219 Jy/beam ! Clean residual mean=-0.000003 rms=0.000300 Jy/beam ! Combined flux in latest and established models = 0.100959 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 73 components and 0.100959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075648Jy sigma=0.000769 ! Fit after self-cal, rms=0.075648Jy 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.18049e-05 Jy ! Component: 100 - total flux cleaned = -9.17593e-07 Jy ! Component: 150 - total flux cleaned = 8.91629e-06 Jy ! Component: 200 - total flux cleaned = 8.66765e-06 Jy ! Total flux subtracted in 200 components = 8.66765e-06 Jy ! Clean residual min=-0.001433 max=0.001222 Jy/beam ! Clean residual mean=-0.000003 rms=0.000299 Jy/beam ! Combined flux in latest and established models = 0.100968 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 77 components and 0.100968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075645Jy sigma=0.000769 ! Fit after self-cal, rms=0.075645Jy 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.075645Jy sigma=0.000769 ! Fit after self-cal, rms=0.075712Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.142 mas, bmaj=9.125 mas, bpa=-58.92 degrees ! Estimated noise=577.404 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000212321 Jy ! Component: 100 - total flux cleaned = -0.000193249 Jy ! Component: 150 - total flux cleaned = -0.000185164 Jy ! Component: 200 - total flux cleaned = -0.000190653 Jy ! Total flux subtracted in 200 components = -0.000190653 Jy ! Clean residual min=-0.001409 max=0.001294 Jy/beam ! Clean residual mean=-0.000006 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.100777 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 82 components and 0.100777 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075710Jy sigma=0.000769 ! Fit after self-cal, rms=0.075710Jy 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 = 2.38144e-05 Jy ! Component: 100 - total flux cleaned = 2.8549e-05 Jy ! Component: 150 - total flux cleaned = 2.84559e-05 Jy ! Component: 200 - total flux cleaned = 2.84237e-05 Jy ! Total flux subtracted in 200 components = 2.84237e-05 Jy ! Clean residual min=-0.001430 max=0.001272 Jy/beam ! Clean residual mean=-0.000006 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.100806 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 88 components and 0.100806 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075711Jy sigma=0.000769 ! Fit after self-cal, rms=0.075711Jy sigma=0.000769 ! 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.53 mas, bmaj=4.948 mas, bpa=-39.79 degrees ! Estimated noise=442.752 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.53 x 4.948 at -39.79 degrees (North through East) ! Clean map min=-0.0013609 max=0.090083 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.813 mas, bmaj=4.042 mas, bpa=-37.81 degrees ! Estimated noise=780.362 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0688258 Jy ! Component: 100 - total flux cleaned = 0.0841591 Jy ! Component: 150 - total flux cleaned = 0.089778 Jy ! Component: 200 - total flux cleaned = 0.0930047 Jy ! Total flux subtracted in 200 components = 0.0930047 Jy ! Clean residual min=-0.002359 max=0.002370 Jy/beam ! Clean residual mean=0.000001 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.0930047 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.0930047 Jy ! Inverting map and beam ! Estimated beam: bmin=3.53 mas, bmaj=4.948 mas, bpa=-39.79 degrees ! Estimated noise=442.752 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.00281208 Jy ! Component: 100 - total flux cleaned = 0.00455582 Jy ! Component: 150 - total flux cleaned = 0.00576695 Jy ! Component: 200 - total flux cleaned = 0.00653427 Jy ! Total flux subtracted in 200 components = 0.00653427 Jy ! Clean residual min=-0.001585 max=0.001324 Jy/beam ! Clean residual mean=-0.000002 rms=0.000309 Jy/beam ! Combined flux in latest and established models = 0.099539 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 39 components and 0.099539 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=8.142 mas, bmaj=9.125 mas, bpa=-58.92 degrees ! Estimated noise=577.404 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000902362 Jy ! Component: 100 - total flux cleaned = 0.00111355 Jy ! Component: 150 - total flux cleaned = 0.0011984 Jy ! Component: 200 - total flux cleaned = 0.00121577 Jy ! Total flux subtracted in 200 components = 0.00121577 Jy ! Clean residual min=-0.001419 max=0.001208 Jy/beam ! Clean residual mean=-0.000006 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.100755 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 = 1.40534e-05 Jy ! Component: 100 - total flux cleaned = 3.31062e-05 Jy ! Component: 150 - total flux cleaned = 4.4954e-05 Jy ! Component: 200 - total flux cleaned = 5.06065e-05 Jy ! Total flux subtracted in 200 components = 5.06065e-05 Jy ! Clean residual min=-0.001429 max=0.001219 Jy/beam ! Clean residual mean=-0.000006 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.100805 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 66 components and 0.100805 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.53 mas, bmaj=4.948 mas, bpa=-39.79 degrees ! Estimated noise=442.752 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.24045e-05 Jy ! Component: 100 - total flux cleaned = -7.44159e-05 Jy ! Component: 150 - total flux cleaned = -7.40853e-05 Jy ! Component: 200 - total flux cleaned = -5.917e-05 Jy ! Total flux subtracted in 200 components = -5.917e-05 Jy ! Clean residual min=-0.001417 max=0.001262 Jy/beam ! Clean residual mean=-0.000003 rms=0.000301 Jy/beam ! Combined flux in latest and established models = 0.100746 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 80 components and 0.100746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075716Jy sigma=0.000769 ! Fit after self-cal, rms=0.075715Jy sigma=0.000769 wmodel J2102+6758_S_2015_03_17_pus_map.mod ! Writing 80 model components to file: J2102+6758_S_2015_03_17_pus_map.mod wobs J2102+6758_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J2102+6758_S_2015_03_17_pus_uvs.fits wwins J2102+6758_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J2102+6758_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.000487222 Jy ! Component: 100 - total flux cleaned = -0.00040028 Jy ! Component: 150 - total flux cleaned = -0.000316548 Jy ! Component: 200 - total flux cleaned = -0.000256402 Jy ! Component: 250 - total flux cleaned = -0.000295477 Jy ! Component: 300 - total flux cleaned = -0.000314261 Jy ! Component: 350 - total flux cleaned = -0.000314082 Jy ! Component: 400 - total flux cleaned = -0.000349086 Jy ! Component: 450 - total flux cleaned = -0.000279261 Jy ! Component: 500 - total flux cleaned = -0.00024558 Jy ! Component: 550 - total flux cleaned = -0.000212377 Jy ! Component: 600 - total flux cleaned = -0.000163431 Jy ! Component: 650 - total flux cleaned = -0.000147398 Jy ! Component: 700 - total flux cleaned = -9.99082e-05 Jy ! Component: 750 - total flux cleaned = -6.91144e-05 Jy ! Component: 800 - total flux cleaned = -5.3916e-05 Jy ! Component: 850 - total flux cleaned = -8.94368e-06 Jy ! Component: 900 - total flux cleaned = 5.88579e-06 Jy ! Component: 950 - total flux cleaned = 4.97566e-05 Jy ! Component: 1000 - total flux cleaned = 0.000135878 Jy ! Component: 1050 - total flux cleaned = 0.000149967 Jy ! Component: 1100 - total flux cleaned = 0.000150411 Jy ! Component: 1150 - total flux cleaned = 0.000219525 Jy ! Component: 1200 - total flux cleaned = 0.000233222 Jy ! Component: 1250 - total flux cleaned = 0.000246919 Jy ! Component: 1300 - total flux cleaned = 0.000260341 Jy ! Component: 1350 - total flux cleaned = 0.000273633 Jy ! Component: 1400 - total flux cleaned = 0.000260962 Jy ! Component: 1450 - total flux cleaned = 0.000286738 Jy ! Component: 1500 - total flux cleaned = 0.000324616 Jy ! Component: 1550 - total flux cleaned = 0.000299576 Jy ! Component: 1600 - total flux cleaned = 0.000299721 Jy ! Component: 1650 - total flux cleaned = 0.000336625 Jy ! Component: 1700 - total flux cleaned = 0.000324175 Jy ! Component: 1750 - total flux cleaned = 0.000336115 Jy ! Component: 1800 - total flux cleaned = 0.000276551 Jy ! Component: 1850 - total flux cleaned = 0.000229598 Jy ! Component: 1900 - total flux cleaned = 0.000299932 Jy ! Component: 1950 - total flux cleaned = 0.000253666 Jy ! Component: 2000 - total flux cleaned = 0.000230723 Jy ! Component: 2050 - total flux cleaned = 0.000196587 Jy ! Component: 2100 - total flux cleaned = 0.000241872 Jy ! Component: 2150 - total flux cleaned = 0.000253072 Jy ! Component: 2200 - total flux cleaned = 0.000208531 Jy ! Component: 2250 - total flux cleaned = 0.00017536 Jy ! Component: 2300 - total flux cleaned = 0.000197385 Jy ! Component: 2350 - total flux cleaned = 0.000208119 Jy ! Component: 2400 - total flux cleaned = 0.000229451 Jy ! Component: 2450 - total flux cleaned = 0.000175772 Jy ! Component: 2500 - total flux cleaned = 0.000165207 Jy ! Component: 2550 - total flux cleaned = 0.000165197 Jy ! Component: 2600 - total flux cleaned = 0.000175601 Jy ! Component: 2650 - total flux cleaned = 0.000185922 Jy ! Component: 2700 - total flux cleaned = 0.000185929 Jy ! Component: 2750 - total flux cleaned = 0.000175703 Jy ! Component: 2800 - total flux cleaned = 0.00012494 Jy ! Component: 2850 - total flux cleaned = 0.000155073 Jy ! Component: 2900 - total flux cleaned = 0.00014513 Jy ! Component: 2950 - total flux cleaned = 0.000105301 Jy ! Component: 3000 - total flux cleaned = 8.55339e-05 Jy ! Component: 3050 - total flux cleaned = 9.53146e-05 Jy ! Component: 3100 - total flux cleaned = 7.57055e-05 Jy ! Component: 3150 - total flux cleaned = 5.63099e-05 Jy ! Component: 3200 - total flux cleaned = -1.09316e-05 Jy ! Component: 3250 - total flux cleaned = -2.9898e-05 Jy ! Component: 3300 - total flux cleaned = -1.39307e-06 Jy ! Component: 3350 - total flux cleaned = -1.45571e-06 Jy ! Component: 3400 - total flux cleaned = -9.50953e-05 Jy ! Component: 3450 - total flux cleaned = -8.57087e-05 Jy ! Component: 3500 - total flux cleaned = -0.0001319 Jy ! Component: 3550 - total flux cleaned = -0.00015947 Jy ! Component: 3600 - total flux cleaned = -0.000205052 Jy ! Component: 3650 - total flux cleaned = -0.00025043 Jy ! Component: 3700 - total flux cleaned = -0.000232389 Jy ! Component: 3750 - total flux cleaned = -0.000295235 Jy ! Component: 3800 - total flux cleaned = -0.000295232 Jy ! Component: 3850 - total flux cleaned = -0.00033955 Jy ! Component: 3900 - total flux cleaned = -0.000348427 Jy ! Component: 3950 - total flux cleaned = -0.000409806 Jy ! Component: 4000 - total flux cleaned = -0.000401089 Jy ! Component: 4050 - total flux cleaned = -0.000427114 Jy ! Total flux subtracted in 4096 components = -0.00046162 Jy ! Clean residual min=-0.000583 max=0.000649 Jy/beam ! Clean residual mean=-0.000003 rms=0.000155 Jy/beam ! Combined flux in latest and established models = 0.100285 Jy keep ! Adding 313 model components to the UV plane model. ! The established model now contains 393 components and 0.100285 Jy ![Exited script file: muppet] wmap "J2102+6758_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.53 x 4.948 at -39.79 degrees (North through East) ! Clean map min=-0.0010673 max=0.090158 Jy/beam ! Writing clean map to FITS file: J2102+6758_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.0901582 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000153337 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.510228 0.510228 1.02046 2.04091 4.08183 8.16365 16.3273 32.6546 65.3092 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.09 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.53 x 4.948 at -39.79 degrees (North through East) ! Clean map min=-0.0010673 max=0.090158 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 J2102+6758_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:08:40 2016