! Started logfile: J0050-0929_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:12:59 2017 obs J0050-0929_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J0050-0929_S_2014_01_04_pus_uva.fits ! AN table 1: 40 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.583333 visibilities/baseline/integration-bin. ! Found source: J0050-0929 ! ! 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 3360 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 J0050-0929_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 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.558179Jy sigma=0.007466 ! Fit after self-cal, rms=0.548049Jy sigma=0.007335 ! 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.658 mas, bmaj=5.776 mas, bpa=-0.6346 degrees ! Estimated noise=1383.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.348492 Jy ! Component: 100 - total flux cleaned = 0.424862 Jy ! Total flux subtracted in 100 components = 0.424862 Jy ! Clean residual min=-0.016134 max=0.032562 Jy/beam ! Clean residual mean=0.000051 rms=0.005282 Jy/beam ! Combined flux in latest and established models = 0.424862 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.424862 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113457Jy sigma=0.001250 ! Fit after self-cal, rms=0.113459Jy sigma=0.001250 ! Inverting map ! Added new window around map position (-3, 8.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0308054 Jy ! Component: 100 - total flux cleaned = 0.0486737 Jy ! Total flux subtracted in 100 components = 0.0486737 Jy ! Clean residual min=-0.014181 max=0.025784 Jy/beam ! Clean residual mean=0.000030 rms=0.004042 Jy/beam ! Combined flux in latest and established models = 0.473536 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 14 components and 0.473536 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102423Jy sigma=0.001161 ! Fit after self-cal, rms=0.101706Jy sigma=0.001152 ! 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.175 mas, bmaj=6.56 mas, bpa=0.7818 degrees ! Estimated noise=1013.69 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.0140578 Jy ! Component: 100 - total flux cleaned = 0.0222576 Jy ! Component: 150 - total flux cleaned = 0.0255723 Jy ! Component: 200 - total flux cleaned = 0.0278765 Jy ! Total flux subtracted in 200 components = 0.0278765 Jy ! Clean residual min=-0.015317 max=0.020115 Jy/beam ! Clean residual mean=0.000032 rms=0.004483 Jy/beam ! Combined flux in latest and established models = 0.501412 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 28 components and 0.501412 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098702Jy sigma=0.001133 ! Fit after self-cal, rms=0.098476Jy sigma=0.001132 ! 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.05 FD 1.00* KP 1.00* LA 1.02 ! MK 0.99 NL 0.97 OV 0.98 PT 0.98 ! SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.00* KP 1.00* LA 0.98 ! MK 0.98 NL 1.05 OV 0.98 PT 0.98 ! SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.00* KP 1.00* LA 0.81 ! MK 1.02 NL 1.02 OV 0.93 PT 0.95 ! SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.00* KP 1.00* LA 0.87 ! MK 1.02 NL 1.07 OV 0.98 PT 1.00 ! SC 0.96 ! ! ! Fit before self-cal, rms=0.098476Jy sigma=0.001132 ! Fit after self-cal, rms=0.087244Jy sigma=0.001001 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.17 mas, bmaj=6.623 mas, bpa=0.803 degrees ! Estimated noise=1016.99 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.00868415 Jy ! Component: 100 - total flux cleaned = -0.00965433 Jy ! Component: 150 - total flux cleaned = -0.0106003 Jy ! Component: 200 - total flux cleaned = -0.0114002 Jy ! Total flux subtracted in 200 components = -0.0114002 Jy ! Clean residual min=-0.010029 max=0.011748 Jy/beam ! Clean residual mean=-0.000004 rms=0.003144 Jy/beam ! Combined flux in latest and established models = 0.490012 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 39 components and 0.490012 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086250Jy sigma=0.000986 ! Fit after self-cal, rms=0.085985Jy sigma=0.000985 ! 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.085985Jy sigma=0.000985 ! Fit after self-cal, rms=0.083005Jy sigma=0.000917 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.168 mas, bmaj=6.621 mas, bpa=0.9277 degrees ! Estimated noise=1014.64 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00414019 Jy ! Component: 100 - total flux cleaned = -0.00475085 Jy ! Component: 150 - total flux cleaned = -0.00543927 Jy ! Component: 200 - total flux cleaned = -0.00584348 Jy ! Total flux subtracted in 200 components = -0.00584348 Jy ! Clean residual min=-0.003870 max=0.005077 Jy/beam ! Clean residual mean=-0.000004 rms=0.001166 Jy/beam ! Combined flux in latest and established models = 0.484169 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 47 components and 0.484169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082679Jy sigma=0.000912 ! Fit after self-cal, rms=0.082616Jy sigma=0.000912 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 (31, -34.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00406227 Jy ! Component: 100 - total flux cleaned = 0.00444637 Jy ! Component: 150 - total flux cleaned = 0.00457175 Jy ! Component: 200 - total flux cleaned = 0.00457391 Jy ! Total flux subtracted in 200 components = 0.00457391 Jy ! Clean residual min=-0.003696 max=0.003904 Jy/beam ! Clean residual mean=-0.000006 rms=0.000965 Jy/beam ! Combined flux in latest and established models = 0.488743 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 72 components and 0.488743 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082412Jy sigma=0.000909 ! Fit after self-cal, rms=0.082392Jy sigma=0.000909 ! 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.082392Jy sigma=0.000909 ! Fit after self-cal, rms=0.082204Jy sigma=0.000908 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.167 mas, bmaj=6.625 mas, bpa=0.8281 degrees ! Estimated noise=1013.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00194916 Jy ! Component: 100 - total flux cleaned = -0.00218816 Jy ! Component: 150 - total flux cleaned = -0.00218763 Jy ! Component: 200 - total flux cleaned = -0.00230776 Jy ! Total flux subtracted in 200 components = -0.00230776 Jy ! Clean residual min=-0.003526 max=0.003816 Jy/beam ! Clean residual mean=-0.000007 rms=0.000877 Jy/beam ! Combined flux in latest and established models = 0.486435 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 85 components and 0.486435 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082132Jy sigma=0.000907 ! Fit after self-cal, rms=0.082122Jy sigma=0.000907 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 (-128, -62). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00296784 Jy ! Component: 100 - total flux cleaned = 0.00306916 Jy ! Component: 150 - total flux cleaned = 0.00284542 Jy ! Component: 200 - total flux cleaned = 0.00264659 Jy ! Total flux subtracted in 200 components = 0.00264659 Jy ! Clean residual min=-0.003228 max=0.003575 Jy/beam ! Clean residual mean=-0.000007 rms=0.000795 Jy/beam ! Combined flux in latest and established models = 0.489081 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 98 components and 0.489081 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081931Jy sigma=0.000905 ! Fit after self-cal, rms=0.081920Jy sigma=0.000905 ! Inverting map ! Added new window around map position (74.5, -17). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00339062 Jy ! Component: 100 - total flux cleaned = 0.00439851 Jy ! Component: 150 - total flux cleaned = 0.00484515 Jy ! Component: 200 - total flux cleaned = 0.00489124 Jy ! Total flux subtracted in 200 components = 0.00489124 Jy ! Clean residual min=-0.003169 max=0.003062 Jy/beam ! Clean residual mean=-0.000003 rms=0.000697 Jy/beam ! Combined flux in latest and established models = 0.493973 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 119 components and 0.493973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081762Jy sigma=0.000903 ! Fit after self-cal, rms=0.081744Jy sigma=0.000903 ! 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.081744Jy sigma=0.000903 ! Fit after self-cal, rms=0.081669Jy sigma=0.000903 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.654 mas, bmaj=13.35 mas, bpa=7.212 degrees ! Estimated noise=1214.51 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.07154e-05 Jy ! Component: 100 - total flux cleaned = -2.45764e-05 Jy ! Component: 150 - total flux cleaned = 7.17418e-06 Jy ! Component: 200 - total flux cleaned = 0.000153525 Jy ! Total flux subtracted in 200 components = 0.000153525 Jy ! Clean residual min=-0.002617 max=0.002281 Jy/beam ! Clean residual mean=-0.000005 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.494126 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 139 components and 0.494126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081656Jy sigma=0.000903 ! Fit after self-cal, rms=0.081647Jy sigma=0.000903 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.000207313 Jy ! Component: 100 - total flux cleaned = 0.00033293 Jy ! Component: 150 - total flux cleaned = 0.000448641 Jy ! Component: 200 - total flux cleaned = 0.000597462 Jy ! Total flux subtracted in 200 components = 0.000597462 Jy ! Clean residual min=-0.002499 max=0.002310 Jy/beam ! Clean residual mean=-0.000004 rms=0.000667 Jy/beam ! Combined flux in latest and established models = 0.494723 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 153 components and 0.494723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081642Jy sigma=0.000902 ! Fit after self-cal, rms=0.081639Jy sigma=0.000902 ! 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.168 mas, bmaj=6.627 mas, bpa=0.8064 degrees ! Estimated noise=1012.39 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.168 x 6.627 at 0.8064 degrees (North through East) ! Clean map min=-0.0027658 max=0.44341 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.652 mas, bmaj=5.832 mas, bpa=-0.6618 degrees ! Estimated noise=1381.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.347929 Jy ! Component: 100 - total flux cleaned = 0.42397 Jy ! Component: 150 - total flux cleaned = 0.447887 Jy ! Component: 200 - total flux cleaned = 0.460715 Jy ! Total flux subtracted in 200 components = 0.460715 Jy ! Clean residual min=-0.006075 max=0.007756 Jy/beam ! Clean residual mean=0.000004 rms=0.001665 Jy/beam ! Combined flux in latest and established models = 0.460716 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.460716 Jy ! Inverting map and beam ! Estimated beam: bmin=3.168 mas, bmaj=6.627 mas, bpa=0.8064 degrees ! Estimated noise=1012.39 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) ! Added new window around map position (-65, 77.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00828547 Jy ! Component: 100 - total flux cleaned = 0.0139703 Jy ! Component: 150 - total flux cleaned = 0.018415 Jy ! Component: 200 - total flux cleaned = 0.0220134 Jy ! Total flux subtracted in 200 components = 0.0220134 Jy ! Clean residual min=-0.003420 max=0.003690 Jy/beam ! Clean residual mean=0.000003 rms=0.000900 Jy/beam ! Combined flux in latest and established models = 0.482729 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 41 components and 0.482729 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.654 mas, bmaj=13.35 mas, bpa=7.212 degrees ! Estimated noise=1214.51 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00357431 Jy ! Component: 100 - total flux cleaned = 0.00601087 Jy ! Component: 150 - total flux cleaned = 0.00767939 Jy ! Component: 200 - total flux cleaned = 0.00876524 Jy ! Total flux subtracted in 200 components = 0.00876524 Jy ! Clean residual min=-0.002875 max=0.002672 Jy/beam ! Clean residual mean=0.000002 rms=0.000791 Jy/beam ! Combined flux in latest and established models = 0.491494 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.00089115 Jy ! Component: 100 - total flux cleaned = 0.00168322 Jy ! Component: 150 - total flux cleaned = 0.00211887 Jy ! Component: 200 - total flux cleaned = 0.00247895 Jy ! Total flux subtracted in 200 components = 0.00247895 Jy ! Clean residual min=-0.002507 max=0.002695 Jy/beam ! Clean residual mean=-0.000000 rms=0.000709 Jy/beam ! Combined flux in latest and established models = 0.493973 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 102 components and 0.493973 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.168 mas, bmaj=6.627 mas, bpa=0.8064 degrees ! Estimated noise=1012.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00040334 Jy ! Component: 100 - total flux cleaned = -0.000232188 Jy ! Component: 150 - total flux cleaned = -7.08127e-05 Jy ! Component: 200 - total flux cleaned = 3.6715e-06 Jy ! Total flux subtracted in 200 components = 3.6715e-06 Jy ! Clean residual min=-0.002896 max=0.002917 Jy/beam ! Clean residual mean=0.000000 rms=0.000675 Jy/beam ! Combined flux in latest and established models = 0.493977 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 120 components and 0.493977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081730Jy sigma=0.000903 ! Fit after self-cal, rms=0.081713Jy sigma=0.000903 wmodel J0050-0929_S_2014_01_04_pus_map.mod ! Writing 120 model components to file: J0050-0929_S_2014_01_04_pus_map.mod wobs J0050-0929_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J0050-0929_S_2014_01_04_pus_uvs.fits wwins J0050-0929_S_2014_01_04_pus_map.win ! wwins: Wrote 6 windows to J0050-0929_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.00052215 Jy ! Component: 100 - total flux cleaned = -0.000289135 Jy ! Component: 150 - total flux cleaned = -0.000199928 Jy ! Component: 200 - total flux cleaned = -0.000281876 Jy ! Component: 250 - total flux cleaned = -0.000280849 Jy ! Component: 300 - total flux cleaned = -0.000319335 Jy ! Component: 350 - total flux cleaned = -0.000505322 Jy ! Component: 400 - total flux cleaned = -0.000685935 Jy ! Component: 450 - total flux cleaned = -0.000897051 Jy ! Component: 500 - total flux cleaned = -0.00113751 Jy ! Component: 550 - total flux cleaned = -0.00143839 Jy ! Component: 600 - total flux cleaned = -0.00163364 Jy ! Component: 650 - total flux cleaned = -0.00182479 Jy ! Component: 700 - total flux cleaned = -0.0020115 Jy ! Component: 750 - total flux cleaned = -0.00213261 Jy ! Component: 800 - total flux cleaned = -0.00225194 Jy ! Component: 850 - total flux cleaned = -0.00239749 Jy ! Component: 900 - total flux cleaned = -0.0025114 Jy ! Component: 950 - total flux cleaned = -0.00256743 Jy ! Component: 1000 - total flux cleaned = -0.00264932 Jy ! Component: 1050 - total flux cleaned = -0.00275586 Jy ! Component: 1100 - total flux cleaned = -0.00280809 Jy ! Component: 1150 - total flux cleaned = -0.00285965 Jy ! Component: 1200 - total flux cleaned = -0.00293618 Jy ! Component: 1250 - total flux cleaned = -0.00303644 Jy ! Component: 1300 - total flux cleaned = -0.00315954 Jy ! Component: 1350 - total flux cleaned = -0.0032084 Jy ! Component: 1400 - total flux cleaned = -0.00340117 Jy ! Component: 1450 - total flux cleaned = -0.00351982 Jy ! Component: 1500 - total flux cleaned = -0.00363687 Jy ! Component: 1550 - total flux cleaned = -0.00368319 Jy ! Component: 1600 - total flux cleaned = -0.00375169 Jy ! Component: 1650 - total flux cleaned = -0.0038646 Jy ! Component: 1700 - total flux cleaned = -0.00393154 Jy ! Component: 1750 - total flux cleaned = -0.00399761 Jy ! Component: 1800 - total flux cleaned = -0.00404149 Jy ! Component: 1850 - total flux cleaned = -0.00412768 Jy ! Component: 1900 - total flux cleaned = -0.00416984 Jy ! Component: 1950 - total flux cleaned = -0.00412774 Jy ! Component: 2000 - total flux cleaned = -0.00414849 Jy ! Component: 2050 - total flux cleaned = -0.004128 Jy ! Component: 2100 - total flux cleaned = -0.00408711 Jy ! Component: 2150 - total flux cleaned = -0.00412711 Jy ! Component: 2200 - total flux cleaned = -0.0040672 Jy ! Component: 2250 - total flux cleaned = -0.00408694 Jy ! Component: 2300 - total flux cleaned = -0.00412592 Jy ! Component: 2350 - total flux cleaned = -0.00410658 Jy ! Component: 2400 - total flux cleaned = -0.00408745 Jy ! Component: 2450 - total flux cleaned = -0.00408758 Jy ! Component: 2500 - total flux cleaned = -0.00406928 Jy ! Component: 2550 - total flux cleaned = -0.00410697 Jy ! Component: 2600 - total flux cleaned = -0.0041438 Jy ! Component: 2650 - total flux cleaned = -0.00408893 Jy ! Component: 2700 - total flux cleaned = -0.00408906 Jy ! Component: 2750 - total flux cleaned = -0.0040891 Jy ! Component: 2800 - total flux cleaned = -0.00401754 Jy ! Component: 2850 - total flux cleaned = -0.00394686 Jy ! Component: 2900 - total flux cleaned = -0.00391189 Jy ! Component: 2950 - total flux cleaned = -0.00392926 Jy ! Component: 3000 - total flux cleaned = -0.00387739 Jy ! Component: 3050 - total flux cleaned = -0.00389465 Jy ! Component: 3100 - total flux cleaned = -0.00387754 Jy ! Component: 3150 - total flux cleaned = -0.00382683 Jy ! Component: 3200 - total flux cleaned = -0.00375961 Jy ! Component: 3250 - total flux cleaned = -0.0037429 Jy ! Component: 3300 - total flux cleaned = -0.00374288 Jy ! Component: 3350 - total flux cleaned = -0.00369318 Jy ! Component: 3400 - total flux cleaned = -0.00362734 Jy ! Component: 3450 - total flux cleaned = -0.00359464 Jy ! Component: 3500 - total flux cleaned = -0.00357836 Jy ! Component: 3550 - total flux cleaned = -0.00354593 Jy ! Component: 3600 - total flux cleaned = -0.00349773 Jy ! Component: 3650 - total flux cleaned = -0.00346576 Jy ! Component: 3700 - total flux cleaned = -0.00340199 Jy ! Component: 3750 - total flux cleaned = -0.00337024 Jy ! Component: 3800 - total flux cleaned = -0.0032913 Jy ! Component: 3850 - total flux cleaned = -0.00330689 Jy ! Component: 3900 - total flux cleaned = -0.00319755 Jy ! Component: 3950 - total flux cleaned = -0.00318201 Jy ! Component: 4000 - total flux cleaned = -0.0031046 Jy ! Component: 4050 - total flux cleaned = -0.0030584 Jy ! Total flux subtracted in 4096 components = -0.0029969 Jy ! Clean residual min=-0.000906 max=0.001007 Jy/beam ! Clean residual mean=0.000000 rms=0.000262 Jy/beam ! Combined flux in latest and established models = 0.49098 Jy keep ! Adding 262 model components to the UV plane model. ! The established model now contains 382 components and 0.490979 Jy ![Exited script file: muppet] wmap "J0050-0929_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.168 x 6.627 at 0.8064 degrees (North through East) ! Clean map min=-0.0020541 max=0.44285 Jy/beam ! Writing clean map to FITS file: J0050-0929_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 0.442846 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00024876 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.168519 0.168519 0.337038 0.674075 1.34815 2.6963 5.3926 10.7852 21.5704 43.1408 86.2816 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.442 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.168 x 6.627 at 0.8064 degrees (North through East) ! Clean map min=-0.0020541 max=0.44285 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 J0050-0929_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:13:04 2017