! Started logfile: J0732-0334_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:19:37 2016 obs J0732-0334_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J0732-0334_S_2014_08_05_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.76748 visibilities/baseline/integration-bin. ! Found source: J0732-0334 ! ! 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 16992 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 J0732-0334_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 151 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 151 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 151 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 151 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.926654Jy sigma=0.009043 ! Fit after self-cal, rms=0.867601Jy sigma=0.008452 ! 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.328 mas, bmaj=9.914 mas, bpa=19.58 degrees ! Estimated noise=913.602 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.0927987 Jy ! Component: 100 - total flux cleaned = 0.12495 Jy ! Total flux subtracted in 100 components = 0.12495 Jy ! Clean residual min=-0.009561 max=0.024600 Jy/beam ! Clean residual mean=-0.000038 rms=0.003012 Jy/beam ! Combined flux in latest and established models = 0.12495 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.12495 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132914Jy sigma=0.000928 ! Fit after self-cal, rms=0.132813Jy sigma=0.000926 ! Inverting map ! Added new window around map position (-2, 32.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.024295 Jy ! Component: 100 - total flux cleaned = 0.0406132 Jy ! Total flux subtracted in 100 components = 0.0406132 Jy ! Clean residual min=-0.006370 max=0.009523 Jy/beam ! Clean residual mean=-0.000032 rms=0.001985 Jy/beam ! Combined flux in latest and established models = 0.165563 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 36 components and 0.165563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125452Jy sigma=0.000852 ! Fit after self-cal, rms=0.125264Jy sigma=0.000850 ! 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=4.114 mas, bmaj=10.88 mas, bpa=18.55 degrees ! Estimated noise=579.289 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.0173952 Jy ! Component: 100 - total flux cleaned = 0.0294105 Jy ! Component: 150 - total flux cleaned = 0.0381517 Jy ! Component: 200 - total flux cleaned = 0.0447799 Jy ! Total flux subtracted in 200 components = 0.0447799 Jy ! Clean residual min=-0.005498 max=0.004971 Jy/beam ! Clean residual mean=-0.000025 rms=0.001399 Jy/beam ! Combined flux in latest and established models = 0.210343 Jy ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 92 components and 0.210343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120569Jy sigma=0.000816 ! Fit after self-cal, rms=0.120477Jy sigma=0.000816 ! 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.02 FD 0.84 HN 1.03 KP 1.05 ! LA 1.07 MK 1.00* NL 0.88 OV 0.99 ! PT 1.00 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.00 HN 1.07 KP 0.99 ! LA 1.02 MK 1.00* NL 0.90 OV 1.04 ! PT 0.99 SC 1.10 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.16 HN 1.07 KP 0.93 ! LA 0.83 MK 1.00* NL 0.98 OV 0.97 ! PT 0.97 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.97 HN 1.06 KP 0.89 ! LA 0.77 MK 1.00* NL 1.13 OV 1.03 ! PT 1.03 SC 1.00 ! ! ! Fit before self-cal, rms=0.120477Jy sigma=0.000816 ! Fit after self-cal, rms=0.112596Jy sigma=0.000801 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.185 mas, bmaj=11.01 mas, bpa=18.42 degrees ! Estimated noise=576.256 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.00515874 Jy ! Component: 100 - total flux cleaned = 0.00808564 Jy ! Component: 150 - total flux cleaned = 0.0103325 Jy ! Component: 200 - total flux cleaned = 0.0121139 Jy ! Total flux subtracted in 200 components = 0.0121139 Jy ! Clean residual min=-0.004352 max=0.003236 Jy/beam ! Clean residual mean=-0.000026 rms=0.001020 Jy/beam ! Combined flux in latest and established models = 0.222457 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 131 components and 0.222457 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112081Jy sigma=0.000799 ! Fit after self-cal, rms=0.112025Jy sigma=0.000798 ! 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.112025Jy sigma=0.000798 ! Fit after self-cal, rms=0.088812Jy sigma=0.000783 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.203 mas, bmaj=11.01 mas, bpa=18.39 degrees ! Estimated noise=577.242 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109561 Jy ! Component: 100 - total flux cleaned = 0.00161875 Jy ! Component: 150 - total flux cleaned = 0.00195843 Jy ! Component: 200 - total flux cleaned = 0.00227989 Jy ! Total flux subtracted in 200 components = 0.00227989 Jy ! Clean residual min=-0.001912 max=0.001851 Jy/beam ! Clean residual mean=-0.000008 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.224737 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 156 components and 0.224737 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088776Jy sigma=0.000783 ! Fit after self-cal, rms=0.088705Jy sigma=0.000782 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.000251916 Jy ! Component: 100 - total flux cleaned = 0.000493827 Jy ! Component: 150 - total flux cleaned = 0.0007243 Jy ! Component: 200 - total flux cleaned = 0.000870634 Jy ! Total flux subtracted in 200 components = 0.000870634 Jy ! Clean residual min=-0.001903 max=0.001874 Jy/beam ! Clean residual mean=-0.000008 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.225608 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 164 components and 0.225608 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088693Jy sigma=0.000782 ! Fit after self-cal, rms=0.088690Jy sigma=0.000782 ! 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.088690Jy sigma=0.000782 ! Fit after self-cal, rms=0.088795Jy sigma=0.000782 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.203 mas, bmaj=11 mas, bpa=18.37 degrees ! Estimated noise=579.025 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000662773 Jy ! Component: 100 - total flux cleaned = 0.000823128 Jy ! Component: 150 - total flux cleaned = 0.000956044 Jy ! Component: 200 - total flux cleaned = 0.00107316 Jy ! Total flux subtracted in 200 components = 0.00107316 Jy ! Clean residual min=-0.001641 max=0.001767 Jy/beam ! Clean residual mean=-0.000006 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.226681 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 175 components and 0.226681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088782Jy sigma=0.000782 ! Fit after self-cal, rms=0.088777Jy sigma=0.000782 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 = -1.69362e-05 Jy ! Component: 100 - total flux cleaned = 0.000148846 Jy ! Component: 150 - total flux cleaned = 0.000229668 Jy ! Component: 200 - total flux cleaned = 0.000292423 Jy ! Total flux subtracted in 200 components = 0.000292423 Jy ! Clean residual min=-0.001615 max=0.001763 Jy/beam ! Clean residual mean=-0.000006 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.226973 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 179 components and 0.226973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088772Jy sigma=0.000782 ! Fit after self-cal, rms=0.088769Jy sigma=0.000782 ! 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.088769Jy sigma=0.000782 ! Fit after self-cal, rms=0.089039Jy sigma=0.000782 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.966 mas, bmaj=13.62 mas, bpa=9.841 degrees ! Estimated noise=652.748 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000468584 Jy ! Component: 100 - total flux cleaned = 0.000711173 Jy ! Component: 150 - total flux cleaned = 0.000844934 Jy ! Component: 200 - total flux cleaned = 0.000872094 Jy ! Total flux subtracted in 200 components = 0.000872094 Jy ! Clean residual min=-0.001782 max=0.001824 Jy/beam ! Clean residual mean=-0.000008 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.227845 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 186 components and 0.227845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089033Jy sigma=0.000782 ! Fit after self-cal, rms=0.089031Jy sigma=0.000782 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 = -3.35283e-05 Jy ! Component: 100 - total flux cleaned = 4.81127e-05 Jy ! Component: 150 - total flux cleaned = 3.7549e-05 Jy ! Component: 200 - total flux cleaned = 4.76126e-05 Jy ! Total flux subtracted in 200 components = 4.76126e-05 Jy ! Clean residual min=-0.001754 max=0.001779 Jy/beam ! Clean residual mean=-0.000008 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.227893 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 190 components and 0.227893 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089031Jy sigma=0.000782 ! Fit after self-cal, rms=0.089030Jy sigma=0.000782 ! 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=4.205 mas, bmaj=11 mas, bpa=18.35 degrees ! Estimated noise=580.985 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.205 x 11 at 18.35 degrees (North through East) ! Clean map min=-0.0015812 max=0.12931 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.388 mas, bmaj=9.993 mas, bpa=19.45 degrees ! Estimated noise=922.095 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0927511 Jy ! Component: 100 - total flux cleaned = 0.127093 Jy ! Component: 150 - total flux cleaned = 0.14989 Jy ! Component: 200 - total flux cleaned = 0.165947 Jy ! Total flux subtracted in 200 components = 0.165947 Jy ! Clean residual min=-0.004671 max=0.009042 Jy/beam ! Clean residual mean=-0.000017 rms=0.001628 Jy/beam ! Combined flux in latest and established models = 0.165947 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.165947 Jy ! Inverting map and beam ! Estimated beam: bmin=4.205 mas, bmaj=11 mas, bpa=18.35 degrees ! Estimated noise=580.985 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.0165342 Jy ! Component: 100 - total flux cleaned = 0.0277126 Jy ! Component: 150 - total flux cleaned = 0.0357126 Jy ! Component: 200 - total flux cleaned = 0.0415875 Jy ! Total flux subtracted in 200 components = 0.0415875 Jy ! Clean residual min=-0.002487 max=0.003689 Jy/beam ! Clean residual mean=-0.000009 rms=0.000838 Jy/beam ! Combined flux in latest and established models = 0.207534 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 84 components and 0.207534 Jy ! Inverting map ! Added new window around map position (-5.5, 11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00454702 Jy ! Component: 100 - total flux cleaned = 0.0080708 Jy ! Component: 150 - total flux cleaned = 0.0108454 Jy ! Component: 200 - total flux cleaned = 0.0130493 Jy ! Total flux subtracted in 200 components = 0.0130493 Jy ! Clean residual min=-0.001825 max=0.001719 Jy/beam ! Clean residual mean=-0.000007 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.220583 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 120 components and 0.220583 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.966 mas, bmaj=13.62 mas, bpa=9.841 degrees ! Estimated noise=652.748 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00237387 Jy ! Component: 100 - total flux cleaned = 0.00397084 Jy ! Component: 150 - total flux cleaned = 0.00513711 Jy ! Component: 200 - total flux cleaned = 0.00598132 Jy ! Total flux subtracted in 200 components = 0.00598132 Jy ! Clean residual min=-0.001620 max=0.001620 Jy/beam ! Clean residual mean=-0.000009 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.226565 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.00042159 Jy ! Component: 100 - total flux cleaned = 0.000778213 Jy ! Component: 150 - total flux cleaned = 0.00106448 Jy ! Component: 200 - total flux cleaned = 0.00131324 Jy ! Total flux subtracted in 200 components = 0.00131324 Jy ! Clean residual min=-0.001529 max=0.001513 Jy/beam ! Clean residual mean=-0.000008 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.227878 Jy ! Adding 109 model components to the UV plane model. ! The established model now contains 217 components and 0.227878 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.205 mas, bmaj=11 mas, bpa=18.35 degrees ! Estimated noise=580.985 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000409647 Jy ! Component: 100 - total flux cleaned = 0.000644725 Jy ! Component: 150 - total flux cleaned = 0.000756495 Jy ! Component: 200 - total flux cleaned = 0.000797207 Jy ! Total flux subtracted in 200 components = 0.000797207 Jy ! Clean residual min=-0.001510 max=0.001599 Jy/beam ! Clean residual mean=-0.000005 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.228675 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 244 components and 0.228675 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089008Jy sigma=0.000782 ! Fit after self-cal, rms=0.089005Jy sigma=0.000782 wmodel J0732-0334_S_2014_08_05_pus_map.mod ! Writing 244 model components to file: J0732-0334_S_2014_08_05_pus_map.mod wobs J0732-0334_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J0732-0334_S_2014_08_05_pus_uvs.fits wwins J0732-0334_S_2014_08_05_pus_map.win ! wwins: Wrote 3 windows to J0732-0334_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 = 9.34905e-05 Jy ! Component: 100 - total flux cleaned = 0.000200514 Jy ! Component: 150 - total flux cleaned = 0.000275753 Jy ! Component: 200 - total flux cleaned = 0.000227497 Jy ! Component: 250 - total flux cleaned = 0.000273715 Jy ! Component: 300 - total flux cleaned = 0.000273155 Jy ! Component: 350 - total flux cleaned = 0.000272673 Jy ! Component: 400 - total flux cleaned = 0.00025121 Jy ! Component: 450 - total flux cleaned = 0.000189318 Jy ! Component: 500 - total flux cleaned = 0.00016925 Jy ! Component: 550 - total flux cleaned = 0.000109631 Jy ! Component: 600 - total flux cleaned = 0.000109186 Jy ! Component: 650 - total flux cleaned = 8.98419e-05 Jy ! Component: 700 - total flux cleaned = 3.35316e-05 Jy ! Component: 750 - total flux cleaned = -3.15583e-06 Jy ! Component: 800 - total flux cleaned = 3.30754e-05 Jy ! Component: 850 - total flux cleaned = 5.07299e-05 Jy ! Component: 900 - total flux cleaned = 6.84521e-05 Jy ! Component: 950 - total flux cleaned = 6.83917e-05 Jy ! Component: 1000 - total flux cleaned = 8.53728e-05 Jy ! Component: 1050 - total flux cleaned = 0.000118493 Jy ! Component: 1100 - total flux cleaned = 8.55771e-05 Jy ! Component: 1150 - total flux cleaned = 0.000134071 Jy ! Component: 1200 - total flux cleaned = 7.02415e-05 Jy ! Component: 1250 - total flux cleaned = 0.000102021 Jy ! Component: 1300 - total flux cleaned = 8.6856e-05 Jy ! Component: 1350 - total flux cleaned = 0.000148584 Jy ! Component: 1400 - total flux cleaned = 0.000239381 Jy ! Component: 1450 - total flux cleaned = 0.000253987 Jy ! Component: 1500 - total flux cleaned = 0.000268777 Jy ! Component: 1550 - total flux cleaned = 0.000312884 Jy ! Component: 1600 - total flux cleaned = 0.000370388 Jy ! Component: 1650 - total flux cleaned = 0.000327485 Jy ! Component: 1700 - total flux cleaned = 0.000398204 Jy ! Component: 1750 - total flux cleaned = 0.000468076 Jy ! Component: 1800 - total flux cleaned = 0.000536935 Jy ! Component: 1850 - total flux cleaned = 0.000632357 Jy ! Component: 1900 - total flux cleaned = 0.000646017 Jy ! Component: 1950 - total flux cleaned = 0.000739668 Jy ! Component: 2000 - total flux cleaned = 0.000779204 Jy ! Component: 2050 - total flux cleaned = 0.000870793 Jy ! Component: 2100 - total flux cleaned = 0.000948484 Jy ! Component: 2150 - total flux cleaned = 0.000974053 Jy ! Component: 2200 - total flux cleaned = 0.00107586 Jy ! Component: 2250 - total flux cleaned = 0.00106315 Jy ! Component: 2300 - total flux cleaned = 0.00110073 Jy ! Component: 2350 - total flux cleaned = 0.00113792 Jy ! Component: 2400 - total flux cleaned = 0.00116242 Jy ! Component: 2450 - total flux cleaned = 0.00123528 Jy ! Component: 2500 - total flux cleaned = 0.00127144 Jy ! Component: 2550 - total flux cleaned = 0.00129536 Jy ! Component: 2600 - total flux cleaned = 0.00137817 Jy ! Component: 2650 - total flux cleaned = 0.00136637 Jy ! Component: 2700 - total flux cleaned = 0.00140132 Jy ! Component: 2750 - total flux cleaned = 0.00142448 Jy ! Component: 2800 - total flux cleaned = 0.00143604 Jy ! Component: 2850 - total flux cleaned = 0.00149288 Jy ! Component: 2900 - total flux cleaned = 0.00148144 Jy ! Component: 2950 - total flux cleaned = 0.00152644 Jy ! Component: 3000 - total flux cleaned = 0.00154869 Jy ! Component: 3050 - total flux cleaned = 0.00153767 Jy ! Component: 3100 - total flux cleaned = 0.00162543 Jy ! Component: 3150 - total flux cleaned = 0.00169055 Jy ! Component: 3200 - total flux cleaned = 0.00169054 Jy ! Component: 3250 - total flux cleaned = 0.00176551 Jy ! Component: 3300 - total flux cleaned = 0.00177622 Jy ! Component: 3350 - total flux cleaned = 0.00183961 Jy ! Component: 3400 - total flux cleaned = 0.00186061 Jy ! Component: 3450 - total flux cleaned = 0.00192321 Jy ! Component: 3500 - total flux cleaned = 0.00200597 Jy ! Component: 3550 - total flux cleaned = 0.00203677 Jy ! Component: 3600 - total flux cleaned = 0.00208795 Jy ! Component: 3650 - total flux cleaned = 0.00213879 Jy ! Component: 3700 - total flux cleaned = 0.00218928 Jy ! Component: 3750 - total flux cleaned = 0.00225943 Jy ! Component: 3800 - total flux cleaned = 0.00231916 Jy ! Component: 3850 - total flux cleaned = 0.00234889 Jy ! Component: 3900 - total flux cleaned = 0.00242762 Jy ! Component: 3950 - total flux cleaned = 0.00243742 Jy ! Component: 4000 - total flux cleaned = 0.00249583 Jy ! Component: 4050 - total flux cleaned = 0.00254422 Jy ! Total flux subtracted in 4096 components = 0.00263064 Jy ! Clean residual min=-0.000587 max=0.000559 Jy/beam ! Clean residual mean=-0.000002 rms=0.000185 Jy/beam ! Combined flux in latest and established models = 0.231306 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 526 components and 0.231306 Jy ![Exited script file: muppet] wmap "J0732-0334_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.205 x 11 at 18.35 degrees (North through East) ! Clean map min=-0.0010488 max=0.13085 Jy/beam ! Writing clean map to FITS file: J0732-0334_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.130845 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000182602 device "J0732-0334_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0732-0334_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.418667 0.418667 0.837334 1.67467 3.34934 6.69867 13.3973 26.7947 53.5894 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.13 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.205 x 11 at 18.35 degrees (North through East) ! Clean map min=-0.0010488 max=0.13085 Jy/beam quit ! Quitting program ! Log file J0732-0334_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:19:43 2016