! Started logfile: J0824-2428_S_2017_04_28_pus_uvs.log on Thu May 2 16:20:45 2019 obs J0824-2428_S_2017_04_28_pus_uva.fits ! Reading UV FITS file: J0824-2428_S_2017_04_28_pus_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.966667 visibilities/baseline/integration-bin. ! Found source: J0824-2428 ! ! 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 671 lines of history. ! ! Reading 13224 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 J0824-2428_S_2017_04_28_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 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 316 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.928035Jy sigma=0.005535 ! Fit after self-cal, rms=0.902697Jy sigma=0.005398 ! 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.596 mas, bmaj=6.836 mas, bpa=-8.943 degrees ! Estimated noise=1676.13 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.07425 Jy ! Component: 100 - total flux cleaned = 0.100819 Jy ! Total flux subtracted in 100 components = 0.100819 Jy ! Clean residual min=-0.005729 max=0.013083 Jy/beam ! Clean residual mean=0.000007 rms=0.001927 Jy/beam ! Combined flux in latest and established models = 0.100819 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 28 components and 0.100819 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126025Jy sigma=0.000691 ! Fit after self-cal, rms=0.125928Jy sigma=0.000691 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0165641 Jy ! Component: 100 - total flux cleaned = 0.026686 Jy ! Total flux subtracted in 100 components = 0.026686 Jy ! Clean residual min=-0.004548 max=0.006077 Jy/beam ! Clean residual mean=0.000009 rms=0.001327 Jy/beam ! Combined flux in latest and established models = 0.127505 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 52 components and 0.127505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122870Jy sigma=0.000670 ! Fit after self-cal, rms=0.122823Jy sigma=0.000670 ! 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.101 mas, bmaj=7.996 mas, bpa=-8.479 degrees ! Estimated noise=1144 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.00978026 Jy ! Component: 100 - total flux cleaned = 0.0148743 Jy ! Component: 150 - total flux cleaned = 0.0177094 Jy ! Component: 200 - total flux cleaned = 0.0193043 Jy ! Total flux subtracted in 200 components = 0.0193043 Jy ! Clean residual min=-0.004491 max=0.004421 Jy/beam ! Clean residual mean=0.000016 rms=0.001085 Jy/beam ! Combined flux in latest and established models = 0.14681 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 67 components and 0.14681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122018Jy sigma=0.000665 ! Fit after self-cal, rms=0.121993Jy sigma=0.000665 ! 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.88 FD 0.97 HN 1.04 KP 1.07 ! LA 0.98 MK 1.14 NL 0.94 OV 1.01 ! PT 1.14 SC 1.06 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.87 HN 1.14 KP 0.96 ! LA 0.97 MK 1.08 NL 1.10 OV 1.10 ! PT 1.11 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.94 HN 1.04 KP 1.06 ! LA 0.98 MK 1.05 NL 1.06 OV 0.89 ! PT 1.14 SC 0.99 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.95 HN 0.90 KP 1.00* ! LA 0.72 MK 0.73 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.121993Jy sigma=0.000665 ! Fit after self-cal, rms=0.121163Jy sigma=0.000660 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.134 mas, bmaj=8.019 mas, bpa=-8.606 degrees ! Estimated noise=1152.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.000176925 Jy ! Component: 100 - total flux cleaned = -0.000201933 Jy ! Component: 150 - total flux cleaned = -0.000201739 Jy ! Component: 200 - total flux cleaned = -0.000201231 Jy ! Total flux subtracted in 200 components = -0.000201231 Jy ! Clean residual min=-0.003084 max=0.003079 Jy/beam ! Clean residual mean=0.000001 rms=0.000801 Jy/beam ! Combined flux in latest and established models = 0.146608 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 75 components and 0.146608 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121152Jy sigma=0.000660 ! Fit after self-cal, rms=0.121225Jy 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.121225Jy sigma=0.000660 ! Fit after self-cal, rms=0.122454Jy sigma=0.000659 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.132 mas, bmaj=8.017 mas, bpa=-8.443 degrees ! Estimated noise=1153.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000336566 Jy ! Component: 100 - total flux cleaned = 0.000376188 Jy ! Component: 150 - total flux cleaned = 0.000357666 Jy ! Component: 200 - total flux cleaned = 0.000357681 Jy ! Total flux subtracted in 200 components = 0.000357681 Jy ! Clean residual min=-0.002921 max=0.002805 Jy/beam ! Clean residual mean=0.000002 rms=0.000736 Jy/beam ! Combined flux in latest and established models = 0.146966 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 76 components and 0.146966 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122445Jy sigma=0.000659 ! Fit after self-cal, rms=0.122464Jy sigma=0.000659 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.34426e-05 Jy ! Component: 100 - total flux cleaned = 1.09996e-05 Jy ! Component: 150 - total flux cleaned = -5.04025e-06 Jy ! Component: 200 - total flux cleaned = -5.01527e-06 Jy ! Total flux subtracted in 200 components = -5.01527e-06 Jy ! Clean residual min=-0.002920 max=0.002810 Jy/beam ! Clean residual mean=0.000002 rms=0.000737 Jy/beam ! Combined flux in latest and established models = 0.146961 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 77 components and 0.146961 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122458Jy sigma=0.000659 ! Fit after self-cal, rms=0.122457Jy sigma=0.000659 ! 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.122457Jy sigma=0.000659 ! Fit after self-cal, rms=0.123366Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.122 mas, bmaj=8.003 mas, bpa=-8.39 degrees ! Estimated noise=1149.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000157701 Jy ! Component: 100 - total flux cleaned = 0.000177932 Jy ! Component: 150 - total flux cleaned = 0.000212616 Jy ! Component: 200 - total flux cleaned = 0.000212309 Jy ! Total flux subtracted in 200 components = 0.000212309 Jy ! Clean residual min=-0.002782 max=0.002846 Jy/beam ! Clean residual mean=0.000002 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.147173 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 78 components and 0.147173 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123357Jy sigma=0.000659 ! Fit after self-cal, rms=0.123377Jy sigma=0.000659 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.42732e-05 Jy ! Component: 100 - total flux cleaned = -8.15331e-06 Jy ! Component: 150 - total flux cleaned = 6.92867e-06 Jy ! Component: 200 - total flux cleaned = 7.29687e-06 Jy ! Total flux subtracted in 200 components = 7.29687e-06 Jy ! Clean residual min=-0.002786 max=0.002855 Jy/beam ! Clean residual mean=0.000002 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.147181 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 78 components and 0.147181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123372Jy sigma=0.000659 ! Fit after self-cal, rms=0.123372Jy sigma=0.000659 ! 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.123372Jy sigma=0.000659 ! Fit after self-cal, rms=0.123094Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.622 mas, bmaj=17.21 mas, bpa=-3.107 degrees ! Estimated noise=1467.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000587375 Jy ! Component: 100 - total flux cleaned = 0.000607425 Jy ! Component: 150 - total flux cleaned = 0.000615826 Jy ! Component: 200 - total flux cleaned = 0.000629642 Jy ! Total flux subtracted in 200 components = 0.000629642 Jy ! Clean residual min=-0.003397 max=0.003294 Jy/beam ! Clean residual mean=0.000002 rms=0.000883 Jy/beam ! Combined flux in latest and established models = 0.14781 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 82 components and 0.14781 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123096Jy sigma=0.000659 ! Fit after self-cal, rms=0.123095Jy sigma=0.000659 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.16749e-05 Jy ! Component: 100 - total flux cleaned = 2.10163e-05 Jy ! Component: 150 - total flux cleaned = 2.16915e-05 Jy ! Component: 200 - total flux cleaned = 2.86977e-05 Jy ! Total flux subtracted in 200 components = 2.86977e-05 Jy ! Clean residual min=-0.003390 max=0.003292 Jy/beam ! Clean residual mean=0.000002 rms=0.000883 Jy/beam ! Combined flux in latest and established models = 0.147839 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 83 components and 0.147839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123096Jy sigma=0.000659 ! Fit after self-cal, rms=0.123096Jy sigma=0.000659 ! 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.114 mas, bmaj=7.982 mas, bpa=-8.33 degrees ! Estimated noise=1145.97 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.114 x 7.982 at -8.33 degrees (North through East) ! Clean map min=-0.0027102 max=0.098021 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.605 mas, bmaj=6.817 mas, bpa=-8.894 degrees ! Estimated noise=1680.07 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0736515 Jy ! Component: 100 - total flux cleaned = 0.102597 Jy ! Component: 150 - total flux cleaned = 0.118921 Jy ! Component: 200 - total flux cleaned = 0.128567 Jy ! Total flux subtracted in 200 components = 0.128567 Jy ! Clean residual min=-0.004575 max=0.005708 Jy/beam ! Clean residual mean=0.000003 rms=0.001159 Jy/beam ! Combined flux in latest and established models = 0.128567 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 40 model components to the UV plane model. ! The established model now contains 40 components and 0.128567 Jy ! Inverting map and beam ! Estimated beam: bmin=3.114 mas, bmaj=7.982 mas, bpa=-8.33 degrees ! Estimated noise=1145.97 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.00863018 Jy ! Component: 100 - total flux cleaned = 0.0130273 Jy ! Component: 150 - total flux cleaned = 0.0154456 Jy ! Component: 200 - total flux cleaned = 0.0167967 Jy ! Total flux subtracted in 200 components = 0.0167967 Jy ! Clean residual min=-0.002843 max=0.002950 Jy/beam ! Clean residual mean=0.000002 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.145364 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 63 components and 0.145364 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.622 mas, bmaj=17.21 mas, bpa=-3.107 degrees ! Estimated noise=1467.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00149364 Jy ! Component: 100 - total flux cleaned = 0.00204304 Jy ! Component: 150 - total flux cleaned = 0.00210227 Jy ! Component: 200 - total flux cleaned = 0.00212239 Jy ! Total flux subtracted in 200 components = 0.00212239 Jy ! Clean residual min=-0.003445 max=0.003246 Jy/beam ! Clean residual mean=0.000002 rms=0.000886 Jy/beam ! Combined flux in latest and established models = 0.147486 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 = 2.65413e-05 Jy ! Component: 100 - total flux cleaned = 4.29433e-05 Jy ! Component: 150 - total flux cleaned = 5.88747e-05 Jy ! Component: 200 - total flux cleaned = 6.61448e-05 Jy ! Total flux subtracted in 200 components = 6.61448e-05 Jy ! Clean residual min=-0.003434 max=0.003252 Jy/beam ! Clean residual mean=0.000002 rms=0.000885 Jy/beam ! Combined flux in latest and established models = 0.147553 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 70 components and 0.147553 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.114 mas, bmaj=7.982 mas, bpa=-8.33 degrees ! Estimated noise=1145.97 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00058244 Jy ! Component: 100 - total flux cleaned = -0.000685454 Jy ! Component: 150 - total flux cleaned = -0.000685385 Jy ! Component: 200 - total flux cleaned = -0.000686358 Jy ! Total flux subtracted in 200 components = -0.000686358 Jy ! Clean residual min=-0.002788 max=0.002944 Jy/beam ! Clean residual mean=0.000002 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.146866 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 73 components and 0.146866 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123107Jy sigma=0.000659 ! Fit after self-cal, rms=0.123095Jy sigma=0.000659 wmodel J0824-2428_S_2017_04_28_pus_map.mod ! Writing 73 model components to file: J0824-2428_S_2017_04_28_pus_map.mod wobs J0824-2428_S_2017_04_28_pus_uvs.fits ! Writing UV FITS file: J0824-2428_S_2017_04_28_pus_uvs.fits wwins J0824-2428_S_2017_04_28_pus_map.win ! wwins: Wrote 1 windows to J0824-2428_S_2017_04_28_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.000421998 Jy ! Component: 100 - total flux cleaned = -0.000961357 Jy ! Component: 150 - total flux cleaned = -0.00146978 Jy ! Component: 200 - total flux cleaned = -0.00186596 Jy ! Component: 250 - total flux cleaned = -0.00195142 Jy ! Component: 300 - total flux cleaned = -0.00207548 Jy ! Component: 350 - total flux cleaned = -0.00207731 Jy ! Component: 400 - total flux cleaned = -0.00207795 Jy ! Component: 450 - total flux cleaned = -0.00188864 Jy ! Component: 500 - total flux cleaned = -0.00170291 Jy ! Component: 550 - total flux cleaned = -0.00152174 Jy ! Component: 600 - total flux cleaned = -0.00138067 Jy ! Component: 650 - total flux cleaned = -0.00127736 Jy ! Component: 700 - total flux cleaned = -0.00117591 Jy ! Component: 750 - total flux cleaned = -0.00114237 Jy ! Component: 800 - total flux cleaned = -0.00110934 Jy ! Component: 850 - total flux cleaned = -0.000916073 Jy ! Component: 900 - total flux cleaned = -0.000758152 Jy ! Component: 950 - total flux cleaned = -0.000540188 Jy ! Component: 1000 - total flux cleaned = -0.000418518 Jy ! Component: 1050 - total flux cleaned = -0.000146544 Jy ! Component: 1100 - total flux cleaned = 6.16294e-05 Jy ! Component: 1150 - total flux cleaned = 0.000354975 Jy ! Component: 1200 - total flux cleaned = 0.000441667 Jy ! Component: 1250 - total flux cleaned = 0.000699458 Jy ! Component: 1300 - total flux cleaned = 0.000897446 Jy ! Component: 1350 - total flux cleaned = 0.00109316 Jy ! Component: 1400 - total flux cleaned = 0.00123142 Jy ! Component: 1450 - total flux cleaned = 0.00145032 Jy ! Component: 1500 - total flux cleaned = 0.00158549 Jy ! Component: 1550 - total flux cleaned = 0.00169264 Jy ! Component: 1600 - total flux cleaned = 0.00171907 Jy ! Component: 1650 - total flux cleaned = 0.00190282 Jy ! Component: 1700 - total flux cleaned = 0.00203262 Jy ! Component: 1750 - total flux cleaned = 0.00218693 Jy ! Component: 1800 - total flux cleaned = 0.00228862 Jy ! Component: 1850 - total flux cleaned = 0.00226363 Jy ! Component: 1900 - total flux cleaned = 0.00241362 Jy ! Component: 1950 - total flux cleaned = 0.00253768 Jy ! Component: 2000 - total flux cleaned = 0.00261168 Jy ! Component: 2050 - total flux cleaned = 0.00268477 Jy ! Component: 2100 - total flux cleaned = 0.00278103 Jy ! Component: 2150 - total flux cleaned = 0.00278105 Jy ! Component: 2200 - total flux cleaned = 0.0028525 Jy ! Component: 2250 - total flux cleaned = 0.00304002 Jy ! Component: 2300 - total flux cleaned = 0.00306285 Jy ! Component: 2350 - total flux cleaned = 0.00308567 Jy ! Component: 2400 - total flux cleaned = 0.00322275 Jy ! Component: 2450 - total flux cleaned = 0.00324501 Jy ! Component: 2500 - total flux cleaned = 0.00326793 Jy ! Component: 2550 - total flux cleaned = 0.00335727 Jy ! Component: 2600 - total flux cleaned = 0.00342367 Jy ! Component: 2650 - total flux cleaned = 0.00357762 Jy ! Component: 2700 - total flux cleaned = 0.00357778 Jy ! Component: 2750 - total flux cleaned = 0.00370787 Jy ! Component: 2800 - total flux cleaned = 0.00377228 Jy ! Component: 2850 - total flux cleaned = 0.00385769 Jy ! Component: 2900 - total flux cleaned = 0.00396401 Jy ! Component: 2950 - total flux cleaned = 0.00400643 Jy ! Component: 3000 - total flux cleaned = 0.00417359 Jy ! Component: 3050 - total flux cleaned = 0.00421488 Jy ! Component: 3100 - total flux cleaned = 0.00429732 Jy ! Component: 3150 - total flux cleaned = 0.00433842 Jy ! Component: 3200 - total flux cleaned = 0.00429771 Jy ! Component: 3250 - total flux cleaned = 0.00435843 Jy ! Component: 3300 - total flux cleaned = 0.00439862 Jy ! Component: 3350 - total flux cleaned = 0.00449846 Jy ! Component: 3400 - total flux cleaned = 0.00459756 Jy ! Component: 3450 - total flux cleaned = 0.00459731 Jy ! Component: 3500 - total flux cleaned = 0.0046167 Jy ! Component: 3550 - total flux cleaned = 0.00471403 Jy ! Component: 3600 - total flux cleaned = 0.00477197 Jy ! Component: 3650 - total flux cleaned = 0.00475287 Jy ! Component: 3700 - total flux cleaned = 0.00486733 Jy ! Component: 3750 - total flux cleaned = 0.00486729 Jy ! Component: 3800 - total flux cleaned = 0.00494263 Jy ! Component: 3850 - total flux cleaned = 0.00501762 Jy ! Component: 3900 - total flux cleaned = 0.0050176 Jy ! Component: 3950 - total flux cleaned = 0.00505474 Jy ! Component: 4000 - total flux cleaned = 0.0051284 Jy ! Component: 4050 - total flux cleaned = 0.00511004 Jy ! Total flux subtracted in 4096 components = 0.00514659 Jy ! Clean residual min=-0.001268 max=0.001009 Jy/beam ! Clean residual mean=0.000004 rms=0.000332 Jy/beam ! Combined flux in latest and established models = 0.152013 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 350 components and 0.152013 Jy ![Exited script file: muppet] wmap "J0824-2428_S_2017_04_28_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.114 x 7.982 at -8.33 degrees (North through East) ! Clean map min=-0.0021382 max=0.098018 Jy/beam ! Writing clean map to FITS file: J0824-2428_S_2017_04_28_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0980177 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00032576 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.997046 0.997046 1.99409 3.98819 7.97637 15.9527 31.9055 63.811 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.098 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.114 x 7.982 at -8.33 degrees (North through East) ! Clean map min=-0.0021382 max=0.098018 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 J0824-2428_S_2017_04_28_pus_uvs.log closed on Thu May 2 16:20:50 2019