! Started logfile: J0026-3512_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:49:16 2016 obs J0026-3512_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0026-3512_S_2014_08_09_pus_uva.fits ! AN table 1: 121 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.68595 visibilities/baseline/integration-bin. ! Found source: J0026-3512 ! ! 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 342 lines of history. ! ! Reading 14940 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 J0026-3512_S_2014_08_09_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 199 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 199 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 199 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 199 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.006152Jy sigma=0.007697 ! Fit after self-cal, rms=0.946936Jy sigma=0.007261 ! 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.926 mas, bmaj=12.57 mas, bpa=18 degrees ! Estimated noise=1148.23 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.0468068 Jy ! Component: 100 - total flux cleaned = 0.0570373 Jy ! Total flux subtracted in 100 components = 0.0570373 Jy ! Clean residual min=-0.003456 max=0.003501 Jy/beam ! Clean residual mean=0.000001 rms=0.000865 Jy/beam ! Combined flux in latest and established models = 0.0570373 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.0570373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109527Jy sigma=0.000741 ! Fit after self-cal, rms=0.107897Jy sigma=0.000729 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00424625 Jy ! Component: 100 - total flux cleaned = 0.00367913 Jy ! Total flux subtracted in 100 components = 0.00367913 Jy ! Clean residual min=-0.003371 max=0.003173 Jy/beam ! Clean residual mean=-0.000002 rms=0.000855 Jy/beam ! Combined flux in latest and established models = 0.0607164 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0607164 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107751Jy sigma=0.000729 ! Fit after self-cal, rms=0.107732Jy sigma=0.000729 ! 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.927 mas, bmaj=15 mas, bpa=16.6 degrees ! Estimated noise=775.625 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.00101294 Jy ! Component: 100 - total flux cleaned = -0.00111905 Jy ! Component: 150 - total flux cleaned = -0.00118354 Jy ! Component: 200 - total flux cleaned = -0.00125384 Jy ! Total flux subtracted in 200 components = -0.00125384 Jy ! Clean residual min=-0.002392 max=0.002102 Jy/beam ! Clean residual mean=-0.000014 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.0594626 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 26 components and 0.0594626 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107723Jy sigma=0.000729 ! Fit after self-cal, rms=0.107693Jy sigma=0.000729 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.91 HN 0.97 KP 1.08 ! LA 1.09 MK 1.00* NL 0.94 OV 1.11 ! PT 1.01 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.01 HN 0.89 KP 1.03 ! LA 1.00 MK 1.00* NL 1.01 OV 1.13 ! PT 1.07 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.12 HN 1.07 KP 0.94 ! LA 0.85 MK 1.00* NL 0.95 OV 0.98 ! PT 1.03 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.03 HN 0.87 KP 0.91 ! LA 0.86 MK 1.00* NL 0.97 OV 1.00 ! PT 1.07 SC 1.01 ! ! ! Fit before self-cal, rms=0.107693Jy sigma=0.000729 ! Fit after self-cal, rms=0.104626Jy sigma=0.000727 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.926 mas, bmaj=14.86 mas, bpa=16.45 degrees ! Estimated noise=777.371 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.000663005 Jy ! Component: 100 - total flux cleaned = 0.000713348 Jy ! Component: 150 - total flux cleaned = 0.000743481 Jy ! Component: 200 - total flux cleaned = 0.00075745 Jy ! Total flux subtracted in 200 components = 0.00075745 Jy ! Clean residual min=-0.001993 max=0.002018 Jy/beam ! Clean residual mean=-0.000012 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.06022 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 43 components and 0.06022 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104618Jy sigma=0.000727 ! Fit after self-cal, rms=0.104510Jy sigma=0.000727 ! 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.104510Jy sigma=0.000727 ! Fit after self-cal, rms=0.103503Jy sigma=0.000726 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.92 mas, bmaj=14.77 mas, bpa=16.5 degrees ! Estimated noise=779.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00041923 Jy ! Component: 100 - total flux cleaned = 0.000435097 Jy ! Component: 150 - total flux cleaned = 0.000446963 Jy ! Component: 200 - total flux cleaned = 0.000446241 Jy ! Total flux subtracted in 200 components = 0.000446241 Jy ! Clean residual min=-0.001895 max=0.002103 Jy/beam ! Clean residual mean=-0.000009 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.0606663 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 49 components and 0.0606663 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103498Jy sigma=0.000726 ! Fit after self-cal, rms=0.103443Jy sigma=0.000726 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 = 6.52682e-05 Jy ! Component: 100 - total flux cleaned = 7.81822e-05 Jy ! Component: 150 - total flux cleaned = 7.89048e-05 Jy ! Component: 200 - total flux cleaned = 8.8953e-05 Jy ! Total flux subtracted in 200 components = 8.8953e-05 Jy ! Clean residual min=-0.001933 max=0.002008 Jy/beam ! Clean residual mean=-0.000008 rms=0.000555 Jy/beam ! Combined flux in latest and established models = 0.0607552 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 53 components and 0.0607552 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103440Jy sigma=0.000726 ! Fit after self-cal, rms=0.103439Jy sigma=0.000726 ! 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.103439Jy sigma=0.000726 ! Fit after self-cal, rms=0.102977Jy sigma=0.000726 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.915 mas, bmaj=14.7 mas, bpa=16.54 degrees ! Estimated noise=778.963 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000239004 Jy ! Component: 100 - total flux cleaned = 0.000238799 Jy ! Component: 150 - total flux cleaned = 0.000260274 Jy ! Component: 200 - total flux cleaned = 0.000269798 Jy ! Total flux subtracted in 200 components = 0.000269798 Jy ! Clean residual min=-0.001972 max=0.002058 Jy/beam ! Clean residual mean=-0.000008 rms=0.000555 Jy/beam ! Combined flux in latest and established models = 0.061025 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 63 components and 0.061025 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102973Jy sigma=0.000726 ! Fit after self-cal, rms=0.102957Jy sigma=0.000725 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.85639e-06 Jy ! Component: 100 - total flux cleaned = -7.27781e-06 Jy ! Component: 150 - total flux cleaned = -7.07161e-06 Jy ! Component: 200 - total flux cleaned = 4.90003e-07 Jy ! Total flux subtracted in 200 components = 4.90003e-07 Jy ! Clean residual min=-0.001999 max=0.001983 Jy/beam ! Clean residual mean=-0.000008 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.0610255 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 64 components and 0.0610255 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102955Jy sigma=0.000725 ! Fit after self-cal, rms=0.102956Jy sigma=0.000725 ! 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.102956Jy sigma=0.000725 ! Fit after self-cal, rms=0.102814Jy sigma=0.000725 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.514 mas, bmaj=26.6 mas, bpa=5.281 degrees ! Estimated noise=894.627 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000286325 Jy ! Component: 100 - total flux cleaned = 0.000313936 Jy ! Component: 150 - total flux cleaned = 0.000346501 Jy ! Component: 200 - total flux cleaned = 0.000368011 Jy ! Total flux subtracted in 200 components = 0.000368011 Jy ! Clean residual min=-0.002155 max=0.002058 Jy/beam ! Clean residual mean=-0.000012 rms=0.000646 Jy/beam ! Combined flux in latest and established models = 0.0613935 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 80 components and 0.0613935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102813Jy sigma=0.000725 ! Fit after self-cal, rms=0.102816Jy sigma=0.000725 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 = 2.46822e-05 Jy ! Component: 100 - total flux cleaned = 4.59156e-05 Jy ! Component: 150 - total flux cleaned = 7.14542e-05 Jy ! Component: 200 - total flux cleaned = 9.40743e-05 Jy ! Total flux subtracted in 200 components = 9.40743e-05 Jy ! Clean residual min=-0.002152 max=0.002062 Jy/beam ! Clean residual mean=-0.000012 rms=0.000645 Jy/beam ! Combined flux in latest and established models = 0.0614876 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 81 components and 0.0614876 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102816Jy sigma=0.000725 ! Fit after self-cal, rms=0.102820Jy sigma=0.000725 ! 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.912 mas, bmaj=14.64 mas, bpa=16.58 degrees ! Estimated noise=778.899 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.912 x 14.64 at 16.58 degrees (North through East) ! Clean map min=-0.0019329 max=0.061111 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.936 mas, bmaj=12.33 mas, bpa=18.15 degrees ! Estimated noise=1134.46 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0489936 Jy ! Component: 100 - total flux cleaned = 0.0597513 Jy ! Component: 150 - total flux cleaned = 0.0606614 Jy ! Component: 200 - total flux cleaned = 0.0607558 Jy ! Total flux subtracted in 200 components = 0.0607558 Jy ! Clean residual min=-0.003161 max=0.002826 Jy/beam ! Clean residual mean=-0.000001 rms=0.000788 Jy/beam ! Combined flux in latest and established models = 0.0607558 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0607558 Jy ! Inverting map and beam ! Estimated beam: bmin=3.912 mas, bmaj=14.64 mas, bpa=16.58 degrees ! Estimated noise=778.899 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.0004523 Jy ! Component: 100 - total flux cleaned = 0.000416039 Jy ! Component: 150 - total flux cleaned = 0.000385175 Jy ! Component: 200 - total flux cleaned = 0.000359217 Jy ! Total flux subtracted in 200 components = 0.000359217 Jy ! Clean residual min=-0.002072 max=0.002038 Jy/beam ! Clean residual mean=-0.000009 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.061115 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 24 components and 0.061115 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=8.514 mas, bmaj=26.6 mas, bpa=5.281 degrees ! Estimated noise=894.627 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000163108 Jy ! Component: 100 - total flux cleaned = 0.000216243 Jy ! Component: 150 - total flux cleaned = 0.00024437 Jy ! Component: 200 - total flux cleaned = 0.000278969 Jy ! Total flux subtracted in 200 components = 0.000278969 Jy ! Clean residual min=-0.002177 max=0.002088 Jy/beam ! Clean residual mean=-0.000012 rms=0.000647 Jy/beam ! Combined flux in latest and established models = 0.061394 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 = 1.91702e-05 Jy ! Component: 100 - total flux cleaned = 3.49052e-05 Jy ! Component: 150 - total flux cleaned = 4.12544e-05 Jy ! Component: 200 - total flux cleaned = 4.65732e-05 Jy ! Total flux subtracted in 200 components = 4.65732e-05 Jy ! Clean residual min=-0.002162 max=0.002078 Jy/beam ! Clean residual mean=-0.000012 rms=0.000645 Jy/beam ! Combined flux in latest and established models = 0.0614406 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 53 components and 0.0614406 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.912 mas, bmaj=14.64 mas, bpa=16.58 degrees ! Estimated noise=778.899 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000154619 Jy ! Component: 100 - total flux cleaned = -0.000211625 Jy ! Component: 150 - total flux cleaned = -0.000235425 Jy ! Component: 200 - total flux cleaned = -0.000255828 Jy ! Total flux subtracted in 200 components = -0.000255828 Jy ! Clean residual min=-0.001977 max=0.001982 Jy/beam ! Clean residual mean=-0.000008 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.0611847 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 67 components and 0.0611847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102822Jy sigma=0.000725 ! Fit after self-cal, rms=0.102820Jy sigma=0.000725 wmodel J0026-3512_S_2014_08_09_pus_map.mod ! Writing 67 model components to file: J0026-3512_S_2014_08_09_pus_map.mod wobs J0026-3512_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0026-3512_S_2014_08_09_pus_uvs.fits wwins J0026-3512_S_2014_08_09_pus_map.win ! wwins: Wrote 1 windows to J0026-3512_S_2014_08_09_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.000298707 Jy ! Component: 100 - total flux cleaned = -0.000469585 Jy ! Component: 150 - total flux cleaned = -0.000567766 Jy ! Component: 200 - total flux cleaned = -0.000724132 Jy ! Component: 250 - total flux cleaned = -0.000875326 Jy ! Component: 300 - total flux cleaned = -0.00105118 Jy ! Component: 350 - total flux cleaned = -0.00113679 Jy ! Component: 400 - total flux cleaned = -0.00133238 Jy ! Component: 450 - total flux cleaned = -0.00141393 Jy ! Component: 500 - total flux cleaned = -0.001467 Jy ! Component: 550 - total flux cleaned = -0.00154474 Jy ! Component: 600 - total flux cleaned = -0.00162079 Jy ! Component: 650 - total flux cleaned = -0.00164609 Jy ! Component: 700 - total flux cleaned = -0.00167031 Jy ! Component: 750 - total flux cleaned = -0.00169451 Jy ! Component: 800 - total flux cleaned = -0.00167063 Jy ! Component: 850 - total flux cleaned = -0.00171681 Jy ! Component: 900 - total flux cleaned = -0.00167094 Jy ! Component: 950 - total flux cleaned = -0.00158118 Jy ! Component: 1000 - total flux cleaned = -0.00158114 Jy ! Component: 1050 - total flux cleaned = -0.0014944 Jy ! Component: 1100 - total flux cleaned = -0.00147292 Jy ! Component: 1150 - total flux cleaned = -0.00138894 Jy ! Component: 1200 - total flux cleaned = -0.00136863 Jy ! Component: 1250 - total flux cleaned = -0.00134796 Jy ! Component: 1300 - total flux cleaned = -0.00126706 Jy ! Component: 1350 - total flux cleaned = -0.00118735 Jy ! Component: 1400 - total flux cleaned = -0.00106947 Jy ! Component: 1450 - total flux cleaned = -0.00103109 Jy ! Component: 1500 - total flux cleaned = -0.000954516 Jy ! Component: 1550 - total flux cleaned = -0.000878637 Jy ! Component: 1600 - total flux cleaned = -0.000804336 Jy ! Component: 1650 - total flux cleaned = -0.000748959 Jy ! Component: 1700 - total flux cleaned = -0.00060362 Jy ! Component: 1750 - total flux cleaned = -0.000549936 Jy ! Component: 1800 - total flux cleaned = -0.000461494 Jy ! Component: 1850 - total flux cleaned = -0.000391327 Jy ! Component: 1900 - total flux cleaned = -0.00039121 Jy ! Component: 1950 - total flux cleaned = -0.000322514 Jy ! Component: 2000 - total flux cleaned = -0.000322321 Jy ! Component: 2050 - total flux cleaned = -0.000255154 Jy ! Component: 2100 - total flux cleaned = -0.000205289 Jy ! Component: 2150 - total flux cleaned = -0.000221657 Jy ! Component: 2200 - total flux cleaned = -0.000189089 Jy ! Component: 2250 - total flux cleaned = -0.000157061 Jy ! Component: 2300 - total flux cleaned = -0.000173041 Jy ! Component: 2350 - total flux cleaned = -0.00012568 Jy ! Component: 2400 - total flux cleaned = -6.3328e-05 Jy ! Component: 2450 - total flux cleaned = -9.42058e-05 Jy ! Component: 2500 - total flux cleaned = -3.32876e-05 Jy ! Component: 2550 - total flux cleaned = -3.3484e-05 Jy ! Component: 2600 - total flux cleaned = -3.46421e-06 Jy ! Component: 2650 - total flux cleaned = 4.10078e-05 Jy ! Component: 2700 - total flux cleaned = 2.63368e-05 Jy ! Component: 2750 - total flux cleaned = 9.90275e-05 Jy ! Component: 2800 - total flux cleaned = 0.000156436 Jy ! Component: 2850 - total flux cleaned = 0.000156323 Jy ! Component: 2900 - total flux cleaned = 0.000156545 Jy ! Component: 2950 - total flux cleaned = 0.000212751 Jy ! Component: 3000 - total flux cleaned = 0.000282196 Jy ! Component: 3050 - total flux cleaned = 0.000309358 Jy ! Component: 3100 - total flux cleaned = 0.000282165 Jy ! Component: 3150 - total flux cleaned = 0.000323005 Jy ! Component: 3200 - total flux cleaned = 0.000363159 Jy ! Component: 3250 - total flux cleaned = 0.000429491 Jy ! Component: 3300 - total flux cleaned = 0.000455751 Jy ! Component: 3350 - total flux cleaned = 0.000468965 Jy ! Component: 3400 - total flux cleaned = 0.000507925 Jy ! Component: 3450 - total flux cleaned = 0.000559425 Jy ! Component: 3500 - total flux cleaned = 0.000559445 Jy ! Component: 3550 - total flux cleaned = 0.000584811 Jy ! Component: 3600 - total flux cleaned = 0.000597237 Jy ! Component: 3650 - total flux cleaned = 0.000684309 Jy ! Component: 3700 - total flux cleaned = 0.000696663 Jy ! Component: 3750 - total flux cleaned = 0.000721158 Jy ! Component: 3800 - total flux cleaned = 0.000782018 Jy ! Component: 3850 - total flux cleaned = 0.000782091 Jy ! Component: 3900 - total flux cleaned = 0.000842048 Jy ! Component: 3950 - total flux cleaned = 0.000889774 Jy ! Component: 4000 - total flux cleaned = 0.000937204 Jy ! Component: 4050 - total flux cleaned = 0.00100766 Jy ! Total flux subtracted in 4096 components = 0.00104259 Jy ! Clean residual min=-0.000655 max=0.000652 Jy/beam ! Clean residual mean=0.000002 rms=0.000227 Jy/beam ! Combined flux in latest and established models = 0.0622273 Jy keep ! Adding 266 model components to the UV plane model. ! The established model now contains 333 components and 0.0622273 Jy ![Exited script file: muppet] wmap "J0026-3512_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.912 x 14.64 at 16.58 degrees (North through East) ! Clean map min=-0.0014536 max=0.061376 Jy/beam ! Writing clean map to FITS file: J0026-3512_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0613764 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000222641 device "J0026-3512_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0026-3512_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.08824 1.08824 2.17649 4.35297 8.70595 17.4119 34.8238 69.6476 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.061 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.912 x 14.64 at 16.58 degrees (North through East) ! Clean map min=-0.0014536 max=0.061376 Jy/beam quit ! Quitting program ! Log file J0026-3512_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:49:22 2016