! Started logfile: J0209+7229_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:18:01 2016 obs J0209+7229_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J0209+7229_S_2014_12_20_pus_uva.fits ! AN table 1: 58 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.936398 visibilities/baseline/integration-bin. ! Found source: J0209+7229 ! ! 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 344 lines of history. ! ! Reading 9776 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 J0209+7229_S_2014_12_20_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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.833061Jy sigma=0.009557 ! Fit after self-cal, rms=0.827287Jy sigma=0.009494 ! 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.979 mas, bmaj=4.197 mas, bpa=74.24 degrees ! Estimated noise=1014.75 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.129505 Jy ! Component: 100 - total flux cleaned = 0.168291 Jy ! Total flux subtracted in 100 components = 0.168291 Jy ! Clean residual min=-0.008505 max=0.016619 Jy/beam ! Clean residual mean=-0.000030 rms=0.001896 Jy/beam ! Combined flux in latest and established models = 0.168291 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.168291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085658Jy sigma=0.000919 ! Fit after self-cal, rms=0.085602Jy sigma=0.000919 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0180838 Jy ! Component: 100 - total flux cleaned = 0.0271848 Jy ! Total flux subtracted in 100 components = 0.0271848 Jy ! Clean residual min=-0.005897 max=0.007730 Jy/beam ! Clean residual mean=-0.000001 rms=0.001414 Jy/beam ! Combined flux in latest and established models = 0.195476 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 21 components and 0.195476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080685Jy sigma=0.000867 ! Fit after self-cal, rms=0.080672Jy sigma=0.000867 ! 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.662 mas, bmaj=5.041 mas, bpa=72.65 degrees ! Estimated noise=632.837 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.00694245 Jy ! Component: 100 - total flux cleaned = 0.0102991 Jy ! Component: 150 - total flux cleaned = 0.0121264 Jy ! Component: 200 - total flux cleaned = 0.0131511 Jy ! Total flux subtracted in 200 components = 0.0131511 Jy ! Clean residual min=-0.006644 max=0.008615 Jy/beam ! Clean residual mean=0.000025 rms=0.001974 Jy/beam ! Combined flux in latest and established models = 0.208627 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 43 components and 0.208627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079928Jy sigma=0.000863 ! Fit after self-cal, rms=0.079929Jy sigma=0.000863 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.90 HN 0.95 KP 1.12 ! LA 0.94 MK 0.99 NL 1.00 OV 0.95 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.06 HN 1.02 KP 1.06 ! LA 0.92 MK 0.99 NL 1.12 OV 0.97 ! PT 0.99 SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.19 HN 0.99 KP 1.00 ! LA 0.75 MK 1.01 NL 1.20 OV 0.92 ! PT 0.97 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.06 HN 0.96 KP 0.95 ! LA 0.81 MK 0.99 NL 1.04 OV 1.01 ! PT 1.01 SC 1.01 ! ! ! Fit before self-cal, rms=0.079929Jy sigma=0.000863 ! Fit after self-cal, rms=0.075621Jy sigma=0.000829 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.678 mas, bmaj=5.054 mas, bpa=72.68 degrees ! Estimated noise=632.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) ! Added new window around map position (-128, -30.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00890766 Jy ! Component: 100 - total flux cleaned = 0.014102 Jy ! Component: 150 - total flux cleaned = 0.0175621 Jy ! Component: 200 - total flux cleaned = 0.019874 Jy ! Total flux subtracted in 200 components = 0.019874 Jy ! Clean residual min=-0.004198 max=0.006776 Jy/beam ! Clean residual mean=0.000029 rms=0.001256 Jy/beam ! Combined flux in latest and established models = 0.228501 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 62 components and 0.228501 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074576Jy sigma=0.000815 ! Fit after self-cal, rms=0.074404Jy sigma=0.000813 ! Inverting map ! Added new window around map position (-34.5, -13). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00619809 Jy ! Component: 100 - total flux cleaned = 0.00934944 Jy ! Component: 150 - total flux cleaned = 0.0116798 Jy ! Component: 200 - total flux cleaned = 0.0135288 Jy ! Total flux subtracted in 200 components = 0.0135288 Jy ! Clean residual min=-0.003477 max=0.004252 Jy/beam ! Clean residual mean=0.000027 rms=0.001030 Jy/beam ! Combined flux in latest and established models = 0.242029 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 86 components and 0.242029 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073862Jy sigma=0.000806 ! Fit after self-cal, rms=0.073822Jy sigma=0.000806 ! 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.073822Jy sigma=0.000806 ! Fit after self-cal, rms=0.073113Jy sigma=0.000800 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.668 mas, bmaj=5.045 mas, bpa=72.49 degrees ! Estimated noise=630.889 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00247512 Jy ! Component: 100 - total flux cleaned = 0.004223 Jy ! Component: 150 - total flux cleaned = 0.00502985 Jy ! Component: 200 - total flux cleaned = 0.00534614 Jy ! Total flux subtracted in 200 components = 0.00534614 Jy ! Clean residual min=-0.003289 max=0.004146 Jy/beam ! Clean residual mean=0.000018 rms=0.000834 Jy/beam ! Combined flux in latest and established models = 0.247376 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 105 components and 0.247375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073004Jy sigma=0.000798 ! Fit after self-cal, rms=0.073000Jy sigma=0.000798 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 (-113, -16.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00375169 Jy ! Component: 100 - total flux cleaned = 0.00587671 Jy ! Component: 150 - total flux cleaned = 0.00714225 Jy ! Component: 200 - total flux cleaned = 0.00811213 Jy ! Total flux subtracted in 200 components = 0.00811213 Jy ! Clean residual min=-0.003025 max=0.002671 Jy/beam ! Clean residual mean=0.000012 rms=0.000712 Jy/beam ! Combined flux in latest and established models = 0.255488 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 135 components and 0.255488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072798Jy sigma=0.000795 ! Fit after self-cal, rms=0.072791Jy sigma=0.000795 ! 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.072791Jy sigma=0.000795 ! Fit after self-cal, rms=0.072572Jy sigma=0.000795 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.669 mas, bmaj=5.049 mas, bpa=72.36 degrees ! Estimated noise=629.217 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00131166 Jy ! Component: 100 - total flux cleaned = 0.00203254 Jy ! Component: 150 - total flux cleaned = 0.0024626 Jy ! Component: 200 - total flux cleaned = 0.00281736 Jy ! Total flux subtracted in 200 components = 0.00281736 Jy ! Clean residual min=-0.002921 max=0.002743 Jy/beam ! Clean residual mean=0.000016 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.258305 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 150 components and 0.258305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072523Jy sigma=0.000795 ! Fit after self-cal, rms=0.072522Jy sigma=0.000795 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.000595473 Jy ! Component: 100 - total flux cleaned = 0.000810182 Jy ! Component: 150 - total flux cleaned = 0.00101218 Jy ! Component: 200 - total flux cleaned = 0.00117104 Jy ! Total flux subtracted in 200 components = 0.00117104 Jy ! Clean residual min=-0.002884 max=0.002740 Jy/beam ! Clean residual mean=0.000016 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.259476 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 159 components and 0.259476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072494Jy sigma=0.000794 ! Fit after self-cal, rms=0.072494Jy sigma=0.000794 ! 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.072494Jy sigma=0.000794 ! Fit after self-cal, rms=0.072467Jy sigma=0.000794 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.886 mas, bmaj=10.02 mas, bpa=66.5 degrees ! Estimated noise=785.579 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00217147 Jy ! Component: 100 - total flux cleaned = 0.00329276 Jy ! Component: 150 - total flux cleaned = 0.00359794 Jy ! Component: 200 - total flux cleaned = 0.00378889 Jy ! Total flux subtracted in 200 components = 0.00378889 Jy ! Clean residual min=-0.003926 max=0.003940 Jy/beam ! Clean residual mean=0.000033 rms=0.001010 Jy/beam ! Combined flux in latest and established models = 0.263265 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 173 components and 0.263265 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072461Jy sigma=0.000794 ! Fit after self-cal, rms=0.072456Jy sigma=0.000794 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.000735588 Jy ! Component: 100 - total flux cleaned = 0.000945618 Jy ! Component: 150 - total flux cleaned = 0.00116962 Jy ! Component: 200 - total flux cleaned = 0.00131865 Jy ! Total flux subtracted in 200 components = 0.00131865 Jy ! Clean residual min=-0.003888 max=0.003804 Jy/beam ! Clean residual mean=0.000033 rms=0.000988 Jy/beam ! Combined flux in latest and established models = 0.264584 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 185 components and 0.264584 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072457Jy sigma=0.000794 ! Fit after self-cal, rms=0.072456Jy sigma=0.000794 ! 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.669 mas, bmaj=5.053 mas, bpa=72.19 degrees ! Estimated noise=629.041 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.669 x 5.053 at 72.19 degrees (North through East) ! Clean map min=-0.0026456 max=0.17201 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.981 mas, bmaj=4.2 mas, bpa=73.78 degrees ! Estimated noise=1010.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.128877 Jy ! Component: 100 - total flux cleaned = 0.168016 Jy ! Component: 150 - total flux cleaned = 0.185855 Jy ! Component: 200 - total flux cleaned = 0.19629 Jy ! Total flux subtracted in 200 components = 0.19629 Jy ! Clean residual min=-0.005226 max=0.005798 Jy/beam ! Clean residual mean=0.000010 rms=0.001225 Jy/beam ! Combined flux in latest and established models = 0.19629 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.19629 Jy ! Inverting map and beam ! Estimated beam: bmin=3.669 mas, bmaj=5.053 mas, bpa=72.19 degrees ! Estimated noise=629.041 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.0110463 Jy ! Component: 100 - total flux cleaned = 0.0187853 Jy ! Component: 150 - total flux cleaned = 0.0249129 Jy ! Component: 200 - total flux cleaned = 0.0300688 Jy ! Total flux subtracted in 200 components = 0.0300688 Jy ! Clean residual min=-0.003882 max=0.003731 Jy/beam ! Clean residual mean=0.000008 rms=0.001052 Jy/beam ! Combined flux in latest and established models = 0.226358 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 60 components and 0.226358 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=7.886 mas, bmaj=10.02 mas, bpa=66.5 degrees ! Estimated noise=785.579 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00783315 Jy ! Component: 100 - total flux cleaned = 0.0134858 Jy ! Component: 150 - total flux cleaned = 0.0179794 Jy ! Component: 200 - total flux cleaned = 0.0216581 Jy ! Total flux subtracted in 200 components = 0.0216581 Jy ! Clean residual min=-0.004759 max=0.003660 Jy/beam ! Clean residual mean=0.000018 rms=0.001276 Jy/beam ! Combined flux in latest and established models = 0.248017 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.00306287 Jy ! Component: 100 - total flux cleaned = 0.00564491 Jy ! Component: 150 - total flux cleaned = 0.0078319 Jy ! Component: 200 - total flux cleaned = 0.00968851 Jy ! Total flux subtracted in 200 components = 0.00968851 Jy ! Clean residual min=-0.004157 max=0.003611 Jy/beam ! Clean residual mean=0.000013 rms=0.001075 Jy/beam ! Combined flux in latest and established models = 0.257705 Jy ! Adding 92 model components to the UV plane model. ! The established model now contains 137 components and 0.257705 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.669 mas, bmaj=5.053 mas, bpa=72.19 degrees ! Estimated noise=629.041 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00115485 Jy ! Component: 100 - total flux cleaned = 0.00192055 Jy ! Component: 150 - total flux cleaned = 0.00228199 Jy ! Component: 200 - total flux cleaned = 0.00260345 Jy ! Total flux subtracted in 200 components = 0.00260345 Jy ! Clean residual min=-0.002779 max=0.002753 Jy/beam ! Clean residual mean=0.000012 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.260309 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 158 components and 0.260308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072578Jy sigma=0.000795 ! Fit after self-cal, rms=0.072567Jy sigma=0.000795 wmodel J0209+7229_S_2014_12_20_pus_map.mod ! Writing 158 model components to file: J0209+7229_S_2014_12_20_pus_map.mod wobs J0209+7229_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J0209+7229_S_2014_12_20_pus_uvs.fits wwins J0209+7229_S_2014_12_20_pus_map.win ! wwins: Wrote 4 windows to J0209+7229_S_2014_12_20_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 = 4.96612e-05 Jy ! Component: 100 - total flux cleaned = 0.000281488 Jy ! Component: 150 - total flux cleaned = 0.000323311 Jy ! Component: 200 - total flux cleaned = 0.000485693 Jy ! Component: 250 - total flux cleaned = 0.000718997 Jy ! Component: 300 - total flux cleaned = 0.000906773 Jy ! Component: 350 - total flux cleaned = 0.00108885 Jy ! Component: 400 - total flux cleaned = 0.00123099 Jy ! Component: 450 - total flux cleaned = 0.00140375 Jy ! Component: 500 - total flux cleaned = 0.00153812 Jy ! Component: 550 - total flux cleaned = 0.00157103 Jy ! Component: 600 - total flux cleaned = 0.00169928 Jy ! Component: 650 - total flux cleaned = 0.00176171 Jy ! Component: 700 - total flux cleaned = 0.0018545 Jy ! Component: 750 - total flux cleaned = 0.00188497 Jy ! Component: 800 - total flux cleaned = 0.00191576 Jy ! Component: 850 - total flux cleaned = 0.00212004 Jy ! Component: 900 - total flux cleaned = 0.00211918 Jy ! Component: 950 - total flux cleaned = 0.00209089 Jy ! Component: 1000 - total flux cleaned = 0.00209119 Jy ! Component: 1050 - total flux cleaned = 0.00214575 Jy ! Component: 1100 - total flux cleaned = 0.00214598 Jy ! Component: 1150 - total flux cleaned = 0.00206679 Jy ! Component: 1200 - total flux cleaned = 0.00209308 Jy ! Component: 1250 - total flux cleaned = 0.00209317 Jy ! Component: 1300 - total flux cleaned = 0.00214374 Jy ! Component: 1350 - total flux cleaned = 0.00216869 Jy ! Component: 1400 - total flux cleaned = 0.0021686 Jy ! Component: 1450 - total flux cleaned = 0.00214462 Jy ! Component: 1500 - total flux cleaned = 0.00214538 Jy ! Component: 1550 - total flux cleaned = 0.00221656 Jy ! Component: 1600 - total flux cleaned = 0.00223985 Jy ! Component: 1650 - total flux cleaned = 0.00226299 Jy ! Component: 1700 - total flux cleaned = 0.00228574 Jy ! Component: 1750 - total flux cleaned = 0.00228556 Jy ! Component: 1800 - total flux cleaned = 0.00226366 Jy ! Component: 1850 - total flux cleaned = 0.00230766 Jy ! Component: 1900 - total flux cleaned = 0.00230771 Jy ! Component: 1950 - total flux cleaned = 0.00230797 Jy ! Component: 2000 - total flux cleaned = 0.00226564 Jy ! Component: 2050 - total flux cleaned = 0.00226616 Jy ! Component: 2100 - total flux cleaned = 0.00232846 Jy ! Component: 2150 - total flux cleaned = 0.0023281 Jy ! Component: 2200 - total flux cleaned = 0.00228715 Jy ! Component: 2250 - total flux cleaned = 0.00220671 Jy ! Component: 2300 - total flux cleaned = 0.0022068 Jy ! Component: 2350 - total flux cleaned = 0.00212784 Jy ! Component: 2400 - total flux cleaned = 0.00214733 Jy ! Component: 2450 - total flux cleaned = 0.00212779 Jy ! Component: 2500 - total flux cleaned = 0.00199323 Jy ! Component: 2550 - total flux cleaned = 0.00203166 Jy ! Component: 2600 - total flux cleaned = 0.00201268 Jy ! Component: 2650 - total flux cleaned = 0.00199389 Jy ! Component: 2700 - total flux cleaned = 0.00192009 Jy ! Component: 2750 - total flux cleaned = 0.00186501 Jy ! Component: 2800 - total flux cleaned = 0.00181042 Jy ! Component: 2850 - total flux cleaned = 0.00181018 Jy ! Component: 2900 - total flux cleaned = 0.00177449 Jy ! Component: 2950 - total flux cleaned = 0.00172114 Jy ! Component: 3000 - total flux cleaned = 0.0016862 Jy ! Component: 3050 - total flux cleaned = 0.00163403 Jy ! Component: 3100 - total flux cleaned = 0.00158223 Jy ! Component: 3150 - total flux cleaned = 0.00153066 Jy ! Component: 3200 - total flux cleaned = 0.00146263 Jy ! Component: 3250 - total flux cleaned = 0.00147943 Jy ! Component: 3300 - total flux cleaned = 0.00137899 Jy ! Component: 3350 - total flux cleaned = 0.00126291 Jy ! Component: 3400 - total flux cleaned = 0.00123008 Jy ! Component: 3450 - total flux cleaned = 0.00119741 Jy ! Component: 3500 - total flux cleaned = 0.00118133 Jy ! Component: 3550 - total flux cleaned = 0.00111688 Jy ! Component: 3600 - total flux cleaned = 0.00111692 Jy ! Component: 3650 - total flux cleaned = 0.00110111 Jy ! Component: 3700 - total flux cleaned = 0.000990688 Jy ! Component: 3750 - total flux cleaned = 0.00106916 Jy ! Component: 3800 - total flux cleaned = 0.00100668 Jy ! Component: 3850 - total flux cleaned = 0.00105324 Jy ! Component: 3900 - total flux cleaned = 0.000976179 Jy ! Component: 3950 - total flux cleaned = 0.00100696 Jy ! Component: 4000 - total flux cleaned = 0.00100679 Jy ! Component: 4050 - total flux cleaned = 0.000991758 Jy ! Total flux subtracted in 4096 components = 0.000991657 Jy ! Clean residual min=-0.001020 max=0.000992 Jy/beam ! Clean residual mean=0.000004 rms=0.000272 Jy/beam ! Combined flux in latest and established models = 0.2613 Jy keep ! Adding 313 model components to the UV plane model. ! The established model now contains 470 components and 0.2613 Jy ![Exited script file: muppet] wmap "J0209+7229_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.669 x 5.053 at 72.19 degrees (North through East) ! Clean map min=-0.0015192 max=0.17242 Jy/beam ! Writing clean map to FITS file: J0209+7229_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.172425 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000265799 device "J0209+7229_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J0209+7229_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.462461 0.462461 0.924922 1.84984 3.69969 7.39938 14.7988 29.5975 59.195 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.172 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.669 x 5.053 at 72.19 degrees (North through East) ! Clean map min=-0.0015192 max=0.17242 Jy/beam quit ! Quitting program ! Log file J0209+7229_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:18:07 2016