! Started logfile: J2115-1416_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:47:10 2016 obs J2115-1416_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J2115-1416_S_2014_12_20_pus_uva.fits ! AN table 1: 74 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.952252 visibilities/baseline/integration-bin. ! Found source: J2115-1416 ! ! 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 12684 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 J2115-1416_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 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.813527Jy sigma=0.008209 ! Fit after self-cal, rms=0.771581Jy sigma=0.007799 ! 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.476 mas, bmaj=6.547 mas, bpa=-2.265 degrees ! Estimated noise=863.632 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.172486 Jy ! Component: 100 - total flux cleaned = 0.21598 Jy ! Total flux subtracted in 100 components = 0.21598 Jy ! Clean residual min=-0.007458 max=0.018091 Jy/beam ! Clean residual mean=-0.000016 rms=0.002191 Jy/beam ! Combined flux in latest and established models = 0.21598 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.21598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095831Jy sigma=0.000910 ! Fit after self-cal, rms=0.095824Jy sigma=0.000910 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0199938 Jy ! Component: 100 - total flux cleaned = 0.0315754 Jy ! Total flux subtracted in 100 components = 0.0315754 Jy ! Clean residual min=-0.006024 max=0.007793 Jy/beam ! Clean residual mean=-0.000008 rms=0.001548 Jy/beam ! Combined flux in latest and established models = 0.247555 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 25 components and 0.247555 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089458Jy sigma=0.000848 ! Fit after self-cal, rms=0.089471Jy 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=3.002 mas, bmaj=7.797 mas, bpa=-2.092 degrees ! Estimated noise=629.107 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.0113916 Jy ! Component: 100 - total flux cleaned = 0.0178985 Jy ! Component: 150 - total flux cleaned = 0.0217548 Jy ! Component: 200 - total flux cleaned = 0.0238435 Jy ! Total flux subtracted in 200 components = 0.0238435 Jy ! Clean residual min=-0.007733 max=0.010360 Jy/beam ! Clean residual mean=-0.000004 rms=0.001754 Jy/beam ! Combined flux in latest and established models = 0.271399 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 42 components and 0.271399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087684Jy sigma=0.000835 ! Fit after self-cal, rms=0.087688Jy sigma=0.000835 ! Inverting map ! Added new window around map position (8, -6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00949592 Jy ! Component: 100 - total flux cleaned = 0.0142152 Jy ! Component: 150 - total flux cleaned = 0.0171162 Jy ! Component: 200 - total flux cleaned = 0.0183713 Jy ! Total flux subtracted in 200 components = 0.0183713 Jy ! Clean residual min=-0.007227 max=0.004856 Jy/beam ! Clean residual mean=-0.000002 rms=0.001428 Jy/beam ! Combined flux in latest and established models = 0.28977 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 86 components and 0.28977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086609Jy sigma=0.000826 ! Fit after self-cal, rms=0.086478Jy sigma=0.000824 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.90 HN 0.99 KP 1.11 ! LA 0.97 MK 1.01 NL 0.98 OV 0.99 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.04 HN 1.06 KP 1.05 ! LA 0.95 MK 1.00 NL 1.02 OV 1.03 ! PT 1.02 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.19 HN 1.05 KP 0.95 ! LA 0.77 MK 1.02 NL 1.13 OV 0.94 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.04 HN 0.98 KP 0.90 ! LA 0.82 MK 1.03 NL 1.05 OV 1.00 ! PT 1.02 SC 0.97 ! ! ! Fit before self-cal, rms=0.086478Jy sigma=0.000824 ! Fit after self-cal, rms=0.081297Jy sigma=0.000785 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.011 mas, bmaj=7.817 mas, bpa=-1.859 degrees ! Estimated noise=632.807 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.00151437 Jy ! Component: 100 - total flux cleaned = 0.00191349 Jy ! Component: 150 - total flux cleaned = 0.00201975 Jy ! Component: 200 - total flux cleaned = 0.0020199 Jy ! Total flux subtracted in 200 components = 0.0020199 Jy ! Clean residual min=-0.003162 max=0.002257 Jy/beam ! Clean residual mean=0.000001 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.29179 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 102 components and 0.29179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081252Jy sigma=0.000785 ! Fit after self-cal, rms=0.081235Jy sigma=0.000785 ! 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.081235Jy sigma=0.000785 ! Fit after self-cal, rms=0.081173Jy sigma=0.000783 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.011 mas, bmaj=7.82 mas, bpa=-1.843 degrees ! Estimated noise=633.021 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00046353 Jy ! Component: 100 - total flux cleaned = 0.000521818 Jy ! Component: 150 - total flux cleaned = 0.000522499 Jy ! Component: 200 - total flux cleaned = 0.000478434 Jy ! Total flux subtracted in 200 components = 0.000478434 Jy ! Clean residual min=-0.003070 max=0.002116 Jy/beam ! Clean residual mean=0.000001 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.292268 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 115 components and 0.292268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081155Jy sigma=0.000783 ! Fit after self-cal, rms=0.081155Jy sigma=0.000783 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.000101304 Jy ! Component: 100 - total flux cleaned = 0.000101825 Jy ! Component: 150 - total flux cleaned = 8.22989e-05 Jy ! Component: 200 - total flux cleaned = 8.2575e-05 Jy ! Total flux subtracted in 200 components = 8.2575e-05 Jy ! Clean residual min=-0.003056 max=0.002124 Jy/beam ! Clean residual mean=0.000001 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.292351 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 120 components and 0.292351 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081146Jy sigma=0.000783 ! Fit after self-cal, rms=0.081145Jy sigma=0.000783 ! 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.081145Jy sigma=0.000783 ! Fit after self-cal, rms=0.081166Jy sigma=0.000782 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.012 mas, bmaj=7.826 mas, bpa=-1.853 degrees ! Estimated noise=632.673 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.12025e-05 Jy ! Component: 100 - total flux cleaned = -7.10438e-05 Jy ! Component: 150 - total flux cleaned = -6.99896e-05 Jy ! Component: 200 - total flux cleaned = -5.33116e-05 Jy ! Total flux subtracted in 200 components = -5.33116e-05 Jy ! Clean residual min=-0.002962 max=0.002108 Jy/beam ! Clean residual mean=0.000000 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.292298 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 131 components and 0.292298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081157Jy sigma=0.000782 ! Fit after self-cal, rms=0.081159Jy sigma=0.000782 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.33829e-05 Jy ! Component: 100 - total flux cleaned = 6.47417e-05 Jy ! Component: 150 - total flux cleaned = 7.90463e-05 Jy ! Component: 200 - total flux cleaned = 7.9149e-05 Jy ! Total flux subtracted in 200 components = 7.9149e-05 Jy ! Clean residual min=-0.002956 max=0.002112 Jy/beam ! Clean residual mean=-0.000000 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.292377 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 140 components and 0.292377 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081153Jy sigma=0.000782 ! Fit after self-cal, rms=0.081153Jy sigma=0.000782 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081153Jy sigma=0.000782 ! Fit after self-cal, rms=0.081133Jy sigma=0.000782 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.437 mas, bmaj=15.39 mas, bpa=2.747 degrees ! Estimated noise=804.315 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.74872e-06 Jy ! Component: 100 - total flux cleaned = -5.81211e-05 Jy ! Component: 150 - total flux cleaned = -4.40267e-05 Jy ! Component: 200 - total flux cleaned = -4.43866e-05 Jy ! Total flux subtracted in 200 components = -4.43866e-05 Jy ! Clean residual min=-0.002755 max=0.002446 Jy/beam ! Clean residual mean=0.000000 rms=0.000751 Jy/beam ! Combined flux in latest and established models = 0.292332 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 145 components and 0.292332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081133Jy sigma=0.000782 ! Fit after self-cal, rms=0.081132Jy sigma=0.000782 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.16827e-05 Jy ! Component: 100 - total flux cleaned = 7.68025e-05 Jy ! Component: 150 - total flux cleaned = 6.51371e-05 Jy ! Component: 200 - total flux cleaned = 5.37147e-05 Jy ! Total flux subtracted in 200 components = 5.37147e-05 Jy ! Clean residual min=-0.002766 max=0.002452 Jy/beam ! Clean residual mean=0.000000 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.292386 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 146 components and 0.292386 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081132Jy sigma=0.000782 ! Fit after self-cal, rms=0.081132Jy sigma=0.000782 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=3.013 mas, bmaj=7.83 mas, bpa=-1.87 degrees ! Estimated noise=632.317 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.013 x 7.83 at -1.87 degrees (North through East) ! Clean map min=-0.0028128 max=0.22468 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.483 mas, bmaj=6.566 mas, bpa=-2.007 degrees ! Estimated noise=867.264 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.173081 Jy ! Component: 100 - total flux cleaned = 0.217175 Jy ! Component: 150 - total flux cleaned = 0.236859 Jy ! Component: 200 - total flux cleaned = 0.248104 Jy ! Total flux subtracted in 200 components = 0.248104 Jy ! Clean residual min=-0.004079 max=0.006226 Jy/beam ! Clean residual mean=-0.000005 rms=0.001116 Jy/beam ! Combined flux in latest and established models = 0.248104 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.248104 Jy ! Inverting map and beam ! Estimated beam: bmin=3.013 mas, bmaj=7.83 mas, bpa=-1.87 degrees ! Estimated noise=632.317 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.0123712 Jy ! Component: 100 - total flux cleaned = 0.0202721 Jy ! Component: 150 - total flux cleaned = 0.0256743 Jy ! Component: 200 - total flux cleaned = 0.0294935 Jy ! Total flux subtracted in 200 components = 0.0294935 Jy ! Clean residual min=-0.003063 max=0.002703 Jy/beam ! Clean residual mean=-0.000001 rms=0.000724 Jy/beam ! Combined flux in latest and established models = 0.277598 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 82 components and 0.277598 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.437 mas, bmaj=15.39 mas, bpa=2.747 degrees ! Estimated noise=804.315 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00471187 Jy ! Component: 100 - total flux cleaned = 0.00747248 Jy ! Component: 150 - total flux cleaned = 0.00929355 Jy ! Component: 200 - total flux cleaned = 0.0105321 Jy ! Total flux subtracted in 200 components = 0.0105321 Jy ! Clean residual min=-0.002860 max=0.002757 Jy/beam ! Clean residual mean=0.000000 rms=0.000802 Jy/beam ! Combined flux in latest and established models = 0.28813 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.000849281 Jy ! Component: 100 - total flux cleaned = 0.0014343 Jy ! Component: 150 - total flux cleaned = 0.00183826 Jy ! Component: 200 - total flux cleaned = 0.00205958 Jy ! Total flux subtracted in 200 components = 0.00205958 Jy ! Clean residual min=-0.002823 max=0.002534 Jy/beam ! Clean residual mean=0.000000 rms=0.000767 Jy/beam ! Combined flux in latest and established models = 0.29019 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 130 components and 0.29019 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.013 mas, bmaj=7.83 mas, bpa=-1.87 degrees ! Estimated noise=632.317 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000128744 Jy ! Component: 100 - total flux cleaned = -0.000130952 Jy ! Component: 150 - total flux cleaned = -2.24669e-05 Jy ! Component: 200 - total flux cleaned = 7.68005e-06 Jy ! Total flux subtracted in 200 components = 7.68005e-06 Jy ! Clean residual min=-0.002990 max=0.002146 Jy/beam ! Clean residual mean=-0.000000 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 0.290197 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 144 components and 0.290197 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081151Jy sigma=0.000783 ! Fit after self-cal, rms=0.081142Jy sigma=0.000782 wmodel J2115-1416_S_2014_12_20_pus_map.mod ! Writing 144 model components to file: J2115-1416_S_2014_12_20_pus_map.mod wobs J2115-1416_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J2115-1416_S_2014_12_20_pus_uvs.fits wwins J2115-1416_S_2014_12_20_pus_map.win ! wwins: Wrote 2 windows to J2115-1416_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.00101694 Jy ! Component: 100 - total flux cleaned = -0.00116527 Jy ! Component: 150 - total flux cleaned = -0.00141037 Jy ! Component: 200 - total flux cleaned = -0.00157747 Jy ! Component: 250 - total flux cleaned = -0.00167498 Jy ! Component: 300 - total flux cleaned = -0.00176774 Jy ! Component: 350 - total flux cleaned = -0.0017671 Jy ! Component: 400 - total flux cleaned = -0.00173723 Jy ! Component: 450 - total flux cleaned = -0.00167956 Jy ! Component: 500 - total flux cleaned = -0.00170755 Jy ! Component: 550 - total flux cleaned = -0.00165345 Jy ! Component: 600 - total flux cleaned = -0.00154676 Jy ! Component: 650 - total flux cleaned = -0.00144228 Jy ! Component: 700 - total flux cleaned = -0.00126192 Jy ! Component: 750 - total flux cleaned = -0.00113512 Jy ! Component: 800 - total flux cleaned = -0.000935608 Jy ! Component: 850 - total flux cleaned = -0.000667275 Jy ! Component: 900 - total flux cleaned = -0.000523435 Jy ! Component: 950 - total flux cleaned = -0.000499088 Jy ! Component: 1000 - total flux cleaned = -0.000312613 Jy ! Component: 1050 - total flux cleaned = -0.00015274 Jy ! Component: 1100 - total flux cleaned = -8.53252e-05 Jy ! Component: 1150 - total flux cleaned = -6.33195e-05 Jy ! Component: 1200 - total flux cleaned = -4.12066e-05 Jy ! Component: 1250 - total flux cleaned = 1.84599e-06 Jy ! Component: 1300 - total flux cleaned = -4.06146e-05 Jy ! Component: 1350 - total flux cleaned = 2.24292e-05 Jy ! Component: 1400 - total flux cleaned = 1.81646e-06 Jy ! Component: 1450 - total flux cleaned = 4.30868e-05 Jy ! Component: 1500 - total flux cleaned = 0.000104174 Jy ! Component: 1550 - total flux cleaned = 0.000144089 Jy ! Component: 1600 - total flux cleaned = 0.000163665 Jy ! Component: 1650 - total flux cleaned = 0.000163698 Jy ! Component: 1700 - total flux cleaned = 0.000202254 Jy ! Component: 1750 - total flux cleaned = 0.000240374 Jy ! Component: 1800 - total flux cleaned = 0.00027825 Jy ! Component: 1850 - total flux cleaned = 0.000390148 Jy ! Component: 1900 - total flux cleaned = 0.00042681 Jy ! Component: 1950 - total flux cleaned = 0.000481828 Jy ! Component: 2000 - total flux cleaned = 0.000554069 Jy ! Component: 2050 - total flux cleaned = 0.000607634 Jy ! Component: 2100 - total flux cleaned = 0.000678546 Jy ! Component: 2150 - total flux cleaned = 0.000730883 Jy ! Component: 2200 - total flux cleaned = 0.000800234 Jy ! Component: 2250 - total flux cleaned = 0.000869016 Jy ! Component: 2300 - total flux cleaned = 0.00088606 Jy ! Component: 2350 - total flux cleaned = 0.00100412 Jy ! Component: 2400 - total flux cleaned = 0.00100383 Jy ! Component: 2450 - total flux cleaned = 0.00110308 Jy ! Component: 2500 - total flux cleaned = 0.00115193 Jy ! Component: 2550 - total flux cleaned = 0.00111948 Jy ! Component: 2600 - total flux cleaned = 0.00118429 Jy ! Component: 2650 - total flux cleaned = 0.00124859 Jy ! Component: 2700 - total flux cleaned = 0.00126459 Jy ! Component: 2750 - total flux cleaned = 0.00135893 Jy ! Component: 2800 - total flux cleaned = 0.00143691 Jy ! Component: 2850 - total flux cleaned = 0.00145226 Jy ! Component: 2900 - total flux cleaned = 0.00151338 Jy ! Component: 2950 - total flux cleaned = 0.00152857 Jy ! Component: 3000 - total flux cleaned = 0.00160413 Jy ! Component: 3050 - total flux cleaned = 0.00163407 Jy ! Component: 3100 - total flux cleaned = 0.00172342 Jy ! Component: 3150 - total flux cleaned = 0.00175296 Jy ! Component: 3200 - total flux cleaned = 0.00176771 Jy ! Component: 3250 - total flux cleaned = 0.00184036 Jy ! Component: 3300 - total flux cleaned = 0.00186924 Jy ! Component: 3350 - total flux cleaned = 0.00188345 Jy ! Component: 3400 - total flux cleaned = 0.00194021 Jy ! Component: 3450 - total flux cleaned = 0.00189782 Jy ! Component: 3500 - total flux cleaned = 0.00195377 Jy ! Component: 3550 - total flux cleaned = 0.00199539 Jy ! Component: 3600 - total flux cleaned = 0.00199538 Jy ! Component: 3650 - total flux cleaned = 0.00198178 Jy ! Component: 3700 - total flux cleaned = 0.00198176 Jy ! Component: 3750 - total flux cleaned = 0.00202204 Jy ! Component: 3800 - total flux cleaned = 0.0019818 Jy ! Component: 3850 - total flux cleaned = 0.00198196 Jy ! Component: 3900 - total flux cleaned = 0.00206122 Jy ! Component: 3950 - total flux cleaned = 0.00206111 Jy ! Component: 4000 - total flux cleaned = 0.0020873 Jy ! Component: 4050 - total flux cleaned = 0.00211319 Jy ! Total flux subtracted in 4096 components = 0.00217755 Jy ! Clean residual min=-0.000990 max=0.000891 Jy/beam ! Clean residual mean=0.000000 rms=0.000248 Jy/beam ! Combined flux in latest and established models = 0.292375 Jy keep ! Adding 305 model components to the UV plane model. ! The established model now contains 449 components and 0.292375 Jy ![Exited script file: muppet] wmap "J2115-1416_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.013 x 7.83 at -1.87 degrees (North through East) ! Clean map min=-0.0018056 max=0.22802 Jy/beam ! Writing clean map to FITS file: J2115-1416_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.228016 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000245899 device "J2115-1416_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J2115-1416_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.323529 0.323529 0.647058 1.29412 2.58823 5.17646 10.3529 20.7058 41.4117 82.8234 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.228 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.013 x 7.83 at -1.87 degrees (North through East) ! Clean map min=-0.0018056 max=0.22802 Jy/beam quit ! Quitting program ! Log file J2115-1416_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:47:15 2016