! Started logfile: J1006+3454_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:01:43 2016 obs J1006+3454_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1006+3454_S_2014_08_09_pus_uva.fits ! AN table 1: 95 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.770058 visibilities/baseline/integration-bin. ! Found source: J1006+3454 ! ! 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 342 lines of history. ! ! Reading 13168 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 J1006+3454_S_2014_08_09_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 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.841419Jy sigma=0.009456 ! Fit after self-cal, rms=0.824208Jy sigma=0.009284 ! 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=3.117 mas, bmaj=4.824 mas, bpa=-8.423 degrees ! Estimated noise=890.1 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.124439 Jy ! Component: 100 - total flux cleaned = 0.172018 Jy ! Total flux subtracted in 100 components = 0.172018 Jy ! Clean residual min=-0.011452 max=0.022521 Jy/beam ! Clean residual mean=-0.000032 rms=0.003736 Jy/beam ! Combined flux in latest and established models = 0.172018 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.172018 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142159Jy sigma=0.001315 ! Fit after self-cal, rms=0.141988Jy sigma=0.001313 ! Inverting map ! Added new window around map position (-4, 1.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0264685 Jy ! Component: 100 - total flux cleaned = 0.0421018 Jy ! Total flux subtracted in 100 components = 0.0421018 Jy ! Clean residual min=-0.009379 max=0.011652 Jy/beam ! Clean residual mean=-0.000013 rms=0.003037 Jy/beam ! Combined flux in latest and established models = 0.21412 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 26 components and 0.21412 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131976Jy sigma=0.001207 ! Fit after self-cal, rms=0.131914Jy sigma=0.001205 ! 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.777 mas, bmaj=5.748 mas, bpa=-5.333 degrees ! Estimated noise=562.676 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.0207556 Jy ! Component: 100 - total flux cleaned = 0.0334827 Jy ! Component: 150 - total flux cleaned = 0.0421092 Jy ! Component: 200 - total flux cleaned = 0.0480964 Jy ! Total flux subtracted in 200 components = 0.0480964 Jy ! Clean residual min=-0.016500 max=0.019498 Jy/beam ! Clean residual mean=0.000032 rms=0.006175 Jy/beam ! Combined flux in latest and established models = 0.262216 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 84 components and 0.262216 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126830Jy sigma=0.001162 ! Fit after self-cal, rms=0.126764Jy sigma=0.001161 ! 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 1.09 HN 1.04 KP 1.11 ! LA 0.93 MK 1.07 NL 0.90 OV 1.07 ! PT 0.90 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.30 HN 1.12 KP 1.07 ! LA 0.90 MK 1.02 NL 1.02 OV 1.10 ! PT 0.88 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.44 HN 1.10 KP 0.95 ! LA 0.72 MK 1.03 NL 0.95 OV 1.00 ! PT 0.87 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.20 HN 1.07 KP 0.94 ! LA 0.69 MK 1.09 NL 1.15 OV 1.16 ! PT 0.94 SC 0.97 ! ! ! Fit before self-cal, rms=0.126764Jy sigma=0.001161 ! Fit after self-cal, rms=0.114017Jy sigma=0.001093 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.834 mas, bmaj=5.824 mas, bpa=-4.383 degrees ! Estimated noise=569.628 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.000209535 Jy ! Component: 100 - total flux cleaned = -0.000366462 Jy ! Component: 150 - total flux cleaned = -0.000656064 Jy ! Component: 200 - total flux cleaned = -0.000981264 Jy ! Total flux subtracted in 200 components = -0.000981264 Jy ! Clean residual min=-0.018155 max=0.017221 Jy/beam ! Clean residual mean=0.000118 rms=0.005588 Jy/beam ! Combined flux in latest and established models = 0.261235 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 90 components and 0.261235 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113724Jy sigma=0.001093 ! Fit after self-cal, rms=0.113872Jy sigma=0.001092 ! 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.113872Jy sigma=0.001092 ! Fit after self-cal, rms=0.112541Jy sigma=0.000961 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.903 mas, bmaj=5.88 mas, bpa=-3.304 degrees ! Estimated noise=583.706 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00120268 Jy ! Component: 100 - total flux cleaned = 0.000179097 Jy ! Component: 150 - total flux cleaned = -0.000292566 Jy ! Component: 200 - total flux cleaned = -0.000709389 Jy ! Total flux subtracted in 200 components = -0.000709389 Jy ! Clean residual min=-0.012162 max=0.019288 Jy/beam ! Clean residual mean=0.000040 rms=0.003839 Jy/beam ! Combined flux in latest and established models = 0.260526 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 100 components and 0.260526 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111827Jy sigma=0.000963 ! Fit after self-cal, rms=0.112223Jy sigma=0.000962 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 (79.5, -19). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0186138 Jy ! Component: 100 - total flux cleaned = 0.0290084 Jy ! Component: 150 - total flux cleaned = 0.0359813 Jy ! Component: 200 - total flux cleaned = 0.0413749 Jy ! Total flux subtracted in 200 components = 0.0413749 Jy ! Clean residual min=-0.010408 max=0.014666 Jy/beam ! Clean residual mean=0.000015 rms=0.003109 Jy/beam ! Combined flux in latest and established models = 0.3019 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 142 components and 0.3019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108036Jy sigma=0.000912 ! Fit after self-cal, rms=0.107731Jy sigma=0.000909 ! Inverting map ! Added new window around map position (38.5, -11). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.011931 Jy ! Component: 100 - total flux cleaned = 0.0144754 Jy ! Component: 150 - total flux cleaned = 0.015572 Jy ! Component: 200 - total flux cleaned = 0.0167188 Jy ! Total flux subtracted in 200 components = 0.0167188 Jy ! Clean residual min=-0.009595 max=0.012827 Jy/beam ! Clean residual mean=0.000009 rms=0.002778 Jy/beam ! Combined flux in latest and established models = 0.318619 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 162 components and 0.318619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105621Jy sigma=0.000890 ! Fit after self-cal, rms=0.105505Jy sigma=0.000888 ! Inverting map ! Added new window around map position (-36, -6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00706544 Jy ! Component: 100 - total flux cleaned = 0.00817388 Jy ! Component: 150 - total flux cleaned = 0.00992255 Jy ! Component: 200 - total flux cleaned = 0.0113992 Jy ! Total flux subtracted in 200 components = 0.0113992 Jy ! Clean residual min=-0.009136 max=0.009941 Jy/beam ! Clean residual mean=0.000008 rms=0.002524 Jy/beam ! Combined flux in latest and established models = 0.330018 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 183 components and 0.330018 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103475Jy sigma=0.000871 ! Fit after self-cal, rms=0.103236Jy sigma=0.000869 ! 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.103236Jy sigma=0.000869 ! Fit after self-cal, rms=0.098369Jy sigma=0.000864 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.926 mas, bmaj=5.89 mas, bpa=-3.725 degrees ! Estimated noise=582.361 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00282439 Jy ! Component: 100 - total flux cleaned = 0.00425259 Jy ! Component: 150 - total flux cleaned = 0.00481244 Jy ! Component: 200 - total flux cleaned = 0.00519792 Jy ! Total flux subtracted in 200 components = 0.00519792 Jy ! Clean residual min=-0.009030 max=0.009083 Jy/beam ! Clean residual mean=0.000004 rms=0.002344 Jy/beam ! Combined flux in latest and established models = 0.335216 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 206 components and 0.335216 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097815Jy sigma=0.000858 ! Fit after self-cal, rms=0.097706Jy sigma=0.000858 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.000334265 Jy ! Component: 100 - total flux cleaned = 0.000675342 Jy ! Component: 150 - total flux cleaned = 0.00132923 Jy ! Component: 200 - total flux cleaned = 0.00194177 Jy ! Total flux subtracted in 200 components = 0.00194177 Jy ! Clean residual min=-0.008818 max=0.008963 Jy/beam ! Clean residual mean=0.000002 rms=0.002288 Jy/beam ! Combined flux in latest and established models = 0.337158 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 222 components and 0.337158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097372Jy sigma=0.000855 ! Fit after self-cal, rms=0.097339Jy sigma=0.000855 ! 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.097339Jy sigma=0.000855 ! Fit after self-cal, rms=0.097231Jy sigma=0.000855 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.167 mas, bmaj=9.42 mas, bpa=1.297 degrees ! Estimated noise=685.295 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00336256 Jy ! Component: 100 - total flux cleaned = 0.00361212 Jy ! Component: 150 - total flux cleaned = 0.00382658 Jy ! Component: 200 - total flux cleaned = 0.00383023 Jy ! Total flux subtracted in 200 components = 0.00383023 Jy ! Clean residual min=-0.011776 max=0.012928 Jy/beam ! Clean residual mean=0.000002 rms=0.003714 Jy/beam ! Combined flux in latest and established models = 0.340988 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 237 components and 0.340988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097130Jy sigma=0.000852 ! Fit after self-cal, rms=0.097111Jy sigma=0.000852 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 = 9.1733e-05 Jy ! Component: 100 - total flux cleaned = 8.38577e-06 Jy ! Component: 150 - total flux cleaned = 8.58195e-05 Jy ! Component: 200 - total flux cleaned = 8.59209e-05 Jy ! Total flux subtracted in 200 components = 8.59209e-05 Jy ! Clean residual min=-0.011415 max=0.012891 Jy/beam ! Clean residual mean=0.000000 rms=0.003652 Jy/beam ! Combined flux in latest and established models = 0.341074 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 250 components and 0.341074 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096983Jy sigma=0.000851 ! Fit after self-cal, rms=0.096975Jy sigma=0.000851 ! 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.931 mas, bmaj=5.889 mas, bpa=-3.594 degrees ! Estimated noise=581.244 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.931 x 5.889 at -3.594 degrees (North through East) ! Clean map min=-0.011362 max=0.18491 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=3.227 mas, bmaj=4.88 mas, bpa=-5.315 degrees ! Estimated noise=955.332 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.132745 Jy ! Component: 100 - total flux cleaned = 0.183898 Jy ! Component: 150 - total flux cleaned = 0.211528 Jy ! Component: 200 - total flux cleaned = 0.23073 Jy ! Total flux subtracted in 200 components = 0.23073 Jy ! Clean residual min=-0.012540 max=0.013860 Jy/beam ! Clean residual mean=0.000000 rms=0.003051 Jy/beam ! Combined flux in latest and established models = 0.230731 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.230731 Jy ! Inverting map and beam ! Estimated beam: bmin=3.931 mas, bmaj=5.889 mas, bpa=-3.594 degrees ! Estimated noise=581.244 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.0200929 Jy ! Component: 100 - total flux cleaned = 0.0355931 Jy ! Component: 150 - total flux cleaned = 0.0482564 Jy ! Component: 200 - total flux cleaned = 0.057204 Jy ! Total flux subtracted in 200 components = 0.057204 Jy ! Clean residual min=-0.010577 max=0.012151 Jy/beam ! Clean residual mean=0.000001 rms=0.003055 Jy/beam ! Combined flux in latest and established models = 0.287935 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 57 components and 0.287935 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.167 mas, bmaj=9.42 mas, bpa=1.297 degrees ! Estimated noise=685.295 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0138763 Jy ! Component: 100 - total flux cleaned = 0.0215162 Jy ! Component: 150 - total flux cleaned = 0.0265451 Jy ! Component: 200 - total flux cleaned = 0.0305846 Jy ! Total flux subtracted in 200 components = 0.0305846 Jy ! Clean residual min=-0.012924 max=0.015230 Jy/beam ! Clean residual mean=0.000000 rms=0.004075 Jy/beam ! Combined flux in latest and established models = 0.318519 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.00380547 Jy ! Component: 100 - total flux cleaned = 0.00629388 Jy ! Component: 150 - total flux cleaned = 0.00833965 Jy ! Component: 200 - total flux cleaned = 0.0102033 Jy ! Total flux subtracted in 200 components = 0.0102033 Jy ! Clean residual min=-0.011900 max=0.014166 Jy/beam ! Clean residual mean=-0.000001 rms=0.003844 Jy/beam ! Combined flux in latest and established models = 0.328722 Jy ! Adding 85 model components to the UV plane model. ! The established model now contains 130 components and 0.328722 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.931 mas, bmaj=5.889 mas, bpa=-3.594 degrees ! Estimated noise=581.244 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000522108 Jy ! Component: 100 - total flux cleaned = 9.53788e-05 Jy ! Component: 150 - total flux cleaned = 0.000839637 Jy ! Component: 200 - total flux cleaned = 0.0015217 Jy ! Total flux subtracted in 200 components = 0.0015217 Jy ! Clean residual min=-0.008081 max=0.009274 Jy/beam ! Clean residual mean=-0.000003 rms=0.002316 Jy/beam ! Combined flux in latest and established models = 0.330244 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 156 components and 0.330244 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097938Jy sigma=0.000860 ! Fit after self-cal, rms=0.097924Jy sigma=0.000859 wmodel J1006+3454_S_2014_08_09_pus_map.mod ! Writing 156 model components to file: J1006+3454_S_2014_08_09_pus_map.mod wobs J1006+3454_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1006+3454_S_2014_08_09_pus_uvs.fits wwins J1006+3454_S_2014_08_09_pus_map.win ! wwins: Wrote 5 windows to J1006+3454_S_2014_08_09_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.00429537 Jy ! Component: 100 - total flux cleaned = 0.00753119 Jy ! Component: 150 - total flux cleaned = 0.00951517 Jy ! Component: 200 - total flux cleaned = 0.0103213 Jy ! Component: 250 - total flux cleaned = 0.0110815 Jy ! Component: 300 - total flux cleaned = 0.0119315 Jy ! Component: 350 - total flux cleaned = 0.0127444 Jy ! Component: 400 - total flux cleaned = 0.0134135 Jy ! Component: 450 - total flux cleaned = 0.0139525 Jy ! Component: 500 - total flux cleaned = 0.0143664 Jy ! Component: 550 - total flux cleaned = 0.0147681 Jy ! Component: 600 - total flux cleaned = 0.0150599 Jy ! Component: 650 - total flux cleaned = 0.0153433 Jy ! Component: 700 - total flux cleaned = 0.0153417 Jy ! Component: 750 - total flux cleaned = 0.0153415 Jy ! Component: 800 - total flux cleaned = 0.0155158 Jy ! Component: 850 - total flux cleaned = 0.0154272 Jy ! Component: 900 - total flux cleaned = 0.0155086 Jy ! Component: 950 - total flux cleaned = 0.0155874 Jy ! Component: 1000 - total flux cleaned = 0.0156636 Jy ! Component: 1050 - total flux cleaned = 0.0154272 Jy ! Component: 1100 - total flux cleaned = 0.0158113 Jy ! Component: 1150 - total flux cleaned = 0.0158865 Jy ! Component: 1200 - total flux cleaned = 0.0159602 Jy ! Component: 1250 - total flux cleaned = 0.0161768 Jy ! Component: 1300 - total flux cleaned = 0.0162471 Jy ! Component: 1350 - total flux cleaned = 0.0162487 Jy ! Component: 1400 - total flux cleaned = 0.0163178 Jy ! Component: 1450 - total flux cleaned = 0.0164528 Jy ! Component: 1500 - total flux cleaned = 0.0168461 Jy ! Component: 1550 - total flux cleaned = 0.0168452 Jy ! Component: 1600 - total flux cleaned = 0.0169729 Jy ! Component: 1650 - total flux cleaned = 0.0174096 Jy ! Component: 1700 - total flux cleaned = 0.0177169 Jy ! Component: 1750 - total flux cleaned = 0.0181366 Jy ! Component: 1800 - total flux cleaned = 0.0183743 Jy ! Component: 1850 - total flux cleaned = 0.0186669 Jy ! Component: 1900 - total flux cleaned = 0.0191259 Jy ! Component: 1950 - total flux cleaned = 0.019239 Jy ! Component: 2000 - total flux cleaned = 0.0196282 Jy ! Component: 2050 - total flux cleaned = 0.0199023 Jy ! Component: 2100 - total flux cleaned = 0.0203342 Jy ! Component: 2150 - total flux cleaned = 0.0205456 Jy ! Component: 2200 - total flux cleaned = 0.0208067 Jy ! Component: 2250 - total flux cleaned = 0.0209098 Jy ! Component: 2300 - total flux cleaned = 0.0210637 Jy ! Component: 2350 - total flux cleaned = 0.0214658 Jy ! Component: 2400 - total flux cleaned = 0.0217625 Jy ! Component: 2450 - total flux cleaned = 0.022106 Jy ! Component: 2500 - total flux cleaned = 0.0225396 Jy ! Component: 2550 - total flux cleaned = 0.0227298 Jy ! Component: 2600 - total flux cleaned = 0.0230586 Jy ! Component: 2650 - total flux cleaned = 0.0234293 Jy ! Component: 2700 - total flux cleaned = 0.0236128 Jy ! Component: 2750 - total flux cleaned = 0.0238388 Jy ! Component: 2800 - total flux cleaned = 0.024152 Jy ! Component: 2850 - total flux cleaned = 0.0243728 Jy ! Component: 2900 - total flux cleaned = 0.0247214 Jy ! Component: 2950 - total flux cleaned = 0.0249368 Jy ! Component: 3000 - total flux cleaned = 0.0251494 Jy ! Component: 3050 - total flux cleaned = 0.0253179 Jy ! Component: 3100 - total flux cleaned = 0.0256092 Jy ! Component: 3150 - total flux cleaned = 0.0258147 Jy ! Component: 3200 - total flux cleaned = 0.0260999 Jy ! Component: 3250 - total flux cleaned = 0.0262611 Jy ! Component: 3300 - total flux cleaned = 0.0264602 Jy ! Component: 3350 - total flux cleaned = 0.0266576 Jy ! Component: 3400 - total flux cleaned = 0.0268132 Jy ! Component: 3450 - total flux cleaned = 0.0269676 Jy ! Component: 3500 - total flux cleaned = 0.0271587 Jy ! Component: 3550 - total flux cleaned = 0.0272344 Jy ! Component: 3600 - total flux cleaned = 0.0274213 Jy ! Component: 3650 - total flux cleaned = 0.0274579 Jy ! Component: 3700 - total flux cleaned = 0.0277876 Jy ! Component: 3750 - total flux cleaned = 0.0277877 Jy ! Component: 3800 - total flux cleaned = 0.0280035 Jy ! Component: 3850 - total flux cleaned = 0.0281809 Jy ! Component: 3900 - total flux cleaned = 0.0282517 Jy ! Component: 3950 - total flux cleaned = 0.0283916 Jy ! Component: 4000 - total flux cleaned = 0.0284948 Jy ! Component: 4050 - total flux cleaned = 0.0285974 Jy ! Total flux subtracted in 4096 components = 0.0286655 Jy ! Clean residual min=-0.001758 max=0.001976 Jy/beam ! Clean residual mean=0.000000 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.35891 Jy keep ! Adding 367 model components to the UV plane model. ! The established model now contains 523 components and 0.35891 Jy ![Exited script file: muppet] wmap "J1006+3454_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.931 x 5.889 at -3.594 degrees (North through East) ! Clean map min=-0.0078677 max=0.1833 Jy/beam ! Writing clean map to FITS file: J1006+3454_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.183296 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000655053 device "J1006+3454_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1006+3454_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.07212 1.07212 2.14425 4.2885 8.57699 17.154 34.308 68.6159 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0019 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.183 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.931 x 5.889 at -3.594 degrees (North through East) ! Clean map min=-0.0078677 max=0.1833 Jy/beam quit ! Quitting program ! Log file J1006+3454_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:01:49 2016