! Started logfile: J0106-4034_S_2017_07_09_pus_uvs.log on Wed May 8 14:37:12 2019 obs J0106-4034_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J0106-4034_S_2017_07_09_pus_uva.fits ! AN table 1: 23 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.355556 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0106-4034 ! ! 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 594 lines of history. ! ! Reading 1472 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-4034_S_2017_07_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 99 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 94 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 94 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 179 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.299292Jy sigma=0.002057 ! Fit after self-cal, rms=0.293408Jy sigma=0.002020 ! 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.923 mas, bpa=0.8023 degrees ! Estimated noise=4107.29 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.552458 Jy ! Component: 100 - total flux cleaned = 0.675404 Jy ! Total flux subtracted in 100 components = 0.675404 Jy ! Clean residual min=-0.022432 max=0.048073 Jy/beam ! Clean residual mean=-0.000006 rms=0.007579 Jy/beam ! Combined flux in latest and established models = 0.675404 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.675404 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126566Jy sigma=0.000814 ! Fit after self-cal, rms=0.126512Jy sigma=0.000814 ! Inverting map ! Added new window around map position (1.5, 15.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.047296 Jy ! Component: 100 - total flux cleaned = 0.0700133 Jy ! Total flux subtracted in 100 components = 0.0700133 Jy ! Clean residual min=-0.015337 max=0.018472 Jy/beam ! Clean residual mean=0.000000 rms=0.004726 Jy/beam ! Combined flux in latest and established models = 0.745417 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 11 components and 0.745417 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105344Jy sigma=0.000687 ! Fit after self-cal, rms=0.105032Jy sigma=0.000685 ! 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.821 mas, bmaj=8.766 mas, bpa=-0.07117 degrees ! Estimated noise=3167.04 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.0133542 Jy ! Component: 100 - total flux cleaned = 0.0166493 Jy ! Component: 150 - total flux cleaned = 0.0169034 Jy ! Component: 200 - total flux cleaned = 0.0171931 Jy ! Total flux subtracted in 200 components = 0.0171931 Jy ! Clean residual min=-0.010174 max=0.009515 Jy/beam ! Clean residual mean=0.000009 rms=0.002537 Jy/beam ! Combined flux in latest and established models = 0.76261 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 19 components and 0.76261 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103296Jy sigma=0.000676 ! Fit after self-cal, rms=0.103255Jy sigma=0.000676 ! 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.96 HN 1.00* KP 1.06 ! LA 1.02 MK 1.01 NL 1.00* OV 0.99 ! PT 1.04 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.00* KP 0.99 ! LA 0.99 MK 0.99 NL 1.00* OV 1.06 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.00* KP 0.98 ! LA 0.97 MK 1.01 NL 1.00* OV 0.96 ! PT 0.97 SC 1.00 ! ! ! Correcting IF 4. ! A total of 51 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.103255Jy sigma=0.000676 ! Fit after self-cal, rms=0.098644Jy sigma=0.000648 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.85 mas, bmaj=8.734 mas, bpa=1.086 degrees ! Estimated noise=3244.57 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.00063204 Jy ! Component: 100 - total flux cleaned = 0.000851057 Jy ! Component: 150 - total flux cleaned = 0.000977509 Jy ! Component: 200 - total flux cleaned = 0.00109811 Jy ! Total flux subtracted in 200 components = 0.00109811 Jy ! Clean residual min=-0.010065 max=0.007231 Jy/beam ! Clean residual mean=0.000105 rms=0.002512 Jy/beam ! Combined flux in latest and established models = 0.763708 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 33 components and 0.763708 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098554Jy sigma=0.000647 ! Fit after self-cal, rms=0.098536Jy sigma=0.000647 ! 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.098536Jy sigma=0.000647 ! Fit after self-cal, rms=0.097315Jy sigma=0.000639 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.852 mas, bmaj=8.74 mas, bpa=1.049 degrees ! Estimated noise=3241.9 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00123279 Jy ! Component: 100 - total flux cleaned = -0.00139501 Jy ! Component: 150 - total flux cleaned = -0.00153563 Jy ! Component: 200 - total flux cleaned = -0.00153686 Jy ! Total flux subtracted in 200 components = -0.00153686 Jy ! Clean residual min=-0.009497 max=0.007052 Jy/beam ! Clean residual mean=0.000096 rms=0.002210 Jy/beam ! Combined flux in latest and established models = 0.762172 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 46 components and 0.762172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097256Jy sigma=0.000638 ! Fit after self-cal, rms=0.097254Jy sigma=0.000638 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 = 5.73437e-05 Jy ! Component: 100 - total flux cleaned = 9.63037e-05 Jy ! Component: 150 - total flux cleaned = 0.000135986 Jy ! Component: 200 - total flux cleaned = 0.000137268 Jy ! Total flux subtracted in 200 components = 0.000137268 Jy ! Clean residual min=-0.009424 max=0.007074 Jy/beam ! Clean residual mean=0.000097 rms=0.002202 Jy/beam ! Combined flux in latest and established models = 0.762309 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 49 components and 0.762309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097219Jy sigma=0.000638 ! Fit after self-cal, rms=0.097216Jy sigma=0.000638 ! 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.097216Jy sigma=0.000638 ! Fit after self-cal, rms=0.095727Jy sigma=0.000628 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.853 mas, bmaj=8.728 mas, bpa=1.055 degrees ! Estimated noise=3243.03 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000992703 Jy ! Component: 100 - total flux cleaned = -0.00106984 Jy ! Component: 150 - total flux cleaned = -0.00114814 Jy ! Component: 200 - total flux cleaned = -0.00121954 Jy ! Total flux subtracted in 200 components = -0.00121954 Jy ! Clean residual min=-0.009196 max=0.006410 Jy/beam ! Clean residual mean=0.000098 rms=0.001860 Jy/beam ! Combined flux in latest and established models = 0.761089 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 56 components and 0.761089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095678Jy sigma=0.000627 ! Fit after self-cal, rms=0.095687Jy sigma=0.000627 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.000188157 Jy ! Component: 100 - total flux cleaned = -0.000189762 Jy ! Component: 150 - total flux cleaned = -0.000218491 Jy ! Component: 200 - total flux cleaned = -0.000271856 Jy ! Total flux subtracted in 200 components = -0.000271856 Jy ! Clean residual min=-0.009175 max=0.006291 Jy/beam ! Clean residual mean=0.000097 rms=0.001844 Jy/beam ! Combined flux in latest and established models = 0.760817 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 62 components and 0.760817 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095667Jy sigma=0.000627 ! Fit after self-cal, rms=0.095668Jy sigma=0.000627 ! 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.095668Jy sigma=0.000627 ! Fit after self-cal, rms=0.095613Jy sigma=0.000627 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.66 mas, bmaj=30.81 mas, bpa=4.425 degrees ! Estimated noise=4463.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.96585e-05 Jy ! Component: 100 - total flux cleaned = -9.59891e-05 Jy ! Component: 150 - total flux cleaned = -9.85057e-05 Jy ! Component: 200 - total flux cleaned = -9.98838e-05 Jy ! Total flux subtracted in 200 components = -9.98838e-05 Jy ! Clean residual min=-0.009218 max=0.007418 Jy/beam ! Clean residual mean=0.000220 rms=0.002586 Jy/beam ! Combined flux in latest and established models = 0.760718 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 65 components and 0.760718 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095624Jy sigma=0.000627 ! Fit after self-cal, rms=0.095612Jy sigma=0.000627 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 = -7.39596e-05 Jy ! Component: 100 - total flux cleaned = -7.64728e-05 Jy ! Component: 150 - total flux cleaned = -7.7782e-05 Jy ! Component: 200 - total flux cleaned = -7.87431e-05 Jy ! Total flux subtracted in 200 components = -7.87431e-05 Jy ! Clean residual min=-0.009132 max=0.007364 Jy/beam ! Clean residual mean=0.000219 rms=0.002575 Jy/beam ! Combined flux in latest and established models = 0.760639 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 65 components and 0.760639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095629Jy sigma=0.000627 ! Fit after self-cal, rms=0.095620Jy sigma=0.000627 ! 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.853 mas, bmaj=8.726 mas, bpa=1.061 degrees ! Estimated noise=3241.35 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.853 x 8.726 at 1.061 degrees (North through East) ! Clean map min=-0.0085903 max=0.6976 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095620Jy sigma=0.000627 ! Fit after self-cal, rms=0.085913Jy sigma=0.000558 ! Inverting map and beam ! Estimated beam: bmin=2.856 mas, bmaj=8.731 mas, bpa=1.074 degrees ! Estimated noise=3246.33 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000486292 Jy ! Component: 100 - total flux cleaned = -0.000634296 Jy ! Component: 150 - total flux cleaned = -0.000683897 Jy ! Component: 200 - total flux cleaned = -0.000730139 Jy ! Total flux subtracted in 200 components = -0.000730139 Jy ! Clean residual min=-0.009240 max=0.006058 Jy/beam ! Clean residual mean=0.000112 rms=0.001837 Jy/beam ! Combined flux in latest and established models = 0.759909 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 69 components and 0.759909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085891Jy sigma=0.000558 ! Fit after self-cal, rms=0.085896Jy sigma=0.000558 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.76043e-05 Jy ! Component: 100 - total flux cleaned = -8.62761e-05 Jy ! Component: 150 - total flux cleaned = -0.000150996 Jy ! Component: 200 - total flux cleaned = -0.000170751 Jy ! Total flux subtracted in 200 components = -0.000170751 Jy ! Clean residual min=-0.009228 max=0.005980 Jy/beam ! Clean residual mean=0.000111 rms=0.001829 Jy/beam ! Combined flux in latest and established models = 0.759738 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 73 components and 0.759738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085883Jy sigma=0.000557 ! Fit after self-cal, rms=0.085887Jy sigma=0.000557 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085887Jy sigma=0.000557 ! Fit after self-cal, rms=0.085855Jy sigma=0.000557 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.382 mas, bmaj=7.772 mas, bpa=1.708 degrees ! Estimated noise=4177.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.55732 Jy ! Component: 100 - total flux cleaned = 0.680697 Jy ! Component: 150 - total flux cleaned = 0.725129 Jy ! Component: 200 - total flux cleaned = 0.745986 Jy ! Total flux subtracted in 200 components = 0.745986 Jy ! Clean residual min=-0.012740 max=0.010835 Jy/beam ! Clean residual mean=0.000043 rms=0.002929 Jy/beam ! Combined flux in latest and established models = 0.745986 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 8 model components to the UV plane model. ! The established model now contains 8 components and 0.745986 Jy ! Inverting map and beam ! Estimated beam: bmin=2.856 mas, bmaj=8.73 mas, bpa=1.078 degrees ! Estimated noise=3245.1 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, 8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0101314 Jy ! Component: 100 - total flux cleaned = 0.0131461 Jy ! Component: 150 - total flux cleaned = 0.013949 Jy ! Component: 200 - total flux cleaned = 0.014128 Jy ! Total flux subtracted in 200 components = 0.014128 Jy ! Clean residual min=-0.008963 max=0.005758 Jy/beam ! Clean residual mean=0.000122 rms=0.001845 Jy/beam ! Combined flux in latest and established models = 0.760114 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 33 components and 0.760114 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=9.669 mas, bmaj=30.85 mas, bpa=4.448 degrees ! Estimated noise=4462.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000555973 Jy ! Component: 100 - total flux cleaned = 0.000589162 Jy ! Component: 150 - total flux cleaned = 0.000645807 Jy ! Component: 200 - total flux cleaned = 0.000695712 Jy ! Total flux subtracted in 200 components = 0.000695712 Jy ! Clean residual min=-0.008816 max=0.007401 Jy/beam ! Clean residual mean=0.000258 rms=0.002622 Jy/beam ! Combined flux in latest and established models = 0.760809 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.3474e-05 Jy ! Component: 100 - total flux cleaned = 2.30963e-06 Jy ! Component: 150 - total flux cleaned = -1.84258e-05 Jy ! Component: 200 - total flux cleaned = -3.83622e-05 Jy ! Total flux subtracted in 200 components = -3.83622e-05 Jy ! Clean residual min=-0.008768 max=0.007410 Jy/beam ! Clean residual mean=0.000257 rms=0.002618 Jy/beam ! Combined flux in latest and established models = 0.760771 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 38 components and 0.760771 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.856 mas, bmaj=8.73 mas, bpa=1.078 degrees ! Estimated noise=3245.1 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.80483e-05 Jy ! Component: 100 - total flux cleaned = -0.000227723 Jy ! Component: 150 - total flux cleaned = -0.000227205 Jy ! Component: 200 - total flux cleaned = -0.000274338 Jy ! Total flux subtracted in 200 components = -0.000274338 Jy ! Clean residual min=-0.008604 max=0.005719 Jy/beam ! Clean residual mean=0.000123 rms=0.001796 Jy/beam ! Combined flux in latest and established models = 0.760497 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 51 components and 0.760497 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085827Jy sigma=0.000557 ! Fit after self-cal, rms=0.085829Jy sigma=0.000557 wmodel J0106-4034_S_2017_07_09_pus_map.mod ! Writing 51 model components to file: J0106-4034_S_2017_07_09_pus_map.mod wobs J0106-4034_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J0106-4034_S_2017_07_09_pus_uvs.fits wwins J0106-4034_S_2017_07_09_pus_map.win ! wwins: Wrote 3 windows to J0106-4034_S_2017_07_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.00346154 Jy ! Component: 100 - total flux cleaned = -0.00462095 Jy ! Component: 150 - total flux cleaned = -0.00443855 Jy ! Component: 200 - total flux cleaned = -0.00409138 Jy ! Component: 250 - total flux cleaned = -0.00367584 Jy ! Component: 300 - total flux cleaned = -0.00304977 Jy ! Component: 350 - total flux cleaned = -0.00274961 Jy ! Component: 400 - total flux cleaned = -0.00217627 Jy ! Component: 450 - total flux cleaned = -0.00176567 Jy ! Component: 500 - total flux cleaned = -0.00136865 Jy ! Component: 550 - total flux cleaned = -0.00104806 Jy ! Component: 600 - total flux cleaned = -0.000676079 Jy ! Component: 650 - total flux cleaned = -0.000314673 Jy ! Component: 700 - total flux cleaned = -2.18838e-05 Jy ! Component: 750 - total flux cleaned = 0.000206176 Jy ! Component: 800 - total flux cleaned = 0.000483461 Jy ! Component: 850 - total flux cleaned = 0.000591516 Jy ! Component: 900 - total flux cleaned = 0.000643984 Jy ! Component: 950 - total flux cleaned = 0.00074725 Jy ! Component: 1000 - total flux cleaned = 0.00094713 Jy ! Component: 1050 - total flux cleaned = 0.000946513 Jy ! Component: 1100 - total flux cleaned = 0.000946404 Jy ! Component: 1150 - total flux cleaned = 0.00094675 Jy ! Component: 1200 - total flux cleaned = 0.00104063 Jy ! Component: 1250 - total flux cleaned = 0.00108695 Jy ! Component: 1300 - total flux cleaned = 0.00117766 Jy ! Component: 1350 - total flux cleaned = 0.00108833 Jy ! Component: 1400 - total flux cleaned = 0.00108853 Jy ! Component: 1450 - total flux cleaned = 0.00117591 Jy ! Component: 1500 - total flux cleaned = 0.0012189 Jy ! Component: 1550 - total flux cleaned = 0.00113384 Jy ! Component: 1600 - total flux cleaned = 0.0011333 Jy ! Component: 1650 - total flux cleaned = 0.00109191 Jy ! Component: 1700 - total flux cleaned = 0.000968466 Jy ! Component: 1750 - total flux cleaned = 0.000845751 Jy ! Component: 1800 - total flux cleaned = 0.000764322 Jy ! Component: 1850 - total flux cleaned = 0.000642828 Jy ! Component: 1900 - total flux cleaned = 0.000562475 Jy ! Component: 1950 - total flux cleaned = 0.000442609 Jy ! Component: 2000 - total flux cleaned = 0.000442684 Jy ! Component: 2050 - total flux cleaned = 0.000482343 Jy ! Component: 2100 - total flux cleaned = 0.000482518 Jy ! Component: 2150 - total flux cleaned = 0.000522083 Jy ! Component: 2200 - total flux cleaned = 0.000442752 Jy ! Component: 2250 - total flux cleaned = 0.000442268 Jy ! Component: 2300 - total flux cleaned = 0.000481696 Jy ! Component: 2350 - total flux cleaned = 0.000441792 Jy ! Component: 2400 - total flux cleaned = 0.00044168 Jy ! Component: 2450 - total flux cleaned = 0.000441441 Jy ! Component: 2500 - total flux cleaned = 0.00040151 Jy ! Component: 2550 - total flux cleaned = 0.000361225 Jy ! Component: 2600 - total flux cleaned = 0.000280758 Jy ! Component: 2650 - total flux cleaned = 0.000239845 Jy ! Component: 2700 - total flux cleaned = 0.000158133 Jy ! Component: 2750 - total flux cleaned = 0.000117649 Jy ! Component: 2800 - total flux cleaned = 3.53543e-05 Jy ! Component: 2850 - total flux cleaned = 3.54067e-05 Jy ! Component: 2900 - total flux cleaned = 3.5273e-05 Jy ! Component: 2950 - total flux cleaned = 3.53477e-05 Jy ! Component: 3000 - total flux cleaned = 3.56707e-05 Jy ! Component: 3050 - total flux cleaned = -7.49413e-06 Jy ! Component: 3100 - total flux cleaned = -7.23525e-06 Jy ! Component: 3150 - total flux cleaned = -6.7787e-06 Jy ! Component: 3200 - total flux cleaned = -7.05189e-06 Jy ! Component: 3250 - total flux cleaned = 8.35664e-05 Jy ! Component: 3300 - total flux cleaned = 3.83128e-05 Jy ! Component: 3350 - total flux cleaned = -7.99779e-06 Jy ! Component: 3400 - total flux cleaned = -8.62457e-06 Jy ! Component: 3450 - total flux cleaned = -5.56368e-05 Jy ! Component: 3500 - total flux cleaned = -0.000151481 Jy ! Component: 3550 - total flux cleaned = -0.000200207 Jy ! Component: 3600 - total flux cleaned = -0.000249663 Jy ! Component: 3650 - total flux cleaned = -0.000399532 Jy ! Component: 3700 - total flux cleaned = -0.000450598 Jy ! Component: 3750 - total flux cleaned = -0.000604917 Jy ! Component: 3800 - total flux cleaned = -0.000708664 Jy ! Component: 3850 - total flux cleaned = -0.000814413 Jy ! Component: 3900 - total flux cleaned = -0.000974082 Jy ! Component: 3950 - total flux cleaned = -0.00113608 Jy ! Component: 4000 - total flux cleaned = -0.00124558 Jy ! Component: 4050 - total flux cleaned = -0.00141252 Jy ! Total flux subtracted in 4096 components = -0.00146844 Jy ! Clean residual min=-0.003055 max=0.003558 Jy/beam ! Clean residual mean=0.000008 rms=0.000904 Jy/beam ! Combined flux in latest and established models = 0.759028 Jy keep ! Adding 204 model components to the UV plane model. ! The established model now contains 255 components and 0.759028 Jy ![Exited script file: muppet] wmap "J0106-4034_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.856 x 8.73 at 1.078 degrees (North through East) ! Clean map min=-0.0088108 max=0.7012 Jy/beam ! Writing clean map to FITS file: J0106-4034_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.701196 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000957696 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.409741 0.409741 0.819482 1.63896 3.27793 6.55586 13.1117 26.2234 52.4469 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0028 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.701 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.856 x 8.73 at 1.078 degrees (North through East) ! Clean map min=-0.0088108 max=0.7012 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J0106-4034_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:37:17 2019