! Started logfile: J2249-3039_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:37:32 2017 obs J2249-3039_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J2249-3039_S_2015_01_23_pus_uva.fits ! AN table 1: 93 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.982318 visibilities/baseline/integration-bin. ! Found source: J2249-3039 ! ! 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 338 lines of history. ! ! Reading 16444 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 J2249-3039_S_2015_01_23_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 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.981738Jy sigma=0.007115 ! Fit after self-cal, rms=0.836348Jy sigma=0.006255 ! 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.32 mas, bmaj=6.403 mas, bpa=-3.24 degrees ! Estimated noise=1216.67 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.149703 Jy ! Component: 100 - total flux cleaned = 0.184821 Jy ! Total flux subtracted in 100 components = 0.184821 Jy ! Clean residual min=-0.013546 max=0.019453 Jy/beam ! Clean residual mean=-0.000050 rms=0.002542 Jy/beam ! Combined flux in latest and established models = 0.184821 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.184821 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.258709Jy sigma=0.000884 ! Fit after self-cal, rms=0.258669Jy sigma=0.000884 ! Inverting map ! Added new window around map position (3.5, -7). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0188066 Jy ! Component: 100 - total flux cleaned = 0.0290952 Jy ! Total flux subtracted in 100 components = 0.0290952 Jy ! Clean residual min=-0.011428 max=0.012329 Jy/beam ! Clean residual mean=-0.000028 rms=0.002094 Jy/beam ! Combined flux in latest and established models = 0.213916 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 18 components and 0.213916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.256560Jy sigma=0.000849 ! Fit after self-cal, rms=0.256533Jy sigma=0.000848 ! 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=2.832 mas, bmaj=7.754 mas, bpa=-2.008 degrees ! Estimated noise=765.176 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.0124696 Jy ! Component: 100 - total flux cleaned = 0.0198218 Jy ! Component: 150 - total flux cleaned = 0.0243214 Jy ! Component: 200 - total flux cleaned = 0.0262339 Jy ! Total flux subtracted in 200 components = 0.0262339 Jy ! Clean residual min=-0.008564 max=0.012199 Jy/beam ! Clean residual mean=-0.000083 rms=0.002216 Jy/beam ! Combined flux in latest and established models = 0.24015 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 40 components and 0.24015 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.255736Jy sigma=0.000836 ! Fit after self-cal, rms=0.255741Jy sigma=0.000836 ! 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.94 FD 1.20 HN 1.13 KP 1.10 ! LA 0.98 MK 1.01 NL 1.10 OV 0.96 ! PT 1.00 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.71 HN 1.14 KP 0.99 ! LA 0.97 MK 1.00 NL 1.32 OV 1.00 ! PT 0.98 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.93 HN 1.16 KP 0.87 ! LA 0.77 MK 1.06 NL 1.22 OV 0.93 ! PT 0.97 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.44 HN 1.13 KP 0.82 ! LA 0.79 MK 1.01 NL 1.02 OV 0.98 ! PT 1.01 SC 1.02 ! ! ! Fit before self-cal, rms=0.255741Jy sigma=0.000836 ! Fit after self-cal, rms=0.388955Jy sigma=0.000800 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.856 mas, bmaj=7.74 mas, bpa=-1.663 degrees ! Estimated noise=782.555 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.00132587 Jy ! Component: 100 - total flux cleaned = -0.00141234 Jy ! Component: 150 - total flux cleaned = -0.00147832 Jy ! Component: 200 - total flux cleaned = -0.00167485 Jy ! Total flux subtracted in 200 components = -0.00167485 Jy ! Clean residual min=-0.004879 max=0.004743 Jy/beam ! Clean residual mean=0.000002 rms=0.001186 Jy/beam ! Combined flux in latest and established models = 0.238475 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 53 components and 0.238475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.388773Jy sigma=0.000799 ! Fit after self-cal, rms=0.389184Jy 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.389184Jy sigma=0.000798 ! Fit after self-cal, rms=0.452735Jy sigma=0.000797 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.852 mas, bmaj=7.718 mas, bpa=-1.572 degrees ! Estimated noise=795.762 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00233174 Jy ! Component: 100 - total flux cleaned = 0.00250922 Jy ! Component: 150 - total flux cleaned = 0.00244541 Jy ! Component: 200 - total flux cleaned = 0.00232883 Jy ! Total flux subtracted in 200 components = 0.00232883 Jy ! Clean residual min=-0.004871 max=0.004161 Jy/beam ! Clean residual mean=0.000013 rms=0.001202 Jy/beam ! Combined flux in latest and established models = 0.240804 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 60 components and 0.240804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.452438Jy sigma=0.000797 ! Fit after self-cal, rms=0.452522Jy sigma=0.000797 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.000458626 Jy ! Component: 100 - total flux cleaned = -0.000563139 Jy ! Component: 150 - total flux cleaned = -0.000657837 Jy ! Component: 200 - total flux cleaned = -0.000785542 Jy ! Total flux subtracted in 200 components = -0.000785542 Jy ! Clean residual min=-0.004731 max=0.004152 Jy/beam ! Clean residual mean=0.000011 rms=0.001192 Jy/beam ! Combined flux in latest and established models = 0.240018 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 63 components and 0.240018 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.452490Jy sigma=0.000797 ! Fit after self-cal, rms=0.452485Jy sigma=0.000797 ! 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.452485Jy sigma=0.000797 ! Fit after self-cal, rms=0.263903Jy sigma=0.000790 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.858 mas, bmaj=7.73 mas, bpa=-1.556 degrees ! Estimated noise=795.999 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00182939 Jy ! Component: 100 - total flux cleaned = -0.00215265 Jy ! Component: 150 - total flux cleaned = -0.00234055 Jy ! Component: 200 - total flux cleaned = -0.00251015 Jy ! Total flux subtracted in 200 components = -0.00251015 Jy ! Clean residual min=-0.003323 max=0.003542 Jy/beam ! Clean residual mean=-0.000023 rms=0.000777 Jy/beam ! Combined flux in latest and established models = 0.237508 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 69 components and 0.237508 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.263881Jy sigma=0.000790 ! Fit after self-cal, rms=0.263859Jy sigma=0.000790 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 (-11, 6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00346947 Jy ! Component: 100 - total flux cleaned = 0.0050791 Jy ! Component: 150 - total flux cleaned = 0.00551321 Jy ! Component: 200 - total flux cleaned = 0.0056988 Jy ! Total flux subtracted in 200 components = 0.0056988 Jy ! Clean residual min=-0.002963 max=0.002897 Jy/beam ! Clean residual mean=-0.000005 rms=0.000691 Jy/beam ! Combined flux in latest and established models = 0.243207 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 96 components and 0.243207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.263787Jy sigma=0.000789 ! Fit after self-cal, rms=0.263769Jy sigma=0.000789 ! 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.263769Jy sigma=0.000789 ! Fit after self-cal, rms=0.263660Jy sigma=0.000789 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.667 mas, bmaj=21.03 mas, bpa=3.235 degrees ! Estimated noise=1051.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000276701 Jy ! Component: 100 - total flux cleaned = 0.000229036 Jy ! Component: 150 - total flux cleaned = 0.000104752 Jy ! Component: 200 - total flux cleaned = 7.87522e-05 Jy ! Total flux subtracted in 200 components = 7.87522e-05 Jy ! Clean residual min=-0.002902 max=0.002964 Jy/beam ! Clean residual mean=-0.000005 rms=0.000918 Jy/beam ! Combined flux in latest and established models = 0.243286 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 121 components and 0.243286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.263637Jy sigma=0.000789 ! Fit after self-cal, rms=0.263636Jy sigma=0.000789 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.000177926 Jy ! Component: 100 - total flux cleaned = 0.000198823 Jy ! Component: 150 - total flux cleaned = 0.000180326 Jy ! Component: 200 - total flux cleaned = 0.000179839 Jy ! Total flux subtracted in 200 components = 0.000179839 Jy ! Clean residual min=-0.002994 max=0.002906 Jy/beam ! Clean residual mean=-0.000004 rms=0.000915 Jy/beam ! Combined flux in latest and established models = 0.243465 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 136 components and 0.243465 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.263629Jy sigma=0.000789 ! Fit after self-cal, rms=0.263624Jy sigma=0.000789 ! 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=2.864 mas, bmaj=7.737 mas, bpa=-1.512 degrees ! Estimated noise=795.311 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.864 x 7.737 at -1.512 degrees (North through East) ! Clean map min=-0.0049158 max=0.19247 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.333 mas, bmaj=6.326 mas, bpa=-2.544 degrees ! Estimated noise=1278.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.156778 Jy ! Component: 100 - total flux cleaned = 0.19452 Jy ! Component: 150 - total flux cleaned = 0.210823 Jy ! Component: 200 - total flux cleaned = 0.219313 Jy ! Total flux subtracted in 200 components = 0.219313 Jy ! Clean residual min=-0.005167 max=0.005164 Jy/beam ! Clean residual mean=-0.000021 rms=0.001215 Jy/beam ! Combined flux in latest and established models = 0.219313 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.219313 Jy ! Inverting map and beam ! Estimated beam: bmin=2.864 mas, bmaj=7.737 mas, bpa=-1.512 degrees ! Estimated noise=795.311 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 (-3.5, 7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00841244 Jy ! Component: 100 - total flux cleaned = 0.0135045 Jy ! Component: 150 - total flux cleaned = 0.0171571 Jy ! Component: 200 - total flux cleaned = 0.0198337 Jy ! Total flux subtracted in 200 components = 0.0198337 Jy ! Clean residual min=-0.002727 max=0.002979 Jy/beam ! Clean residual mean=-0.000016 rms=0.000725 Jy/beam ! Combined flux in latest and established models = 0.239147 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 63 components and 0.239147 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.667 mas, bmaj=21.03 mas, bpa=3.235 degrees ! Estimated noise=1051.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00254163 Jy ! Component: 100 - total flux cleaned = 0.00320049 Jy ! Component: 150 - total flux cleaned = 0.00351152 Jy ! Component: 200 - total flux cleaned = 0.00373076 Jy ! Total flux subtracted in 200 components = 0.00373076 Jy ! Clean residual min=-0.003025 max=0.003060 Jy/beam ! Clean residual mean=-0.000008 rms=0.000936 Jy/beam ! Combined flux in latest and established models = 0.242877 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.000146602 Jy ! Component: 100 - total flux cleaned = 0.000244235 Jy ! Component: 150 - total flux cleaned = 0.00036399 Jy ! Component: 200 - total flux cleaned = 0.000444775 Jy ! Total flux subtracted in 200 components = 0.000444775 Jy ! Clean residual min=-0.003025 max=0.003029 Jy/beam ! Clean residual mean=-0.000006 rms=0.000927 Jy/beam ! Combined flux in latest and established models = 0.243322 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 106 components and 0.243322 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.864 mas, bmaj=7.737 mas, bpa=-1.512 degrees ! Estimated noise=795.311 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000238906 Jy ! Component: 100 - total flux cleaned = 0.00023848 Jy ! Component: 150 - total flux cleaned = 0.000239892 Jy ! Component: 200 - total flux cleaned = 0.000279942 Jy ! Total flux subtracted in 200 components = 0.000279942 Jy ! Clean residual min=-0.002519 max=0.002881 Jy/beam ! Clean residual mean=-0.000002 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.243602 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 123 components and 0.243602 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.263638Jy sigma=0.000789 ! Fit after self-cal, rms=0.263651Jy sigma=0.000788 wmodel J2249-3039_S_2015_01_23_pus_map.mod ! Writing 123 model components to file: J2249-3039_S_2015_01_23_pus_map.mod wobs J2249-3039_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J2249-3039_S_2015_01_23_pus_uvs.fits wwins J2249-3039_S_2015_01_23_pus_map.win ! wwins: Wrote 4 windows to J2249-3039_S_2015_01_23_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.000872386 Jy ! Component: 100 - total flux cleaned = 0.00123652 Jy ! Component: 150 - total flux cleaned = 0.00149363 Jy ! Component: 200 - total flux cleaned = 0.00169898 Jy ! Component: 250 - total flux cleaned = 0.00189569 Jy ! Component: 300 - total flux cleaned = 0.00200908 Jy ! Component: 350 - total flux cleaned = 0.0021935 Jy ! Component: 400 - total flux cleaned = 0.00233696 Jy ! Component: 450 - total flux cleaned = 0.00251211 Jy ! Component: 500 - total flux cleaned = 0.00257986 Jy ! Component: 550 - total flux cleaned = 0.00261265 Jy ! Component: 600 - total flux cleaned = 0.00258052 Jy ! Component: 650 - total flux cleaned = 0.00274152 Jy ! Component: 700 - total flux cleaned = 0.00274116 Jy ! Component: 750 - total flux cleaned = 0.00289678 Jy ! Component: 800 - total flux cleaned = 0.00289617 Jy ! Component: 850 - total flux cleaned = 0.00292603 Jy ! Component: 900 - total flux cleaned = 0.00298578 Jy ! Component: 950 - total flux cleaned = 0.00307391 Jy ! Component: 1000 - total flux cleaned = 0.0031316 Jy ! Component: 1050 - total flux cleaned = 0.00313168 Jy ! Component: 1100 - total flux cleaned = 0.00321674 Jy ! Component: 1150 - total flux cleaned = 0.00324497 Jy ! Component: 1200 - total flux cleaned = 0.00335482 Jy ! Component: 1250 - total flux cleaned = 0.00329989 Jy ! Component: 1300 - total flux cleaned = 0.00332667 Jy ! Component: 1350 - total flux cleaned = 0.00319293 Jy ! Component: 1400 - total flux cleaned = 0.00324598 Jy ! Component: 1450 - total flux cleaned = 0.003298 Jy ! Component: 1500 - total flux cleaned = 0.00319456 Jy ! Component: 1550 - total flux cleaned = 0.00324595 Jy ! Component: 1600 - total flux cleaned = 0.00324574 Jy ! Component: 1650 - total flux cleaned = 0.00329637 Jy ! Component: 1700 - total flux cleaned = 0.00322173 Jy ! Component: 1750 - total flux cleaned = 0.00339471 Jy ! Component: 1800 - total flux cleaned = 0.00334549 Jy ! Component: 1850 - total flux cleaned = 0.0033699 Jy ! Component: 1900 - total flux cleaned = 0.00341822 Jy ! Component: 1950 - total flux cleaned = 0.0034899 Jy ! Component: 2000 - total flux cleaned = 0.00356092 Jy ! Component: 2050 - total flux cleaned = 0.00356112 Jy ! Component: 2100 - total flux cleaned = 0.00363112 Jy ! Component: 2150 - total flux cleaned = 0.00372361 Jy ! Component: 2200 - total flux cleaned = 0.00383819 Jy ! Component: 2250 - total flux cleaned = 0.00381564 Jy ! Component: 2300 - total flux cleaned = 0.00390587 Jy ! Component: 2350 - total flux cleaned = 0.00403995 Jy ! Component: 2400 - total flux cleaned = 0.00412887 Jy ! Component: 2450 - total flux cleaned = 0.00415083 Jy ! Component: 2500 - total flux cleaned = 0.00410708 Jy ! Component: 2550 - total flux cleaned = 0.00421613 Jy ! Component: 2600 - total flux cleaned = 0.00434597 Jy ! Component: 2650 - total flux cleaned = 0.00441014 Jy ! Component: 2700 - total flux cleaned = 0.0045166 Jy ! Component: 2750 - total flux cleaned = 0.00447429 Jy ! Component: 2800 - total flux cleaned = 0.00457919 Jy ! Component: 2850 - total flux cleaned = 0.00470444 Jy ! Component: 2900 - total flux cleaned = 0.00472541 Jy ! Component: 2950 - total flux cleaned = 0.00474607 Jy ! Component: 3000 - total flux cleaned = 0.00484848 Jy ! Component: 3050 - total flux cleaned = 0.00482817 Jy ! Component: 3100 - total flux cleaned = 0.00494964 Jy ! Component: 3150 - total flux cleaned = 0.00498982 Jy ! Component: 3200 - total flux cleaned = 0.00506952 Jy ! Component: 3250 - total flux cleaned = 0.00514886 Jy ! Component: 3300 - total flux cleaned = 0.0051291 Jy ! Component: 3350 - total flux cleaned = 0.00522716 Jy ! Component: 3400 - total flux cleaned = 0.00522695 Jy ! Component: 3450 - total flux cleaned = 0.00524651 Jy ! Component: 3500 - total flux cleaned = 0.00530407 Jy ! Component: 3550 - total flux cleaned = 0.00536174 Jy ! Component: 3600 - total flux cleaned = 0.00539967 Jy ! Component: 3650 - total flux cleaned = 0.00549444 Jy ! Component: 3700 - total flux cleaned = 0.00553209 Jy ! Component: 3750 - total flux cleaned = 0.00562575 Jy ! Component: 3800 - total flux cleaned = 0.00566293 Jy ! Component: 3850 - total flux cleaned = 0.00568152 Jy ! Component: 3900 - total flux cleaned = 0.00570005 Jy ! Component: 3950 - total flux cleaned = 0.00580983 Jy ! Component: 4000 - total flux cleaned = 0.00588264 Jy ! Component: 4050 - total flux cleaned = 0.0058282 Jy ! Total flux subtracted in 4096 components = 0.00588221 Jy ! Clean residual min=-0.001183 max=0.001179 Jy/beam ! Clean residual mean=-0.000001 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.249484 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 415 components and 0.249484 Jy ![Exited script file: muppet] wmap "J2249-3039_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.864 x 7.737 at -1.512 degrees (North through East) ! Clean map min=-0.0019256 max=0.19775 Jy/beam ! Writing clean map to FITS file: J2249-3039_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.197752 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000334085 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.506823 0.506823 1.01365 2.02729 4.05458 8.10917 16.2183 32.4367 64.8733 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.197 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.864 x 7.737 at -1.512 degrees (North through East) ! Clean map min=-0.0019256 max=0.19775 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 J2249-3039_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:37:37 2017