! Started logfile: J1036-3744_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:32:35 2016 obs J1036-3744_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J1036-3744_S_2014_12_20_pus_uva.fits ! AN table 1: 15 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.742222 visibilities/baseline/integration-bin. ! Found source: J1036-3744 ! ! 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 344 lines of history. ! ! Reading 2004 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 J1036-3744_S_2014_12_20_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 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.576924Jy sigma=0.004204 ! Fit after self-cal, rms=0.571239Jy sigma=0.004159 ! 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.371 mas, bmaj=7.361 mas, bpa=-13.57 degrees ! Estimated noise=3155.78 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.339277 Jy ! Component: 100 - total flux cleaned = 0.420694 Jy ! Total flux subtracted in 100 components = 0.420694 Jy ! Clean residual min=-0.022178 max=0.054285 Jy/beam ! Clean residual mean=0.000148 rms=0.007147 Jy/beam ! Combined flux in latest and established models = 0.420694 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.420694 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.154490Jy sigma=0.001069 ! Fit after self-cal, rms=0.154481Jy sigma=0.001069 ! Inverting map ! Added new window around map position (-4.5, 6.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0497248 Jy ! Component: 100 - total flux cleaned = 0.0754219 Jy ! Total flux subtracted in 100 components = 0.0754219 Jy ! Clean residual min=-0.016736 max=0.027598 Jy/beam ! Clean residual mean=0.000058 rms=0.004514 Jy/beam ! Combined flux in latest and established models = 0.496116 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 19 components and 0.496116 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134346Jy sigma=0.000910 ! Fit after self-cal, rms=0.133659Jy sigma=0.000903 ! 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.906 mas, bmaj=8.408 mas, bpa=-13.02 degrees ! Estimated noise=2145.37 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.0238243 Jy ! Component: 100 - total flux cleaned = 0.0357063 Jy ! Component: 150 - total flux cleaned = 0.0401951 Jy ! Component: 200 - total flux cleaned = 0.0416228 Jy ! Total flux subtracted in 200 components = 0.0416228 Jy ! Clean residual min=-0.019647 max=0.015144 Jy/beam ! Clean residual mean=-0.000008 rms=0.004629 Jy/beam ! Combined flux in latest and established models = 0.537738 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 31 components and 0.537739 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128775Jy sigma=0.000875 ! Fit after self-cal, rms=0.128703Jy sigma=0.000874 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.87 HN 1.02 KP 1.09 ! LA 0.98 MK 1.06 NL 1.01 OV 0.99 ! PT 1.02 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 1.25 KP 1.07 ! LA 0.95 MK 1.01 NL 1.00 OV 0.99 ! PT 1.01 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.16 HN 1.27 KP 0.94 ! LA 0.80 MK 1.00 NL 1.10 OV 0.93 ! PT 1.01 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 1.17 KP 0.92 ! LA 0.82 MK 1.01 NL 1.07 OV 0.96 ! PT 1.04 SC 0.98 ! ! ! Fit before self-cal, rms=0.128703Jy sigma=0.000874 ! Fit after self-cal, rms=0.121480Jy sigma=0.000784 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.936 mas, bmaj=8.391 mas, bpa=-12.86 degrees ! Estimated noise=2180.2 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.00526299 Jy ! Component: 100 - total flux cleaned = -0.00574835 Jy ! Component: 150 - total flux cleaned = -0.00629613 Jy ! Component: 200 - total flux cleaned = -0.00665377 Jy ! Total flux subtracted in 200 components = -0.00665377 Jy ! Clean residual min=-0.009078 max=0.007561 Jy/beam ! Clean residual mean=-0.000013 rms=0.002296 Jy/beam ! Combined flux in latest and established models = 0.531085 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 43 components and 0.531085 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120942Jy sigma=0.000781 ! Fit after self-cal, rms=0.120923Jy sigma=0.000780 ! 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.120923Jy sigma=0.000780 ! Fit after self-cal, rms=0.121538Jy sigma=0.000780 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.942 mas, bmaj=8.396 mas, bpa=-12.87 degrees ! Estimated noise=2178.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0035665 Jy ! Component: 100 - total flux cleaned = -0.00414067 Jy ! Component: 150 - total flux cleaned = -0.00445153 Jy ! Component: 200 - total flux cleaned = -0.00473195 Jy ! Total flux subtracted in 200 components = -0.00473195 Jy ! Clean residual min=-0.008367 max=0.007231 Jy/beam ! Clean residual mean=-0.000014 rms=0.002193 Jy/beam ! Combined flux in latest and established models = 0.526353 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 52 components and 0.526353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121262Jy sigma=0.000779 ! Fit after self-cal, rms=0.121233Jy sigma=0.000779 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.000691394 Jy ! Component: 100 - total flux cleaned = -0.000937999 Jy ! Component: 150 - total flux cleaned = -0.00115846 Jy ! Component: 200 - total flux cleaned = -0.00122551 Jy ! Total flux subtracted in 200 components = -0.00122551 Jy ! Clean residual min=-0.008169 max=0.007116 Jy/beam ! Clean residual mean=-0.000013 rms=0.002163 Jy/beam ! Combined flux in latest and established models = 0.525127 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 57 components and 0.525127 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121112Jy sigma=0.000778 ! Fit after self-cal, rms=0.121092Jy sigma=0.000778 ! 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.121092Jy sigma=0.000778 ! Fit after self-cal, rms=0.121969Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.946 mas, bmaj=8.395 mas, bpa=-12.87 degrees ! Estimated noise=2177.94 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00271632 Jy ! Component: 100 - total flux cleaned = -0.00296029 Jy ! Component: 150 - total flux cleaned = -0.00317719 Jy ! Component: 200 - total flux cleaned = -0.00331138 Jy ! Total flux subtracted in 200 components = -0.00331138 Jy ! Clean residual min=-0.007638 max=0.006856 Jy/beam ! Clean residual mean=-0.000015 rms=0.002083 Jy/beam ! Combined flux in latest and established models = 0.521816 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 65 components and 0.521816 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121822Jy sigma=0.000777 ! Fit after self-cal, rms=0.121803Jy sigma=0.000777 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.000506353 Jy ! Component: 100 - total flux cleaned = -0.000683674 Jy ! Component: 150 - total flux cleaned = -0.000741267 Jy ! Component: 200 - total flux cleaned = -0.000793085 Jy ! Total flux subtracted in 200 components = -0.000793085 Jy ! Clean residual min=-0.007560 max=0.006806 Jy/beam ! Clean residual mean=-0.000014 rms=0.002066 Jy/beam ! Combined flux in latest and established models = 0.521023 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 70 components and 0.521023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121735Jy sigma=0.000776 ! Fit after self-cal, rms=0.121720Jy sigma=0.000776 ! 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.121720Jy sigma=0.000776 ! Fit after self-cal, rms=0.122494Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.785 mas, bmaj=24.28 mas, bpa=-7.059 degrees ! Estimated noise=2725.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00237227 Jy ! Component: 100 - total flux cleaned = -0.00237521 Jy ! Component: 150 - total flux cleaned = -0.00229842 Jy ! Component: 200 - total flux cleaned = -0.00229752 Jy ! Total flux subtracted in 200 components = -0.00229752 Jy ! Clean residual min=-0.009218 max=0.009784 Jy/beam ! Clean residual mean=-0.000038 rms=0.003012 Jy/beam ! Combined flux in latest and established models = 0.518725 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 74 components and 0.518725 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122459Jy sigma=0.000776 ! Fit after self-cal, rms=0.122455Jy sigma=0.000776 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.000284125 Jy ! Component: 100 - total flux cleaned = -0.000250228 Jy ! Component: 150 - total flux cleaned = -0.000184588 Jy ! Component: 200 - total flux cleaned = -0.000154542 Jy ! Total flux subtracted in 200 components = -0.000154542 Jy ! Clean residual min=-0.009200 max=0.009718 Jy/beam ! Clean residual mean=-0.000038 rms=0.003001 Jy/beam ! Combined flux in latest and established models = 0.518571 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 75 components and 0.518571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122456Jy sigma=0.000776 ! Fit after self-cal, rms=0.122454Jy sigma=0.000776 ! 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.949 mas, bmaj=8.394 mas, bpa=-12.88 degrees ! Estimated noise=2177.38 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.949 x 8.394 at -12.88 degrees (North through East) ! Clean map min=-0.0071841 max=0.40956 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.394 mas, bmaj=7.276 mas, bpa=-13.14 degrees ! Estimated noise=3254.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.349663 Jy ! Component: 100 - total flux cleaned = 0.432262 Jy ! Component: 150 - total flux cleaned = 0.467604 Jy ! Component: 200 - total flux cleaned = 0.486795 Jy ! Total flux subtracted in 200 components = 0.486795 Jy ! Clean residual min=-0.011773 max=0.013326 Jy/beam ! Clean residual mean=0.000038 rms=0.002982 Jy/beam ! Combined flux in latest and established models = 0.486795 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.486795 Jy ! Inverting map and beam ! Estimated beam: bmin=2.949 mas, bmaj=8.394 mas, bpa=-12.88 degrees ! Estimated noise=2177.38 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 (5, -6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0164621 Jy ! Component: 100 - total flux cleaned = 0.0248225 Jy ! Component: 150 - total flux cleaned = 0.0294906 Jy ! Component: 200 - total flux cleaned = 0.0304685 Jy ! Total flux subtracted in 200 components = 0.0304685 Jy ! Clean residual min=-0.008015 max=0.006666 Jy/beam ! Clean residual mean=-0.000010 rms=0.002042 Jy/beam ! Combined flux in latest and established models = 0.517264 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 44 components and 0.517264 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.785 mas, bmaj=24.28 mas, bpa=-7.059 degrees ! Estimated noise=2725.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00194667 Jy ! Component: 100 - total flux cleaned = 0.00224672 Jy ! Component: 150 - total flux cleaned = 0.00242711 Jy ! Component: 200 - total flux cleaned = 0.00251239 Jy ! Total flux subtracted in 200 components = 0.00251239 Jy ! Clean residual min=-0.009399 max=0.009858 Jy/beam ! Clean residual mean=-0.000032 rms=0.003006 Jy/beam ! Combined flux in latest and established models = 0.519776 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 = -7.06885e-05 Jy ! Component: 100 - total flux cleaned = -6.92716e-05 Jy ! Component: 150 - total flux cleaned = -0.000133343 Jy ! Component: 200 - total flux cleaned = -0.000192613 Jy ! Total flux subtracted in 200 components = -0.000192613 Jy ! Clean residual min=-0.009350 max=0.009956 Jy/beam ! Clean residual mean=-0.000035 rms=0.002988 Jy/beam ! Combined flux in latest and established models = 0.519584 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 60 components and 0.519584 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.949 mas, bmaj=8.394 mas, bpa=-12.88 degrees ! Estimated noise=2177.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000214283 Jy ! Component: 100 - total flux cleaned = -0.000213874 Jy ! Component: 150 - total flux cleaned = -0.000215297 Jy ! Component: 200 - total flux cleaned = -0.000144596 Jy ! Total flux subtracted in 200 components = -0.000144596 Jy ! Clean residual min=-0.006807 max=0.006775 Jy/beam ! Clean residual mean=-0.000015 rms=0.001967 Jy/beam ! Combined flux in latest and established models = 0.519439 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 75 components and 0.519439 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121947Jy sigma=0.000774 ! Fit after self-cal, rms=0.121867Jy sigma=0.000774 wmodel J1036-3744_S_2014_12_20_pus_map.mod ! Writing 75 model components to file: J1036-3744_S_2014_12_20_pus_map.mod wobs J1036-3744_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J1036-3744_S_2014_12_20_pus_uvs.fits wwins J1036-3744_S_2014_12_20_pus_map.win ! wwins: Wrote 3 windows to J1036-3744_S_2014_12_20_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.00178802 Jy ! Component: 100 - total flux cleaned = -0.00293187 Jy ! Component: 150 - total flux cleaned = -0.00357011 Jy ! Component: 200 - total flux cleaned = -0.00397143 Jy ! Component: 250 - total flux cleaned = -0.00407024 Jy ! Component: 300 - total flux cleaned = -0.00407179 Jy ! Component: 350 - total flux cleaned = -0.00416102 Jy ! Component: 400 - total flux cleaned = -0.00441639 Jy ! Component: 450 - total flux cleaned = -0.0047409 Jy ! Component: 500 - total flux cleaned = -0.00497473 Jy ! Component: 550 - total flux cleaned = -0.00535134 Jy ! Component: 600 - total flux cleaned = -0.00578945 Jy ! Component: 650 - total flux cleaned = -0.00600302 Jy ! Component: 700 - total flux cleaned = -0.00628351 Jy ! Component: 750 - total flux cleaned = -0.0065563 Jy ! Component: 800 - total flux cleaned = -0.00675465 Jy ! Component: 850 - total flux cleaned = -0.00688439 Jy ! Component: 900 - total flux cleaned = -0.00688454 Jy ! Component: 950 - total flux cleaned = -0.00682153 Jy ! Component: 1000 - total flux cleaned = -0.00676094 Jy ! Component: 1050 - total flux cleaned = -0.00676078 Jy ! Component: 1100 - total flux cleaned = -0.00647214 Jy ! Component: 1150 - total flux cleaned = -0.00641651 Jy ! Component: 1200 - total flux cleaned = -0.00636013 Jy ! Component: 1250 - total flux cleaned = -0.00619622 Jy ! Component: 1300 - total flux cleaned = -0.0061974 Jy ! Component: 1350 - total flux cleaned = -0.00624959 Jy ! Component: 1400 - total flux cleaned = -0.00609296 Jy ! Component: 1450 - total flux cleaned = -0.00614461 Jy ! Component: 1500 - total flux cleaned = -0.00609368 Jy ! Component: 1550 - total flux cleaned = -0.00589436 Jy ! Component: 1600 - total flux cleaned = -0.00579533 Jy ! Component: 1650 - total flux cleaned = -0.00564938 Jy ! Component: 1700 - total flux cleaned = -0.00560085 Jy ! Component: 1750 - total flux cleaned = -0.00545794 Jy ! Component: 1800 - total flux cleaned = -0.00527084 Jy ! Component: 1850 - total flux cleaned = -0.00513244 Jy ! Component: 1900 - total flux cleaned = -0.00517781 Jy ! Component: 1950 - total flux cleaned = -0.0050866 Jy ! Component: 2000 - total flux cleaned = -0.00499677 Jy ! Component: 2050 - total flux cleaned = -0.00499704 Jy ! Component: 2100 - total flux cleaned = -0.00490992 Jy ! Component: 2150 - total flux cleaned = -0.00477946 Jy ! Component: 2200 - total flux cleaned = -0.00473611 Jy ! Component: 2250 - total flux cleaned = -0.00452282 Jy ! Component: 2300 - total flux cleaned = -0.00435393 Jy ! Component: 2350 - total flux cleaned = -0.00410224 Jy ! Component: 2400 - total flux cleaned = -0.00401873 Jy ! Component: 2450 - total flux cleaned = -0.00372952 Jy ! Component: 2500 - total flux cleaned = -0.00360636 Jy ! Component: 2550 - total flux cleaned = -0.00340336 Jy ! Component: 2600 - total flux cleaned = -0.00308104 Jy ! Component: 2650 - total flux cleaned = -0.00308092 Jy ! Component: 2700 - total flux cleaned = -0.00276323 Jy ! Component: 2750 - total flux cleaned = -0.00248788 Jy ! Component: 2800 - total flux cleaned = -0.00233163 Jy ! Component: 2850 - total flux cleaned = -0.00221496 Jy ! Component: 2900 - total flux cleaned = -0.00198363 Jy ! Component: 2950 - total flux cleaned = -0.00183073 Jy ! Component: 3000 - total flux cleaned = -0.00175465 Jy ! Component: 3050 - total flux cleaned = -0.00171683 Jy ! Component: 3100 - total flux cleaned = -0.00167918 Jy ! Component: 3150 - total flux cleaned = -0.00164147 Jy ! Component: 3200 - total flux cleaned = -0.00156674 Jy ! Component: 3250 - total flux cleaned = -0.0014925 Jy ! Component: 3300 - total flux cleaned = -0.00141855 Jy ! Component: 3350 - total flux cleaned = -0.00138168 Jy ! Component: 3400 - total flux cleaned = -0.0013816 Jy ! Component: 3450 - total flux cleaned = -0.0013816 Jy ! Component: 3500 - total flux cleaned = -0.00141776 Jy ! Component: 3550 - total flux cleaned = -0.00130879 Jy ! Component: 3600 - total flux cleaned = -0.0013086 Jy ! Component: 3650 - total flux cleaned = -0.00134485 Jy ! Component: 3700 - total flux cleaned = -0.001345 Jy ! Component: 3750 - total flux cleaned = -0.00141698 Jy ! Component: 3800 - total flux cleaned = -0.00145273 Jy ! Component: 3850 - total flux cleaned = -0.00141692 Jy ! Component: 3900 - total flux cleaned = -0.00141695 Jy ! Component: 3950 - total flux cleaned = -0.00141723 Jy ! Component: 4000 - total flux cleaned = -0.00145275 Jy ! Component: 4050 - total flux cleaned = -0.00148835 Jy ! Total flux subtracted in 4096 components = -0.00145287 Jy ! Clean residual min=-0.002203 max=0.002604 Jy/beam ! Clean residual mean=0.000009 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.517986 Jy keep ! Adding 261 model components to the UV plane model. ! The established model now contains 336 components and 0.517986 Jy ![Exited script file: muppet] wmap "J1036-3744_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.949 x 8.394 at -12.88 degrees (North through East) ! Clean map min=-0.008019 max=0.41806 Jy/beam ! Writing clean map to FITS file: J1036-3744_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.418063 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000607506 device "J1036-3744_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J1036-3744_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.435943 0.435943 0.871886 1.74377 3.48754 6.97509 13.9502 27.9004 55.8007 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.418 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.949 x 8.394 at -12.88 degrees (North through East) ! Clean map min=-0.008019 max=0.41806 Jy/beam quit ! Quitting program ! Log file J1036-3744_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:32:40 2016