! Started logfile: J0622-0109_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:49:55 2016 obs J0622-0109_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0622-0109_S_2015_03_17_pus_uva.fits ! AN table 1: 115 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.973527 visibilities/baseline/integration-bin. ! Found source: J0622-0109 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 330 lines of history. ! ! Reading 20152 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 J0622-0109_S_2015_03_17_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.904145Jy sigma=0.009645 ! Fit after self-cal, rms=0.889274Jy sigma=0.009487 ! 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.737 mas, bmaj=6.635 mas, bpa=-4.472 degrees ! Estimated noise=734.245 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.0845792 Jy ! Component: 100 - total flux cleaned = 0.104941 Jy ! Total flux subtracted in 100 components = 0.104941 Jy ! Clean residual min=-0.006350 max=0.017806 Jy/beam ! Clean residual mean=0.000020 rms=0.001913 Jy/beam ! Combined flux in latest and established models = 0.104941 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.104941 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098507Jy sigma=0.000924 ! Fit after self-cal, rms=0.098486Jy sigma=0.000923 ! Inverting map ! Added new window around map position (5, -36). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0170764 Jy ! Component: 100 - total flux cleaned = 0.0270882 Jy ! Total flux subtracted in 100 components = 0.0270882 Jy ! Clean residual min=-0.004978 max=0.006957 Jy/beam ! Clean residual mean=0.000019 rms=0.001399 Jy/beam ! Combined flux in latest and established models = 0.13203 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 34 components and 0.13203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094559Jy sigma=0.000882 ! Fit after self-cal, rms=0.094325Jy sigma=0.000880 ! 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.27 mas, bmaj=7.476 mas, bpa=-4.52 degrees ! Estimated noise=478.592 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.0113542 Jy ! Component: 100 - total flux cleaned = 0.0188294 Jy ! Component: 150 - total flux cleaned = 0.0240566 Jy ! Component: 200 - total flux cleaned = 0.0279186 Jy ! Total flux subtracted in 200 components = 0.0279186 Jy ! Clean residual min=-0.005334 max=0.010347 Jy/beam ! Clean residual mean=0.000025 rms=0.001652 Jy/beam ! Combined flux in latest and established models = 0.159948 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 85 components and 0.159948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092406Jy sigma=0.000863 ! Fit after self-cal, rms=0.092324Jy sigma=0.000863 ! Inverting map ! Added new window around map position (-10, -56). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0101463 Jy ! Component: 100 - total flux cleaned = 0.0166113 Jy ! Component: 150 - total flux cleaned = 0.0212946 Jy ! Component: 200 - total flux cleaned = 0.0249558 Jy ! Total flux subtracted in 200 components = 0.0249558 Jy ! Clean residual min=-0.003876 max=0.005877 Jy/beam ! Clean residual mean=0.000020 rms=0.001167 Jy/beam ! Combined flux in latest and established models = 0.184904 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 150 components and 0.184904 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090790Jy sigma=0.000849 ! Fit after self-cal, rms=0.090655Jy sigma=0.000847 ! 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.00 FD 0.76 HN 0.96 KP 1.10 ! LA 0.91 MK 1.05 NL 0.88 OV 1.03 ! PT 1.06 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.87 HN 1.01 KP 1.07 ! LA 0.96 MK 1.05 NL 0.99 OV 1.01 ! PT 1.06 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.89 HN 1.00 KP 0.97 ! LA 0.78 MK 1.07 NL 1.11 OV 0.93 ! PT 1.03 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 0.89 HN 0.99 KP 0.94 ! LA 0.84 MK 1.10 NL 1.01 OV 1.00 ! PT 1.12 SC 1.04 ! ! ! Fit before self-cal, rms=0.090655Jy sigma=0.000847 ! Fit after self-cal, rms=0.082513Jy sigma=0.000834 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.346 mas, bmaj=7.632 mas, bpa=-4.362 degrees ! Estimated noise=474.107 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 (-3, -43.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00489257 Jy ! Component: 100 - total flux cleaned = 0.00807128 Jy ! Component: 150 - total flux cleaned = 0.0103369 Jy ! Component: 200 - total flux cleaned = 0.0119972 Jy ! Total flux subtracted in 200 components = 0.0119972 Jy ! Clean residual min=-0.002541 max=0.002513 Jy/beam ! Clean residual mean=0.000017 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.196901 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 192 components and 0.196901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082163Jy sigma=0.000830 ! Fit after self-cal, rms=0.082055Jy sigma=0.000829 ! 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.082055Jy sigma=0.000829 ! Fit after self-cal, rms=0.082385Jy sigma=0.000828 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.352 mas, bmaj=7.639 mas, bpa=-4.289 degrees ! Estimated noise=476.626 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00193114 Jy ! Component: 100 - total flux cleaned = 0.00278767 Jy ! Component: 150 - total flux cleaned = 0.00358947 Jy ! Component: 200 - total flux cleaned = 0.00406898 Jy ! Total flux subtracted in 200 components = 0.00406898 Jy ! Clean residual min=-0.001999 max=0.002103 Jy/beam ! Clean residual mean=0.000009 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.20097 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 209 components and 0.20097 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082320Jy sigma=0.000827 ! Fit after self-cal, rms=0.082337Jy sigma=0.000827 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.000731141 Jy ! Component: 100 - total flux cleaned = 0.00103623 Jy ! Component: 150 - total flux cleaned = 0.00126884 Jy ! Component: 200 - total flux cleaned = 0.00134852 Jy ! Total flux subtracted in 200 components = 0.00134852 Jy ! Clean residual min=-0.001832 max=0.002075 Jy/beam ! Clean residual mean=0.000010 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.202319 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 223 components and 0.202319 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082314Jy sigma=0.000826 ! Fit after self-cal, rms=0.082314Jy sigma=0.000826 ! 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.082314Jy sigma=0.000826 ! Fit after self-cal, rms=0.082430Jy sigma=0.000826 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.359 mas, bmaj=7.645 mas, bpa=-4.197 degrees ! Estimated noise=477.876 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00045592 Jy ! Component: 100 - total flux cleaned = 0.000457134 Jy ! Component: 150 - total flux cleaned = 0.00045868 Jy ! Component: 200 - total flux cleaned = 0.000436137 Jy ! Total flux subtracted in 200 components = 0.000436137 Jy ! Clean residual min=-0.001760 max=0.002159 Jy/beam ! Clean residual mean=0.000009 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.202755 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 234 components and 0.202755 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082414Jy sigma=0.000826 ! Fit after self-cal, rms=0.082416Jy sigma=0.000826 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.000108863 Jy ! Component: 100 - total flux cleaned = 0.000108818 Jy ! Component: 150 - total flux cleaned = 0.000128793 Jy ! Component: 200 - total flux cleaned = 0.000110221 Jy ! Total flux subtracted in 200 components = 0.000110221 Jy ! Clean residual min=-0.001739 max=0.002155 Jy/beam ! Clean residual mean=0.000009 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.202865 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 245 components and 0.202865 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082407Jy sigma=0.000826 ! Fit after self-cal, rms=0.082407Jy sigma=0.000826 ! 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.082407Jy sigma=0.000826 ! Fit after self-cal, rms=0.082457Jy sigma=0.000826 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.529 mas, bmaj=11.97 mas, bpa=-0.5335 degrees ! Estimated noise=608.284 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000759678 Jy ! Component: 100 - total flux cleaned = 0.000862032 Jy ! Component: 150 - total flux cleaned = 0.000814847 Jy ! Component: 200 - total flux cleaned = 0.000834098 Jy ! Total flux subtracted in 200 components = 0.000834098 Jy ! Clean residual min=-0.002226 max=0.002960 Jy/beam ! Clean residual mean=0.000017 rms=0.000841 Jy/beam ! Combined flux in latest and established models = 0.203699 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 256 components and 0.203699 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082455Jy sigma=0.000826 ! Fit after self-cal, rms=0.082455Jy sigma=0.000826 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.00010293 Jy ! Component: 100 - total flux cleaned = 0.000151913 Jy ! Component: 150 - total flux cleaned = 0.000195893 Jy ! Component: 200 - total flux cleaned = 0.000195394 Jy ! Total flux subtracted in 200 components = 0.000195394 Jy ! Clean residual min=-0.002243 max=0.002854 Jy/beam ! Clean residual mean=0.000017 rms=0.000839 Jy/beam ! Combined flux in latest and established models = 0.203895 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 266 components and 0.203895 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082457Jy sigma=0.000826 ! Fit after self-cal, rms=0.082457Jy sigma=0.000826 ! 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.364 mas, bmaj=7.651 mas, bpa=-4.153 degrees ! Estimated noise=478.499 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.364 x 7.651 at -4.153 degrees (North through East) ! Clean map min=-0.0017616 max=0.11302 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.796 mas, bmaj=6.743 mas, bpa=-4.061 degrees ! Estimated noise=750.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0859296 Jy ! Component: 100 - total flux cleaned = 0.110575 Jy ! Component: 150 - total flux cleaned = 0.124817 Jy ! Component: 200 - total flux cleaned = 0.134893 Jy ! Total flux subtracted in 200 components = 0.134893 Jy ! Clean residual min=-0.004421 max=0.005934 Jy/beam ! Clean residual mean=0.000016 rms=0.001258 Jy/beam ! Combined flux in latest and established models = 0.134893 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 35 model components to the UV plane model. ! The established model now contains 35 components and 0.134893 Jy ! Inverting map and beam ! Estimated beam: bmin=3.364 mas, bmaj=7.651 mas, bpa=-4.153 degrees ! Estimated noise=478.499 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.0112939 Jy ! Component: 100 - total flux cleaned = 0.0200178 Jy ! Component: 150 - total flux cleaned = 0.0271123 Jy ! Component: 200 - total flux cleaned = 0.0329434 Jy ! Total flux subtracted in 200 components = 0.0329434 Jy ! Clean residual min=-0.002934 max=0.003673 Jy/beam ! Clean residual mean=0.000013 rms=0.000992 Jy/beam ! Combined flux in latest and established models = 0.167836 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 89 components and 0.167836 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.529 mas, bmaj=11.97 mas, bpa=-0.5335 degrees ! Estimated noise=608.284 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0084877 Jy ! Component: 100 - total flux cleaned = 0.0144173 Jy ! Component: 150 - total flux cleaned = 0.0187633 Jy ! Component: 200 - total flux cleaned = 0.0220855 Jy ! Total flux subtracted in 200 components = 0.0220855 Jy ! Clean residual min=-0.003282 max=0.003445 Jy/beam ! Clean residual mean=0.000018 rms=0.001022 Jy/beam ! Combined flux in latest and established models = 0.189922 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.00261579 Jy ! Component: 100 - total flux cleaned = 0.0047142 Jy ! Component: 150 - total flux cleaned = 0.00640756 Jy ! Component: 200 - total flux cleaned = 0.00778279 Jy ! Total flux subtracted in 200 components = 0.00778279 Jy ! Clean residual min=-0.002634 max=0.003075 Jy/beam ! Clean residual mean=0.000017 rms=0.000880 Jy/beam ! Combined flux in latest and established models = 0.197705 Jy ! Adding 131 model components to the UV plane model. ! The established model now contains 206 components and 0.197705 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.364 mas, bmaj=7.651 mas, bpa=-4.153 degrees ! Estimated noise=478.499 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000630841 Jy ! Component: 100 - total flux cleaned = 0.00117462 Jy ! Component: 150 - total flux cleaned = 0.00155176 Jy ! Component: 200 - total flux cleaned = 0.00188925 Jy ! Total flux subtracted in 200 components = 0.00188925 Jy ! Clean residual min=-0.002012 max=0.002120 Jy/beam ! Clean residual mean=0.000008 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.199594 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 224 components and 0.199594 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082561Jy sigma=0.000827 ! Fit after self-cal, rms=0.082546Jy sigma=0.000827 wmodel J0622-0109_S_2015_03_17_pus_map.mod ! Writing 224 model components to file: J0622-0109_S_2015_03_17_pus_map.mod wobs J0622-0109_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0622-0109_S_2015_03_17_pus_uvs.fits wwins J0622-0109_S_2015_03_17_pus_map.win ! wwins: Wrote 4 windows to J0622-0109_S_2015_03_17_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000424566 Jy ! Component: 100 - total flux cleaned = 0.000597174 Jy ! Component: 150 - total flux cleaned = 0.000730503 Jy ! Component: 200 - total flux cleaned = 0.000794995 Jy ! Component: 250 - total flux cleaned = 0.000918874 Jy ! Component: 300 - total flux cleaned = 0.000978961 Jy ! Component: 350 - total flux cleaned = 0.00109549 Jy ! Component: 400 - total flux cleaned = 0.00118045 Jy ! Component: 450 - total flux cleaned = 0.00126361 Jy ! Component: 500 - total flux cleaned = 0.00134418 Jy ! Component: 550 - total flux cleaned = 0.00139689 Jy ! Component: 600 - total flux cleaned = 0.00144893 Jy ! Component: 650 - total flux cleaned = 0.00147409 Jy ! Component: 700 - total flux cleaned = 0.00152392 Jy ! Component: 750 - total flux cleaned = 0.00157243 Jy ! Component: 800 - total flux cleaned = 0.00157239 Jy ! Component: 850 - total flux cleaned = 0.00154891 Jy ! Component: 900 - total flux cleaned = 0.00152562 Jy ! Component: 950 - total flux cleaned = 0.00143495 Jy ! Component: 1000 - total flux cleaned = 0.0014802 Jy ! Component: 1050 - total flux cleaned = 0.00145842 Jy ! Component: 1100 - total flux cleaned = 0.00152306 Jy ! Component: 1150 - total flux cleaned = 0.0015015 Jy ! Component: 1200 - total flux cleaned = 0.0015016 Jy ! Component: 1250 - total flux cleaned = 0.00154304 Jy ! Component: 1300 - total flux cleaned = 0.00158424 Jy ! Component: 1350 - total flux cleaned = 0.00160435 Jy ! Component: 1400 - total flux cleaned = 0.00156444 Jy ! Component: 1450 - total flux cleaned = 0.00156478 Jy ! Component: 1500 - total flux cleaned = 0.0016231 Jy ! Component: 1550 - total flux cleaned = 0.00160385 Jy ! Component: 1600 - total flux cleaned = 0.00167952 Jy ! Component: 1650 - total flux cleaned = 0.00164193 Jy ! Component: 1700 - total flux cleaned = 0.00173455 Jy ! Component: 1750 - total flux cleaned = 0.00169763 Jy ! Component: 1800 - total flux cleaned = 0.00175196 Jy ! Component: 1850 - total flux cleaned = 0.00171622 Jy ! Component: 1900 - total flux cleaned = 0.00173378 Jy ! Component: 1950 - total flux cleaned = 0.00176871 Jy ! Component: 2000 - total flux cleaned = 0.00171647 Jy ! Component: 2050 - total flux cleaned = 0.00180207 Jy ! Component: 2100 - total flux cleaned = 0.0018188 Jy ! Component: 2150 - total flux cleaned = 0.00180197 Jy ! Component: 2200 - total flux cleaned = 0.00185173 Jy ! Component: 2250 - total flux cleaned = 0.0019012 Jy ! Component: 2300 - total flux cleaned = 0.00180344 Jy ! Component: 2350 - total flux cleaned = 0.00185198 Jy ! Component: 2400 - total flux cleaned = 0.0018677 Jy ! Component: 2450 - total flux cleaned = 0.00186743 Jy ! Component: 2500 - total flux cleaned = 0.00189908 Jy ! Component: 2550 - total flux cleaned = 0.00188364 Jy ! Component: 2600 - total flux cleaned = 0.00192984 Jy ! Component: 2650 - total flux cleaned = 0.00200587 Jy ! Component: 2700 - total flux cleaned = 0.00200593 Jy ! Component: 2750 - total flux cleaned = 0.00205078 Jy ! Component: 2800 - total flux cleaned = 0.00205092 Jy ! Component: 2850 - total flux cleaned = 0.00212442 Jy ! Component: 2900 - total flux cleaned = 0.00209525 Jy ! Component: 2950 - total flux cleaned = 0.00215311 Jy ! Component: 3000 - total flux cleaned = 0.00216746 Jy ! Component: 3050 - total flux cleaned = 0.00219597 Jy ! Component: 3100 - total flux cleaned = 0.00221022 Jy ! Component: 3150 - total flux cleaned = 0.00225237 Jy ! Component: 3200 - total flux cleaned = 0.00232159 Jy ! Component: 3250 - total flux cleaned = 0.00234892 Jy ! Component: 3300 - total flux cleaned = 0.00237618 Jy ! Component: 3350 - total flux cleaned = 0.00236273 Jy ! Component: 3400 - total flux cleaned = 0.00245694 Jy ! Component: 3450 - total flux cleaned = 0.00245701 Jy ! Component: 3500 - total flux cleaned = 0.00254974 Jy ! Component: 3550 - total flux cleaned = 0.00254974 Jy ! Component: 3600 - total flux cleaned = 0.00260217 Jy ! Component: 3650 - total flux cleaned = 0.00266696 Jy ! Component: 3700 - total flux cleaned = 0.00266696 Jy ! Component: 3750 - total flux cleaned = 0.00267979 Jy ! Component: 3800 - total flux cleaned = 0.00276884 Jy ! Component: 3850 - total flux cleaned = 0.00286975 Jy ! Component: 3900 - total flux cleaned = 0.00284481 Jy ! Component: 3950 - total flux cleaned = 0.00294425 Jy ! Component: 4000 - total flux cleaned = 0.00298131 Jy ! Component: 4050 - total flux cleaned = 0.00301806 Jy ! Total flux subtracted in 4096 components = 0.00305464 Jy ! Clean residual min=-0.000716 max=0.000761 Jy/beam ! Clean residual mean=0.000002 rms=0.000237 Jy/beam ! Combined flux in latest and established models = 0.202649 Jy keep ! Adding 325 model components to the UV plane model. ! The established model now contains 549 components and 0.202649 Jy ![Exited script file: muppet] wmap "J0622-0109_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.364 x 7.651 at -4.153 degrees (North through East) ! Clean map min=-0.0014349 max=0.11483 Jy/beam ! Writing clean map to FITS file: J0622-0109_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.114825 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000233625 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.610383 0.610383 1.22077 2.44153 4.88307 9.76613 19.5323 39.0645 78.1291 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.114 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.364 x 7.651 at -4.153 degrees (North through East) ! Clean map min=-0.0014349 max=0.11483 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 J0622-0109_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:50:02 2016