! Started logfile: J0904-3514_S_2017_06_10_pus_uvs.log on Mon May 6 14:49:21 2019 obs J0904-3514_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J0904-3514_S_2017_06_10_pus_uva.fits ! AN table 1: 96 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.612269 visibilities/baseline/integration-bin. ! Found source: J0904-3514 ! ! 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 1154 lines of history. ! ! Reading 10580 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 J0904-3514_S_2017_06_10_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 295 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 234 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 199 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 590 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.804415Jy sigma=0.005323 ! Fit after self-cal, rms=0.764450Jy sigma=0.005050 ! 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.408 mas, bmaj=6.501 mas, bpa=-7.672 degrees ! Estimated noise=2277.8 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.170543 Jy ! Component: 100 - total flux cleaned = 0.241278 Jy ! Total flux subtracted in 100 components = 0.241278 Jy ! Clean residual min=-0.017487 max=0.035753 Jy/beam ! Clean residual mean=-0.000416 rms=0.005762 Jy/beam ! Combined flux in latest and established models = 0.241278 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 32 components and 0.241278 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131083Jy sigma=0.000859 ! Fit after self-cal, rms=0.130997Jy sigma=0.000858 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0421133 Jy ! Component: 100 - total flux cleaned = 0.0671378 Jy ! Total flux subtracted in 100 components = 0.0671378 Jy ! Clean residual min=-0.009850 max=0.014263 Jy/beam ! Clean residual mean=-0.000244 rms=0.002944 Jy/beam ! Combined flux in latest and established models = 0.308416 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 46 components and 0.308416 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110488Jy sigma=0.000706 ! Fit after self-cal, rms=0.110451Jy sigma=0.000705 ! 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.873 mas, bmaj=7.513 mas, bpa=-5.975 degrees ! Estimated noise=1229.8 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.0235146 Jy ! Component: 100 - total flux cleaned = 0.0349307 Jy ! Component: 150 - total flux cleaned = 0.0406365 Jy ! Component: 200 - total flux cleaned = 0.043527 Jy ! Total flux subtracted in 200 components = 0.043527 Jy ! Clean residual min=-0.004611 max=0.005761 Jy/beam ! Clean residual mean=-0.000058 rms=0.001423 Jy/beam ! Combined flux in latest and established models = 0.351943 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 75 components and 0.351943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106236Jy sigma=0.000671 ! Fit after self-cal, rms=0.106224Jy sigma=0.000671 ! 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.92 HN 1.00* KP 1.04 ! LA 1.02 MK 1.06 NL 1.00* OV 1.01 ! PT 1.01 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 1.00* KP 0.99 ! LA 0.96 MK 1.01 NL 1.17 OV 1.03 ! 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.97 ! LA 0.96 MK 1.00 NL 1.17 OV 0.93 ! PT 0.97 SC 0.99 ! ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 1.00* KP 1.00* ! LA 0.94 MK 0.84 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.106224Jy sigma=0.000671 ! Fit after self-cal, rms=0.106704Jy sigma=0.000660 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.884 mas, bmaj=7.512 mas, bpa=-6.047 degrees ! Estimated noise=1229.9 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.00023837 Jy ! Component: 100 - total flux cleaned = -0.000274118 Jy ! Component: 150 - total flux cleaned = -0.000275833 Jy ! Component: 200 - total flux cleaned = -0.000274236 Jy ! Total flux subtracted in 200 components = -0.000274236 Jy ! Clean residual min=-0.004521 max=0.004402 Jy/beam ! Clean residual mean=-0.000021 rms=0.000998 Jy/beam ! Combined flux in latest and established models = 0.351669 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 79 components and 0.351669 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106678Jy sigma=0.000660 ! Fit after self-cal, rms=0.106762Jy sigma=0.000660 ! 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.106762Jy sigma=0.000660 ! Fit after self-cal, rms=0.106708Jy sigma=0.000657 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.883 mas, bmaj=7.517 mas, bpa=-6.008 degrees ! Estimated noise=1230.31 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000369923 Jy ! Component: 100 - total flux cleaned = 0.000368835 Jy ! Component: 150 - total flux cleaned = 0.000386499 Jy ! Component: 200 - total flux cleaned = 0.000386149 Jy ! Total flux subtracted in 200 components = 0.000386149 Jy ! Clean residual min=-0.003112 max=0.002811 Jy/beam ! Clean residual mean=-0.000011 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.352055 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 80 components and 0.352055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106699Jy sigma=0.000657 ! Fit after self-cal, rms=0.106709Jy sigma=0.000657 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.66327e-05 Jy ! Component: 100 - total flux cleaned = 2.20127e-05 Jy ! Component: 150 - total flux cleaned = 2.14449e-05 Jy ! Component: 200 - total flux cleaned = 7.87047e-06 Jy ! Total flux subtracted in 200 components = 7.87047e-06 Jy ! Clean residual min=-0.003074 max=0.002806 Jy/beam ! Clean residual mean=-0.000011 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.352063 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 83 components and 0.352063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106704Jy sigma=0.000657 ! Fit after self-cal, rms=0.106704Jy sigma=0.000657 ! 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.106704Jy sigma=0.000657 ! Fit after self-cal, rms=0.107333Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.881 mas, bmaj=7.514 mas, bpa=-6.041 degrees ! Estimated noise=1229.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000179904 Jy ! Component: 100 - total flux cleaned = 0.000203289 Jy ! Component: 150 - total flux cleaned = 0.000192559 Jy ! Component: 200 - total flux cleaned = 0.000192311 Jy ! Total flux subtracted in 200 components = 0.000192311 Jy ! Clean residual min=-0.002550 max=0.002493 Jy/beam ! Clean residual mean=-0.000003 rms=0.000645 Jy/beam ! Combined flux in latest and established models = 0.352255 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 87 components and 0.352255 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107329Jy sigma=0.000655 ! Fit after self-cal, rms=0.107347Jy sigma=0.000655 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.61709e-05 Jy ! Component: 100 - total flux cleaned = -1.67271e-05 Jy ! Component: 150 - total flux cleaned = -2.61808e-05 Jy ! Component: 200 - total flux cleaned = -2.62361e-05 Jy ! Total flux subtracted in 200 components = -2.62361e-05 Jy ! Clean residual min=-0.002551 max=0.002495 Jy/beam ! Clean residual mean=-0.000003 rms=0.000645 Jy/beam ! Combined flux in latest and established models = 0.352229 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 89 components and 0.352229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107345Jy sigma=0.000655 ! Fit after self-cal, rms=0.107345Jy sigma=0.000655 ! 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.107345Jy sigma=0.000655 ! Fit after self-cal, rms=0.107279Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.49 mas, bmaj=26.11 mas, bpa=-2.984 degrees ! Estimated noise=1633.01 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000327645 Jy ! Component: 100 - total flux cleaned = 0.000328762 Jy ! Component: 150 - total flux cleaned = 0.000329367 Jy ! Component: 200 - total flux cleaned = 0.000337771 Jy ! Total flux subtracted in 200 components = 0.000337771 Jy ! Clean residual min=-0.002206 max=0.002086 Jy/beam ! Clean residual mean=-0.000006 rms=0.000671 Jy/beam ! Combined flux in latest and established models = 0.352567 Jy selfcal ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 91 components and 0.352567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107280Jy sigma=0.000655 ! Fit after self-cal, rms=0.107280Jy sigma=0.000655 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.71682e-05 Jy ! Component: 100 - total flux cleaned = 4.65689e-05 Jy ! Component: 150 - total flux cleaned = 4.62449e-05 Jy ! Component: 200 - total flux cleaned = 4.60176e-05 Jy ! Total flux subtracted in 200 components = 4.60176e-05 Jy ! Clean residual min=-0.002199 max=0.002083 Jy/beam ! Clean residual mean=-0.000006 rms=0.000671 Jy/beam ! Combined flux in latest and established models = 0.352613 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 92 components and 0.352613 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107282Jy sigma=0.000656 ! Fit after self-cal, rms=0.107282Jy sigma=0.000656 ! 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.878 mas, bmaj=7.509 mas, bpa=-6.079 degrees ! Estimated noise=1228.41 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.878 x 7.509 at -6.079 degrees (North through East) ! Clean map min=-0.0023977 max=0.23385 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.404 mas, bmaj=6.497 mas, bpa=-7.807 degrees ! Estimated noise=2309.53 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.172794 Jy ! Component: 100 - total flux cleaned = 0.245767 Jy ! Component: 150 - total flux cleaned = 0.289052 Jy ! Component: 200 - total flux cleaned = 0.314838 Jy ! Total flux subtracted in 200 components = 0.314838 Jy ! Clean residual min=-0.008684 max=0.013800 Jy/beam ! Clean residual mean=-0.000222 rms=0.002411 Jy/beam ! Combined flux in latest and established models = 0.314838 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 41 model components to the UV plane model. ! The established model now contains 41 components and 0.314838 Jy ! Inverting map and beam ! Estimated beam: bmin=2.878 mas, bmaj=7.509 mas, bpa=-6.079 degrees ! Estimated noise=1228.41 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.0193374 Jy ! Component: 100 - total flux cleaned = 0.0284385 Jy ! Component: 150 - total flux cleaned = 0.0328779 Jy ! Component: 200 - total flux cleaned = 0.0350731 Jy ! Total flux subtracted in 200 components = 0.0350731 Jy ! Clean residual min=-0.002744 max=0.002489 Jy/beam ! Clean residual mean=-0.000011 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.349911 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 65 components and 0.349911 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.49 mas, bmaj=26.11 mas, bpa=-2.984 degrees ! Estimated noise=1633.01 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00182208 Jy ! Component: 100 - total flux cleaned = 0.00233241 Jy ! Component: 150 - total flux cleaned = 0.00239897 Jy ! Component: 200 - total flux cleaned = 0.00240542 Jy ! Total flux subtracted in 200 components = 0.00240542 Jy ! Clean residual min=-0.002237 max=0.002111 Jy/beam ! Clean residual mean=-0.000009 rms=0.000673 Jy/beam ! Combined flux in latest and established models = 0.352316 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 = 6.35693e-06 Jy ! Component: 100 - total flux cleaned = 1.87337e-05 Jy ! Component: 150 - total flux cleaned = 2.46344e-05 Jy ! Component: 200 - total flux cleaned = 3.04268e-05 Jy ! Total flux subtracted in 200 components = 3.04268e-05 Jy ! Clean residual min=-0.002232 max=0.002114 Jy/beam ! Clean residual mean=-0.000008 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.352347 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 74 components and 0.352347 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.878 mas, bmaj=7.509 mas, bpa=-6.079 degrees ! Estimated noise=1228.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000415891 Jy ! Component: 100 - total flux cleaned = -0.000415956 Jy ! Component: 150 - total flux cleaned = -0.00038425 Jy ! Component: 200 - total flux cleaned = -0.000383951 Jy ! Total flux subtracted in 200 components = -0.000383951 Jy ! Clean residual min=-0.002552 max=0.002544 Jy/beam ! Clean residual mean=-0.000005 rms=0.000648 Jy/beam ! Combined flux in latest and established models = 0.351963 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 88 components and 0.351963 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107270Jy sigma=0.000655 ! Fit after self-cal, rms=0.107268Jy sigma=0.000655 wmodel J0904-3514_S_2017_06_10_pus_map.mod ! Writing 88 model components to file: J0904-3514_S_2017_06_10_pus_map.mod wobs J0904-3514_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J0904-3514_S_2017_06_10_pus_uvs.fits wwins J0904-3514_S_2017_06_10_pus_map.win ! wwins: Wrote 1 windows to J0904-3514_S_2017_06_10_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.000482114 Jy ! Component: 100 - total flux cleaned = -0.000657857 Jy ! Component: 150 - total flux cleaned = -0.000575057 Jy ! Component: 200 - total flux cleaned = -0.00037959 Jy ! Component: 250 - total flux cleaned = -0.000117577 Jy ! Component: 300 - total flux cleaned = 2.61297e-05 Jy ! Component: 350 - total flux cleaned = 0.000269447 Jy ! Component: 400 - total flux cleaned = 0.000438333 Jy ! Component: 450 - total flux cleaned = 0.000667311 Jy ! Component: 500 - total flux cleaned = 0.000857535 Jy ! Component: 550 - total flux cleaned = 0.000980382 Jy ! Component: 600 - total flux cleaned = 0.00107026 Jy ! Component: 650 - total flux cleaned = 0.00124596 Jy ! Component: 700 - total flux cleaned = 0.00144601 Jy ! Component: 750 - total flux cleaned = 0.00158631 Jy ! Component: 800 - total flux cleaned = 0.00175115 Jy ! Component: 850 - total flux cleaned = 0.0019128 Jy ! Component: 900 - total flux cleaned = 0.00207092 Jy ! Component: 950 - total flux cleaned = 0.00212287 Jy ! Component: 1000 - total flux cleaned = 0.00219929 Jy ! Component: 1050 - total flux cleaned = 0.00229925 Jy ! Component: 1100 - total flux cleaned = 0.00232369 Jy ! Component: 1150 - total flux cleaned = 0.00234824 Jy ! Component: 1200 - total flux cleaned = 0.00239593 Jy ! Component: 1250 - total flux cleaned = 0.00239592 Jy ! Component: 1300 - total flux cleaned = 0.00239612 Jy ! Component: 1350 - total flux cleaned = 0.00253165 Jy ! Component: 1400 - total flux cleaned = 0.00255331 Jy ! Component: 1450 - total flux cleaned = 0.00253138 Jy ! Component: 1500 - total flux cleaned = 0.00257445 Jy ! Component: 1550 - total flux cleaned = 0.00255299 Jy ! Component: 1600 - total flux cleaned = 0.00255297 Jy ! Component: 1650 - total flux cleaned = 0.00253218 Jy ! Component: 1700 - total flux cleaned = 0.00253209 Jy ! Component: 1750 - total flux cleaned = 0.002532 Jy ! Component: 1800 - total flux cleaned = 0.00249247 Jy ! Component: 1850 - total flux cleaned = 0.00251197 Jy ! Component: 1900 - total flux cleaned = 0.0025119 Jy ! Component: 1950 - total flux cleaned = 0.00253057 Jy ! Component: 2000 - total flux cleaned = 0.00249322 Jy ! Component: 2050 - total flux cleaned = 0.00256722 Jy ! Component: 2100 - total flux cleaned = 0.00267689 Jy ! Component: 2150 - total flux cleaned = 0.00280322 Jy ! Component: 2200 - total flux cleaned = 0.00291009 Jy ! Component: 2250 - total flux cleaned = 0.00303389 Jy ! Component: 2300 - total flux cleaned = 0.00312131 Jy ! Component: 2350 - total flux cleaned = 0.00320777 Jy ! Component: 2400 - total flux cleaned = 0.00332732 Jy ! Component: 2450 - total flux cleaned = 0.00342847 Jy ! Component: 2500 - total flux cleaned = 0.00354551 Jy ! Component: 2550 - total flux cleaned = 0.00366095 Jy ! Component: 2600 - total flux cleaned = 0.00372634 Jy ! Component: 2650 - total flux cleaned = 0.00380738 Jy ! Component: 2700 - total flux cleaned = 0.00395155 Jy ! Component: 2750 - total flux cleaned = 0.0040308 Jy ! Component: 2800 - total flux cleaned = 0.00409341 Jy ! Component: 2850 - total flux cleaned = 0.00420219 Jy ! Component: 2900 - total flux cleaned = 0.00431007 Jy ! Component: 2950 - total flux cleaned = 0.00446288 Jy ! Component: 3000 - total flux cleaned = 0.00456864 Jy ! Component: 3050 - total flux cleaned = 0.00464358 Jy ! Component: 3100 - total flux cleaned = 0.00476258 Jy ! Component: 3150 - total flux cleaned = 0.00482165 Jy ! Component: 3200 - total flux cleaned = 0.00495343 Jy ! Component: 3250 - total flux cleaned = 0.00506962 Jy ! Component: 3300 - total flux cleaned = 0.00512731 Jy ! Component: 3350 - total flux cleaned = 0.0052418 Jy ! Component: 3400 - total flux cleaned = 0.00531275 Jy ! Component: 3450 - total flux cleaned = 0.00539734 Jy ! Component: 3500 - total flux cleaned = 0.00553707 Jy ! Component: 3550 - total flux cleaned = 0.00563411 Jy ! Component: 3600 - total flux cleaned = 0.00570288 Jy ! Component: 3650 - total flux cleaned = 0.00581239 Jy ! Component: 3700 - total flux cleaned = 0.00592107 Jy ! Component: 3750 - total flux cleaned = 0.00601553 Jy ! Component: 3800 - total flux cleaned = 0.00612281 Jy ! Component: 3850 - total flux cleaned = 0.00624269 Jy ! Component: 3900 - total flux cleaned = 0.00633529 Jy ! Component: 3950 - total flux cleaned = 0.00644042 Jy ! Component: 4000 - total flux cleaned = 0.00650569 Jy ! Component: 4050 - total flux cleaned = 0.0065447 Jy ! Total flux subtracted in 4096 components = 0.00663516 Jy ! Clean residual min=-0.000755 max=0.000909 Jy/beam ! Clean residual mean=0.000006 rms=0.000217 Jy/beam ! Combined flux in latest and established models = 0.358598 Jy keep ! Adding 250 model components to the UV plane model. ! The established model now contains 338 components and 0.358598 Jy ![Exited script file: muppet] wmap "J0904-3514_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.878 x 7.509 at -6.079 degrees (North through East) ! Clean map min=-0.0014352 max=0.23651 Jy/beam ! Writing clean map to FITS file: J0904-3514_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.236513 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000217778 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.276237 0.276237 0.552473 1.10495 2.20989 4.41978 8.83957 17.6791 35.3583 70.7165 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.236 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.878 x 7.509 at -6.079 degrees (North through East) ! Clean map min=-0.0014352 max=0.23651 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 J0904-3514_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:49:26 2019