! Started logfile: J0000-3221_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:38:52 2016 obs J0000-3221_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0000-3221_S_2014_06_09_pus_uva.fits ! AN table 1: 91 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.611233 visibilities/baseline/integration-bin. ! Found source: J0000-3221 ! ! 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 336 lines of history. ! ! Reading 10012 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 J0000-3221_S_2014_06_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 190 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 190 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 190 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 190 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.706190Jy sigma=0.006077 ! Fit after self-cal, rms=0.536267Jy sigma=0.004221 ! 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=3.019 mas, bmaj=14.59 mas, bpa=13.07 degrees ! Estimated noise=1490.31 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.372006 Jy ! Component: 100 - total flux cleaned = 0.47205 Jy ! Total flux subtracted in 100 components = 0.47205 Jy ! Clean residual min=-0.020558 max=0.042168 Jy/beam ! Clean residual mean=0.000163 rms=0.007197 Jy/beam ! Combined flux in latest and established models = 0.472049 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.472049 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.153850Jy sigma=0.001256 ! Fit after self-cal, rms=0.153766Jy sigma=0.001256 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0484397 Jy ! Component: 100 - total flux cleaned = 0.0782434 Jy ! Total flux subtracted in 100 components = 0.0782434 Jy ! Clean residual min=-0.018330 max=0.018821 Jy/beam ! Clean residual mean=0.000092 rms=0.004671 Jy/beam ! Combined flux in latest and established models = 0.550293 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 41 components and 0.550293 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131790Jy sigma=0.001026 ! Fit after self-cal, rms=0.131569Jy sigma=0.001024 ! 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.876 mas, bmaj=16.38 mas, bpa=11.26 degrees ! Estimated noise=864.946 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.0315609 Jy ! Component: 100 - total flux cleaned = 0.0486767 Jy ! Component: 150 - total flux cleaned = 0.0584343 Jy ! Component: 200 - total flux cleaned = 0.064033 Jy ! Total flux subtracted in 200 components = 0.064033 Jy ! Clean residual min=-0.014980 max=0.012024 Jy/beam ! Clean residual mean=0.000101 rms=0.003515 Jy/beam ! Combined flux in latest and established models = 0.614326 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 78 components and 0.614326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124833Jy sigma=0.000954 ! Fit after self-cal, rms=0.124735Jy sigma=0.000954 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.83 HN 1.05 KP 1.05 ! LA 1.17 MK 1.00* NL 1.02 OV 0.94 ! PT 1.02 SC 1.00 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.09 KP 1.02 ! LA 1.12 MK 1.00* NL 1.07 OV 0.98 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.14 HN 1.07 KP 0.91 ! LA 0.88 MK 1.00* NL 1.03 OV 0.90 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.04 KP 0.89 ! LA 0.85 MK 1.00* NL 1.09 OV 0.95 ! PT 1.02 SC 0.98 ! ! ! Fit before self-cal, rms=0.124735Jy sigma=0.000954 ! Fit after self-cal, rms=0.110801Jy sigma=0.000803 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.88 mas, bmaj=16.6 mas, bpa=11.33 degrees ! Estimated noise=866.932 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.00881071 Jy ! Component: 100 - total flux cleaned = -0.00940518 Jy ! Component: 150 - total flux cleaned = -0.0094035 Jy ! Component: 200 - total flux cleaned = -0.00940448 Jy ! Total flux subtracted in 200 components = -0.00940448 Jy ! Clean residual min=-0.009669 max=0.009059 Jy/beam ! Clean residual mean=-0.000014 rms=0.002197 Jy/beam ! Combined flux in latest and established models = 0.604921 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 93 components and 0.604921 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109681Jy sigma=0.000798 ! Fit after self-cal, rms=0.109723Jy sigma=0.000797 ! 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.109723Jy sigma=0.000797 ! Fit after self-cal, rms=0.110376Jy sigma=0.000795 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.887 mas, bmaj=16.7 mas, bpa=11.36 degrees ! Estimated noise=866.161 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00581614 Jy ! Component: 100 - total flux cleaned = -0.00636985 Jy ! Component: 150 - total flux cleaned = -0.00672686 Jy ! Component: 200 - total flux cleaned = -0.00682939 Jy ! Total flux subtracted in 200 components = -0.00682939 Jy ! Clean residual min=-0.009200 max=0.007328 Jy/beam ! Clean residual mean=-0.000016 rms=0.002031 Jy/beam ! Combined flux in latest and established models = 0.598092 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 101 components and 0.598092 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109827Jy sigma=0.000793 ! Fit after self-cal, rms=0.109843Jy sigma=0.000793 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 = -9.86886e-05 Jy ! Component: 100 - total flux cleaned = -0.000273747 Jy ! Component: 150 - total flux cleaned = -0.000353392 Jy ! Component: 200 - total flux cleaned = -0.000353251 Jy ! Total flux subtracted in 200 components = -0.000353251 Jy ! Clean residual min=-0.009108 max=0.007445 Jy/beam ! Clean residual mean=-0.000016 rms=0.002016 Jy/beam ! Combined flux in latest and established models = 0.597738 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 108 components and 0.597738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109701Jy sigma=0.000792 ! Fit after self-cal, rms=0.109693Jy sigma=0.000792 ! 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.109693Jy sigma=0.000792 ! Fit after self-cal, rms=0.110284Jy sigma=0.000780 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.893 mas, bmaj=16.77 mas, bpa=11.38 degrees ! Estimated noise=867.403 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00346653 Jy ! Component: 100 - total flux cleaned = -0.00390411 Jy ! Component: 150 - total flux cleaned = -0.0041855 Jy ! Component: 200 - total flux cleaned = -0.00434662 Jy ! Total flux subtracted in 200 components = -0.00434662 Jy ! Clean residual min=-0.007625 max=0.005859 Jy/beam ! Clean residual mean=-0.000024 rms=0.001444 Jy/beam ! Combined flux in latest and established models = 0.593392 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 113 components and 0.593392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110026Jy sigma=0.000779 ! Fit after self-cal, rms=0.110068Jy 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 = -8.68257e-05 Jy ! Component: 100 - total flux cleaned = -1.80394e-05 Jy ! Component: 150 - total flux cleaned = -8.08217e-05 Jy ! Component: 200 - total flux cleaned = -7.95756e-05 Jy ! Total flux subtracted in 200 components = -7.95756e-05 Jy ! Clean residual min=-0.007493 max=0.005701 Jy/beam ! Clean residual mean=-0.000024 rms=0.001423 Jy/beam ! Combined flux in latest and established models = 0.593312 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 120 components and 0.593312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109999Jy sigma=0.000778 ! Fit after self-cal, rms=0.109992Jy sigma=0.000778 ! 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.109992Jy sigma=0.000778 ! Fit after self-cal, rms=0.111034Jy sigma=0.000778 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.106 mas, bmaj=27.14 mas, bpa=0.04749 degrees ! Estimated noise=951.079 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00115121 Jy ! Component: 100 - total flux cleaned = -0.00120396 Jy ! Component: 150 - total flux cleaned = -0.00125289 Jy ! Component: 200 - total flux cleaned = -0.00129449 Jy ! Total flux subtracted in 200 components = -0.00129449 Jy ! Clean residual min=-0.005516 max=0.004437 Jy/beam ! Clean residual mean=-0.000037 rms=0.001276 Jy/beam ! Combined flux in latest and established models = 0.592018 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 126 components and 0.592018 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110975Jy sigma=0.000777 ! Fit after self-cal, rms=0.110976Jy 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 = 2.52993e-05 Jy ! Component: 100 - total flux cleaned = -1.60874e-05 Jy ! Component: 150 - total flux cleaned = -5.14687e-05 Jy ! Component: 200 - total flux cleaned = -5.52968e-05 Jy ! Total flux subtracted in 200 components = -5.52968e-05 Jy ! Clean residual min=-0.005444 max=0.004396 Jy/beam ! Clean residual mean=-0.000037 rms=0.001265 Jy/beam ! Combined flux in latest and established models = 0.591962 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 126 components and 0.591962 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110969Jy sigma=0.000777 ! Fit after self-cal, rms=0.110961Jy sigma=0.000777 ! 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.898 mas, bmaj=16.83 mas, bpa=11.44 degrees ! Estimated noise=868.234 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.898 x 16.83 at 11.44 degrees (North through East) ! Clean map min=-0.0070156 max=0.44699 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=3.002 mas, bmaj=14.93 mas, bpa=13.25 degrees ! Estimated noise=1509.26 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.376555 Jy ! Component: 100 - total flux cleaned = 0.470559 Jy ! Component: 150 - total flux cleaned = 0.513358 Jy ! Component: 200 - total flux cleaned = 0.538925 Jy ! Total flux subtracted in 200 components = 0.538925 Jy ! Clean residual min=-0.009737 max=0.014474 Jy/beam ! Clean residual mean=0.000029 rms=0.002788 Jy/beam ! Combined flux in latest and established models = 0.538925 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.538925 Jy ! Inverting map and beam ! Estimated beam: bmin=3.898 mas, bmaj=16.83 mas, bpa=11.44 degrees ! Estimated noise=868.234 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 (-4.5, 1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0246008 Jy ! Component: 100 - total flux cleaned = 0.0372567 Jy ! Component: 150 - total flux cleaned = 0.0444935 Jy ! Component: 200 - total flux cleaned = 0.0489543 Jy ! Total flux subtracted in 200 components = 0.0489543 Jy ! Clean residual min=-0.006714 max=0.005653 Jy/beam ! Clean residual mean=-0.000023 rms=0.001338 Jy/beam ! Combined flux in latest and established models = 0.587879 Jy ! Adding 64 model components to the UV plane model. ! The established model now contains 95 components and 0.587879 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.106 mas, bmaj=27.14 mas, bpa=0.04749 degrees ! Estimated noise=951.079 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0038611 Jy ! Component: 100 - total flux cleaned = 0.00571564 Jy ! Component: 150 - total flux cleaned = 0.00593625 Jy ! Component: 200 - total flux cleaned = 0.00588965 Jy ! Total flux subtracted in 200 components = 0.00588965 Jy ! Clean residual min=-0.004558 max=0.003782 Jy/beam ! Clean residual mean=-0.000030 rms=0.001142 Jy/beam ! Combined flux in latest and established models = 0.593769 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 = -8.72351e-05 Jy ! Component: 100 - total flux cleaned = -0.000165853 Jy ! Component: 150 - total flux cleaned = -0.000202287 Jy ! Component: 200 - total flux cleaned = -0.00023641 Jy ! Total flux subtracted in 200 components = -0.00023641 Jy ! Clean residual min=-0.004465 max=0.003665 Jy/beam ! Clean residual mean=-0.000030 rms=0.001139 Jy/beam ! Combined flux in latest and established models = 0.593532 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 124 components and 0.593532 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.898 mas, bmaj=16.83 mas, bpa=11.44 degrees ! Estimated noise=868.234 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00115727 Jy ! Component: 100 - total flux cleaned = -0.00147466 Jy ! Component: 150 - total flux cleaned = -0.00154554 Jy ! Component: 200 - total flux cleaned = -0.00160724 Jy ! Total flux subtracted in 200 components = -0.00160724 Jy ! Clean residual min=-0.006020 max=0.004202 Jy/beam ! Clean residual mean=-0.000021 rms=0.001236 Jy/beam ! Combined flux in latest and established models = 0.591925 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 139 components and 0.591925 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110492Jy sigma=0.000775 ! Fit after self-cal, rms=0.110382Jy sigma=0.000774 wmodel J0000-3221_S_2014_06_09_pus_map.mod ! Writing 139 model components to file: J0000-3221_S_2014_06_09_pus_map.mod wobs J0000-3221_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0000-3221_S_2014_06_09_pus_uvs.fits wwins J0000-3221_S_2014_06_09_pus_map.win ! wwins: Wrote 2 windows to J0000-3221_S_2014_06_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.00256055 Jy ! Component: 100 - total flux cleaned = -0.00423196 Jy ! Component: 150 - total flux cleaned = -0.00521535 Jy ! Component: 200 - total flux cleaned = -0.00600013 Jy ! Component: 250 - total flux cleaned = -0.00681337 Jy ! Component: 300 - total flux cleaned = -0.00739945 Jy ! Component: 350 - total flux cleaned = -0.00752664 Jy ! Component: 400 - total flux cleaned = -0.00764859 Jy ! Component: 450 - total flux cleaned = -0.00764819 Jy ! Component: 500 - total flux cleaned = -0.00753322 Jy ! Component: 550 - total flux cleaned = -0.00742118 Jy ! Component: 600 - total flux cleaned = -0.00731154 Jy ! Component: 650 - total flux cleaned = -0.00715234 Jy ! Component: 700 - total flux cleaned = -0.00715207 Jy ! Component: 750 - total flux cleaned = -0.00715217 Jy ! Component: 800 - total flux cleaned = -0.00720219 Jy ! Component: 850 - total flux cleaned = -0.00734736 Jy ! Component: 900 - total flux cleaned = -0.00748719 Jy ! Component: 950 - total flux cleaned = -0.00753186 Jy ! Component: 1000 - total flux cleaned = -0.00762184 Jy ! Component: 1050 - total flux cleaned = -0.00770964 Jy ! Component: 1100 - total flux cleaned = -0.00792665 Jy ! Component: 1150 - total flux cleaned = -0.00813991 Jy ! Component: 1200 - total flux cleaned = -0.00839043 Jy ! Component: 1250 - total flux cleaned = -0.00863608 Jy ! Component: 1300 - total flux cleaned = -0.00875605 Jy ! Component: 1350 - total flux cleaned = -0.00883502 Jy ! Component: 1400 - total flux cleaned = -0.00902823 Jy ! Component: 1450 - total flux cleaned = -0.00910395 Jy ! Component: 1500 - total flux cleaned = -0.00910392 Jy ! Component: 1550 - total flux cleaned = -0.00910392 Jy ! Component: 1600 - total flux cleaned = -0.00899554 Jy ! Component: 1650 - total flux cleaned = -0.00910193 Jy ! Component: 1700 - total flux cleaned = -0.00903155 Jy ! Component: 1750 - total flux cleaned = -0.00903118 Jy ! Component: 1800 - total flux cleaned = -0.00909833 Jy ! Component: 1850 - total flux cleaned = -0.00909826 Jy ! Component: 1900 - total flux cleaned = -0.00909771 Jy ! Component: 1950 - total flux cleaned = -0.00906501 Jy ! Component: 2000 - total flux cleaned = -0.0090974 Jy ! Component: 2050 - total flux cleaned = -0.00906585 Jy ! Component: 2100 - total flux cleaned = -0.00919125 Jy ! Component: 2150 - total flux cleaned = -0.00922206 Jy ! Component: 2200 - total flux cleaned = -0.00928327 Jy ! Component: 2250 - total flux cleaned = -0.0094047 Jy ! Component: 2300 - total flux cleaned = -0.00952408 Jy ! Component: 2350 - total flux cleaned = -0.00952353 Jy ! Component: 2400 - total flux cleaned = -0.00952356 Jy ! Component: 2450 - total flux cleaned = -0.00958217 Jy ! Component: 2500 - total flux cleaned = -0.00961113 Jy ! Component: 2550 - total flux cleaned = -0.00966813 Jy ! Component: 2600 - total flux cleaned = -0.00969627 Jy ! Component: 2650 - total flux cleaned = -0.00966799 Jy ! Component: 2700 - total flux cleaned = -0.00972356 Jy ! Component: 2750 - total flux cleaned = -0.00975122 Jy ! Component: 2800 - total flux cleaned = -0.00983344 Jy ! Component: 2850 - total flux cleaned = -0.00991496 Jy ! Component: 2900 - total flux cleaned = -0.00996907 Jy ! Component: 2950 - total flux cleaned = -0.0101303 Jy ! Component: 3000 - total flux cleaned = -0.0102101 Jy ! Component: 3050 - total flux cleaned = -0.0102632 Jy ! Component: 3100 - total flux cleaned = -0.0103423 Jy ! Component: 3150 - total flux cleaned = -0.010316 Jy ! Component: 3200 - total flux cleaned = -0.0104467 Jy ! Component: 3250 - total flux cleaned = -0.0104468 Jy ! Component: 3300 - total flux cleaned = -0.0105245 Jy ! Component: 3350 - total flux cleaned = -0.0104985 Jy ! Component: 3400 - total flux cleaned = -0.0104471 Jy ! Component: 3450 - total flux cleaned = -0.0105241 Jy ! Component: 3500 - total flux cleaned = -0.0105241 Jy ! Component: 3550 - total flux cleaned = -0.0105242 Jy ! Component: 3600 - total flux cleaned = -0.0105242 Jy ! Component: 3650 - total flux cleaned = -0.0106002 Jy ! Component: 3700 - total flux cleaned = -0.0106002 Jy ! Component: 3750 - total flux cleaned = -0.0106253 Jy ! Component: 3800 - total flux cleaned = -0.0106755 Jy ! Component: 3850 - total flux cleaned = -0.0107006 Jy ! Component: 3900 - total flux cleaned = -0.0107755 Jy ! Component: 3950 - total flux cleaned = -0.0108007 Jy ! Component: 4000 - total flux cleaned = -0.0108258 Jy ! Component: 4050 - total flux cleaned = -0.0108756 Jy ! Total flux subtracted in 4096 components = -0.0109004 Jy ! Clean residual min=-0.001401 max=0.001306 Jy/beam ! Clean residual mean=-0.000008 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.581025 Jy keep ! Adding 288 model components to the UV plane model. ! The established model now contains 427 components and 0.581025 Jy ![Exited script file: muppet] wmap "J0000-3221_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.898 x 16.83 at 11.44 degrees (North through East) ! Clean map min=-0.0044363 max=0.44872 Jy/beam ! Writing clean map to FITS file: J0000-3221_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.448721 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000455474 device "J0000-3221_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0000-3221_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.304515 0.304515 0.60903 1.21806 2.43612 4.87224 9.74448 19.489 38.9779 77.9559 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.448 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.898 x 16.83 at 11.44 degrees (North through East) ! Clean map min=-0.0044363 max=0.44872 Jy/beam quit ! Quitting program ! Log file J0000-3221_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:38:58 2016