! Started logfile: J0553-0840_S_2017_05_31_pus_uvs.log on Tue Feb 5 21:39:49 2019 obs J0553-0840_S_2017_05_31_pus_uva.fits ! Reading UV FITS file: J0553-0840_S_2017_05_31_pus_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.959064 visibilities/baseline/integration-bin. ! Found source: J0553-0840 ! ! 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 703 lines of history. ! ! Reading 13120 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 J0553-0840_S_2017_05_31_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 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 93 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 378 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.916329Jy sigma=0.006561 ! Fit after self-cal, rms=0.900295Jy sigma=0.006490 ! 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.648 mas, bmaj=7.07 mas, bpa=-2.671 degrees ! Estimated noise=1463.77 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.0900714 Jy ! Component: 100 - total flux cleaned = 0.125279 Jy ! Total flux subtracted in 100 components = 0.125279 Jy ! Clean residual min=-0.008453 max=0.021385 Jy/beam ! Clean residual mean=-0.000031 rms=0.002657 Jy/beam ! Combined flux in latest and established models = 0.125279 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.125279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.356853Jy sigma=0.000746 ! Fit after self-cal, rms=0.356705Jy sigma=0.000745 ! Inverting map ! Added new window around map position (-3.5, 2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.022992 Jy ! Component: 100 - total flux cleaned = 0.0374937 Jy ! Total flux subtracted in 100 components = 0.0374937 Jy ! Clean residual min=-0.006494 max=0.008587 Jy/beam ! Clean residual mean=-0.000011 rms=0.001849 Jy/beam ! Combined flux in latest and established models = 0.162772 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 30 components and 0.162772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.352055Jy sigma=0.000705 ! Fit after self-cal, rms=0.351970Jy sigma=0.000704 ! 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.164 mas, bmaj=8.169 mas, bpa=-4.192 degrees ! Estimated noise=1011.62 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.0121669 Jy ! Component: 100 - total flux cleaned = 0.0188496 Jy ! Component: 150 - total flux cleaned = 0.0213389 Jy ! Component: 200 - total flux cleaned = 0.022299 Jy ! Total flux subtracted in 200 components = 0.022299 Jy ! Clean residual min=-0.006016 max=0.005856 Jy/beam ! Clean residual mean=0.000007 rms=0.001370 Jy/beam ! Combined flux in latest and established models = 0.185071 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 53 components and 0.185071 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.349798Jy sigma=0.000698 ! Fit after self-cal, rms=0.349784Jy sigma=0.000698 ! 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.90 FD 0.99 HN 1.04 KP 1.01 ! LA 1.00 MK 1.08 NL 0.89 OV 1.10 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.01 KP 0.99 ! LA 0.96 MK 1.02 NL 1.11 OV 1.11 ! PT 1.03 SC 1.18 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.17 FD 1.02 HN 0.99 KP 0.97 ! LA 1.01 MK 1.03 NL 1.07 OV 1.04 ! PT 1.02 SC 1.08 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.16 HN 1.02 KP 0.96 ! LA 0.68 MK 0.77 NL 1.00* OV 1.00* ! PT 0.85 SC 1.00* ! ! ! Fit before self-cal, rms=0.349784Jy sigma=0.000698 ! Fit after self-cal, rms=0.109020Jy sigma=0.000681 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.221 mas, bmaj=8.203 mas, bpa=-4.444 degrees ! Estimated noise=1014.43 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.00172625 Jy ! Component: 100 - total flux cleaned = 0.0017925 Jy ! Component: 150 - total flux cleaned = 0.00179026 Jy ! Component: 200 - total flux cleaned = 0.0018856 Jy ! Total flux subtracted in 200 components = 0.0018856 Jy ! Clean residual min=-0.003418 max=0.003040 Jy/beam ! Clean residual mean=0.000003 rms=0.000810 Jy/beam ! Combined flux in latest and established models = 0.186957 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 65 components and 0.186957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108918Jy sigma=0.000680 ! Fit after self-cal, rms=0.108575Jy sigma=0.000679 ! 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.108575Jy sigma=0.000679 ! Fit after self-cal, rms=0.106158Jy sigma=0.000676 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.221 mas, bmaj=8.251 mas, bpa=-4.643 degrees ! Estimated noise=1014.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000976607 Jy ! Component: 100 - total flux cleaned = 0.000892001 Jy ! Component: 150 - total flux cleaned = 0.000961278 Jy ! Component: 200 - total flux cleaned = 0.000991555 Jy ! Total flux subtracted in 200 components = 0.000991555 Jy ! Clean residual min=-0.002750 max=0.002594 Jy/beam ! Clean residual mean=0.000000 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.187948 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 72 components and 0.187948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106121Jy sigma=0.000676 ! Fit after self-cal, rms=0.106107Jy sigma=0.000676 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.000132954 Jy ! Component: 100 - total flux cleaned = 0.00010377 Jy ! Component: 150 - total flux cleaned = 0.000151816 Jy ! Component: 200 - total flux cleaned = 0.000195017 Jy ! Total flux subtracted in 200 components = 0.000195017 Jy ! Clean residual min=-0.002729 max=0.002614 Jy/beam ! Clean residual mean=0.000000 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.188143 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 76 components and 0.188143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106091Jy sigma=0.000676 ! Fit after self-cal, rms=0.106093Jy sigma=0.000676 ! 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.106093Jy sigma=0.000676 ! Fit after self-cal, rms=0.106047Jy sigma=0.000675 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.222 mas, bmaj=8.26 mas, bpa=-4.698 degrees ! Estimated noise=1016.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00062806 Jy ! Component: 100 - total flux cleaned = 0.000705422 Jy ! Component: 150 - total flux cleaned = 0.000796373 Jy ! Component: 200 - total flux cleaned = 0.000875893 Jy ! Total flux subtracted in 200 components = 0.000875893 Jy ! Clean residual min=-0.002692 max=0.002598 Jy/beam ! Clean residual mean=0.000000 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.189019 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 85 components and 0.189019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106030Jy sigma=0.000675 ! Fit after self-cal, rms=0.106033Jy sigma=0.000675 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 = 6.28705e-05 Jy ! Component: 100 - total flux cleaned = 0.000120022 Jy ! Component: 150 - total flux cleaned = 0.000154211 Jy ! Component: 200 - total flux cleaned = 0.000169438 Jy ! Total flux subtracted in 200 components = 0.000169438 Jy ! Clean residual min=-0.002678 max=0.002583 Jy/beam ! Clean residual mean=0.000000 rms=0.000654 Jy/beam ! Combined flux in latest and established models = 0.189189 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 90 components and 0.189189 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106024Jy sigma=0.000675 ! Fit after self-cal, rms=0.106025Jy sigma=0.000675 ! 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.106025Jy sigma=0.000675 ! Fit after self-cal, rms=0.106034Jy sigma=0.000675 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.397 mas, bmaj=14.61 mas, bpa=-4.833 degrees ! Estimated noise=1295.29 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00111977 Jy ! Component: 100 - total flux cleaned = 0.00126776 Jy ! Component: 150 - total flux cleaned = 0.00135489 Jy ! Component: 200 - total flux cleaned = 0.0013926 Jy ! Total flux subtracted in 200 components = 0.0013926 Jy ! Clean residual min=-0.002781 max=0.003122 Jy/beam ! Clean residual mean=0.000001 rms=0.000871 Jy/beam ! Combined flux in latest and established models = 0.190581 Jy selfcal ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 91 components and 0.190581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106022Jy sigma=0.000675 ! Fit after self-cal, rms=0.106026Jy sigma=0.000675 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.72265e-05 Jy ! Component: 100 - total flux cleaned = 7.16449e-05 Jy ! Component: 150 - total flux cleaned = 0.000119219 Jy ! Component: 200 - total flux cleaned = 0.000147231 Jy ! Total flux subtracted in 200 components = 0.000147231 Jy ! Clean residual min=-0.002769 max=0.003129 Jy/beam ! Clean residual mean=0.000001 rms=0.000867 Jy/beam ! Combined flux in latest and established models = 0.190729 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 93 components and 0.190729 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106024Jy sigma=0.000675 ! Fit after self-cal, rms=0.106029Jy sigma=0.000675 ! 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.222 mas, bmaj=8.259 mas, bpa=-4.697 degrees ! Estimated noise=1017.71 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.222 x 8.259 at -4.697 degrees (North through East) ! Clean map min=-0.002419 max=0.11925 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.708 mas, bmaj=7.137 mas, bpa=-3.258 degrees ! Estimated noise=1455.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0883159 Jy ! Component: 100 - total flux cleaned = 0.125367 Jy ! Component: 150 - total flux cleaned = 0.147578 Jy ! Component: 200 - total flux cleaned = 0.161693 Jy ! Total flux subtracted in 200 components = 0.161693 Jy ! Clean residual min=-0.005023 max=0.007510 Jy/beam ! Clean residual mean=-0.000018 rms=0.001311 Jy/beam ! Combined flux in latest and established models = 0.161693 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.161693 Jy ! Inverting map and beam ! Estimated beam: bmin=3.222 mas, bmaj=8.259 mas, bpa=-4.697 degrees ! Estimated noise=1017.71 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.0120398 Jy ! Component: 100 - total flux cleaned = 0.0189344 Jy ! Component: 150 - total flux cleaned = 0.0230133 Jy ! Component: 200 - total flux cleaned = 0.0254705 Jy ! Total flux subtracted in 200 components = 0.0254705 Jy ! Clean residual min=-0.002853 max=0.002764 Jy/beam ! Clean residual mean=-0.000002 rms=0.000686 Jy/beam ! Combined flux in latest and established models = 0.187164 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 64 components and 0.187164 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.397 mas, bmaj=14.61 mas, bpa=-4.833 degrees ! Estimated noise=1295.29 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00264919 Jy ! Component: 100 - total flux cleaned = 0.0037579 Jy ! Component: 150 - total flux cleaned = 0.00390175 Jy ! Component: 200 - total flux cleaned = 0.00397155 Jy ! Total flux subtracted in 200 components = 0.00397155 Jy ! Clean residual min=-0.002852 max=0.003037 Jy/beam ! Clean residual mean=0.000001 rms=0.000871 Jy/beam ! Combined flux in latest and established models = 0.191135 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 = -1.50365e-05 Jy ! Component: 100 - total flux cleaned = -4.35096e-05 Jy ! Component: 150 - total flux cleaned = -5.71499e-05 Jy ! Component: 200 - total flux cleaned = -8.24746e-05 Jy ! Total flux subtracted in 200 components = -8.24746e-05 Jy ! Clean residual min=-0.002848 max=0.003047 Jy/beam ! Clean residual mean=0.000001 rms=0.000869 Jy/beam ! Combined flux in latest and established models = 0.191053 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 73 components and 0.191053 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.222 mas, bmaj=8.259 mas, bpa=-4.697 degrees ! Estimated noise=1017.71 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000538732 Jy ! Component: 100 - total flux cleaned = -0.00053812 Jy ! Component: 150 - total flux cleaned = -0.000540343 Jy ! Component: 200 - total flux cleaned = -0.000541806 Jy ! Total flux subtracted in 200 components = -0.000541806 Jy ! Clean residual min=-0.002603 max=0.002585 Jy/beam ! Clean residual mean=0.000000 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.190511 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 80 components and 0.190511 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106047Jy sigma=0.000675 ! Fit after self-cal, rms=0.106045Jy sigma=0.000675 wmodel J0553-0840_S_2017_05_31_pus_map.mod ! Writing 80 model components to file: J0553-0840_S_2017_05_31_pus_map.mod wobs J0553-0840_S_2017_05_31_pus_uvs.fits ! Writing UV FITS file: J0553-0840_S_2017_05_31_pus_uvs.fits wwins J0553-0840_S_2017_05_31_pus_map.win ! wwins: Wrote 2 windows to J0553-0840_S_2017_05_31_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.000148284 Jy ! Component: 100 - total flux cleaned = 0.00023575 Jy ! Component: 150 - total flux cleaned = 0.000235676 Jy ! Component: 200 - total flux cleaned = 0.000277123 Jy ! Component: 250 - total flux cleaned = 0.000352854 Jy ! Component: 300 - total flux cleaned = 0.000315087 Jy ! Component: 350 - total flux cleaned = 0.000457779 Jy ! Component: 400 - total flux cleaned = 0.000456963 Jy ! Component: 450 - total flux cleaned = 0.000525209 Jy ! Component: 500 - total flux cleaned = 0.000625802 Jy ! Component: 550 - total flux cleaned = 0.000756875 Jy ! Component: 600 - total flux cleaned = 0.000821181 Jy ! Component: 650 - total flux cleaned = 0.000947925 Jy ! Component: 700 - total flux cleaned = 0.00107293 Jy ! Component: 750 - total flux cleaned = 0.00116542 Jy ! Component: 800 - total flux cleaned = 0.00146653 Jy ! Component: 850 - total flux cleaned = 0.00146595 Jy ! Component: 900 - total flux cleaned = 0.00164095 Jy ! Component: 950 - total flux cleaned = 0.00178473 Jy ! Component: 1000 - total flux cleaned = 0.00184131 Jy ! Component: 1050 - total flux cleaned = 0.00200963 Jy ! Component: 1100 - total flux cleaned = 0.00203724 Jy ! Component: 1150 - total flux cleaned = 0.00217325 Jy ! Component: 1200 - total flux cleaned = 0.00222705 Jy ! Component: 1250 - total flux cleaned = 0.00230707 Jy ! Component: 1300 - total flux cleaned = 0.00235973 Jy ! Component: 1350 - total flux cleaned = 0.00248886 Jy ! Component: 1400 - total flux cleaned = 0.0025653 Jy ! Component: 1450 - total flux cleaned = 0.00264055 Jy ! Component: 1500 - total flux cleaned = 0.00268982 Jy ! Component: 1550 - total flux cleaned = 0.00273915 Jy ! Component: 1600 - total flux cleaned = 0.00269118 Jy ! Component: 1650 - total flux cleaned = 0.0028111 Jy ! Component: 1700 - total flux cleaned = 0.00285786 Jy ! Component: 1750 - total flux cleaned = 0.00283438 Jy ! Component: 1800 - total flux cleaned = 0.0029037 Jy ! Component: 1850 - total flux cleaned = 0.0029264 Jy ! Component: 1900 - total flux cleaned = 0.00290364 Jy ! Component: 1950 - total flux cleaned = 0.00290363 Jy ! Component: 2000 - total flux cleaned = 0.00290378 Jy ! Component: 2050 - total flux cleaned = 0.00290378 Jy ! Component: 2100 - total flux cleaned = 0.00290393 Jy ! Component: 2150 - total flux cleaned = 0.00292562 Jy ! Component: 2200 - total flux cleaned = 0.00292558 Jy ! Component: 2250 - total flux cleaned = 0.00288355 Jy ! Component: 2300 - total flux cleaned = 0.00290449 Jy ! Component: 2350 - total flux cleaned = 0.00288394 Jy ! Component: 2400 - total flux cleaned = 0.00290432 Jy ! Component: 2450 - total flux cleaned = 0.00292431 Jy ! Component: 2500 - total flux cleaned = 0.00282437 Jy ! Component: 2550 - total flux cleaned = 0.00282455 Jy ! Component: 2600 - total flux cleaned = 0.00280506 Jy ! Component: 2650 - total flux cleaned = 0.00284415 Jy ! Component: 2700 - total flux cleaned = 0.00278608 Jy ! Component: 2750 - total flux cleaned = 0.0028243 Jy ! Component: 2800 - total flux cleaned = 0.00282412 Jy ! Component: 2850 - total flux cleaned = 0.00276777 Jy ! Component: 2900 - total flux cleaned = 0.00276789 Jy ! Component: 2950 - total flux cleaned = 0.00278632 Jy ! Component: 3000 - total flux cleaned = 0.00274955 Jy ! Component: 3050 - total flux cleaned = 0.00274958 Jy ! Component: 3100 - total flux cleaned = 0.00276755 Jy ! Component: 3150 - total flux cleaned = 0.00271394 Jy ! Component: 3200 - total flux cleaned = 0.00271398 Jy ! Component: 3250 - total flux cleaned = 0.00271387 Jy ! Component: 3300 - total flux cleaned = 0.00266152 Jy ! Component: 3350 - total flux cleaned = 0.00269615 Jy ! Component: 3400 - total flux cleaned = 0.00264452 Jy ! Component: 3450 - total flux cleaned = 0.00266155 Jy ! Component: 3500 - total flux cleaned = 0.00266144 Jy ! Component: 3550 - total flux cleaned = 0.00264456 Jy ! Component: 3600 - total flux cleaned = 0.00262787 Jy ! Component: 3650 - total flux cleaned = 0.00259462 Jy ! Component: 3700 - total flux cleaned = 0.00252874 Jy ! Component: 3750 - total flux cleaned = 0.0024962 Jy ! Component: 3800 - total flux cleaned = 0.00249628 Jy ! Component: 3850 - total flux cleaned = 0.00254459 Jy ! Component: 3900 - total flux cleaned = 0.00254447 Jy ! Component: 3950 - total flux cleaned = 0.00252866 Jy ! Component: 4000 - total flux cleaned = 0.00244975 Jy ! Component: 4050 - total flux cleaned = 0.00241844 Jy ! Total flux subtracted in 4096 components = 0.00241826 Jy ! Clean residual min=-0.001054 max=0.000871 Jy/beam ! Clean residual mean=0.000001 rms=0.000281 Jy/beam ! Combined flux in latest and established models = 0.192929 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 366 components and 0.192929 Jy ![Exited script file: muppet] wmap "J0553-0840_S_2017_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.222 x 8.259 at -4.697 degrees (North through East) ! Clean map min=-0.0019636 max=0.11854 Jy/beam ! Writing clean map to FITS file: J0553-0840_S_2017_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.118544 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000276233 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.699068 0.699068 1.39814 2.79627 5.59254 11.1851 22.3702 44.7403 89.4807 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.118 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.222 x 8.259 at -4.697 degrees (North through East) ! Clean map min=-0.0019636 max=0.11854 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 J0553-0840_S_2017_05_31_pus_uvs.log closed on Tue Feb 5 21:39:59 2019