! Started logfile: J0909-0500_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:22:15 2017 obs J0909-0500_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J0909-0500_S_2014_01_04_pus_uva.fits ! AN table 1: 118 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.680556 visibilities/baseline/integration-bin. ! Found source: J0909-0500 ! ! 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 370 lines of history. ! ! Reading 11564 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 J0909-0500_S_2014_01_04_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 177 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 177 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 177 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 177 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.892159Jy sigma=0.010874 ! Fit after self-cal, rms=0.828638Jy sigma=0.010185 ! 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.868 mas, bmaj=5.881 mas, bpa=1.032 degrees ! Estimated noise=794.385 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.130711 Jy ! Component: 100 - total flux cleaned = 0.165562 Jy ! Total flux subtracted in 100 components = 0.165562 Jy ! Clean residual min=-0.018717 max=0.062073 Jy/beam ! Clean residual mean=-0.000035 rms=0.006111 Jy/beam ! Combined flux in latest and established models = 0.165562 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.165562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119761Jy sigma=0.001354 ! Fit after self-cal, rms=0.119713Jy sigma=0.001353 ! Inverting map ! Added new window around map position (-6.5, 12). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0500086 Jy ! Component: 100 - total flux cleaned = 0.0707089 Jy ! Total flux subtracted in 100 components = 0.0707089 Jy ! Clean residual min=-0.009753 max=0.012766 Jy/beam ! Clean residual mean=-0.000022 rms=0.002996 Jy/beam ! Combined flux in latest and established models = 0.236271 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 32 components and 0.236271 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095238Jy sigma=0.001041 ! Fit after self-cal, rms=0.093027Jy sigma=0.001016 ! 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.357 mas, bmaj=6.766 mas, bpa=0.3928 degrees ! Estimated noise=568.508 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.0230593 Jy ! Component: 100 - total flux cleaned = 0.0382994 Jy ! Component: 150 - total flux cleaned = 0.0490481 Jy ! Component: 200 - total flux cleaned = 0.0568906 Jy ! Total flux subtracted in 200 components = 0.0568906 Jy ! Clean residual min=-0.006909 max=0.007030 Jy/beam ! Clean residual mean=-0.000007 rms=0.001760 Jy/beam ! Combined flux in latest and established models = 0.293162 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 78 components and 0.293162 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085342Jy sigma=0.000931 ! Fit after self-cal, rms=0.085019Jy sigma=0.000927 ! 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.06 FD 0.80 KP 1.00* LA 0.99 ! MK 1.02 NL 0.97 OV 0.95 PT 0.97 ! SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.01 KP 1.00* LA 0.98 ! MK 1.00 NL 1.03 OV 0.97 PT 0.95 ! SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.13 KP 1.00* LA 0.80 ! MK 1.06 NL 0.99 OV 0.91 PT 0.93 ! SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.22 FD 0.98 KP 1.00* LA 0.91 ! MK 1.04 NL 1.09 OV 1.03 PT 0.99 ! SC 1.00 ! ! ! Fit before self-cal, rms=0.085019Jy sigma=0.000927 ! Fit after self-cal, rms=0.079905Jy sigma=0.000888 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.392 mas, bmaj=6.883 mas, bpa=0.9115 degrees ! Estimated noise=559.45 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.00408204 Jy ! Component: 100 - total flux cleaned = 0.00493019 Jy ! Component: 150 - total flux cleaned = 0.00517325 Jy ! Component: 200 - total flux cleaned = 0.00513596 Jy ! Total flux subtracted in 200 components = 0.00513596 Jy ! Clean residual min=-0.003153 max=0.003119 Jy/beam ! Clean residual mean=-0.000002 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.298298 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 91 components and 0.298298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079698Jy sigma=0.000884 ! Fit after self-cal, rms=0.079527Jy sigma=0.000884 ! 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.079527Jy sigma=0.000884 ! Fit after self-cal, rms=0.079537Jy sigma=0.000879 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.402 mas, bmaj=6.892 mas, bpa=0.738 degrees ! Estimated noise=559.676 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00131768 Jy ! Component: 100 - total flux cleaned = 0.00158856 Jy ! Component: 150 - total flux cleaned = 0.00167646 Jy ! Component: 200 - total flux cleaned = 0.00169803 Jy ! Total flux subtracted in 200 components = 0.00169803 Jy ! Clean residual min=-0.002324 max=0.002075 Jy/beam ! Clean residual mean=-0.000000 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.299996 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 105 components and 0.299996 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079498Jy sigma=0.000878 ! Fit after self-cal, rms=0.079484Jy sigma=0.000878 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.0002461 Jy ! Component: 100 - total flux cleaned = 0.000242867 Jy ! Component: 150 - total flux cleaned = 0.000197457 Jy ! Component: 200 - total flux cleaned = 0.000183295 Jy ! Total flux subtracted in 200 components = 0.000183295 Jy ! Clean residual min=-0.002201 max=0.001970 Jy/beam ! Clean residual mean=0.000000 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.300179 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 111 components and 0.300179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079474Jy sigma=0.000878 ! Fit after self-cal, rms=0.079470Jy sigma=0.000878 ! 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.079470Jy sigma=0.000878 ! Fit after self-cal, rms=0.079475Jy sigma=0.000878 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.405 mas, bmaj=6.893 mas, bpa=0.6895 degrees ! Estimated noise=559.26 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000386386 Jy ! Component: 100 - total flux cleaned = 0.000537518 Jy ! Component: 150 - total flux cleaned = 0.000628845 Jy ! Component: 200 - total flux cleaned = 0.000669454 Jy ! Total flux subtracted in 200 components = 0.000669454 Jy ! Clean residual min=-0.001914 max=0.001876 Jy/beam ! Clean residual mean=-0.000001 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.300848 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 119 components and 0.300849 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079466Jy sigma=0.000878 ! Fit after self-cal, rms=0.079466Jy sigma=0.000878 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.32687e-05 Jy ! Component: 100 - total flux cleaned = 0.000106056 Jy ! Component: 150 - total flux cleaned = 9.41763e-05 Jy ! Component: 200 - total flux cleaned = 9.42991e-05 Jy ! Total flux subtracted in 200 components = 9.42991e-05 Jy ! Clean residual min=-0.001892 max=0.001846 Jy/beam ! Clean residual mean=-0.000001 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.300943 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 121 components and 0.300943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079461Jy sigma=0.000878 ! Fit after self-cal, rms=0.079460Jy sigma=0.000878 ! 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.079460Jy sigma=0.000878 ! Fit after self-cal, rms=0.079451Jy sigma=0.000878 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.747 mas, bmaj=12.37 mas, bpa=11.55 degrees ! Estimated noise=672.237 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000372146 Jy ! Component: 100 - total flux cleaned = 0.000388674 Jy ! Component: 150 - total flux cleaned = 0.000387979 Jy ! Component: 200 - total flux cleaned = 0.000363852 Jy ! Total flux subtracted in 200 components = 0.000363852 Jy ! Clean residual min=-0.001902 max=0.001713 Jy/beam ! Clean residual mean=-0.000002 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.301307 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 130 components and 0.301307 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079455Jy sigma=0.000878 ! Fit after self-cal, rms=0.079452Jy sigma=0.000878 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.14097e-05 Jy ! Component: 100 - total flux cleaned = 8.47085e-06 Jy ! Component: 150 - total flux cleaned = 8.50388e-06 Jy ! Component: 200 - total flux cleaned = 7.94573e-06 Jy ! Total flux subtracted in 200 components = 7.94573e-06 Jy ! Clean residual min=-0.001810 max=0.001673 Jy/beam ! Clean residual mean=-0.000001 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.301315 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 135 components and 0.301315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079456Jy sigma=0.000878 ! Fit after self-cal, rms=0.079456Jy sigma=0.000878 ! 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.404 mas, bmaj=6.892 mas, bpa=0.6624 degrees ! Estimated noise=559.247 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.404 x 6.892 at 0.6624 degrees (North through East) ! Clean map min=-0.0017667 max=0.17535 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.892 mas, bmaj=5.994 mas, bpa=1.33 degrees ! Estimated noise=802.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.136073 Jy ! Component: 100 - total flux cleaned = 0.192511 Jy ! Component: 150 - total flux cleaned = 0.223447 Jy ! Component: 200 - total flux cleaned = 0.242078 Jy ! Total flux subtracted in 200 components = 0.242078 Jy ! Clean residual min=-0.005953 max=0.009918 Jy/beam ! Clean residual mean=-0.000013 rms=0.001893 Jy/beam ! Combined flux in latest and established models = 0.242078 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.242078 Jy ! Inverting map and beam ! Estimated beam: bmin=3.404 mas, bmaj=6.892 mas, bpa=0.6624 degrees ! Estimated noise=559.247 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.0167328 Jy ! Component: 100 - total flux cleaned = 0.028198 Jy ! Component: 150 - total flux cleaned = 0.0362648 Jy ! Component: 200 - total flux cleaned = 0.0419687 Jy ! Total flux subtracted in 200 components = 0.0419687 Jy ! Clean residual min=-0.003432 max=0.003477 Jy/beam ! Clean residual mean=-0.000003 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.284047 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 65 components and 0.284047 Jy ! Inverting map ! Added new window around map position (-5.5, 5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00415859 Jy ! Component: 100 - total flux cleaned = 0.00718906 Jy ! Component: 150 - total flux cleaned = 0.00947389 Jy ! Component: 200 - total flux cleaned = 0.0112159 Jy ! Total flux subtracted in 200 components = 0.0112159 Jy ! Clean residual min=-0.002385 max=0.001722 Jy/beam ! Clean residual mean=-0.000001 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.295262 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 103 components and 0.295262 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.747 mas, bmaj=12.37 mas, bpa=11.55 degrees ! Estimated noise=672.237 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00219948 Jy ! Component: 100 - total flux cleaned = 0.00358297 Jy ! Component: 150 - total flux cleaned = 0.00447149 Jy ! Component: 200 - total flux cleaned = 0.00505294 Jy ! Total flux subtracted in 200 components = 0.00505294 Jy ! Clean residual min=-0.001765 max=0.001694 Jy/beam ! Clean residual mean=-0.000001 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.300315 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.000376707 Jy ! Component: 100 - total flux cleaned = 0.000481438 Jy ! Component: 150 - total flux cleaned = 0.000511015 Jy ! Component: 200 - total flux cleaned = 0.000528654 Jy ! Total flux subtracted in 200 components = 0.000528654 Jy ! Clean residual min=-0.001727 max=0.001653 Jy/beam ! Clean residual mean=-0.000001 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.300844 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 153 components and 0.300844 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.404 mas, bmaj=6.892 mas, bpa=0.6624 degrees ! Estimated noise=559.247 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000159123 Jy ! Component: 100 - total flux cleaned = -0.000135758 Jy ! Component: 150 - total flux cleaned = -0.000113072 Jy ! Component: 200 - total flux cleaned = -7.28903e-05 Jy ! Total flux subtracted in 200 components = -7.28903e-05 Jy ! Clean residual min=-0.001805 max=0.001648 Jy/beam ! Clean residual mean=-0.000001 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.300771 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 163 components and 0.300771 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079437Jy sigma=0.000877 ! Fit after self-cal, rms=0.079435Jy sigma=0.000877 wmodel J0909-0500_S_2014_01_04_pus_map.mod ! Writing 163 model components to file: J0909-0500_S_2014_01_04_pus_map.mod wobs J0909-0500_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J0909-0500_S_2014_01_04_pus_uvs.fits wwins J0909-0500_S_2014_01_04_pus_map.win ! wwins: Wrote 3 windows to J0909-0500_S_2014_01_04_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.000271467 Jy ! Component: 100 - total flux cleaned = -0.000270282 Jy ! Component: 150 - total flux cleaned = -0.000298427 Jy ! Component: 200 - total flux cleaned = -0.000273199 Jy ! Component: 250 - total flux cleaned = -0.000176238 Jy ! Component: 300 - total flux cleaned = -0.000105322 Jy ! Component: 350 - total flux cleaned = 3.1495e-05 Jy ! Component: 400 - total flux cleaned = 3.15222e-05 Jy ! Component: 450 - total flux cleaned = 9.5456e-05 Jy ! Component: 500 - total flux cleaned = 0.000116006 Jy ! Component: 550 - total flux cleaned = 0.000176113 Jy ! Component: 600 - total flux cleaned = 0.000195054 Jy ! Component: 650 - total flux cleaned = 0.000175457 Jy ! Component: 700 - total flux cleaned = 0.000119671 Jy ! Component: 750 - total flux cleaned = 6.49753e-05 Jy ! Component: 800 - total flux cleaned = 2.94778e-05 Jy ! Component: 850 - total flux cleaned = -4.00412e-05 Jy ! Component: 900 - total flux cleaned = -9.08411e-05 Jy ! Component: 950 - total flux cleaned = -0.000140727 Jy ! Component: 1000 - total flux cleaned = -0.000124336 Jy ! Component: 1050 - total flux cleaned = -0.000204554 Jy ! Component: 1100 - total flux cleaned = -0.000267008 Jy ! Component: 1150 - total flux cleaned = -0.000266786 Jy ! Component: 1200 - total flux cleaned = -0.000312291 Jy ! Component: 1250 - total flux cleaned = -0.000327139 Jy ! Component: 1300 - total flux cleaned = -0.000341849 Jy ! Component: 1350 - total flux cleaned = -0.000356463 Jy ! Component: 1400 - total flux cleaned = -0.000342268 Jy ! Component: 1450 - total flux cleaned = -0.000342356 Jy ! Component: 1500 - total flux cleaned = -0.000314727 Jy ! Component: 1550 - total flux cleaned = -0.000328474 Jy ! Component: 1600 - total flux cleaned = -0.000328058 Jy ! Component: 1650 - total flux cleaned = -0.00031501 Jy ! Component: 1700 - total flux cleaned = -0.000354238 Jy ! Component: 1750 - total flux cleaned = -0.000341286 Jy ! Component: 1800 - total flux cleaned = -0.000354212 Jy ! Component: 1850 - total flux cleaned = -0.000379157 Jy ! Component: 1900 - total flux cleaned = -0.000316864 Jy ! Component: 1950 - total flux cleaned = -0.000365853 Jy ! Component: 2000 - total flux cleaned = -0.000341519 Jy ! Component: 2050 - total flux cleaned = -0.000353608 Jy ! Component: 2100 - total flux cleaned = -0.000341808 Jy ! Component: 2150 - total flux cleaned = -0.000376727 Jy ! Component: 2200 - total flux cleaned = -0.000365203 Jy ! Component: 2250 - total flux cleaned = -0.000388026 Jy ! Component: 2300 - total flux cleaned = -0.000388064 Jy ! Component: 2350 - total flux cleaned = -0.000455351 Jy ! Component: 2400 - total flux cleaned = -0.000510661 Jy ! Component: 2450 - total flux cleaned = -0.000532527 Jy ! Component: 2500 - total flux cleaned = -0.00055401 Jy ! Component: 2550 - total flux cleaned = -0.000521931 Jy ! Component: 2600 - total flux cleaned = -0.000585715 Jy ! Component: 2650 - total flux cleaned = -0.000627615 Jy ! Component: 2700 - total flux cleaned = -0.000575641 Jy ! Component: 2750 - total flux cleaned = -0.000616963 Jy ! Component: 2800 - total flux cleaned = -0.000647565 Jy ! Component: 2850 - total flux cleaned = -0.000657552 Jy ! Component: 2900 - total flux cleaned = -0.000697611 Jy ! Component: 2950 - total flux cleaned = -0.000697786 Jy ! Component: 3000 - total flux cleaned = -0.000727419 Jy ! Component: 3050 - total flux cleaned = -0.000717783 Jy ! Component: 3100 - total flux cleaned = -0.000756624 Jy ! Component: 3150 - total flux cleaned = -0.000775843 Jy ! Component: 3200 - total flux cleaned = -0.000766364 Jy ! Component: 3250 - total flux cleaned = -0.000804218 Jy ! Component: 3300 - total flux cleaned = -0.000804133 Jy ! Component: 3350 - total flux cleaned = -0.000813378 Jy ! Component: 3400 - total flux cleaned = -0.000822644 Jy ! Component: 3450 - total flux cleaned = -0.00082272 Jy ! Component: 3500 - total flux cleaned = -0.000822808 Jy ! Component: 3550 - total flux cleaned = -0.000841112 Jy ! Component: 3600 - total flux cleaned = -0.000841133 Jy ! Component: 3650 - total flux cleaned = -0.000849956 Jy ! Component: 3700 - total flux cleaned = -0.000832186 Jy ! Component: 3750 - total flux cleaned = -0.000814503 Jy ! Component: 3800 - total flux cleaned = -0.000867117 Jy ! Component: 3850 - total flux cleaned = -0.000858342 Jy ! Component: 3900 - total flux cleaned = -0.000858356 Jy ! Component: 3950 - total flux cleaned = -0.00084107 Jy ! Component: 4000 - total flux cleaned = -0.000815446 Jy ! Component: 4050 - total flux cleaned = -0.000806962 Jy ! Total flux subtracted in 4096 components = -0.000823814 Jy ! Clean residual min=-0.000511 max=0.000550 Jy/beam ! Clean residual mean=0.000000 rms=0.000146 Jy/beam ! Combined flux in latest and established models = 0.299947 Jy keep ! Adding 257 model components to the UV plane model. ! The established model now contains 420 components and 0.299947 Jy ![Exited script file: muppet] wmap "J0909-0500_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.404 x 6.892 at 0.6624 degrees (North through East) ! Clean map min=-0.0011541 max=0.17636 Jy/beam ! Writing clean map to FITS file: J0909-0500_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.176356 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000145173 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.246954 0.246954 0.493909 0.987818 1.97564 3.95127 7.90254 15.8051 31.6102 63.2203 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.176 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.404 x 6.892 at 0.6624 degrees (North through East) ! Clean map min=-0.0011541 max=0.17636 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 J0909-0500_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:22:20 2017