! Started logfile: J0106-0315_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:14:24 2016 obs J0106-0315_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J0106-0315_S_2014_12_20_pus_uva.fits ! AN table 1: 71 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.972457 visibilities/baseline/integration-bin. ! Found source: J0106-0315 ! ! 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 12428 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 J0106-0315_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 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.777105Jy sigma=0.008191 ! Fit after self-cal, rms=0.659451Jy sigma=0.007042 ! 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.734 mas, bmaj=6.725 mas, bpa=-3.349 degrees ! Estimated noise=847.346 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.263647 Jy ! Component: 100 - total flux cleaned = 0.321417 Jy ! Total flux subtracted in 100 components = 0.321417 Jy ! Clean residual min=-0.008322 max=0.017915 Jy/beam ! Clean residual mean=0.000020 rms=0.002363 Jy/beam ! Combined flux in latest and established models = 0.321417 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.321417 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096956Jy sigma=0.000939 ! Fit after self-cal, rms=0.096951Jy sigma=0.000939 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0190245 Jy ! Component: 100 - total flux cleaned = 0.0299718 Jy ! Total flux subtracted in 100 components = 0.0299718 Jy ! Clean residual min=-0.009161 max=0.007721 Jy/beam ! Clean residual mean=0.000017 rms=0.001890 Jy/beam ! Combined flux in latest and established models = 0.351389 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 28 components and 0.351389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091474Jy sigma=0.000895 ! Fit after self-cal, rms=0.091457Jy sigma=0.000894 ! 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.335 mas, bmaj=7.677 mas, bpa=-2.868 degrees ! Estimated noise=607.649 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.00873081 Jy ! Component: 100 - total flux cleaned = 0.0137022 Jy ! Component: 150 - total flux cleaned = 0.0168613 Jy ! Component: 200 - total flux cleaned = 0.0188985 Jy ! Total flux subtracted in 200 components = 0.0188985 Jy ! Clean residual min=-0.009431 max=0.006228 Jy/beam ! Clean residual mean=0.000047 rms=0.001732 Jy/beam ! Combined flux in latest and established models = 0.370288 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 54 components and 0.370288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090151Jy sigma=0.000890 ! Fit after self-cal, rms=0.090151Jy sigma=0.000890 ! 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.88 HN 0.99 KP 1.12 ! LA 1.00 MK 1.01 NL 1.00 OV 1.02 ! PT 1.05 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.04 HN 1.04 KP 1.07 ! LA 0.95 MK 1.01 NL 0.97 OV 1.06 ! PT 1.04 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.16 HN 1.01 KP 0.94 ! LA 0.77 MK 1.02 NL 1.15 OV 0.97 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.01 HN 0.96 KP 0.89 ! LA 0.79 MK 1.01 NL 1.02 OV 1.02 ! PT 1.02 SC 0.97 ! ! ! Fit before self-cal, rms=0.090151Jy sigma=0.000890 ! Fit after self-cal, rms=0.078468Jy sigma=0.000796 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.346 mas, bmaj=7.71 mas, bpa=-2.838 degrees ! Estimated noise=608.63 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.000799747 Jy ! Component: 100 - total flux cleaned = -0.000987075 Jy ! Component: 150 - total flux cleaned = -0.00113785 Jy ! Component: 200 - total flux cleaned = -0.0012138 Jy ! Total flux subtracted in 200 components = -0.0012138 Jy ! Clean residual min=-0.002686 max=0.003475 Jy/beam ! Clean residual mean=0.000001 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.369074 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 62 components and 0.369074 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078449Jy sigma=0.000796 ! Fit after self-cal, rms=0.078420Jy sigma=0.000796 ! 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.078420Jy sigma=0.000796 ! Fit after self-cal, rms=0.077801Jy sigma=0.000787 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.347 mas, bmaj=7.718 mas, bpa=-2.863 degrees ! Estimated noise=608.425 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000361615 Jy ! Component: 100 - total flux cleaned = -0.000514221 Jy ! Component: 150 - total flux cleaned = -0.000619473 Jy ! Component: 200 - total flux cleaned = -0.000651018 Jy ! Total flux subtracted in 200 components = -0.000651018 Jy ! Clean residual min=-0.001905 max=0.001777 Jy/beam ! Clean residual mean=0.000000 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.368423 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 66 components and 0.368423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077790Jy sigma=0.000787 ! Fit after self-cal, rms=0.077798Jy sigma=0.000787 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.922e-05 Jy ! Component: 100 - total flux cleaned = -0.000113463 Jy ! Component: 150 - total flux cleaned = -0.000150068 Jy ! Component: 200 - total flux cleaned = -0.000161715 Jy ! Total flux subtracted in 200 components = -0.000161715 Jy ! Clean residual min=-0.001863 max=0.001772 Jy/beam ! Clean residual mean=0.000000 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.368261 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 67 components and 0.368261 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077793Jy sigma=0.000787 ! Fit after self-cal, rms=0.077792Jy sigma=0.000787 ! 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.077792Jy sigma=0.000787 ! Fit after self-cal, rms=0.077808Jy sigma=0.000787 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.347 mas, bmaj=7.723 mas, bpa=-2.885 degrees ! Estimated noise=608.365 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000324113 Jy ! Component: 100 - total flux cleaned = -0.000432094 Jy ! Component: 150 - total flux cleaned = -0.000486688 Jy ! Component: 200 - total flux cleaned = -0.000505725 Jy ! Total flux subtracted in 200 components = -0.000505725 Jy ! Clean residual min=-0.001816 max=0.001754 Jy/beam ! Clean residual mean=0.000000 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.367756 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 70 components and 0.367755 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077804Jy sigma=0.000787 ! Fit after self-cal, rms=0.077804Jy sigma=0.000787 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 = 4.08387e-06 Jy ! Component: 100 - total flux cleaned = -1.44138e-05 Jy ! Component: 150 - total flux cleaned = -2.33786e-05 Jy ! Component: 200 - total flux cleaned = -3.1603e-05 Jy ! Total flux subtracted in 200 components = -3.1603e-05 Jy ! Clean residual min=-0.001807 max=0.001753 Jy/beam ! Clean residual mean=0.000000 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.367724 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 76 components and 0.367724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077802Jy sigma=0.000787 ! Fit after self-cal, rms=0.077801Jy sigma=0.000787 ! 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.077801Jy sigma=0.000787 ! Fit after self-cal, rms=0.077800Jy sigma=0.000787 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.459 mas, bmaj=12.37 mas, bpa=-3.146 degrees ! Estimated noise=753.955 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000225944 Jy ! Component: 100 - total flux cleaned = -0.000286503 Jy ! Component: 150 - total flux cleaned = -0.000334323 Jy ! Component: 200 - total flux cleaned = -0.000372648 Jy ! Total flux subtracted in 200 components = -0.000372648 Jy ! Clean residual min=-0.002240 max=0.001919 Jy/beam ! Clean residual mean=0.000000 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.367351 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 81 components and 0.367351 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077799Jy sigma=0.000787 ! Fit after self-cal, rms=0.077798Jy sigma=0.000787 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.6409e-05 Jy ! Component: 100 - total flux cleaned = -4.5827e-05 Jy ! Component: 150 - total flux cleaned = -6.60678e-05 Jy ! Component: 200 - total flux cleaned = -7.80965e-05 Jy ! Total flux subtracted in 200 components = -7.80965e-05 Jy ! Clean residual min=-0.002231 max=0.001904 Jy/beam ! Clean residual mean=0.000000 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.367273 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 83 components and 0.367273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077799Jy sigma=0.000787 ! Fit after self-cal, rms=0.077799Jy sigma=0.000787 ! 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.348 mas, bmaj=7.727 mas, bpa=-2.909 degrees ! Estimated noise=608.237 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.348 x 7.727 at -2.909 degrees (North through East) ! Clean map min=-0.0017559 max=0.34021 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.743 mas, bmaj=6.766 mas, bpa=-3.416 degrees ! Estimated noise=846.325 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.263283 Jy ! Component: 100 - total flux cleaned = 0.321084 Jy ! Component: 150 - total flux cleaned = 0.339369 Jy ! Component: 200 - total flux cleaned = 0.349149 Jy ! Total flux subtracted in 200 components = 0.349149 Jy ! Clean residual min=-0.002683 max=0.004933 Jy/beam ! Clean residual mean=0.000002 rms=0.000780 Jy/beam ! Combined flux in latest and established models = 0.349149 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.349149 Jy ! Inverting map and beam ! Estimated beam: bmin=3.348 mas, bmaj=7.727 mas, bpa=-2.909 degrees ! Estimated noise=608.237 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.00798757 Jy ! Component: 100 - total flux cleaned = 0.012141 Jy ! Component: 150 - total flux cleaned = 0.0145194 Jy ! Component: 200 - total flux cleaned = 0.0159263 Jy ! Total flux subtracted in 200 components = 0.0159263 Jy ! Clean residual min=-0.001901 max=0.001794 Jy/beam ! Clean residual mean=0.000001 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.365075 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 67 components and 0.365075 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.459 mas, bmaj=12.37 mas, bpa=-3.146 degrees ! Estimated noise=753.955 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00118324 Jy ! Component: 100 - total flux cleaned = 0.00166612 Jy ! Component: 150 - total flux cleaned = 0.00181344 Jy ! Component: 200 - total flux cleaned = 0.00184391 Jy ! Total flux subtracted in 200 components = 0.00184391 Jy ! Clean residual min=-0.002241 max=0.001889 Jy/beam ! Clean residual mean=0.000001 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.366919 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 = 2.8842e-05 Jy ! Component: 100 - total flux cleaned = 5.57702e-05 Jy ! Component: 150 - total flux cleaned = 7.49582e-05 Jy ! Component: 200 - total flux cleaned = 9.93346e-05 Jy ! Total flux subtracted in 200 components = 9.93346e-05 Jy ! Clean residual min=-0.002235 max=0.001892 Jy/beam ! Clean residual mean=0.000000 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.367018 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 80 components and 0.367018 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.348 mas, bmaj=7.727 mas, bpa=-2.909 degrees ! Estimated noise=608.237 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000253845 Jy ! Component: 100 - total flux cleaned = -0.000190828 Jy ! Component: 150 - total flux cleaned = -0.000125248 Jy ! Component: 200 - total flux cleaned = -6.67964e-05 Jy ! Total flux subtracted in 200 components = -6.67964e-05 Jy ! Clean residual min=-0.001847 max=0.001808 Jy/beam ! Clean residual mean=0.000000 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.366951 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 83 components and 0.366951 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077796Jy sigma=0.000787 ! Fit after self-cal, rms=0.077795Jy sigma=0.000787 wmodel J0106-0315_S_2014_12_20_pus_map.mod ! Writing 83 model components to file: J0106-0315_S_2014_12_20_pus_map.mod wobs J0106-0315_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J0106-0315_S_2014_12_20_pus_uvs.fits wwins J0106-0315_S_2014_12_20_pus_map.win ! wwins: Wrote 1 windows to J0106-0315_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 = 6.49525e-05 Jy ! Component: 100 - total flux cleaned = 0.000155812 Jy ! Component: 150 - total flux cleaned = 0.000126775 Jy ! Component: 200 - total flux cleaned = 1.4901e-05 Jy ! Component: 250 - total flux cleaned = -9.25576e-05 Jy ! Component: 300 - total flux cleaned = -0.000118266 Jy ! Component: 350 - total flux cleaned = -9.25834e-05 Jy ! Component: 400 - total flux cleaned = -4.31151e-05 Jy ! Component: 450 - total flux cleaned = -4.26329e-05 Jy ! Component: 500 - total flux cleaned = 2.79044e-05 Jy ! Component: 550 - total flux cleaned = -4.13041e-05 Jy ! Component: 600 - total flux cleaned = -8.6084e-05 Jy ! Component: 650 - total flux cleaned = -0.000174361 Jy ! Component: 700 - total flux cleaned = -0.000217915 Jy ! Component: 750 - total flux cleaned = -0.000324334 Jy ! Component: 800 - total flux cleaned = -0.000449776 Jy ! Component: 850 - total flux cleaned = -0.000490634 Jy ! Component: 900 - total flux cleaned = -0.000530954 Jy ! Component: 950 - total flux cleaned = -0.000610816 Jy ! Component: 1000 - total flux cleaned = -0.000689258 Jy ! Component: 1050 - total flux cleaned = -0.000785867 Jy ! Component: 1100 - total flux cleaned = -0.000861914 Jy ! Component: 1150 - total flux cleaned = -0.000918286 Jy ! Component: 1200 - total flux cleaned = -0.0010109 Jy ! Component: 1250 - total flux cleaned = -0.00102979 Jy ! Component: 1300 - total flux cleaned = -0.0010842 Jy ! Component: 1350 - total flux cleaned = -0.00122577 Jy ! Component: 1400 - total flux cleaned = -0.00129558 Jy ! Component: 1450 - total flux cleaned = -0.00129546 Jy ! Component: 1500 - total flux cleaned = -0.00136387 Jy ! Component: 1550 - total flux cleaned = -0.00144792 Jy ! Component: 1600 - total flux cleaned = -0.00146451 Jy ! Component: 1650 - total flux cleaned = -0.00157956 Jy ! Component: 1700 - total flux cleaned = -0.00159564 Jy ! Component: 1750 - total flux cleaned = -0.00164375 Jy ! Component: 1800 - total flux cleaned = -0.00172308 Jy ! Component: 1850 - total flux cleaned = -0.00176983 Jy ! Component: 1900 - total flux cleaned = -0.00181626 Jy ! Component: 1950 - total flux cleaned = -0.00187737 Jy ! Component: 2000 - total flux cleaned = -0.00192273 Jy ! Component: 2050 - total flux cleaned = -0.00192277 Jy ! Component: 2100 - total flux cleaned = -0.00189321 Jy ! Component: 2150 - total flux cleaned = -0.00192242 Jy ! Component: 2200 - total flux cleaned = -0.00187881 Jy ! Component: 2250 - total flux cleaned = -0.00184999 Jy ! Component: 2300 - total flux cleaned = -0.00186445 Jy ! Component: 2350 - total flux cleaned = -0.00183625 Jy ! Component: 2400 - total flux cleaned = -0.00189239 Jy ! Component: 2450 - total flux cleaned = -0.00185061 Jy ! Component: 2500 - total flux cleaned = -0.00185063 Jy ! Component: 2550 - total flux cleaned = -0.00178221 Jy ! Component: 2600 - total flux cleaned = -0.00175527 Jy ! Component: 2650 - total flux cleaned = -0.00176857 Jy ! Component: 2700 - total flux cleaned = -0.00174198 Jy ! Component: 2750 - total flux cleaned = -0.00171553 Jy ! Component: 2800 - total flux cleaned = -0.0017417 Jy ! Component: 2850 - total flux cleaned = -0.00171567 Jy ! Component: 2900 - total flux cleaned = -0.00174135 Jy ! Component: 2950 - total flux cleaned = -0.00169045 Jy ! Component: 3000 - total flux cleaned = -0.00175365 Jy ! Component: 3050 - total flux cleaned = -0.00176621 Jy ! Component: 3100 - total flux cleaned = -0.00177867 Jy ! Component: 3150 - total flux cleaned = -0.00176611 Jy ! Component: 3200 - total flux cleaned = -0.00181498 Jy ! Component: 3250 - total flux cleaned = -0.00176615 Jy ! Component: 3300 - total flux cleaned = -0.00176621 Jy ! Component: 3350 - total flux cleaned = -0.00181414 Jy ! Component: 3400 - total flux cleaned = -0.00179031 Jy ! Component: 3450 - total flux cleaned = -0.00175496 Jy ! Component: 3500 - total flux cleaned = -0.00179011 Jy ! Component: 3550 - total flux cleaned = -0.00182506 Jy ! Component: 3600 - total flux cleaned = -0.00182514 Jy ! Component: 3650 - total flux cleaned = -0.00189429 Jy ! Component: 3700 - total flux cleaned = -0.00192853 Jy ! Component: 3750 - total flux cleaned = -0.0019171 Jy ! Component: 3800 - total flux cleaned = -0.00193967 Jy ! Component: 3850 - total flux cleaned = -0.00200708 Jy ! Component: 3900 - total flux cleaned = -0.00206284 Jy ! Component: 3950 - total flux cleaned = -0.00205168 Jy ! Component: 4000 - total flux cleaned = -0.00204066 Jy ! Component: 4050 - total flux cleaned = -0.00208451 Jy ! Total flux subtracted in 4096 components = -0.00210628 Jy ! Clean residual min=-0.000557 max=0.000817 Jy/beam ! Clean residual mean=0.000000 rms=0.000204 Jy/beam ! Combined flux in latest and established models = 0.364845 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 373 components and 0.364845 Jy ![Exited script file: muppet] wmap "J0106-0315_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.348 x 7.727 at -2.909 degrees (North through East) ! Clean map min=-0.0012009 max=0.34074 Jy/beam ! Writing clean map to FITS file: J0106-0315_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.340737 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000201642 device "J0106-0315_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J0106-0315_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.177534 0.177534 0.355069 0.710138 1.42028 2.84055 5.6811 11.3622 22.7244 45.4488 90.8976 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.34 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.348 x 7.727 at -2.909 degrees (North through East) ! Clean map min=-0.0012009 max=0.34074 Jy/beam quit ! Quitting program ! Log file J0106-0315_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:14:31 2016