! Started logfile: J0008-2559_S_2017_05_27_pus_uvs.log on Fri May 3 10:52:18 2019 obs J0008-2559_S_2017_05_27_pus_uva.fits ! Reading UV FITS file: J0008-2559_S_2017_05_27_pus_uva.fits ! AN table 1: 96 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.877083 visibilities/baseline/integration-bin. ! Found source: J0008-2559 ! ! 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 1211 lines of history. ! ! Reading 15156 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 J0008-2559_S_2017_05_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 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 495 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.893779Jy sigma=0.005898 ! Fit after self-cal, rms=0.877299Jy sigma=0.005802 ! 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.445 mas, bmaj=7.146 mas, bpa=-5.43 degrees ! Estimated noise=1324.79 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.0950796 Jy ! Component: 100 - total flux cleaned = 0.121959 Jy ! Total flux subtracted in 100 components = 0.121959 Jy ! Clean residual min=-0.006797 max=0.012283 Jy/beam ! Clean residual mean=-0.000043 rms=0.001911 Jy/beam ! Combined flux in latest and established models = 0.121959 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.121959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129399Jy sigma=0.000693 ! Fit after self-cal, rms=0.129342Jy sigma=0.000692 ! Inverting map ! Added new window around map position (-2.5, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0144712 Jy ! Component: 100 - total flux cleaned = 0.0234755 Jy ! Total flux subtracted in 100 components = 0.0234755 Jy ! Clean residual min=-0.005223 max=0.006565 Jy/beam ! Clean residual mean=-0.000015 rms=0.001353 Jy/beam ! Combined flux in latest and established models = 0.145435 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 19 components and 0.145435 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126866Jy sigma=0.000675 ! Fit after self-cal, rms=0.126846Jy sigma=0.000675 ! 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.915 mas, bmaj=8.197 mas, bpa=-5.395 degrees ! Estimated noise=990.432 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.00854923 Jy ! Component: 100 - total flux cleaned = 0.0133005 Jy ! Component: 150 - total flux cleaned = 0.0160531 Jy ! Component: 200 - total flux cleaned = 0.0176496 Jy ! Total flux subtracted in 200 components = 0.0176496 Jy ! Clean residual min=-0.005030 max=0.004831 Jy/beam ! Clean residual mean=0.000011 rms=0.001153 Jy/beam ! Combined flux in latest and established models = 0.163084 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 31 components and 0.163084 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126004Jy sigma=0.000671 ! Fit after self-cal, rms=0.125997Jy 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 0.96 FD 0.91 HN 1.12 KP 1.02 ! LA 1.01 MK 1.03 NL 0.87 OV 1.07 ! PT 1.04 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.65 FD 0.96 HN 1.16 KP 0.98 ! LA 0.95 MK 0.98 NL 1.06 OV 1.09 ! PT 1.06 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.76 FD 1.02 HN 1.12 KP 1.01 ! LA 1.00 MK 1.02 NL 0.97 OV 0.98 ! PT 1.03 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.04 KP 1.00* ! LA 0.99 MK 0.84 NL 1.00* OV 1.00* ! PT 1.11 SC 1.00* ! ! ! Fit before self-cal, rms=0.125997Jy sigma=0.000671 ! Fit after self-cal, rms=0.116778Jy sigma=0.000665 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.92 mas, bmaj=8.135 mas, bpa=-5.406 degrees ! Estimated noise=990.232 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 (-15, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00343266 Jy ! Component: 100 - total flux cleaned = 0.00469966 Jy ! Component: 150 - total flux cleaned = 0.00496554 Jy ! Component: 200 - total flux cleaned = 0.00511152 Jy ! Total flux subtracted in 200 components = 0.00511152 Jy ! Clean residual min=-0.002472 max=0.002812 Jy/beam ! Clean residual mean=-0.000003 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.168196 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 64 components and 0.168196 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116671Jy sigma=0.000664 ! Fit after self-cal, rms=0.116621Jy sigma=0.000664 ! 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.116621Jy sigma=0.000664 ! Fit after self-cal, rms=0.116367Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.917 mas, bmaj=8.126 mas, bpa=-5.401 degrees ! Estimated noise=988.386 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00125036 Jy ! Component: 100 - total flux cleaned = 0.00131555 Jy ! Component: 150 - total flux cleaned = 0.00137537 Jy ! Component: 200 - total flux cleaned = 0.00143172 Jy ! Total flux subtracted in 200 components = 0.00143172 Jy ! Clean residual min=-0.002528 max=0.002651 Jy/beam ! Clean residual mean=-0.000004 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.169628 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 80 components and 0.169628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116339Jy sigma=0.000664 ! Fit after self-cal, rms=0.116341Jy sigma=0.000664 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.000279178 Jy ! Component: 100 - total flux cleaned = 0.000253217 Jy ! Component: 150 - total flux cleaned = 0.000277604 Jy ! Component: 200 - total flux cleaned = 0.000300829 Jy ! Total flux subtracted in 200 components = 0.000300829 Jy ! Clean residual min=-0.002545 max=0.002624 Jy/beam ! Clean residual mean=-0.000004 rms=0.000654 Jy/beam ! Combined flux in latest and established models = 0.169928 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 87 components and 0.169928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116327Jy sigma=0.000664 ! Fit after self-cal, rms=0.116328Jy sigma=0.000664 ! 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.116328Jy sigma=0.000664 ! Fit after self-cal, rms=0.118374Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.915 mas, bmaj=8.138 mas, bpa=-5.322 degrees ! Estimated noise=989.578 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00054379 Jy ! Component: 100 - total flux cleaned = 0.000634456 Jy ! Component: 150 - total flux cleaned = 0.000655736 Jy ! Component: 200 - total flux cleaned = 0.000675188 Jy ! Total flux subtracted in 200 components = 0.000675188 Jy ! Clean residual min=-0.002515 max=0.002267 Jy/beam ! Clean residual mean=-0.000001 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.170604 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 98 components and 0.170604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118361Jy sigma=0.000663 ! Fit after self-cal, rms=0.118409Jy sigma=0.000663 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.000109821 Jy ! Component: 100 - total flux cleaned = 9.17571e-05 Jy ! Component: 150 - total flux cleaned = 5.82872e-05 Jy ! Component: 200 - total flux cleaned = 4.22633e-05 Jy ! Total flux subtracted in 200 components = 4.22633e-05 Jy ! Clean residual min=-0.002474 max=0.002277 Jy/beam ! Clean residual mean=-0.000001 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.170646 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 106 components and 0.170646 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118403Jy sigma=0.000663 ! Fit after self-cal, rms=0.118403Jy sigma=0.000663 ! 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.118403Jy sigma=0.000663 ! Fit after self-cal, rms=0.118826Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.745 mas, bmaj=20.36 mas, bpa=-0.2409 degrees ! Estimated noise=1270.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102877 Jy ! Component: 100 - total flux cleaned = 0.00119852 Jy ! Component: 150 - total flux cleaned = 0.00121758 Jy ! Component: 200 - total flux cleaned = 0.0012515 Jy ! Total flux subtracted in 200 components = 0.0012515 Jy ! Clean residual min=-0.002549 max=0.002264 Jy/beam ! Clean residual mean=0.000000 rms=0.000737 Jy/beam ! Combined flux in latest and established models = 0.171897 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 122 components and 0.171897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118827Jy sigma=0.000663 ! Fit after self-cal, rms=0.118833Jy sigma=0.000663 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.000221195 Jy ! Component: 100 - total flux cleaned = 0.000189971 Jy ! Component: 150 - total flux cleaned = 0.000161612 Jy ! Component: 200 - total flux cleaned = 0.000148302 Jy ! Total flux subtracted in 200 components = 0.000148302 Jy ! Clean residual min=-0.002554 max=0.002286 Jy/beam ! Clean residual mean=0.000001 rms=0.000735 Jy/beam ! Combined flux in latest and established models = 0.172046 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 133 components and 0.172046 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118837Jy sigma=0.000663 ! Fit after self-cal, rms=0.118838Jy sigma=0.000663 ! 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.912 mas, bmaj=8.137 mas, bpa=-5.35 degrees ! Estimated noise=991.42 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.912 x 8.137 at -5.35 degrees (North through East) ! Clean map min=-0.0023417 max=0.12541 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.451 mas, bmaj=7.109 mas, bpa=-5.41 degrees ! Estimated noise=1323.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0944194 Jy ! Component: 100 - total flux cleaned = 0.122169 Jy ! Component: 150 - total flux cleaned = 0.136699 Jy ! Component: 200 - total flux cleaned = 0.145551 Jy ! Total flux subtracted in 200 components = 0.145551 Jy ! Clean residual min=-0.003858 max=0.004882 Jy/beam ! Clean residual mean=-0.000029 rms=0.001054 Jy/beam ! Combined flux in latest and established models = 0.145551 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.145551 Jy ! Inverting map and beam ! Estimated beam: bmin=2.912 mas, bmaj=8.137 mas, bpa=-5.35 degrees ! Estimated noise=991.42 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.00845229 Jy ! Component: 100 - total flux cleaned = 0.0137094 Jy ! Component: 150 - total flux cleaned = 0.0173062 Jy ! Component: 200 - total flux cleaned = 0.0198673 Jy ! Total flux subtracted in 200 components = 0.0198673 Jy ! Clean residual min=-0.002915 max=0.002660 Jy/beam ! Clean residual mean=-0.000011 rms=0.000646 Jy/beam ! Combined flux in latest and established models = 0.165418 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 64 components and 0.165418 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.745 mas, bmaj=20.36 mas, bpa=-0.2409 degrees ! Estimated noise=1270.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00324205 Jy ! Component: 100 - total flux cleaned = 0.00501242 Jy ! Component: 150 - total flux cleaned = 0.00604525 Jy ! Component: 200 - total flux cleaned = 0.00644782 Jy ! Total flux subtracted in 200 components = 0.00644782 Jy ! Clean residual min=-0.002460 max=0.002355 Jy/beam ! Clean residual mean=0.000000 rms=0.000736 Jy/beam ! Combined flux in latest and established models = 0.171866 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.64371e-07 Jy ! Component: 100 - total flux cleaned = 1.92584e-05 Jy ! Component: 150 - total flux cleaned = 1.99765e-05 Jy ! Component: 200 - total flux cleaned = 3.70637e-05 Jy ! Total flux subtracted in 200 components = 3.70637e-05 Jy ! Clean residual min=-0.002466 max=0.002310 Jy/beam ! Clean residual mean=0.000001 rms=0.000731 Jy/beam ! Combined flux in latest and established models = 0.171903 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 106 components and 0.171903 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.912 mas, bmaj=8.137 mas, bpa=-5.35 degrees ! Estimated noise=991.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000361218 Jy ! Component: 100 - total flux cleaned = -0.000448687 Jy ! Component: 150 - total flux cleaned = -0.000560648 Jy ! Component: 200 - total flux cleaned = -0.000694272 Jy ! Total flux subtracted in 200 components = -0.000694272 Jy ! Clean residual min=-0.002466 max=0.002474 Jy/beam ! Clean residual mean=-0.000001 rms=0.000585 Jy/beam ! Combined flux in latest and established models = 0.171209 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 124 components and 0.171209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118848Jy sigma=0.000663 ! Fit after self-cal, rms=0.118833Jy sigma=0.000663 wmodel J0008-2559_S_2017_05_27_pus_map.mod ! Writing 124 model components to file: J0008-2559_S_2017_05_27_pus_map.mod wobs J0008-2559_S_2017_05_27_pus_uvs.fits ! Writing UV FITS file: J0008-2559_S_2017_05_27_pus_uvs.fits wwins J0008-2559_S_2017_05_27_pus_map.win ! wwins: Wrote 3 windows to J0008-2559_S_2017_05_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.000372331 Jy ! Component: 100 - total flux cleaned = -0.000497368 Jy ! Component: 150 - total flux cleaned = -0.000419875 Jy ! Component: 200 - total flux cleaned = -0.0001245 Jy ! Component: 250 - total flux cleaned = 1.64737e-05 Jy ! Component: 300 - total flux cleaned = 8.49576e-05 Jy ! Component: 350 - total flux cleaned = 8.546e-05 Jy ! Component: 400 - total flux cleaned = 0.000214403 Jy ! Component: 450 - total flux cleaned = 0.000339481 Jy ! Component: 500 - total flux cleaned = 0.00040034 Jy ! Component: 550 - total flux cleaned = 0.000490134 Jy ! Component: 600 - total flux cleaned = 0.000635732 Jy ! Component: 650 - total flux cleaned = 0.000720647 Jy ! Component: 700 - total flux cleaned = 0.000804328 Jy ! Component: 750 - total flux cleaned = 0.000995505 Jy ! Component: 800 - total flux cleaned = 0.00110272 Jy ! Component: 850 - total flux cleaned = 0.00118224 Jy ! Component: 900 - total flux cleaned = 0.00128591 Jy ! Component: 950 - total flux cleaned = 0.00131135 Jy ! Component: 1000 - total flux cleaned = 0.00136172 Jy ! Component: 1050 - total flux cleaned = 0.00141088 Jy ! Component: 1100 - total flux cleaned = 0.0015326 Jy ! Component: 1150 - total flux cleaned = 0.00150832 Jy ! Component: 1200 - total flux cleaned = 0.00165021 Jy ! Component: 1250 - total flux cleaned = 0.00174346 Jy ! Component: 1300 - total flux cleaned = 0.00188162 Jy ! Component: 1350 - total flux cleaned = 0.00197223 Jy ! Component: 1400 - total flux cleaned = 0.00208419 Jy ! Component: 1450 - total flux cleaned = 0.00210655 Jy ! Component: 1500 - total flux cleaned = 0.00223822 Jy ! Component: 1550 - total flux cleaned = 0.00234615 Jy ! Component: 1600 - total flux cleaned = 0.00238907 Jy ! Component: 1650 - total flux cleaned = 0.00253673 Jy ! Component: 1700 - total flux cleaned = 0.00268251 Jy ! Component: 1750 - total flux cleaned = 0.00276467 Jy ! Component: 1800 - total flux cleaned = 0.002846 Jy ! Component: 1850 - total flux cleaned = 0.00292643 Jy ! Component: 1900 - total flux cleaned = 0.00298597 Jy ! Component: 1950 - total flux cleaned = 0.00308417 Jy ! Component: 2000 - total flux cleaned = 0.00316179 Jy ! Component: 2050 - total flux cleaned = 0.0032006 Jy ! Component: 2100 - total flux cleaned = 0.00333406 Jy ! Component: 2150 - total flux cleaned = 0.00339041 Jy ! Component: 2200 - total flux cleaned = 0.00346512 Jy ! Component: 2250 - total flux cleaned = 0.00352066 Jy ! Component: 2300 - total flux cleaned = 0.00361239 Jy ! Component: 2350 - total flux cleaned = 0.00368478 Jy ! Component: 2400 - total flux cleaned = 0.0037385 Jy ! Component: 2450 - total flux cleaned = 0.00384525 Jy ! Component: 2500 - total flux cleaned = 0.0038979 Jy ! Component: 2550 - total flux cleaned = 0.00393297 Jy ! Component: 2600 - total flux cleaned = 0.00401902 Jy ! Component: 2650 - total flux cleaned = 0.00408739 Jy ! Component: 2700 - total flux cleaned = 0.00417199 Jy ! Component: 2750 - total flux cleaned = 0.00420526 Jy ! Component: 2800 - total flux cleaned = 0.00428844 Jy ! Component: 2850 - total flux cleaned = 0.00440386 Jy ! Component: 2900 - total flux cleaned = 0.00445292 Jy ! Component: 2950 - total flux cleaned = 0.00454995 Jy ! Component: 3000 - total flux cleaned = 0.00464613 Jy ! Component: 3050 - total flux cleaned = 0.00474164 Jy ! Component: 3100 - total flux cleaned = 0.0048205 Jy ! Component: 3150 - total flux cleaned = 0.00489895 Jy ! Component: 3200 - total flux cleaned = 0.00499199 Jy ! Component: 3250 - total flux cleaned = 0.00505353 Jy ! Component: 3300 - total flux cleaned = 0.00514529 Jy ! Component: 3350 - total flux cleaned = 0.00523594 Jy ! Component: 3400 - total flux cleaned = 0.00529597 Jy ! Component: 3450 - total flux cleaned = 0.00534079 Jy ! Component: 3500 - total flux cleaned = 0.00544423 Jy ! Component: 3550 - total flux cleaned = 0.00550271 Jy ! Component: 3600 - total flux cleaned = 0.00556077 Jy ! Component: 3650 - total flux cleaned = 0.00569075 Jy ! Component: 3700 - total flux cleaned = 0.00574812 Jy ! Component: 3750 - total flux cleaned = 0.0058193 Jy ! Component: 3800 - total flux cleaned = 0.00588996 Jy ! Component: 3850 - total flux cleaned = 0.005918 Jy ! Component: 3900 - total flux cleaned = 0.0060852 Jy ! Component: 3950 - total flux cleaned = 0.00618192 Jy ! Component: 4000 - total flux cleaned = 0.00615436 Jy ! Component: 4050 - total flux cleaned = 0.00623636 Jy ! Total flux subtracted in 4096 components = 0.00629063 Jy ! Clean residual min=-0.000748 max=0.000939 Jy/beam ! Clean residual mean=0.000003 rms=0.000243 Jy/beam ! Combined flux in latest and established models = 0.1775 Jy keep ! Adding 266 model components to the UV plane model. ! The established model now contains 390 components and 0.177499 Jy ![Exited script file: muppet] wmap "J0008-2559_S_2017_05_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.912 x 8.137 at -5.35 degrees (North through East) ! Clean map min=-0.0017086 max=0.12582 Jy/beam ! Writing clean map to FITS file: J0008-2559_S_2017_05_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.125817 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000242477 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.578168 0.578168 1.15634 2.31267 4.62534 9.25069 18.5014 37.0028 74.0055 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.125 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.912 x 8.137 at -5.35 degrees (North through East) ! Clean map min=-0.0017086 max=0.12582 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 J0008-2559_S_2017_05_27_pus_uvs.log closed on Fri May 3 10:52:23 2019