! Started logfile: J0102+5824_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:38:34 2016 obs J0102+5824_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0102+5824_S_2015_03_17_pus_uva.fits ! AN table 1: 15 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.899259 visibilities/baseline/integration-bin. ! Found source: J0102+5824 ! ! 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 2428 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 J0102+5824_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 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.440985Jy sigma=0.016900 ! Fit after self-cal, rms=1.426227Jy sigma=0.016710 ! 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.628 mas, bmaj=9.523 mas, bpa=26.71 degrees ! Estimated noise=1396.48 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.6339 Jy ! Component: 100 - total flux cleaned = 2.15361 Jy ! Total flux subtracted in 100 components = 2.15361 Jy ! Clean residual min=-0.094675 max=0.237518 Jy/beam ! Clean residual mean=-0.001576 rms=0.032926 Jy/beam ! Combined flux in latest and established models = 2.15361 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 2.15361 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.560225Jy sigma=0.006020 ! Fit after self-cal, rms=0.560204Jy sigma=0.006019 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.261804 Jy ! Component: 100 - total flux cleaned = 0.401683 Jy ! Total flux subtracted in 100 components = 0.401683 Jy ! Clean residual min=-0.073577 max=0.100358 Jy/beam ! Clean residual mean=-0.000701 rms=0.020322 Jy/beam ! Combined flux in latest and established models = 2.55529 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 14 components and 2.55529 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.359638Jy sigma=0.003751 ! Fit after self-cal, rms=0.359617Jy sigma=0.003750 ! 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.053 mas, bmaj=9.573 mas, bpa=27.84 degrees ! Estimated noise=1182.68 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.117267 Jy ! Component: 100 - total flux cleaned = 0.18966 Jy ! Component: 150 - total flux cleaned = 0.236946 Jy ! Component: 200 - total flux cleaned = 0.269909 Jy ! Total flux subtracted in 200 components = 0.269909 Jy ! Clean residual min=-0.082988 max=0.061378 Jy/beam ! Clean residual mean=-0.000277 rms=0.017754 Jy/beam ! Combined flux in latest and established models = 2.8252 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 41 components and 2.8252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.299460Jy sigma=0.003295 ! Fit after self-cal, rms=0.299444Jy sigma=0.003295 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.87 HN 0.97 KP 1.11 ! LA 0.98 MK 1.10 NL 0.92 OV 1.00 ! PT 1.06 SC 0.96 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.90 HN 1.02 KP 1.07 ! LA 0.95 MK 1.12 NL 1.02 OV 1.03 ! PT 1.04 SC 1.01 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.91 HN 1.01 KP 0.96 ! LA 0.78 MK 1.16 NL 1.12 OV 0.95 ! PT 1.03 SC 0.98 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.93 HN 0.96 KP 0.93 ! LA 0.84 MK 1.14 NL 1.01 OV 1.01 ! PT 1.07 SC 0.92 ! ! ! Fit before self-cal, rms=0.299444Jy sigma=0.003295 ! Fit after self-cal, rms=0.093623Jy sigma=0.001147 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.102 mas, bmaj=9.518 mas, bpa=27.89 degrees ! Estimated noise=1186.61 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.0228537 Jy ! Component: 100 - total flux cleaned = -0.0256192 Jy ! Component: 150 - total flux cleaned = -0.0268439 Jy ! Component: 200 - total flux cleaned = -0.0288016 Jy ! Total flux subtracted in 200 components = -0.0288016 Jy ! Clean residual min=-0.023274 max=0.015232 Jy/beam ! Clean residual mean=0.000016 rms=0.004551 Jy/beam ! Combined flux in latest and established models = 2.7964 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 62 components and 2.7964 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086217Jy sigma=0.001050 ! Fit after self-cal, rms=0.086158Jy sigma=0.001050 ! 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.086158Jy sigma=0.001050 ! Fit after self-cal, rms=0.084621Jy sigma=0.001021 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.121 mas, bmaj=9.51 mas, bpa=27.84 degrees ! Estimated noise=1189.49 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0166963 Jy ! Component: 100 - total flux cleaned = -0.0195527 Jy ! Component: 150 - total flux cleaned = -0.0214149 Jy ! Component: 200 - total flux cleaned = -0.0230003 Jy ! Total flux subtracted in 200 components = -0.0230003 Jy ! Clean residual min=-0.019908 max=0.012089 Jy/beam ! Clean residual mean=0.000018 rms=0.003780 Jy/beam ! Combined flux in latest and established models = 2.7734 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 78 components and 2.7734 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080845Jy sigma=0.000971 ! Fit after self-cal, rms=0.080839Jy sigma=0.000971 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.00161069 Jy ! Component: 100 - total flux cleaned = -0.00281791 Jy ! Component: 150 - total flux cleaned = -0.00388285 Jy ! Component: 200 - total flux cleaned = -0.0049934 Jy ! Total flux subtracted in 200 components = -0.0049934 Jy ! Clean residual min=-0.018728 max=0.012177 Jy/beam ! Clean residual mean=0.000004 rms=0.003666 Jy/beam ! Combined flux in latest and established models = 2.7684 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 83 components and 2.7684 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080091Jy sigma=0.000961 ! Fit after self-cal, rms=0.080090Jy sigma=0.000961 ! 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.080090Jy sigma=0.000961 ! Fit after self-cal, rms=0.078812Jy sigma=0.000938 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.137 mas, bmaj=9.506 mas, bpa=27.8 degrees ! Estimated noise=1192.46 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0111614 Jy ! Component: 100 - total flux cleaned = -0.0141709 Jy ! Component: 150 - total flux cleaned = -0.0164955 Jy ! Component: 200 - total flux cleaned = -0.0183888 Jy ! Total flux subtracted in 200 components = -0.0183888 Jy ! Clean residual min=-0.016233 max=0.010409 Jy/beam ! Clean residual mean=0.000012 rms=0.003088 Jy/beam ! Combined flux in latest and established models = 2.75001 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 89 components and 2.75001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076637Jy sigma=0.000910 ! Fit after self-cal, rms=0.076637Jy sigma=0.000910 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.000777535 Jy ! Component: 100 - total flux cleaned = -0.00178486 Jy ! Component: 150 - total flux cleaned = -0.00255855 Jy ! Component: 200 - total flux cleaned = -0.00325762 Jy ! Total flux subtracted in 200 components = -0.00325762 Jy ! Clean residual min=-0.015512 max=0.010609 Jy/beam ! Clean residual mean=0.000003 rms=0.003033 Jy/beam ! Combined flux in latest and established models = 2.74676 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 93 components and 2.74676 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076203Jy sigma=0.000905 ! Fit after self-cal, rms=0.076203Jy sigma=0.000905 ! 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.076203Jy sigma=0.000905 ! Fit after self-cal, rms=0.075412Jy sigma=0.000890 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.893 mas, bmaj=10.42 mas, bpa=26.56 degrees ! Estimated noise=1507.59 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00964531 Jy ! Component: 100 - total flux cleaned = -0.014391 Jy ! Component: 150 - total flux cleaned = -0.0152637 Jy ! Component: 200 - total flux cleaned = -0.0155705 Jy ! Total flux subtracted in 200 components = -0.0155705 Jy ! Clean residual min=-0.010286 max=0.011150 Jy/beam ! Clean residual mean=0.000009 rms=0.002815 Jy/beam ! Combined flux in latest and established models = 2.73119 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 107 components and 2.73119 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074793Jy sigma=0.000879 ! Fit after self-cal, rms=0.074791Jy sigma=0.000879 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.000328121 Jy ! Component: 100 - total flux cleaned = -0.000631183 Jy ! Component: 150 - total flux cleaned = -0.00082748 Jy ! Component: 200 - total flux cleaned = -0.00105525 Jy ! Total flux subtracted in 200 components = -0.00105525 Jy ! Clean residual min=-0.009767 max=0.010945 Jy/beam ! Clean residual mean=0.000001 rms=0.002751 Jy/beam ! Combined flux in latest and established models = 2.73013 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 112 components and 2.73013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074771Jy sigma=0.000878 ! Fit after self-cal, rms=0.074769Jy sigma=0.000878 ! 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.149 mas, bmaj=9.505 mas, bpa=27.76 degrees ! Estimated noise=1194.84 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.149 x 9.505 at 27.76 degrees (North through East) ! Clean map min=-0.013114 max=2.2236 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074769Jy sigma=0.000878 ! Fit after self-cal, rms=0.070703Jy sigma=0.000825 ! Inverting map and beam ! Estimated beam: bmin=3.156 mas, bmaj=9.505 mas, bpa=27.74 degrees ! Estimated noise=1195.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00557481 Jy ! Component: 100 - total flux cleaned = -0.00717362 Jy ! Component: 150 - total flux cleaned = -0.00904935 Jy ! Component: 200 - total flux cleaned = -0.0104672 Jy ! Total flux subtracted in 200 components = -0.0104672 Jy ! Clean residual min=-0.012134 max=0.009438 Jy/beam ! Clean residual mean=0.000012 rms=0.002361 Jy/beam ! Combined flux in latest and established models = 2.71966 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 114 components and 2.71966 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069277Jy sigma=0.000810 ! Fit after self-cal, rms=0.069275Jy sigma=0.000810 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00135156 Jy ! Component: 100 - total flux cleaned = -0.00240922 Jy ! Component: 150 - total flux cleaned = -0.00262246 Jy ! Component: 200 - total flux cleaned = -0.00272202 Jy ! Total flux subtracted in 200 components = -0.00272202 Jy ! Clean residual min=-0.011674 max=0.009255 Jy/beam ! Clean residual mean=0.000004 rms=0.002333 Jy/beam ! Combined flux in latest and established models = 2.71694 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 119 components and 2.71694 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068902Jy sigma=0.000806 ! Fit after self-cal, rms=0.068902Jy sigma=0.000806 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068902Jy sigma=0.000806 ! Fit after self-cal, rms=0.068653Jy sigma=0.000799 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.708 mas, bmaj=9.403 mas, bpa=26.52 degrees ! Estimated noise=1434.12 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.67044 Jy ! Component: 100 - total flux cleaned = 2.15179 Jy ! Component: 150 - total flux cleaned = 2.38638 Jy ! Component: 200 - total flux cleaned = 2.50967 Jy ! Total flux subtracted in 200 components = 2.50967 Jy ! Clean residual min=-0.027424 max=0.059047 Jy/beam ! Clean residual mean=-0.000440 rms=0.008177 Jy/beam ! Combined flux in latest and established models = 2.50967 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 13 model components to the UV plane model. ! The established model now contains 13 components and 2.50967 Jy ! Inverting map and beam ! Estimated beam: bmin=3.164 mas, bmaj=9.505 mas, bpa=27.72 degrees ! Estimated noise=1196.58 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.0859688 Jy ! Component: 100 - total flux cleaned = 0.127304 Jy ! Component: 150 - total flux cleaned = 0.151869 Jy ! Component: 200 - total flux cleaned = 0.168035 Jy ! Total flux subtracted in 200 components = 0.168035 Jy ! Clean residual min=-0.013260 max=0.016604 Jy/beam ! Clean residual mean=-0.000088 rms=0.002957 Jy/beam ! Combined flux in latest and established models = 2.67771 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 34 components and 2.67771 Jy ! Inverting map ! Added new window around map position (-7, -2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.014664 Jy ! Component: 100 - total flux cleaned = 0.0235241 Jy ! Component: 150 - total flux cleaned = 0.0272897 Jy ! Component: 200 - total flux cleaned = 0.0298146 Jy ! Total flux subtracted in 200 components = 0.0298146 Jy ! Clean residual min=-0.010603 max=0.008791 Jy/beam ! Clean residual mean=-0.000010 rms=0.002195 Jy/beam ! Combined flux in latest and established models = 2.70752 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 64 components and 2.70752 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.913 mas, bmaj=10.43 mas, bpa=26.48 degrees ! Estimated noise=1501.53 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0033853 Jy ! Component: 100 - total flux cleaned = 0.00359012 Jy ! Component: 150 - total flux cleaned = 0.00391678 Jy ! Component: 200 - total flux cleaned = 0.00392944 Jy ! Total flux subtracted in 200 components = 0.00392944 Jy ! Clean residual min=-0.007124 max=0.009025 Jy/beam ! Clean residual mean=0.000007 rms=0.002174 Jy/beam ! Combined flux in latest and established models = 2.71145 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.000116202 Jy ! Component: 100 - total flux cleaned = 0.000221352 Jy ! Component: 150 - total flux cleaned = 0.000318964 Jy ! Component: 200 - total flux cleaned = 0.000411241 Jy ! Total flux subtracted in 200 components = 0.000411241 Jy ! Clean residual min=-0.006850 max=0.008965 Jy/beam ! Clean residual mean=0.000015 rms=0.002087 Jy/beam ! Combined flux in latest and established models = 2.71186 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 123 components and 2.71186 Jy ! Inverting map ! Added new window around map position (24.5, -55). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00381498 Jy ! Component: 100 - total flux cleaned = 0.00247561 Jy ! Component: 150 - total flux cleaned = 0.00146249 Jy ! Component: 200 - total flux cleaned = 0.000763978 Jy ! Total flux subtracted in 200 components = 0.000763978 Jy ! Clean residual min=-0.006872 max=0.005924 Jy/beam ! Clean residual mean=0.000025 rms=0.001555 Jy/beam ! Combined flux in latest and established models = 2.71263 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 150 components and 2.71263 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.164 mas, bmaj=9.505 mas, bpa=27.72 degrees ! Estimated noise=1196.58 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00155705 Jy ! Component: 100 - total flux cleaned = 0.00199453 Jy ! Component: 150 - total flux cleaned = 0.00219277 Jy ! Component: 200 - total flux cleaned = 0.00202185 Jy ! Total flux subtracted in 200 components = 0.00202185 Jy ! Clean residual min=-0.008002 max=0.006131 Jy/beam ! Clean residual mean=0.000013 rms=0.001542 Jy/beam ! Combined flux in latest and established models = 2.71465 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 178 components and 2.71465 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064824Jy sigma=0.000756 ! Fit after self-cal, rms=0.064714Jy sigma=0.000754 wmodel J0102+5824_S_2015_03_17_pus_map.mod ! Writing 178 model components to file: J0102+5824_S_2015_03_17_pus_map.mod wobs J0102+5824_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0102+5824_S_2015_03_17_pus_uvs.fits wwins J0102+5824_S_2015_03_17_pus_map.win ! wwins: Wrote 3 windows to J0102+5824_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.00339971 Jy ! Component: 100 - total flux cleaned = -0.00558245 Jy ! Component: 150 - total flux cleaned = -0.00745441 Jy ! Component: 200 - total flux cleaned = -0.00870722 Jy ! Component: 250 - total flux cleaned = -0.00987418 Jy ! Component: 300 - total flux cleaned = -0.0110678 Jy ! Component: 350 - total flux cleaned = -0.0122102 Jy ! Component: 400 - total flux cleaned = -0.0133091 Jy ! Component: 450 - total flux cleaned = -0.0143704 Jy ! Component: 500 - total flux cleaned = -0.0153227 Jy ! Component: 550 - total flux cleaned = -0.0161057 Jy ! Component: 600 - total flux cleaned = -0.0170748 Jy ! Component: 650 - total flux cleaned = -0.0178128 Jy ! Component: 700 - total flux cleaned = -0.0183357 Jy ! Component: 750 - total flux cleaned = -0.0190986 Jy ! Component: 800 - total flux cleaned = -0.0196565 Jy ! Component: 850 - total flux cleaned = -0.0203819 Jy ! Component: 900 - total flux cleaned = -0.0209721 Jy ! Component: 950 - total flux cleaned = -0.0217219 Jy ! Component: 1000 - total flux cleaned = -0.0222276 Jy ! Component: 1050 - total flux cleaned = -0.0228863 Jy ! Component: 1100 - total flux cleaned = -0.0234751 Jy ! Component: 1150 - total flux cleaned = -0.0241044 Jy ! Component: 1200 - total flux cleaned = -0.024718 Jy ! Component: 1250 - total flux cleaned = -0.0253184 Jy ! Component: 1300 - total flux cleaned = -0.0258577 Jy ! Component: 1350 - total flux cleaned = -0.0265284 Jy ! Component: 1400 - total flux cleaned = -0.0269977 Jy ! Component: 1450 - total flux cleaned = -0.0275045 Jy ! Component: 1500 - total flux cleaned = -0.0279556 Jy ! Component: 1550 - total flux cleaned = -0.0284424 Jy ! Component: 1600 - total flux cleaned = -0.0289198 Jy ! Component: 1650 - total flux cleaned = -0.0294312 Jy ! Component: 1700 - total flux cleaned = -0.029807 Jy ! Component: 1750 - total flux cleaned = -0.0303398 Jy ! Component: 1800 - total flux cleaned = -0.0306615 Jy ! Component: 1850 - total flux cleaned = -0.0309777 Jy ! Component: 1900 - total flux cleaned = -0.0312888 Jy ! Component: 1950 - total flux cleaned = -0.031481 Jy ! Component: 2000 - total flux cleaned = -0.031782 Jy ! Component: 2050 - total flux cleaned = -0.0320041 Jy ! Component: 2100 - total flux cleaned = -0.0321503 Jy ! Component: 2150 - total flux cleaned = -0.0323666 Jy ! Component: 2200 - total flux cleaned = -0.0326144 Jy ! Component: 2250 - total flux cleaned = -0.032684 Jy ! Component: 2300 - total flux cleaned = -0.0329259 Jy ! Component: 2350 - total flux cleaned = -0.0330964 Jy ! Component: 2400 - total flux cleaned = -0.033197 Jy ! Component: 2450 - total flux cleaned = -0.0334291 Jy ! Component: 2500 - total flux cleaned = -0.0336257 Jy ! Component: 2550 - total flux cleaned = -0.0337224 Jy ! Component: 2600 - total flux cleaned = -0.0339147 Jy ! Component: 2650 - total flux cleaned = -0.0341045 Jy ! Component: 2700 - total flux cleaned = -0.034291 Jy ! Component: 2750 - total flux cleaned = -0.0342911 Jy ! Component: 2800 - total flux cleaned = -0.0344432 Jy ! Component: 2850 - total flux cleaned = -0.0346535 Jy ! Component: 2900 - total flux cleaned = -0.0346823 Jy ! Component: 2950 - total flux cleaned = -0.0348583 Jy ! Component: 3000 - total flux cleaned = -0.0349449 Jy ! Component: 3050 - total flux cleaned = -0.0350594 Jy ! Component: 3100 - total flux cleaned = -0.0352007 Jy ! Component: 3150 - total flux cleaned = -0.0352848 Jy ! Component: 3200 - total flux cleaned = -0.0354508 Jy ! Component: 3250 - total flux cleaned = -0.0355329 Jy ! Component: 3300 - total flux cleaned = -0.0356144 Jy ! Component: 3350 - total flux cleaned = -0.0357478 Jy ! Component: 3400 - total flux cleaned = -0.035774 Jy ! Component: 3450 - total flux cleaned = -0.0358523 Jy ! Component: 3500 - total flux cleaned = -0.0360337 Jy ! Component: 3550 - total flux cleaned = -0.036136 Jy ! Component: 3600 - total flux cleaned = -0.0362628 Jy ! Component: 3650 - total flux cleaned = -0.0363885 Jy ! Component: 3700 - total flux cleaned = -0.0365128 Jy ! Component: 3750 - total flux cleaned = -0.0366358 Jy ! Component: 3800 - total flux cleaned = -0.0367576 Jy ! Component: 3850 - total flux cleaned = -0.0367818 Jy ! Component: 3900 - total flux cleaned = -0.0369012 Jy ! Component: 3950 - total flux cleaned = -0.0369245 Jy ! Component: 4000 - total flux cleaned = -0.036995 Jy ! Component: 4050 - total flux cleaned = -0.0369717 Jy ! Total flux subtracted in 4096 components = -0.0371564 Jy ! Clean residual min=-0.001342 max=0.001311 Jy/beam ! Clean residual mean=-0.000001 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 2.6775 Jy keep ! Adding 249 model components to the UV plane model. ! The established model now contains 426 components and 2.6775 Jy ![Exited script file: muppet] wmap "J0102+5824_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.164 x 9.505 at 27.72 degrees (North through East) ! Clean map min=-0.0070034 max=2.233 Jy/beam ! Writing clean map to FITS file: J0102+5824_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 2.23305 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00042516 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.0571184 0.0571184 0.114237 0.228474 0.456947 0.913894 1.82779 3.65558 7.31115 14.6223 29.2446 58.4892 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(1000*peak_flux)/1000 ! peak= 2.233 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.164 x 9.505 at 27.72 degrees (North through East) ! Clean map min=-0.0070034 max=2.233 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 J0102+5824_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:38:41 2016