! Started logfile: J0533+4822_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:17:07 2016 obs J0533+4822_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J0533+4822_S_2014_08_05_pus_uva.fits ! AN table 1: 45 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.581235 visibilities/baseline/integration-bin. ! Found source: J0533+4822 ! ! 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 360 lines of history. ! ! Reading 4708 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 J0533+4822_S_2014_08_05_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 126 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 126 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 126 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 126 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.547459Jy sigma=0.006252 ! Fit after self-cal, rms=0.481910Jy sigma=0.005564 ! 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=4.133 mas, bmaj=5.701 mas, bpa=42.76 degrees ! Estimated noise=1146.44 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.398714 Jy ! Component: 100 - total flux cleaned = 0.488242 Jy ! Total flux subtracted in 100 components = 0.488242 Jy ! Clean residual min=-0.017040 max=0.032414 Jy/beam ! Clean residual mean=-0.000023 rms=0.004661 Jy/beam ! Combined flux in latest and established models = 0.488242 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.488242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125137Jy sigma=0.001327 ! Fit after self-cal, rms=0.125104Jy sigma=0.001327 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0365851 Jy ! Component: 100 - total flux cleaned = 0.0595819 Jy ! Total flux subtracted in 100 components = 0.0595819 Jy ! Clean residual min=-0.014148 max=0.012810 Jy/beam ! Clean residual mean=-0.000008 rms=0.003250 Jy/beam ! Combined flux in latest and established models = 0.547824 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 33 components and 0.547824 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108054Jy sigma=0.001133 ! Fit after self-cal, rms=0.107831Jy sigma=0.001131 ! 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=5.123 mas, bmaj=6.461 mas, bpa=39.31 degrees ! Estimated noise=911.642 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 (4.5, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0244521 Jy ! Component: 100 - total flux cleaned = 0.0392602 Jy ! Component: 150 - total flux cleaned = 0.049703 Jy ! Component: 200 - total flux cleaned = 0.057402 Jy ! Total flux subtracted in 200 components = 0.057402 Jy ! Clean residual min=-0.011711 max=0.008453 Jy/beam ! Clean residual mean=-0.000015 rms=0.002386 Jy/beam ! Combined flux in latest and established models = 0.605226 Jy ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 96 components and 0.605226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100621Jy sigma=0.001060 ! Fit after self-cal, rms=0.100413Jy sigma=0.001058 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 33 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.85 HN 1.00 KP 1.04 ! LA 1.13 MK 1.00* NL 0.97 OV 0.98 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 2. ! A total of 33 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.03 HN 1.04 KP 1.00 ! LA 1.08 MK 1.00* NL 1.02 OV 1.01 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 3. ! A total of 33 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.16 HN 1.05 KP 0.89 ! LA 0.87 MK 1.00* NL 0.99 OV 0.95 ! PT 0.97 SC 1.03 ! ! ! Correcting IF 4. ! A total of 33 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.06 HN 1.05 KP 0.86 ! LA 0.83 MK 1.00* NL 1.07 OV 0.99 ! PT 1.02 SC 0.98 ! ! ! Fit before self-cal, rms=0.100413Jy sigma=0.001058 ! Fit after self-cal, rms=0.080095Jy sigma=0.000877 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.111 mas, bmaj=6.456 mas, bpa=39.73 degrees ! Estimated noise=913.618 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.00153359 Jy ! Component: 100 - total flux cleaned = 0.00226156 Jy ! Component: 150 - total flux cleaned = 0.00246079 Jy ! Component: 200 - total flux cleaned = 0.00245525 Jy ! Total flux subtracted in 200 components = 0.00245525 Jy ! Clean residual min=-0.005159 max=0.005353 Jy/beam ! Clean residual mean=-0.000056 rms=0.001407 Jy/beam ! Combined flux in latest and established models = 0.607681 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 115 components and 0.607681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079813Jy sigma=0.000873 ! Fit after self-cal, rms=0.079747Jy sigma=0.000872 ! 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.079747Jy sigma=0.000872 ! Fit after self-cal, rms=0.079379Jy sigma=0.000858 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.115 mas, bmaj=6.448 mas, bpa=39.73 degrees ! Estimated noise=913.373 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.59149e-05 Jy ! Component: 100 - total flux cleaned = 0.000164425 Jy ! Component: 150 - total flux cleaned = 1.99819e-06 Jy ! Component: 200 - total flux cleaned = -8.91129e-05 Jy ! Total flux subtracted in 200 components = -8.91129e-05 Jy ! Clean residual min=-0.003456 max=0.003376 Jy/beam ! Clean residual mean=0.000006 rms=0.000850 Jy/beam ! Combined flux in latest and established models = 0.607592 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 134 components and 0.607592 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079254Jy sigma=0.000856 ! Fit after self-cal, rms=0.079233Jy sigma=0.000856 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.000318335 Jy ! Component: 100 - total flux cleaned = 0.000373956 Jy ! Component: 150 - total flux cleaned = 0.000333652 Jy ! Component: 200 - total flux cleaned = 0.000332957 Jy ! Total flux subtracted in 200 components = 0.000332957 Jy ! Clean residual min=-0.003296 max=0.003234 Jy/beam ! Clean residual mean=0.000006 rms=0.000820 Jy/beam ! Combined flux in latest and established models = 0.607925 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 149 components and 0.607925 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079183Jy sigma=0.000855 ! Fit after self-cal, rms=0.079172Jy sigma=0.000855 ! 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.079172Jy sigma=0.000855 ! Fit after self-cal, rms=0.079138Jy sigma=0.000855 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.114 mas, bmaj=6.451 mas, bpa=39.83 degrees ! Estimated noise=912.896 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000567747 Jy ! Component: 100 - total flux cleaned = -0.000521498 Jy ! Component: 150 - total flux cleaned = -0.000560188 Jy ! Component: 200 - total flux cleaned = -0.000560031 Jy ! Total flux subtracted in 200 components = -0.000560031 Jy ! Clean residual min=-0.003071 max=0.003123 Jy/beam ! Clean residual mean=0.000006 rms=0.000787 Jy/beam ! Combined flux in latest and established models = 0.607365 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 155 components and 0.607365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079093Jy sigma=0.000855 ! Fit after self-cal, rms=0.079086Jy sigma=0.000855 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.000252612 Jy ! Component: 100 - total flux cleaned = 0.000288383 Jy ! Component: 150 - total flux cleaned = 0.000223029 Jy ! Component: 200 - total flux cleaned = 0.000255028 Jy ! Total flux subtracted in 200 components = 0.000255028 Jy ! Clean residual min=-0.002947 max=0.003050 Jy/beam ! Clean residual mean=0.000006 rms=0.000773 Jy/beam ! Combined flux in latest and established models = 0.60762 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 161 components and 0.60762 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079058Jy sigma=0.000854 ! Fit after self-cal, rms=0.079053Jy sigma=0.000854 ! 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.079053Jy sigma=0.000854 ! Fit after self-cal, rms=0.079017Jy sigma=0.000854 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.733 mas, bmaj=9.117 mas, bpa=-27.53 degrees ! Estimated noise=1029.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.62276e-05 Jy ! Component: 100 - total flux cleaned = -9.39306e-05 Jy ! Component: 150 - total flux cleaned = -0.000125005 Jy ! Component: 200 - total flux cleaned = -0.000178054 Jy ! Total flux subtracted in 200 components = -0.000178054 Jy ! Clean residual min=-0.003126 max=0.003648 Jy/beam ! Clean residual mean=0.000009 rms=0.000964 Jy/beam ! Combined flux in latest and established models = 0.607442 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 183 components and 0.607442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078998Jy sigma=0.000854 ! Fit after self-cal, rms=0.078985Jy sigma=0.000854 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.000295483 Jy ! Component: 100 - total flux cleaned = 0.000476903 Jy ! Component: 150 - total flux cleaned = 0.000455712 Jy ! Component: 200 - total flux cleaned = 0.000435579 Jy ! Total flux subtracted in 200 components = 0.000435579 Jy ! Clean residual min=-0.003141 max=0.003623 Jy/beam ! Clean residual mean=0.000009 rms=0.000946 Jy/beam ! Combined flux in latest and established models = 0.607877 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 189 components and 0.607877 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078978Jy sigma=0.000854 ! Fit after self-cal, rms=0.078972Jy sigma=0.000854 ! 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=5.114 mas, bmaj=6.453 mas, bpa=39.91 degrees ! Estimated noise=912.515 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.114 x 6.453 at 39.91 degrees (North through East) ! Clean map min=-0.0025808 max=0.51445 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.078972Jy sigma=0.000854 ! Fit after self-cal, rms=0.070525Jy sigma=0.000715 ! Inverting map and beam ! Estimated beam: bmin=5.116 mas, bmaj=6.458 mas, bpa=40.01 degrees ! Estimated noise=912.404 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000713608 Jy ! Component: 100 - total flux cleaned = -0.00088058 Jy ! Component: 150 - total flux cleaned = -0.000941166 Jy ! Component: 200 - total flux cleaned = -0.000997759 Jy ! Total flux subtracted in 200 components = -0.000997759 Jy ! Clean residual min=-0.002605 max=0.002838 Jy/beam ! Clean residual mean=0.000005 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.606879 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 195 components and 0.606879 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070489Jy sigma=0.000714 ! Fit after self-cal, rms=0.070487Jy sigma=0.000714 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.60826e-05 Jy ! Component: 100 - total flux cleaned = -2.66711e-05 Jy ! Component: 150 - total flux cleaned = -5.05946e-05 Jy ! Component: 200 - total flux cleaned = -5.04471e-05 Jy ! Total flux subtracted in 200 components = -5.04471e-05 Jy ! Clean residual min=-0.002519 max=0.002798 Jy/beam ! Clean residual mean=0.000005 rms=0.000714 Jy/beam ! Combined flux in latest and established models = 0.606829 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 198 components and 0.606829 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070466Jy sigma=0.000714 ! Fit after self-cal, rms=0.070465Jy sigma=0.000714 ! 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.070465Jy sigma=0.000714 ! Fit after self-cal, rms=0.070474Jy sigma=0.000714 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=4.131 mas, bmaj=5.719 mas, bpa=42.83 degrees ! Estimated noise=1150.69 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.39769 Jy ! Component: 100 - total flux cleaned = 0.487378 Jy ! Component: 150 - total flux cleaned = 0.524072 Jy ! Component: 200 - total flux cleaned = 0.545139 Jy ! Total flux subtracted in 200 components = 0.545139 Jy ! Clean residual min=-0.005895 max=0.010832 Jy/beam ! Clean residual mean=-0.000004 rms=0.001851 Jy/beam ! Combined flux in latest and established models = 0.54514 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.54514 Jy ! Inverting map and beam ! Estimated beam: bmin=5.117 mas, bmaj=6.459 mas, bpa=40.06 degrees ! Estimated noise=912.132 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.0193237 Jy ! Component: 100 - total flux cleaned = 0.0311456 Jy ! Component: 150 - total flux cleaned = 0.0389899 Jy ! Component: 200 - total flux cleaned = 0.0446897 Jy ! Total flux subtracted in 200 components = 0.0446897 Jy ! Clean residual min=-0.003603 max=0.003931 Jy/beam ! Clean residual mean=0.000001 rms=0.000953 Jy/beam ! Combined flux in latest and established models = 0.589829 Jy ! Adding 79 model components to the UV plane model. ! The established model now contains 99 components and 0.589829 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.745 mas, bmaj=9.125 mas, bpa=-28.19 degrees ! Estimated noise=1028.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00631239 Jy ! Component: 100 - total flux cleaned = 0.0101806 Jy ! Component: 150 - total flux cleaned = 0.0127115 Jy ! Component: 200 - total flux cleaned = 0.0144076 Jy ! Total flux subtracted in 200 components = 0.0144076 Jy ! Clean residual min=-0.003252 max=0.003546 Jy/beam ! Clean residual mean=0.000007 rms=0.000933 Jy/beam ! Combined flux in latest and established models = 0.604237 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.000955908 Jy ! Component: 100 - total flux cleaned = 0.00135438 Jy ! Component: 150 - total flux cleaned = 0.00165157 Jy ! Component: 200 - total flux cleaned = 0.00192099 Jy ! Total flux subtracted in 200 components = 0.00192099 Jy ! Clean residual min=-0.003113 max=0.003598 Jy/beam ! Clean residual mean=0.000009 rms=0.000911 Jy/beam ! Combined flux in latest and established models = 0.606158 Jy ! Adding 99 model components to the UV plane model. ! The established model now contains 184 components and 0.606158 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.117 mas, bmaj=6.459 mas, bpa=40.06 degrees ! Estimated noise=912.132 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000304739 Jy ! Component: 100 - total flux cleaned = -0.000301498 Jy ! Component: 150 - total flux cleaned = -7.80348e-05 Jy ! Component: 200 - total flux cleaned = 0.000159323 Jy ! Total flux subtracted in 200 components = 0.000159323 Jy ! Clean residual min=-0.002728 max=0.002953 Jy/beam ! Clean residual mean=0.000006 rms=0.000724 Jy/beam ! Combined flux in latest and established models = 0.606317 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 197 components and 0.606317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070525Jy sigma=0.000715 ! Fit after self-cal, rms=0.070513Jy sigma=0.000715 wmodel J0533+4822_S_2014_08_05_pus_map.mod ! Writing 197 model components to file: J0533+4822_S_2014_08_05_pus_map.mod wobs J0533+4822_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J0533+4822_S_2014_08_05_pus_uvs.fits wwins J0533+4822_S_2014_08_05_pus_map.win ! wwins: Wrote 2 windows to J0533+4822_S_2014_08_05_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.00087794 Jy ! Component: 100 - total flux cleaned = 0.0010214 Jy ! Component: 150 - total flux cleaned = 0.0011576 Jy ! Component: 200 - total flux cleaned = 0.000988014 Jy ! Component: 250 - total flux cleaned = 0.000947244 Jy ! Component: 300 - total flux cleaned = 0.000946211 Jy ! Component: 350 - total flux cleaned = 0.000869747 Jy ! Component: 400 - total flux cleaned = 0.000906825 Jy ! Component: 450 - total flux cleaned = 0.00105218 Jy ! Component: 500 - total flux cleaned = 0.0011586 Jy ! Component: 550 - total flux cleaned = 0.00129851 Jy ! Component: 600 - total flux cleaned = 0.00153704 Jy ! Component: 650 - total flux cleaned = 0.00177004 Jy ! Component: 700 - total flux cleaned = 0.00196493 Jy ! Component: 750 - total flux cleaned = 0.00215636 Jy ! Component: 800 - total flux cleaned = 0.00228162 Jy ! Component: 850 - total flux cleaned = 0.00246646 Jy ! Component: 900 - total flux cleaned = 0.00261808 Jy ! Component: 950 - total flux cleaned = 0.00273694 Jy ! Component: 1000 - total flux cleaned = 0.00288344 Jy ! Component: 1050 - total flux cleaned = 0.00288396 Jy ! Component: 1100 - total flux cleaned = 0.00302525 Jy ! Component: 1150 - total flux cleaned = 0.00308107 Jy ! Component: 1200 - total flux cleaned = 0.0032175 Jy ! Component: 1250 - total flux cleaned = 0.00324413 Jy ! Component: 1300 - total flux cleaned = 0.00332334 Jy ! Component: 1350 - total flux cleaned = 0.00334948 Jy ! Component: 1400 - total flux cleaned = 0.00340056 Jy ! Component: 1450 - total flux cleaned = 0.00357727 Jy ! Component: 1500 - total flux cleaned = 0.00360167 Jy ! Component: 1550 - total flux cleaned = 0.0036757 Jy ! Component: 1600 - total flux cleaned = 0.00377179 Jy ! Component: 1650 - total flux cleaned = 0.00386667 Jy ! Component: 1700 - total flux cleaned = 0.00396044 Jy ! Component: 1750 - total flux cleaned = 0.00398345 Jy ! Component: 1800 - total flux cleaned = 0.0040293 Jy ! Component: 1850 - total flux cleaned = 0.00416439 Jy ! Component: 1900 - total flux cleaned = 0.00418664 Jy ! Component: 1950 - total flux cleaned = 0.00431802 Jy ! Component: 2000 - total flux cleaned = 0.00438251 Jy ! Component: 2050 - total flux cleaned = 0.00442493 Jy ! Component: 2100 - total flux cleaned = 0.00446672 Jy ! Component: 2150 - total flux cleaned = 0.00450855 Jy ! Component: 2200 - total flux cleaned = 0.00461093 Jy ! Component: 2250 - total flux cleaned = 0.00459048 Jy ! Component: 2300 - total flux cleaned = 0.00457081 Jy ! Component: 2350 - total flux cleaned = 0.0047102 Jy ! Component: 2400 - total flux cleaned = 0.00469029 Jy ! Component: 2450 - total flux cleaned = 0.00472912 Jy ! Component: 2500 - total flux cleaned = 0.00474829 Jy ! Component: 2550 - total flux cleaned = 0.00478644 Jy ! Component: 2600 - total flux cleaned = 0.00476742 Jy ! Component: 2650 - total flux cleaned = 0.00482364 Jy ! Component: 2700 - total flux cleaned = 0.00480476 Jy ! Component: 2750 - total flux cleaned = 0.0048048 Jy ! Component: 2800 - total flux cleaned = 0.00475067 Jy ! Component: 2850 - total flux cleaned = 0.00482258 Jy ! Component: 2900 - total flux cleaned = 0.00484037 Jy ! Component: 2950 - total flux cleaned = 0.00484025 Jy ! Component: 3000 - total flux cleaned = 0.00484004 Jy ! Component: 3050 - total flux cleaned = 0.00483978 Jy ! Component: 3100 - total flux cleaned = 0.00485688 Jy ! Component: 3150 - total flux cleaned = 0.00484002 Jy ! Component: 3200 - total flux cleaned = 0.0048064 Jy ! Component: 3250 - total flux cleaned = 0.00482306 Jy ! Component: 3300 - total flux cleaned = 0.00483971 Jy ! Component: 3350 - total flux cleaned = 0.00477434 Jy ! Component: 3400 - total flux cleaned = 0.00482283 Jy ! Component: 3450 - total flux cleaned = 0.00479074 Jy ! Component: 3500 - total flux cleaned = 0.00477485 Jy ! Component: 3550 - total flux cleaned = 0.00479053 Jy ! Component: 3600 - total flux cleaned = 0.00479055 Jy ! Component: 3650 - total flux cleaned = 0.00479063 Jy ! Component: 3700 - total flux cleaned = 0.00480601 Jy ! Component: 3750 - total flux cleaned = 0.00477534 Jy ! Component: 3800 - total flux cleaned = 0.00482074 Jy ! Component: 3850 - total flux cleaned = 0.00483554 Jy ! Component: 3900 - total flux cleaned = 0.00480585 Jy ! Component: 3950 - total flux cleaned = 0.00487959 Jy ! Component: 4000 - total flux cleaned = 0.00482071 Jy ! Component: 4050 - total flux cleaned = 0.00483545 Jy ! Total flux subtracted in 4096 components = 0.00483569 Jy ! Clean residual min=-0.000958 max=0.000773 Jy/beam ! Clean residual mean=0.000001 rms=0.000271 Jy/beam ! Combined flux in latest and established models = 0.611153 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 484 components and 0.611153 Jy ![Exited script file: muppet] wmap "J0533+4822_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.117 x 6.459 at 40.06 degrees (North through East) ! Clean map min=-0.0016574 max=0.51672 Jy/beam ! Writing clean map to FITS file: J0533+4822_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.516723 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000264664 device "J0533+4822_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0533+4822_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.153659 0.153659 0.307319 0.614637 1.22927 2.45855 4.9171 9.8342 19.6684 39.3368 78.6736 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.516 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.117 x 6.459 at 40.06 degrees (North through East) ! Clean map min=-0.0016574 max=0.51672 Jy/beam quit ! Quitting program ! Log file J0533+4822_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:17:13 2016