! Started logfile: J0211+1051_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:14:12 2017 obs J0211+1051_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J0211+1051_S_2014_01_04_pus_uva.fits ! AN table 1: 59 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.583333 visibilities/baseline/integration-bin. ! Found source: J0211+1051 ! ! 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 370 lines of history. ! ! Reading 4956 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 J0211+1051_S_2014_01_04_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 118 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.306748Jy sigma=0.003827 ! Fit after self-cal, rms=0.173528Jy sigma=0.002153 ! 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.114 mas, bmaj=5.628 mas, bpa=-1.22 degrees ! Estimated noise=1085.47 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.784686 Jy ! Component: 100 - total flux cleaned = 0.962743 Jy ! Total flux subtracted in 100 components = 0.962743 Jy ! Clean residual min=-0.037367 max=0.063449 Jy/beam ! Clean residual mean=-0.000396 rms=0.010672 Jy/beam ! Combined flux in latest and established models = 0.962743 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.962743 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.185602Jy sigma=0.002219 ! Fit after self-cal, rms=0.185658Jy sigma=0.002219 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0631069 Jy ! Component: 100 - total flux cleaned = 0.0944604 Jy ! Total flux subtracted in 100 components = 0.0944604 Jy ! Clean residual min=-0.033653 max=0.037338 Jy/beam ! Clean residual mean=-0.000260 rms=0.008411 Jy/beam ! Combined flux in latest and established models = 1.0572 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 25 components and 1.0572 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151401Jy sigma=0.001909 ! Fit after self-cal, rms=0.151418Jy sigma=0.001908 ! 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.672 mas, bmaj=6.356 mas, bpa=-0.136 degrees ! Estimated noise=755.483 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.0318174 Jy ! Component: 100 - total flux cleaned = 0.0530787 Jy ! Component: 150 - total flux cleaned = 0.0680817 Jy ! Component: 200 - total flux cleaned = 0.0787545 Jy ! Total flux subtracted in 200 components = 0.0787545 Jy ! Clean residual min=-0.024994 max=0.031053 Jy/beam ! Clean residual mean=-0.000155 rms=0.006852 Jy/beam ! Combined flux in latest and established models = 1.13596 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 39 components and 1.13596 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140109Jy sigma=0.001843 ! Fit after self-cal, rms=0.139969Jy sigma=0.001842 ! 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.06 FD 1.00* KP 1.00* LA 1.02 ! MK 0.99 NL 0.97 OV 0.97 PT 1.01 ! SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.00* KP 1.00* LA 0.99 ! MK 0.98 NL 1.03 OV 1.00 PT 0.97 ! SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00* KP 1.00* LA 0.81 ! MK 1.01 NL 0.98 OV 0.93 PT 0.96 ! SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.18 FD 1.00* KP 1.00* LA 0.88 ! MK 1.02 NL 1.07 OV 0.99 PT 0.99 ! SC 0.97 ! ! ! Fit before self-cal, rms=0.139969Jy sigma=0.001842 ! Fit after self-cal, rms=0.090510Jy sigma=0.001094 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.663 mas, bmaj=6.432 mas, bpa=-0.1021 degrees ! Estimated noise=756.777 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.00479891 Jy ! Component: 100 - total flux cleaned = -0.00704185 Jy ! Component: 150 - total flux cleaned = -0.00786405 Jy ! Component: 200 - total flux cleaned = -0.00862181 Jy ! Total flux subtracted in 200 components = -0.00862181 Jy ! Clean residual min=-0.009195 max=0.011149 Jy/beam ! Clean residual mean=-0.000004 rms=0.002446 Jy/beam ! Combined flux in latest and established models = 1.12734 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 46 components and 1.12734 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088029Jy sigma=0.001068 ! Fit after self-cal, rms=0.087705Jy sigma=0.001067 ! 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.087705Jy sigma=0.001067 ! Fit after self-cal, rms=0.085367Jy sigma=0.001022 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.66 mas, bmaj=6.406 mas, bpa=-0.3598 degrees ! Estimated noise=756.528 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00181687 Jy ! Component: 100 - total flux cleaned = -0.00328107 Jy ! Component: 150 - total flux cleaned = -0.00408345 Jy ! Component: 200 - total flux cleaned = -0.00495719 Jy ! Total flux subtracted in 200 components = -0.00495719 Jy ! Clean residual min=-0.006218 max=0.007176 Jy/beam ! Clean residual mean=0.000011 rms=0.001532 Jy/beam ! Combined flux in latest and established models = 1.12238 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 48 components and 1.12238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083865Jy sigma=0.001007 ! Fit after self-cal, rms=0.083767Jy sigma=0.001007 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 (-9.5, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000616849 Jy ! Component: 100 - total flux cleaned = -0.000347975 Jy ! Component: 150 - total flux cleaned = -0.00117761 Jy ! Component: 200 - total flux cleaned = -0.00192802 Jy ! Total flux subtracted in 200 components = -0.00192802 Jy ! Clean residual min=-0.005211 max=0.005683 Jy/beam ! Clean residual mean=0.000005 rms=0.001279 Jy/beam ! Combined flux in latest and established models = 1.12045 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 67 components and 1.12045 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082693Jy sigma=0.000997 ! Fit after self-cal, rms=0.082661Jy sigma=0.000996 ! Inverting map ! Added new window around map position (-48, -67). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00525401 Jy ! Component: 100 - total flux cleaned = 0.00599998 Jy ! Component: 150 - total flux cleaned = 0.00600163 Jy ! Component: 200 - total flux cleaned = 0.0061144 Jy ! Total flux subtracted in 200 components = 0.0061144 Jy ! Clean residual min=-0.004461 max=0.004896 Jy/beam ! Clean residual mean=-0.000007 rms=0.001106 Jy/beam ! Combined flux in latest and established models = 1.12657 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 87 components and 1.12657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081970Jy sigma=0.000990 ! Fit after self-cal, rms=0.081956Jy sigma=0.000990 ! Inverting map ! Added new window around map position (-18, 15). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00184735 Jy ! Component: 100 - total flux cleaned = 0.00258612 Jy ! Component: 150 - total flux cleaned = 0.00258418 Jy ! Component: 200 - total flux cleaned = 0.00258257 Jy ! Total flux subtracted in 200 components = 0.00258257 Jy ! Clean residual min=-0.003919 max=0.003861 Jy/beam ! Clean residual mean=-0.000001 rms=0.000963 Jy/beam ! Combined flux in latest and established models = 1.12915 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 105 components and 1.12915 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081487Jy sigma=0.000986 ! Fit after self-cal, rms=0.081479Jy sigma=0.000985 ! 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.081479Jy sigma=0.000985 ! Fit after self-cal, rms=0.081142Jy sigma=0.000982 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.655 mas, bmaj=6.401 mas, bpa=-0.3054 degrees ! Estimated noise=755.574 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00131194 Jy ! Component: 100 - total flux cleaned = -0.00131009 Jy ! Component: 150 - total flux cleaned = -0.00158595 Jy ! Component: 200 - total flux cleaned = -0.00183615 Jy ! Total flux subtracted in 200 components = -0.00183615 Jy ! Clean residual min=-0.003260 max=0.003218 Jy/beam ! Clean residual mean=-0.000004 rms=0.000779 Jy/beam ! Combined flux in latest and established models = 1.12731 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 123 components and 1.12731 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080822Jy sigma=0.000980 ! Fit after self-cal, rms=0.080805Jy sigma=0.000980 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.000237895 Jy ! Component: 100 - total flux cleaned = -0.00053662 Jy ! Component: 150 - total flux cleaned = -0.000750588 Jy ! Component: 200 - total flux cleaned = -0.0010827 Jy ! Total flux subtracted in 200 components = -0.0010827 Jy ! Clean residual min=-0.003140 max=0.002965 Jy/beam ! Clean residual mean=-0.000007 rms=0.000729 Jy/beam ! Combined flux in latest and established models = 1.12623 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 131 components and 1.12623 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080649Jy sigma=0.000978 ! Fit after self-cal, rms=0.080646Jy sigma=0.000978 ! 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.080646Jy sigma=0.000978 ! Fit after self-cal, rms=0.080562Jy sigma=0.000978 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.524 mas, bmaj=10.69 mas, bpa=6.603 degrees ! Estimated noise=881.516 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00190714 Jy ! Component: 100 - total flux cleaned = -0.00303836 Jy ! Component: 150 - total flux cleaned = -0.00352644 Jy ! Component: 200 - total flux cleaned = -0.00395796 Jy ! Total flux subtracted in 200 components = -0.00395796 Jy ! Clean residual min=-0.002414 max=0.002201 Jy/beam ! Clean residual mean=-0.000028 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 1.12227 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 147 components and 1.12227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080513Jy sigma=0.000977 ! Fit after self-cal, rms=0.080504Jy sigma=0.000977 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.000226139 Jy ! Component: 100 - total flux cleaned = -0.000492534 Jy ! Component: 150 - total flux cleaned = -0.000794359 Jy ! Component: 200 - total flux cleaned = -0.0010742 Jy ! Total flux subtracted in 200 components = -0.0010742 Jy ! Clean residual min=-0.002309 max=0.002256 Jy/beam ! Clean residual mean=-0.000033 rms=0.000637 Jy/beam ! Combined flux in latest and established models = 1.1212 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 161 components and 1.1212 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080477Jy sigma=0.000977 ! Fit after self-cal, rms=0.080474Jy sigma=0.000977 ! 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.653 mas, bmaj=6.4 mas, bpa=-0.3055 degrees ! Estimated noise=755.055 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.653 x 6.4 at -0.3055 degrees (North through East) ! Clean map min=-0.004521 max=1.0077 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.080474Jy sigma=0.000977 ! Fit after self-cal, rms=0.067486Jy sigma=0.000783 ! Inverting map and beam ! Estimated beam: bmin=3.654 mas, bmaj=6.403 mas, bpa=-0.3163 degrees ! Estimated noise=755.221 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000394561 Jy ! Component: 100 - total flux cleaned = -0.000449885 Jy ! Component: 150 - total flux cleaned = -0.000501963 Jy ! Component: 200 - total flux cleaned = -0.000500008 Jy ! Total flux subtracted in 200 components = -0.000500008 Jy ! Clean residual min=-0.002976 max=0.002510 Jy/beam ! Clean residual mean=-0.000011 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 1.1207 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 172 components and 1.1207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067344Jy sigma=0.000782 ! Fit after self-cal, rms=0.067340Jy sigma=0.000782 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000202127 Jy ! Component: 100 - total flux cleaned = -0.000391272 Jy ! Component: 150 - total flux cleaned = -0.000480255 Jy ! Component: 200 - total flux cleaned = -0.000694682 Jy ! Total flux subtracted in 200 components = -0.000694682 Jy ! Clean residual min=-0.002878 max=0.002426 Jy/beam ! Clean residual mean=-0.000012 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 1.12 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 183 components and 1.12 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067260Jy sigma=0.000782 ! Fit after self-cal, rms=0.067257Jy sigma=0.000782 ! 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.067257Jy sigma=0.000782 ! Fit after self-cal, rms=0.067231Jy sigma=0.000782 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.095 mas, bmaj=5.675 mas, bpa=-1.631 degrees ! Estimated noise=1089.79 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.787698 Jy ! Component: 100 - total flux cleaned = 0.969157 Jy ! Component: 150 - total flux cleaned = 1.0348 Jy ! Component: 200 - total flux cleaned = 1.06308 Jy ! Total flux subtracted in 200 components = 1.06308 Jy ! Clean residual min=-0.008586 max=0.012997 Jy/beam ! Clean residual mean=-0.000070 rms=0.002326 Jy/beam ! Combined flux in latest and established models = 1.06308 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 21 model components to the UV plane model. ! The established model now contains 21 components and 1.06308 Jy ! Inverting map and beam ! Estimated beam: bmin=3.653 mas, bmaj=6.403 mas, bpa=-0.3111 degrees ! Estimated noise=754.962 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.0167264 Jy ! Component: 100 - total flux cleaned = 0.0250579 Jy ! Component: 150 - total flux cleaned = 0.0309075 Jy ! Component: 200 - total flux cleaned = 0.0355617 Jy ! Total flux subtracted in 200 components = 0.0355617 Jy ! Clean residual min=-0.004354 max=0.004703 Jy/beam ! Clean residual mean=-0.000034 rms=0.001110 Jy/beam ! Combined flux in latest and established models = 1.09864 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 47 components and 1.09864 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.525 mas, bmaj=10.69 mas, bpa=6.548 degrees ! Estimated noise=881.047 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00544979 Jy ! Component: 100 - total flux cleaned = 0.00702859 Jy ! Component: 150 - total flux cleaned = 0.00861495 Jy ! Component: 200 - total flux cleaned = 0.0100691 Jy ! Total flux subtracted in 200 components = 0.0100691 Jy ! Clean residual min=-0.003746 max=0.003908 Jy/beam ! Clean residual mean=-0.000044 rms=0.000956 Jy/beam ! Combined flux in latest and established models = 1.10871 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.00104122 Jy ! Component: 100 - total flux cleaned = 0.0020426 Jy ! Component: 150 - total flux cleaned = 0.002883 Jy ! Component: 200 - total flux cleaned = 0.00359356 Jy ! Total flux subtracted in 200 components = 0.00359356 Jy ! Clean residual min=-0.003166 max=0.003351 Jy/beam ! Clean residual mean=-0.000040 rms=0.000814 Jy/beam ! Combined flux in latest and established models = 1.1123 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 85 components and 1.1123 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.653 mas, bmaj=6.403 mas, bpa=-0.3111 degrees ! Estimated noise=754.962 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000456987 Jy ! Component: 100 - total flux cleaned = -0.000471842 Jy ! Component: 150 - total flux cleaned = -0.000476378 Jy ! Component: 200 - total flux cleaned = -7.98451e-05 Jy ! Total flux subtracted in 200 components = -7.98451e-05 Jy ! Clean residual min=-0.003006 max=0.003012 Jy/beam ! Clean residual mean=-0.000021 rms=0.000717 Jy/beam ! Combined flux in latest and established models = 1.11222 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 108 components and 1.11222 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067426Jy sigma=0.000784 ! Fit after self-cal, rms=0.067384Jy sigma=0.000784 wmodel J0211+1051_S_2014_01_04_pus_map.mod ! Writing 108 model components to file: J0211+1051_S_2014_01_04_pus_map.mod wobs J0211+1051_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J0211+1051_S_2014_01_04_pus_uvs.fits wwins J0211+1051_S_2014_01_04_pus_map.win ! wwins: Wrote 4 windows to J0211+1051_S_2014_01_04_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.000678638 Jy ! Component: 100 - total flux cleaned = -0.00115878 Jy ! Component: 150 - total flux cleaned = -0.00142451 Jy ! Component: 200 - total flux cleaned = -0.0015943 Jy ! Component: 250 - total flux cleaned = -0.00175481 Jy ! Component: 300 - total flux cleaned = -0.00182995 Jy ! Component: 350 - total flux cleaned = -0.00175755 Jy ! Component: 400 - total flux cleaned = -0.00147983 Jy ! Component: 450 - total flux cleaned = -0.00131209 Jy ! Component: 500 - total flux cleaned = -0.0013116 Jy ! Component: 550 - total flux cleaned = -0.00121646 Jy ! Component: 600 - total flux cleaned = -0.00115558 Jy ! Component: 650 - total flux cleaned = -0.00115521 Jy ! Component: 700 - total flux cleaned = -0.000921619 Jy ! Component: 750 - total flux cleaned = -0.000865332 Jy ! Component: 800 - total flux cleaned = -0.000893065 Jy ! Component: 850 - total flux cleaned = -0.000865511 Jy ! Component: 900 - total flux cleaned = -0.000918691 Jy ! Component: 950 - total flux cleaned = -0.000892963 Jy ! Component: 1000 - total flux cleaned = -0.000970167 Jy ! Component: 1050 - total flux cleaned = -0.000970245 Jy ! Component: 1100 - total flux cleaned = -0.000846072 Jy ! Component: 1150 - total flux cleaned = -0.000748664 Jy ! Component: 1200 - total flux cleaned = -0.000653403 Jy ! Component: 1250 - total flux cleaned = -0.00053611 Jy ! Component: 1300 - total flux cleaned = -0.000513042 Jy ! Component: 1350 - total flux cleaned = -0.000467068 Jy ! Component: 1400 - total flux cleaned = -0.00033126 Jy ! Component: 1450 - total flux cleaned = -0.000197989 Jy ! Component: 1500 - total flux cleaned = -6.67685e-05 Jy ! Component: 1550 - total flux cleaned = 1.95496e-05 Jy ! Component: 1600 - total flux cleaned = 0.000105069 Jy ! Component: 1650 - total flux cleaned = 0.000231276 Jy ! Component: 1700 - total flux cleaned = 0.000314667 Jy ! Component: 1750 - total flux cleaned = 0.000417435 Jy ! Component: 1800 - total flux cleaned = 0.000538651 Jy ! Component: 1850 - total flux cleaned = 0.000698105 Jy ! Component: 1900 - total flux cleaned = 0.000757227 Jy ! Component: 1950 - total flux cleaned = 0.00087418 Jy ! Component: 2000 - total flux cleaned = 0.000912777 Jy ! Component: 2050 - total flux cleaned = 0.000951443 Jy ! Component: 2100 - total flux cleaned = 0.00108304 Jy ! Component: 2150 - total flux cleaned = 0.00110158 Jy ! Component: 2200 - total flux cleaned = 0.001157 Jy ! Component: 2250 - total flux cleaned = 0.00124796 Jy ! Component: 2300 - total flux cleaned = 0.001266 Jy ! Component: 2350 - total flux cleaned = 0.00130169 Jy ! Component: 2400 - total flux cleaned = 0.00144229 Jy ! Component: 2450 - total flux cleaned = 0.00149432 Jy ! Component: 2500 - total flux cleaned = 0.00154605 Jy ! Component: 2550 - total flux cleaned = 0.00169925 Jy ! Component: 2600 - total flux cleaned = 0.00174951 Jy ! Component: 2650 - total flux cleaned = 0.00183295 Jy ! Component: 2700 - total flux cleaned = 0.00188251 Jy ! Component: 2750 - total flux cleaned = 0.00201302 Jy ! Component: 2800 - total flux cleaned = 0.00206145 Jy ! Component: 2850 - total flux cleaned = 0.00218983 Jy ! Component: 2900 - total flux cleaned = 0.00222144 Jy ! Component: 2950 - total flux cleaned = 0.00220573 Jy ! Component: 3000 - total flux cleaned = 0.00223712 Jy ! Component: 3050 - total flux cleaned = 0.00232986 Jy ! Component: 3100 - total flux cleaned = 0.00233004 Jy ! Component: 3150 - total flux cleaned = 0.00233016 Jy ! Component: 3200 - total flux cleaned = 0.00240532 Jy ! Component: 3250 - total flux cleaned = 0.00240525 Jy ! Component: 3300 - total flux cleaned = 0.00239042 Jy ! Component: 3350 - total flux cleaned = 0.00241984 Jy ! Component: 3400 - total flux cleaned = 0.00241992 Jy ! Component: 3450 - total flux cleaned = 0.00252074 Jy ! Component: 3500 - total flux cleaned = 0.0025062 Jy ! Component: 3550 - total flux cleaned = 0.0025203 Jy ! Component: 3600 - total flux cleaned = 0.00256232 Jy ! Component: 3650 - total flux cleaned = 0.00254844 Jy ! Component: 3700 - total flux cleaned = 0.00256226 Jy ! Component: 3750 - total flux cleaned = 0.00260338 Jy ! Component: 3800 - total flux cleaned = 0.00260342 Jy ! Component: 3850 - total flux cleaned = 0.00258997 Jy ! Component: 3900 - total flux cleaned = 0.0026168 Jy ! Component: 3950 - total flux cleaned = 0.00259017 Jy ! Component: 4000 - total flux cleaned = 0.00256372 Jy ! Component: 4050 - total flux cleaned = 0.00256374 Jy ! Total flux subtracted in 4096 components = 0.00249853 Jy ! Clean residual min=-0.000815 max=0.000818 Jy/beam ! Clean residual mean=0.000001 rms=0.000229 Jy/beam ! Combined flux in latest and established models = 1.11472 Jy keep ! Adding 239 model components to the UV plane model. ! The established model now contains 347 components and 1.11472 Jy ![Exited script file: muppet] wmap "J0211+1051_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.653 x 6.403 at -0.3111 degrees (North through East) ! Clean map min=-0.0018862 max=1.0178 Jy/beam ! Writing clean map to FITS file: J0211+1051_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.01776 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000228162 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.0672542 0.0672542 0.134508 0.269017 0.538034 1.07607 2.15214 4.30427 8.60854 17.2171 34.4342 68.8683 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 1.017 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.653 x 6.403 at -0.3111 degrees (North through East) ! Clean map min=-0.0018862 max=1.0178 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 J0211+1051_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:14:17 2017