! Started logfile: J0800-3959_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:35:41 2019 obs J0800-3959_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J0800-3959_S_2017_03_27_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.247359 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0800-3959 ! ! 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 1684 lines of history. ! ! Reading 5432 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 J0800-3959_S_2017_03_27_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 784 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 796 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 728 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 974 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.890005Jy sigma=0.005450 ! Fit after self-cal, rms=0.864022Jy sigma=0.005310 ! 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.927 mas, bmaj=28.47 mas, bpa=1.724 degrees ! Estimated noise=8961.11 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.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.117258 Jy ! Component: 100 - total flux cleaned = 0.147235 Jy ! Total flux subtracted in 100 components = 0.147235 Jy ! Clean residual min=-0.023050 max=0.023540 Jy/beam ! Clean residual mean=-0.000232 rms=0.006638 Jy/beam ! Combined flux in latest and established models = 0.147235 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.147235 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112963Jy sigma=0.000630 ! Fit after self-cal, rms=0.112856Jy sigma=0.000630 ! 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=9.232 mas, bmaj=74.88 mas, bpa=5.166 degrees ! Estimated noise=2114.98 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.007465 Jy ! Component: 100 - total flux cleaned = 0.0101527 Jy ! Component: 150 - total flux cleaned = 0.0104704 Jy ! Component: 200 - total flux cleaned = 0.0105927 Jy ! Total flux subtracted in 200 components = 0.0105927 Jy ! Clean residual min=-0.006017 max=0.007280 Jy/beam ! Clean residual mean=-0.000270 rms=0.002284 Jy/beam ! Combined flux in latest and established models = 0.157827 Jy ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 68 components and 0.157827 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112493Jy sigma=0.000626 ! Fit after self-cal, rms=0.112520Jy sigma=0.000626 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.93 HN 0.75 KP 1.15 ! LA 0.97 MK 1.00* NL 1.00* OV 1.13 ! PT 0.95 SC 0.95 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 0.66 KP 1.02 ! LA 0.96 MK 1.00* NL 1.00* OV 1.07 ! PT 0.93 SC 1.40 ! ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 0.56 KP 0.97 ! LA 1.01 MK 1.00* NL 1.29 OV 1.04 ! PT 0.95 SC 0.86 ! ! ! Correcting IF 4. ! A total of 246 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.112520Jy sigma=0.000626 ! Fit after self-cal, rms=0.120756Jy sigma=0.000621 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=9.544 mas, bmaj=70.6 mas, bpa=4.703 degrees ! Estimated noise=2260.26 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.000281494 Jy ! Component: 100 - total flux cleaned = 0.000138208 Jy ! Component: 150 - total flux cleaned = 0.000106184 Jy ! Component: 200 - total flux cleaned = 0.000164182 Jy ! Total flux subtracted in 200 components = 0.000164182 Jy ! Clean residual min=-0.004547 max=0.004675 Jy/beam ! Clean residual mean=-0.000067 rms=0.001796 Jy/beam ! Combined flux in latest and established models = 0.157992 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 79 components and 0.157992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120728Jy sigma=0.000621 ! Fit after self-cal, rms=0.121125Jy sigma=0.000620 ! 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.121125Jy sigma=0.000620 ! Fit after self-cal, rms=0.122150Jy sigma=0.000619 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.608 mas, bmaj=70.95 mas, bpa=4.74 degrees ! Estimated noise=2267.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.94567e-05 Jy ! Component: 100 - total flux cleaned = -6.89497e-05 Jy ! Component: 150 - total flux cleaned = -9.96796e-05 Jy ! Component: 200 - total flux cleaned = -0.000115207 Jy ! Total flux subtracted in 200 components = -0.000115207 Jy ! Clean residual min=-0.004352 max=0.004595 Jy/beam ! Clean residual mean=-0.000063 rms=0.001772 Jy/beam ! Combined flux in latest and established models = 0.157876 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 87 components and 0.157876 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122146Jy sigma=0.000619 ! Fit after self-cal, rms=0.122176Jy sigma=0.000619 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.33342e-05 Jy ! Component: 100 - total flux cleaned = -4.24613e-05 Jy ! Component: 150 - total flux cleaned = -4.15019e-05 Jy ! Component: 200 - total flux cleaned = -4.18952e-05 Jy ! Total flux subtracted in 200 components = -4.18952e-05 Jy ! Clean residual min=-0.004307 max=0.004639 Jy/beam ! Clean residual mean=-0.000064 rms=0.001771 Jy/beam ! Combined flux in latest and established models = 0.157834 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 102 components and 0.157835 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122172Jy sigma=0.000619 ! Fit after self-cal, rms=0.122178Jy sigma=0.000619 ! 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.122178Jy sigma=0.000619 ! Fit after self-cal, rms=0.122461Jy sigma=0.000619 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.598 mas, bmaj=71.25 mas, bpa=4.769 degrees ! Estimated noise=2269.69 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.27844e-05 Jy ! Component: 100 - total flux cleaned = 9.44936e-05 Jy ! Component: 150 - total flux cleaned = 9.51117e-05 Jy ! Component: 200 - total flux cleaned = 9.45085e-05 Jy ! Total flux subtracted in 200 components = 9.45085e-05 Jy ! Clean residual min=-0.004369 max=0.004694 Jy/beam ! Clean residual mean=-0.000061 rms=0.001762 Jy/beam ! Combined flux in latest and established models = 0.157929 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 104 components and 0.157929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122455Jy sigma=0.000619 ! Fit after self-cal, rms=0.122480Jy sigma=0.000619 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.53828e-05 Jy ! Component: 100 - total flux cleaned = -4.51959e-05 Jy ! Component: 150 - total flux cleaned = -4.57923e-05 Jy ! Component: 200 - total flux cleaned = -4.74346e-05 Jy ! Total flux subtracted in 200 components = -4.74346e-05 Jy ! Clean residual min=-0.004316 max=0.004642 Jy/beam ! Clean residual mean=-0.000062 rms=0.001759 Jy/beam ! Combined flux in latest and established models = 0.157882 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 105 components and 0.157882 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122476Jy sigma=0.000619 ! Fit after self-cal, rms=0.122474Jy sigma=0.000619 ! 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.122474Jy sigma=0.000619 ! Fit after self-cal, rms=0.122358Jy sigma=0.000619 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.8 mas, bmaj=80.46 mas, bpa=5.281 degrees ! Estimated noise=2268.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000258174 Jy ! Component: 100 - total flux cleaned = 0.000275545 Jy ! Component: 150 - total flux cleaned = 0.000291369 Jy ! Component: 200 - total flux cleaned = 0.000289609 Jy ! Total flux subtracted in 200 components = 0.000289609 Jy ! Clean residual min=-0.004437 max=0.004637 Jy/beam ! Clean residual mean=-0.000067 rms=0.001765 Jy/beam ! Combined flux in latest and established models = 0.158171 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 106 components and 0.158171 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122352Jy sigma=0.000619 ! Fit after self-cal, rms=0.122350Jy sigma=0.000618 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.58591e-05 Jy ! Component: 100 - total flux cleaned = -6.05533e-05 Jy ! Component: 150 - total flux cleaned = -4.6842e-05 Jy ! Component: 200 - total flux cleaned = -3.35116e-05 Jy ! Total flux subtracted in 200 components = -3.35116e-05 Jy ! Clean residual min=-0.004415 max=0.004754 Jy/beam ! Clean residual mean=-0.000069 rms=0.001766 Jy/beam ! Combined flux in latest and established models = 0.158138 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 115 components and 0.158138 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122343Jy sigma=0.000618 ! Fit after self-cal, rms=0.122352Jy sigma=0.000618 ! 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=9.571 mas, bmaj=71.31 mas, bpa=4.785 degrees ! Estimated noise=2270.37 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 9.571 x 71.31 at 4.785 degrees (North through East) ! Clean map min=-0.0043581 max=0.14198 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=4.028 mas, bmaj=25.45 mas, bpa=0.1129 degrees ! Estimated noise=8815.12 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.110575 Jy ! Component: 100 - total flux cleaned = 0.138195 Jy ! Component: 150 - total flux cleaned = 0.151085 Jy ! Component: 200 - total flux cleaned = 0.154308 Jy ! Total flux subtracted in 200 components = 0.154308 Jy ! Clean residual min=-0.020297 max=0.016504 Jy/beam ! Clean residual mean=-0.000107 rms=0.005416 Jy/beam ! Combined flux in latest and established models = 0.154308 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.154308 Jy ! Inverting map and beam ! Estimated beam: bmin=9.571 mas, bmaj=71.31 mas, bpa=4.785 degrees ! Estimated noise=2270.37 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.00384435 Jy ! Component: 100 - total flux cleaned = 0.0039059 Jy ! Component: 150 - total flux cleaned = 0.00395178 Jy ! Component: 200 - total flux cleaned = 0.00407474 Jy ! Total flux subtracted in 200 components = 0.00407474 Jy ! Clean residual min=-0.004520 max=0.004993 Jy/beam ! Clean residual mean=-0.000062 rms=0.001844 Jy/beam ! Combined flux in latest and established models = 0.158383 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 56 components and 0.158383 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=12.8 mas, bmaj=80.46 mas, bpa=5.281 degrees ! Estimated noise=2268.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000224505 Jy ! Component: 100 - total flux cleaned = 0.000126966 Jy ! Component: 150 - total flux cleaned = 6.5608e-05 Jy ! Component: 200 - total flux cleaned = 5.66824e-06 Jy ! Total flux subtracted in 200 components = 5.66824e-06 Jy ! Clean residual min=-0.004520 max=0.004820 Jy/beam ! Clean residual mean=-0.000069 rms=0.001839 Jy/beam ! Combined flux in latest and established models = 0.158389 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 = -5.85696e-05 Jy ! Component: 100 - total flux cleaned = -0.000114767 Jy ! Component: 150 - total flux cleaned = -0.000143039 Jy ! Component: 200 - total flux cleaned = -0.000194052 Jy ! Total flux subtracted in 200 components = -0.000194052 Jy ! Clean residual min=-0.004414 max=0.004796 Jy/beam ! Clean residual mean=-0.000072 rms=0.001820 Jy/beam ! Combined flux in latest and established models = 0.158195 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 77 components and 0.158195 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=9.571 mas, bmaj=71.31 mas, bpa=4.785 degrees ! Estimated noise=2270.37 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000194898 Jy ! Component: 100 - total flux cleaned = -0.000167117 Jy ! Component: 150 - total flux cleaned = -0.000166388 Jy ! Component: 200 - total flux cleaned = -0.000167032 Jy ! Total flux subtracted in 200 components = -0.000167032 Jy ! Clean residual min=-0.004227 max=0.004928 Jy/beam ! Clean residual mean=-0.000065 rms=0.001793 Jy/beam ! Combined flux in latest and established models = 0.158028 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 81 components and 0.158028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122347Jy sigma=0.000619 ! Fit after self-cal, rms=0.122337Jy sigma=0.000618 wmodel J0800-3959_S_2017_03_27_pus_map.mod ! Writing 81 model components to file: J0800-3959_S_2017_03_27_pus_map.mod wobs J0800-3959_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J0800-3959_S_2017_03_27_pus_uvs.fits wwins J0800-3959_S_2017_03_27_pus_map.win ! wwins: Wrote 1 windows to J0800-3959_S_2017_03_27_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.00134541 Jy ! Component: 100 - total flux cleaned = 0.00141924 Jy ! Component: 150 - total flux cleaned = 0.00148247 Jy ! Component: 200 - total flux cleaned = 0.00160343 Jy ! Component: 250 - total flux cleaned = 0.00165769 Jy ! Component: 300 - total flux cleaned = 0.0018636 Jy ! Component: 350 - total flux cleaned = 0.00206061 Jy ! Component: 400 - total flux cleaned = 0.00210505 Jy ! Component: 450 - total flux cleaned = 0.00197654 Jy ! Component: 500 - total flux cleaned = 0.00185625 Jy ! Component: 550 - total flux cleaned = 0.00173904 Jy ! Component: 600 - total flux cleaned = 0.00158772 Jy ! Component: 650 - total flux cleaned = 0.00125293 Jy ! Component: 700 - total flux cleaned = 0.000813608 Jy ! Component: 750 - total flux cleaned = 0.000488951 Jy ! Component: 800 - total flux cleaned = 9.80699e-05 Jy ! Component: 850 - total flux cleaned = -0.000251703 Jy ! Component: 900 - total flux cleaned = -0.000631463 Jy ! Component: 950 - total flux cleaned = -0.00097143 Jy ! Component: 1000 - total flux cleaned = -0.00134053 Jy ! Component: 1050 - total flux cleaned = -0.00163956 Jy ! Component: 1100 - total flux cleaned = -0.00196915 Jy ! Component: 1150 - total flux cleaned = -0.00219873 Jy ! Component: 1200 - total flux cleaned = -0.00245899 Jy ! Component: 1250 - total flux cleaned = -0.00271808 Jy ! Component: 1300 - total flux cleaned = -0.00291191 Jy ! Component: 1350 - total flux cleaned = -0.00323445 Jy ! Component: 1400 - total flux cleaned = -0.00349218 Jy ! Component: 1450 - total flux cleaned = -0.00378159 Jy ! Component: 1500 - total flux cleaned = -0.00407067 Jy ! Component: 1550 - total flux cleaned = -0.00435934 Jy ! Component: 1600 - total flux cleaned = -0.0044876 Jy ! Component: 1650 - total flux cleaned = -0.00448762 Jy ! Component: 1700 - total flux cleaned = -0.00448774 Jy ! Component: 1750 - total flux cleaned = -0.00452082 Jy ! Component: 1800 - total flux cleaned = -0.00455434 Jy ! Component: 1850 - total flux cleaned = -0.00455419 Jy ! Component: 1900 - total flux cleaned = -0.00458854 Jy ! Component: 1950 - total flux cleaned = -0.00448489 Jy ! Component: 2000 - total flux cleaned = -0.0044851 Jy ! Component: 2050 - total flux cleaned = -0.00437936 Jy ! Component: 2100 - total flux cleaned = -0.00437876 Jy ! Component: 2150 - total flux cleaned = -0.00437851 Jy ! Component: 2200 - total flux cleaned = -0.004378 Jy ! Component: 2250 - total flux cleaned = -0.00445323 Jy ! Component: 2300 - total flux cleaned = -0.00449194 Jy ! Component: 2350 - total flux cleaned = -0.00453189 Jy ! Component: 2400 - total flux cleaned = -0.00457275 Jy ! Component: 2450 - total flux cleaned = -0.0046154 Jy ! Component: 2500 - total flux cleaned = -0.00465814 Jy ! Component: 2550 - total flux cleaned = -0.00470246 Jy ! Component: 2600 - total flux cleaned = -0.00474809 Jy ! Component: 2650 - total flux cleaned = -0.0047496 Jy ! Component: 2700 - total flux cleaned = -0.00479634 Jy ! Component: 2750 - total flux cleaned = -0.00484489 Jy ! Component: 2800 - total flux cleaned = -0.00489625 Jy ! Component: 2850 - total flux cleaned = -0.00489587 Jy ! Component: 2900 - total flux cleaned = -0.00494929 Jy ! Component: 2950 - total flux cleaned = -0.00500557 Jy ! Component: 3000 - total flux cleaned = -0.00500654 Jy ! Component: 3050 - total flux cleaned = -0.00500567 Jy ! Component: 3100 - total flux cleaned = -0.00506567 Jy ! Component: 3150 - total flux cleaned = -0.0051283 Jy ! Component: 3200 - total flux cleaned = -0.00519282 Jy ! Component: 3250 - total flux cleaned = -0.00519302 Jy ! Component: 3300 - total flux cleaned = -0.00526213 Jy ! Component: 3350 - total flux cleaned = -0.0053341 Jy ! Component: 3400 - total flux cleaned = -0.00533479 Jy ! Component: 3450 - total flux cleaned = -0.00541128 Jy ! Component: 3500 - total flux cleaned = -0.00548891 Jy ! Component: 3550 - total flux cleaned = -0.0055694 Jy ! Component: 3600 - total flux cleaned = -0.00565062 Jy ! Component: 3650 - total flux cleaned = -0.0058219 Jy ! Component: 3700 - total flux cleaned = -0.0059107 Jy ! Component: 3750 - total flux cleaned = -0.00600006 Jy ! Component: 3800 - total flux cleaned = -0.00618856 Jy ! Component: 3850 - total flux cleaned = -0.00638358 Jy ! Component: 3900 - total flux cleaned = -0.00638376 Jy ! Component: 3950 - total flux cleaned = -0.00658935 Jy ! Component: 4000 - total flux cleaned = -0.00680273 Jy ! Component: 4050 - total flux cleaned = -0.00702683 Jy ! Total flux subtracted in 4096 components = -0.00714118 Jy ! Clean residual min=-0.006290 max=0.006511 Jy/beam ! Clean residual mean=0.000183 rms=0.001901 Jy/beam ! Combined flux in latest and established models = 0.150887 Jy keep ! Adding 222 model components to the UV plane model. ! The established model now contains 303 components and 0.150887 Jy ![Exited script file: muppet] wmap "J0800-3959_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 9.571 x 71.31 at 4.785 degrees (North through East) ! Clean map min=-0.012634 max=0.14411 Jy/beam ! Writing clean map to FITS file: J0800-3959_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.144106 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00220205 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -4.58422 4.58422 9.16844 18.3369 36.6737 73.3475 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0066 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.144 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 9.571 x 71.31 at 4.785 degrees (North through East) ! Clean map min=-0.012634 max=0.14411 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 J0800-3959_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:35:48 2019