! Started logfile: J1554-2704_S_2017_01_16_pus_uvs.log on Sun Apr 7 15:17:04 2019 obs J1554-2704_S_2017_01_16_pus_uva.fits ! Reading UV FITS file: J1554-2704_S_2017_01_16_pus_uva.fits ! AN table 1: 95 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.777778 visibilities/baseline/integration-bin. ! Found source: J1554-2704 ! ! 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 622 lines of history. ! ! Reading 13300 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 J1554-2704_S_2017_01_16_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 108 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 108 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 108 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 203 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.760689Jy sigma=0.004622 ! Fit after self-cal, rms=0.725453Jy sigma=0.004424 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3 mas, bmaj=13.55 mas, bpa=16.28 degrees ! Estimated noise=2038.27 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.207375 Jy ! Component: 100 - total flux cleaned = 0.285969 Jy ! Total flux subtracted in 100 components = 0.285969 Jy ! Clean residual min=-0.018225 max=0.038247 Jy/beam ! Clean residual mean=-0.000302 rms=0.006544 Jy/beam ! Combined flux in latest and established models = 0.285969 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.285969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175030Jy sigma=0.000943 ! Fit after self-cal, rms=0.174884Jy sigma=0.000941 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0447465 Jy ! Component: 100 - total flux cleaned = 0.0712596 Jy ! Total flux subtracted in 100 components = 0.0712596 Jy ! Clean residual min=-0.013380 max=0.023394 Jy/beam ! Clean residual mean=-0.000199 rms=0.004765 Jy/beam ! Combined flux in latest and established models = 0.357228 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 22 components and 0.357228 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159514Jy sigma=0.000820 ! Fit after self-cal, rms=0.159460Jy sigma=0.000819 ! 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.85 mas, bmaj=15.09 mas, bpa=14.83 degrees ! Estimated noise=1047.15 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.0223377 Jy ! Component: 100 - total flux cleaned = 0.035363 Jy ! Component: 150 - total flux cleaned = 0.0436157 Jy ! Component: 200 - total flux cleaned = 0.0489537 Jy ! Total flux subtracted in 200 components = 0.0489537 Jy ! Clean residual min=-0.014355 max=0.032719 Jy/beam ! Clean residual mean=-0.000189 rms=0.005551 Jy/beam ! Combined flux in latest and established models = 0.406182 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 86 components and 0.406182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155714Jy sigma=0.000795 ! Fit after self-cal, rms=0.155756Jy sigma=0.000795 ! Inverting map ! Added new window around map position (-29, -18). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0309782 Jy ! Component: 100 - total flux cleaned = 0.0487127 Jy ! Component: 150 - total flux cleaned = 0.0607168 Jy ! Component: 200 - total flux cleaned = 0.0682456 Jy ! Total flux subtracted in 200 components = 0.0682456 Jy ! Clean residual min=-0.012845 max=0.013613 Jy/beam ! Clean residual mean=-0.000129 rms=0.003736 Jy/beam ! Combined flux in latest and established models = 0.474428 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 143 components and 0.474428 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148916Jy sigma=0.000742 ! Fit after self-cal, rms=0.148117Jy sigma=0.000736 ! 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.01 FD 0.91 HN 1.02 KP 1.01 ! LA 0.97 MK 1.00* NL 0.94 OV 1.02 ! PT 1.01 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.95 HN 1.10 KP 0.99 ! LA 0.95 MK 1.00* NL 1.07 OV 1.07 ! PT 1.01 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.98 HN 1.12 KP 1.03 ! LA 0.96 MK 1.00* NL 1.02 OV 0.96 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.00 HN 0.98 KP 1.04 ! LA 0.67 MK 1.00* NL 1.00* OV 0.98 ! PT 1.05 SC 1.02 ! ! ! Fit before self-cal, rms=0.148117Jy sigma=0.000736 ! Fit after self-cal, rms=0.138525Jy sigma=0.000715 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.865 mas, bmaj=15.28 mas, bpa=15.05 degrees ! Estimated noise=1042.06 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.0077543 Jy ! Component: 100 - total flux cleaned = 0.0109715 Jy ! Component: 150 - total flux cleaned = 0.0117465 Jy ! Component: 200 - total flux cleaned = 0.0118869 Jy ! Total flux subtracted in 200 components = 0.0118869 Jy ! Clean residual min=-0.008642 max=0.010775 Jy/beam ! Clean residual mean=-0.000061 rms=0.002894 Jy/beam ! Combined flux in latest and established models = 0.486315 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 186 components and 0.486315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138013Jy sigma=0.000710 ! Fit after self-cal, rms=0.137914Jy sigma=0.000710 ! 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.137914Jy sigma=0.000710 ! Fit after self-cal, rms=0.137788Jy sigma=0.000710 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.866 mas, bmaj=15.3 mas, bpa=15.08 degrees ! Estimated noise=1041.44 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00268448 Jy ! Component: 100 - total flux cleaned = 0.00305253 Jy ! Component: 150 - total flux cleaned = 0.00273223 Jy ! Component: 200 - total flux cleaned = 0.00263593 Jy ! Total flux subtracted in 200 components = 0.00263593 Jy ! Clean residual min=-0.008442 max=0.010460 Jy/beam ! Clean residual mean=-0.000060 rms=0.002822 Jy/beam ! Combined flux in latest and established models = 0.488951 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 211 components and 0.488951 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137601Jy sigma=0.000708 ! Fit after self-cal, rms=0.137576Jy sigma=0.000708 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.000919008 Jy ! Component: 100 - total flux cleaned = 0.00101197 Jy ! Component: 150 - total flux cleaned = 0.000925937 Jy ! Component: 200 - total flux cleaned = 0.00092396 Jy ! Total flux subtracted in 200 components = 0.00092396 Jy ! Clean residual min=-0.008387 max=0.010337 Jy/beam ! Clean residual mean=-0.000059 rms=0.002801 Jy/beam ! Combined flux in latest and established models = 0.489875 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 223 components and 0.489875 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137464Jy sigma=0.000708 ! Fit after self-cal, rms=0.137458Jy sigma=0.000708 ! 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.137458Jy sigma=0.000708 ! Fit after self-cal, rms=0.138404Jy sigma=0.000699 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.871 mas, bmaj=15.19 mas, bpa=14.93 degrees ! Estimated noise=1041.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00105388 Jy ! Component: 100 - total flux cleaned = 8.71995e-05 Jy ! Component: 150 - total flux cleaned = -0.000185719 Jy ! Component: 200 - total flux cleaned = -0.000603322 Jy ! Total flux subtracted in 200 components = -0.000603322 Jy ! Clean residual min=-0.006612 max=0.009996 Jy/beam ! Clean residual mean=-0.000048 rms=0.002507 Jy/beam ! Combined flux in latest and established models = 0.489271 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 242 components and 0.489271 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138280Jy sigma=0.000698 ! Fit after self-cal, rms=0.138330Jy sigma=0.000698 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.000147438 Jy ! Component: 100 - total flux cleaned = -0.00037439 Jy ! Component: 150 - total flux cleaned = -0.000445278 Jy ! Component: 200 - total flux cleaned = -0.000576561 Jy ! Total flux subtracted in 200 components = -0.000576561 Jy ! Clean residual min=-0.006735 max=0.009868 Jy/beam ! Clean residual mean=-0.000048 rms=0.002488 Jy/beam ! Combined flux in latest and established models = 0.488695 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 267 components and 0.488695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138268Jy sigma=0.000697 ! Fit after self-cal, rms=0.138260Jy sigma=0.000697 ! 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.138260Jy sigma=0.000697 ! Fit after self-cal, rms=0.138573Jy sigma=0.000697 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.276 mas, bmaj=22.26 mas, bpa=5.965 degrees ! Estimated noise=1184.17 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00322996 Jy ! Component: 100 - total flux cleaned = 0.00391087 Jy ! Component: 150 - total flux cleaned = 0.00447521 Jy ! Component: 200 - total flux cleaned = 0.0048122 Jy ! Total flux subtracted in 200 components = 0.0048122 Jy ! Clean residual min=-0.009665 max=0.014252 Jy/beam ! Clean residual mean=-0.000063 rms=0.003684 Jy/beam ! Combined flux in latest and established models = 0.493507 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 281 components and 0.493507 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138623Jy sigma=0.000696 ! Fit after self-cal, rms=0.138616Jy sigma=0.000696 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.000438695 Jy ! Component: 100 - total flux cleaned = 0.000662976 Jy ! Component: 150 - total flux cleaned = 0.000871991 Jy ! Component: 200 - total flux cleaned = 0.000935006 Jy ! Total flux subtracted in 200 components = 0.000935006 Jy ! Clean residual min=-0.009816 max=0.013939 Jy/beam ! Clean residual mean=-0.000062 rms=0.003648 Jy/beam ! Combined flux in latest and established models = 0.494442 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 295 components and 0.494442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138651Jy sigma=0.000696 ! Fit after self-cal, rms=0.138645Jy sigma=0.000696 ! 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.87 mas, bmaj=15.2 mas, bpa=14.93 degrees ! Estimated noise=1041.13 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.87 x 15.2 at 14.93 degrees (North through East) ! Clean map min=-0.0070995 max=0.28524 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=3.006 mas, bmaj=13.59 mas, bpa=16.4 degrees ! Estimated noise=2028.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.205717 Jy ! Component: 100 - total flux cleaned = 0.283599 Jy ! Component: 150 - total flux cleaned = 0.326926 Jy ! Component: 200 - total flux cleaned = 0.355072 Jy ! Total flux subtracted in 200 components = 0.355072 Jy ! Clean residual min=-0.011706 max=0.015762 Jy/beam ! Clean residual mean=-0.000170 rms=0.003949 Jy/beam ! Combined flux in latest and established models = 0.355072 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.355072 Jy ! Inverting map and beam ! Estimated beam: bmin=3.87 mas, bmaj=15.2 mas, bpa=14.93 degrees ! Estimated noise=1041.13 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.0286018 Jy ! Component: 100 - total flux cleaned = 0.0490366 Jy ! Component: 150 - total flux cleaned = 0.0651372 Jy ! Component: 200 - total flux cleaned = 0.0779908 Jy ! Total flux subtracted in 200 components = 0.0779908 Jy ! Clean residual min=-0.008354 max=0.012263 Jy/beam ! Clean residual mean=-0.000127 rms=0.003288 Jy/beam ! Combined flux in latest and established models = 0.433063 Jy ! Adding 83 model components to the UV plane model. ! The established model now contains 105 components and 0.433063 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=8.276 mas, bmaj=22.26 mas, bpa=5.965 degrees ! Estimated noise=1184.17 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.016754 Jy ! Component: 100 - total flux cleaned = 0.0286412 Jy ! Component: 150 - total flux cleaned = 0.0374594 Jy ! Component: 200 - total flux cleaned = 0.0441485 Jy ! Total flux subtracted in 200 components = 0.0441485 Jy ! Clean residual min=-0.010782 max=0.015915 Jy/beam ! Clean residual mean=-0.000110 rms=0.003968 Jy/beam ! Combined flux in latest and established models = 0.477212 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 = 0.00342728 Jy ! Component: 100 - total flux cleaned = 0.00542845 Jy ! Component: 150 - total flux cleaned = 0.00684832 Jy ! Component: 200 - total flux cleaned = 0.0079651 Jy ! Total flux subtracted in 200 components = 0.0079651 Jy ! Clean residual min=-0.010201 max=0.015083 Jy/beam ! Clean residual mean=-0.000091 rms=0.003764 Jy/beam ! Combined flux in latest and established models = 0.485177 Jy ! Adding 110 model components to the UV plane model. ! The established model now contains 200 components and 0.485177 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.87 mas, bmaj=15.2 mas, bpa=14.93 degrees ! Estimated noise=1041.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.28343e-05 Jy ! Component: 100 - total flux cleaned = -0.000632443 Jy ! Component: 150 - total flux cleaned = -0.00113439 Jy ! Component: 200 - total flux cleaned = -0.00148076 Jy ! Total flux subtracted in 200 components = -0.00148076 Jy ! Clean residual min=-0.008046 max=0.010329 Jy/beam ! Clean residual mean=-0.000053 rms=0.002495 Jy/beam ! Combined flux in latest and established models = 0.483696 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 217 components and 0.483696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138883Jy sigma=0.000698 ! Fit after self-cal, rms=0.138756Jy sigma=0.000698 wmodel J1554-2704_S_2017_01_16_pus_map.mod ! Writing 217 model components to file: J1554-2704_S_2017_01_16_pus_map.mod wobs J1554-2704_S_2017_01_16_pus_uvs.fits ! Writing UV FITS file: J1554-2704_S_2017_01_16_pus_uvs.fits wwins J1554-2704_S_2017_01_16_pus_map.win ! wwins: Wrote 2 windows to J1554-2704_S_2017_01_16_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.00451252 Jy ! Component: 100 - total flux cleaned = 0.00800488 Jy ! Component: 150 - total flux cleaned = 0.0106147 Jy ! Component: 200 - total flux cleaned = 0.011762 Jy ! Component: 250 - total flux cleaned = 0.0129657 Jy ! Component: 300 - total flux cleaned = 0.0141078 Jy ! Component: 350 - total flux cleaned = 0.0153044 Jy ! Component: 400 - total flux cleaned = 0.0165463 Jy ! Component: 450 - total flux cleaned = 0.0175336 Jy ! Component: 500 - total flux cleaned = 0.0181951 Jy ! Component: 550 - total flux cleaned = 0.018467 Jy ! Component: 600 - total flux cleaned = 0.0189086 Jy ! Component: 650 - total flux cleaned = 0.0192477 Jy ! Component: 700 - total flux cleaned = 0.019574 Jy ! Component: 750 - total flux cleaned = 0.0200487 Jy ! Component: 800 - total flux cleaned = 0.0203549 Jy ! Component: 850 - total flux cleaned = 0.0208004 Jy ! Component: 900 - total flux cleaned = 0.0210176 Jy ! Component: 950 - total flux cleaned = 0.0212991 Jy ! Component: 1000 - total flux cleaned = 0.0215033 Jy ! Component: 1050 - total flux cleaned = 0.0214366 Jy ! Component: 1100 - total flux cleaned = 0.0215005 Jy ! Component: 1150 - total flux cleaned = 0.0216896 Jy ! Component: 1200 - total flux cleaned = 0.0218125 Jy ! Component: 1250 - total flux cleaned = 0.021872 Jy ! Component: 1300 - total flux cleaned = 0.0220475 Jy ! Component: 1350 - total flux cleaned = 0.0222172 Jy ! Component: 1400 - total flux cleaned = 0.0223281 Jy ! Component: 1450 - total flux cleaned = 0.0223826 Jy ! Component: 1500 - total flux cleaned = 0.0225427 Jy ! Component: 1550 - total flux cleaned = 0.0225949 Jy ! Component: 1600 - total flux cleaned = 0.0226458 Jy ! Component: 1650 - total flux cleaned = 0.0227472 Jy ! Component: 1700 - total flux cleaned = 0.0227975 Jy ! Component: 1750 - total flux cleaned = 0.0228476 Jy ! Component: 1800 - total flux cleaned = 0.0230413 Jy ! Component: 1850 - total flux cleaned = 0.0232786 Jy ! Component: 1900 - total flux cleaned = 0.0234653 Jy ! Component: 1950 - total flux cleaned = 0.0236024 Jy ! Component: 2000 - total flux cleaned = 0.0236933 Jy ! Component: 2050 - total flux cleaned = 0.0238717 Jy ! Component: 2100 - total flux cleaned = 0.0240907 Jy ! Component: 2150 - total flux cleaned = 0.0241334 Jy ! Component: 2200 - total flux cleaned = 0.0241752 Jy ! Component: 2250 - total flux cleaned = 0.0241337 Jy ! Component: 2300 - total flux cleaned = 0.0241752 Jy ! Component: 2350 - total flux cleaned = 0.0242565 Jy ! Component: 2400 - total flux cleaned = 0.0242573 Jy ! Component: 2450 - total flux cleaned = 0.0243369 Jy ! Component: 2500 - total flux cleaned = 0.0242192 Jy ! Component: 2550 - total flux cleaned = 0.0242577 Jy ! Component: 2600 - total flux cleaned = 0.0242575 Jy ! Component: 2650 - total flux cleaned = 0.024295 Jy ! Component: 2700 - total flux cleaned = 0.0241823 Jy ! Component: 2750 - total flux cleaned = 0.0240344 Jy ! Component: 2800 - total flux cleaned = 0.0239616 Jy ! Component: 2850 - total flux cleaned = 0.0238895 Jy ! Component: 2900 - total flux cleaned = 0.0238534 Jy ! Component: 2950 - total flux cleaned = 0.0236054 Jy ! Component: 3000 - total flux cleaned = 0.0235007 Jy ! Component: 3050 - total flux cleaned = 0.0233967 Jy ! Component: 3100 - total flux cleaned = 0.0232599 Jy ! Component: 3150 - total flux cleaned = 0.0232267 Jy ! Component: 3200 - total flux cleaned = 0.0231588 Jy ! Component: 3250 - total flux cleaned = 0.0230248 Jy ! Component: 3300 - total flux cleaned = 0.0228265 Jy ! Component: 3350 - total flux cleaned = 0.022761 Jy ! Component: 3400 - total flux cleaned = 0.0226314 Jy ! Component: 3450 - total flux cleaned = 0.0224714 Jy ! Component: 3500 - total flux cleaned = 0.0223762 Jy ! Component: 3550 - total flux cleaned = 0.0222819 Jy ! Component: 3600 - total flux cleaned = 0.0221571 Jy ! Component: 3650 - total flux cleaned = 0.0220647 Jy ! Component: 3700 - total flux cleaned = 0.0220035 Jy ! Component: 3750 - total flux cleaned = 0.0217915 Jy ! Component: 3800 - total flux cleaned = 0.0217314 Jy ! Component: 3850 - total flux cleaned = 0.0216719 Jy ! Component: 3900 - total flux cleaned = 0.0215835 Jy ! Component: 3950 - total flux cleaned = 0.0214959 Jy ! Component: 4000 - total flux cleaned = 0.0214669 Jy ! Component: 4050 - total flux cleaned = 0.0214092 Jy ! Total flux subtracted in 4096 components = 0.0212666 Jy ! Clean residual min=-0.001612 max=0.001575 Jy/beam ! Clean residual mean=-0.000021 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.504963 Jy keep ! Adding 493 model components to the UV plane model. ! The established model now contains 710 components and 0.504962 Jy ![Exited script file: muppet] wmap "J1554-2704_S_2017_01_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.87 x 15.2 at 14.93 degrees (North through East) ! Clean map min=-0.0046174 max=0.28959 Jy/beam ! Writing clean map to FITS file: J1554-2704_S_2017_01_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.289588 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000597023 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.618489 0.618489 1.23698 2.47396 4.94791 9.89582 19.7916 39.5833 79.1666 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.289 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.87 x 15.2 at 14.93 degrees (North through East) ! Clean map min=-0.0046174 max=0.28959 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 J1554-2704_S_2017_01_16_pus_uvs.log closed on Sun Apr 7 15:17:10 2019