! Started logfile: J0544+4541_S_2017_02_19_pus_uvs.log on Sat May 4 18:44:03 2019 obs J0544+4541_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J0544+4541_S_2017_02_19_pus_uva.fits ! AN table 1: 143 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.721834 visibilities/baseline/integration-bin. ! Found source: J0544+4541 ! ! 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 482 lines of history. ! ! Reading 18580 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 J0544+4541_S_2017_02_19_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 209 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 209 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 209 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 643 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.880799Jy sigma=0.007977 ! Fit after self-cal, rms=0.872756Jy sigma=0.007909 ! 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.934 mas, bmaj=5.532 mas, bpa=14.81 degrees ! Estimated noise=924.451 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.0968098 Jy ! Component: 100 - total flux cleaned = 0.122851 Jy ! Total flux subtracted in 100 components = 0.122851 Jy ! Clean residual min=-0.006134 max=0.014785 Jy/beam ! Clean residual mean=0.000002 rms=0.001595 Jy/beam ! Combined flux in latest and established models = 0.122851 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.122851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084979Jy sigma=0.000709 ! Fit after self-cal, rms=0.084950Jy sigma=0.000708 ! Inverting map ! Added new window around map position (7.5, -11). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0145772 Jy ! Component: 100 - total flux cleaned = 0.0230701 Jy ! Total flux subtracted in 100 components = 0.0230701 Jy ! Clean residual min=-0.004501 max=0.005545 Jy/beam ! Clean residual mean=0.000001 rms=0.001103 Jy/beam ! Combined flux in latest and established models = 0.145921 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 15 components and 0.145921 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081914Jy sigma=0.000683 ! Fit after self-cal, rms=0.081797Jy sigma=0.000682 ! 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.537 mas, bmaj=6.22 mas, bpa=14.17 degrees ! Estimated noise=633.525 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.00841897 Jy ! Component: 100 - total flux cleaned = 0.0140795 Jy ! Component: 150 - total flux cleaned = 0.0180855 Jy ! Component: 200 - total flux cleaned = 0.0211075 Jy ! Total flux subtracted in 200 components = 0.0211075 Jy ! Clean residual min=-0.003083 max=0.003389 Jy/beam ! Clean residual mean=0.000002 rms=0.000828 Jy/beam ! Combined flux in latest and established models = 0.167028 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 44 components and 0.167028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080574Jy sigma=0.000673 ! Fit after self-cal, rms=0.080523Jy sigma=0.000673 ! 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.98 FD 0.96 HN 1.02 KP 1.06 ! LA 1.00 MK 1.04 NL 0.88 OV 1.03 ! PT 1.00* SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.99 HN 1.05 KP 1.02 ! LA 0.95 MK 1.02 NL 1.02 OV 1.08 ! PT 1.00* SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.03 HN 1.00 KP 0.86 ! LA 0.77 MK 1.06 NL 1.16 OV 0.98 ! PT 1.00* SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.08 HN 0.94 KP 1.00* ! LA 0.84 MK 1.46 NL 1.00* OV 1.02 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.080523Jy sigma=0.000673 ! Fit after self-cal, rms=0.077145Jy sigma=0.000659 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.58 mas, bmaj=6.247 mas, bpa=14.7 degrees ! Estimated noise=628.05 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.00140792 Jy ! Component: 100 - total flux cleaned = 0.0020153 Jy ! Component: 150 - total flux cleaned = 0.00263738 Jy ! Component: 200 - total flux cleaned = 0.00314242 Jy ! Total flux subtracted in 200 components = 0.00314242 Jy ! Clean residual min=-0.001932 max=0.001981 Jy/beam ! Clean residual mean=-0.000000 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.170171 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 60 components and 0.170171 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077089Jy sigma=0.000658 ! Fit after self-cal, rms=0.077080Jy sigma=0.000658 ! 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.077080Jy sigma=0.000658 ! Fit after self-cal, rms=0.077745Jy sigma=0.000656 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.587 mas, bmaj=6.259 mas, bpa=14.72 degrees ! Estimated noise=628.846 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000350325 Jy ! Component: 100 - total flux cleaned = 0.000516499 Jy ! Component: 150 - total flux cleaned = 0.000673506 Jy ! Component: 200 - total flux cleaned = 0.000830439 Jy ! Total flux subtracted in 200 components = 0.000830439 Jy ! Clean residual min=-0.001629 max=0.001619 Jy/beam ! Clean residual mean=0.000001 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.171001 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 66 components and 0.171001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077732Jy sigma=0.000656 ! Fit after self-cal, rms=0.077751Jy sigma=0.000656 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.000154329 Jy ! Component: 100 - total flux cleaned = 0.000311341 Jy ! Component: 150 - total flux cleaned = 0.000437672 Jy ! Component: 200 - total flux cleaned = 0.000552819 Jy ! Total flux subtracted in 200 components = 0.000552819 Jy ! Clean residual min=-0.001623 max=0.001593 Jy/beam ! Clean residual mean=0.000001 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.171554 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 70 components and 0.171554 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077745Jy sigma=0.000656 ! Fit after self-cal, rms=0.077745Jy sigma=0.000656 ! 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.077745Jy sigma=0.000656 ! Fit after self-cal, rms=0.077817Jy sigma=0.000656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.59 mas, bmaj=6.259 mas, bpa=14.71 degrees ! Estimated noise=628.983 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.65153e-05 Jy ! Component: 100 - total flux cleaned = 0.000209776 Jy ! Component: 150 - total flux cleaned = 0.000313069 Jy ! Component: 200 - total flux cleaned = 0.000397753 Jy ! Total flux subtracted in 200 components = 0.000397753 Jy ! Clean residual min=-0.001633 max=0.001598 Jy/beam ! Clean residual mean=0.000001 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.171952 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 74 components and 0.171952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077813Jy sigma=0.000656 ! Fit after self-cal, rms=0.077813Jy sigma=0.000656 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 = 8.36301e-05 Jy ! Component: 100 - total flux cleaned = 0.000104032 Jy ! Component: 150 - total flux cleaned = 0.000132977 Jy ! Component: 200 - total flux cleaned = 0.000161075 Jy ! Total flux subtracted in 200 components = 0.000161075 Jy ! Clean residual min=-0.001627 max=0.001589 Jy/beam ! Clean residual mean=0.000001 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.172113 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 77 components and 0.172113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077811Jy sigma=0.000656 ! Fit after self-cal, rms=0.077811Jy sigma=0.000656 ! 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.077811Jy sigma=0.000656 ! Fit after self-cal, rms=0.077851Jy sigma=0.000656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.133 mas, bmaj=8.299 mas, bpa=15.04 degrees ! Estimated noise=784.192 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000713451 Jy ! Component: 100 - total flux cleaned = 0.00105379 Jy ! Component: 150 - total flux cleaned = 0.00116458 Jy ! Component: 200 - total flux cleaned = 0.00118679 Jy ! Total flux subtracted in 200 components = 0.00118679 Jy ! Clean residual min=-0.002001 max=0.001887 Jy/beam ! Clean residual mean=0.000002 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.1733 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 89 components and 0.1733 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077852Jy sigma=0.000656 ! Fit after self-cal, rms=0.077851Jy sigma=0.000656 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.61403e-05 Jy ! Component: 100 - total flux cleaned = 0.000112021 Jy ! Component: 150 - total flux cleaned = 0.000125349 Jy ! Component: 200 - total flux cleaned = 0.000131799 Jy ! Total flux subtracted in 200 components = 0.000131799 Jy ! Clean residual min=-0.002003 max=0.001862 Jy/beam ! Clean residual mean=0.000002 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.173431 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 93 components and 0.173431 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077852Jy sigma=0.000656 ! Fit after self-cal, rms=0.077851Jy sigma=0.000656 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=3.591 mas, bmaj=6.258 mas, bpa=14.71 degrees ! Estimated noise=629.219 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.591 x 6.258 at 14.71 degrees (North through East) ! Clean map min=-0.0015619 max=0.12723 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.974 mas, bmaj=5.536 mas, bpa=15.25 degrees ! Estimated noise=925.785 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0966421 Jy ! Component: 100 - total flux cleaned = 0.12303 Jy ! Component: 150 - total flux cleaned = 0.137138 Jy ! Component: 200 - total flux cleaned = 0.145584 Jy ! Total flux subtracted in 200 components = 0.145584 Jy ! Clean residual min=-0.003522 max=0.005835 Jy/beam ! Clean residual mean=0.000002 rms=0.000811 Jy/beam ! Combined flux in latest and established models = 0.145584 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.145584 Jy ! Inverting map and beam ! Estimated beam: bmin=3.591 mas, bmaj=6.258 mas, bpa=14.71 degrees ! Estimated noise=629.219 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) ! Added new window around map position (3.5, -5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00772805 Jy ! Component: 100 - total flux cleaned = 0.0128211 Jy ! Component: 150 - total flux cleaned = 0.0163104 Jy ! Component: 200 - total flux cleaned = 0.018789 Jy ! Total flux subtracted in 200 components = 0.018789 Jy ! Clean residual min=-0.001854 max=0.002023 Jy/beam ! Clean residual mean=0.000002 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.164373 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 51 components and 0.164373 Jy ! Inverting map ! Added new window around map position (-80, -34). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00208544 Jy ! Component: 100 - total flux cleaned = 0.00368282 Jy ! Component: 150 - total flux cleaned = 0.00500339 Jy ! Component: 200 - total flux cleaned = 0.00610565 Jy ! Total flux subtracted in 200 components = 0.00610565 Jy ! Clean residual min=-0.001633 max=0.001556 Jy/beam ! Clean residual mean=0.000002 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.170479 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 76 components and 0.170479 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.133 mas, bmaj=8.299 mas, bpa=15.04 degrees ! Estimated noise=784.192 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00141671 Jy ! Component: 100 - total flux cleaned = 0.00237438 Jy ! Component: 150 - total flux cleaned = 0.00284896 Jy ! Component: 200 - total flux cleaned = 0.00321209 Jy ! Total flux subtracted in 200 components = 0.00321209 Jy ! Clean residual min=-0.001944 max=0.001869 Jy/beam ! Clean residual mean=0.000004 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.173691 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.000303412 Jy ! Component: 100 - total flux cleaned = 0.0005595 Jy ! Component: 150 - total flux cleaned = 0.000693071 Jy ! Component: 200 - total flux cleaned = 0.000798732 Jy ! Total flux subtracted in 200 components = 0.000798732 Jy ! Clean residual min=-0.001843 max=0.001851 Jy/beam ! Clean residual mean=0.000003 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.17449 Jy ! Adding 86 model components to the UV plane model. ! The established model now contains 150 components and 0.17449 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.591 mas, bmaj=6.258 mas, bpa=14.71 degrees ! Estimated noise=629.219 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.37055e-05 Jy ! Component: 100 - total flux cleaned = 5.01026e-05 Jy ! Component: 150 - total flux cleaned = 0.000145236 Jy ! Component: 200 - total flux cleaned = 0.000232336 Jy ! Total flux subtracted in 200 components = 0.000232336 Jy ! Clean residual min=-0.001629 max=0.001530 Jy/beam ! Clean residual mean=0.000001 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.174722 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 169 components and 0.174722 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077818Jy sigma=0.000655 ! Fit after self-cal, rms=0.077814Jy sigma=0.000655 wmodel J0544+4541_S_2017_02_19_pus_map.mod ! Writing 169 model components to file: J0544+4541_S_2017_02_19_pus_map.mod wobs J0544+4541_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J0544+4541_S_2017_02_19_pus_uvs.fits wwins J0544+4541_S_2017_02_19_pus_map.win ! wwins: Wrote 4 windows to J0544+4541_S_2017_02_19_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.000259102 Jy ! Component: 100 - total flux cleaned = -0.000517459 Jy ! Component: 150 - total flux cleaned = -0.000567209 Jy ! Component: 200 - total flux cleaned = -0.000521635 Jy ! Component: 250 - total flux cleaned = -0.000521508 Jy ! Component: 300 - total flux cleaned = -0.000478422 Jy ! Component: 350 - total flux cleaned = -0.000478092 Jy ! Component: 400 - total flux cleaned = -0.000457549 Jy ! Component: 450 - total flux cleaned = -0.000398323 Jy ! Component: 500 - total flux cleaned = -0.000398888 Jy ! Component: 550 - total flux cleaned = -0.000418457 Jy ! Component: 600 - total flux cleaned = -0.000418798 Jy ! Component: 650 - total flux cleaned = -0.000436909 Jy ! Component: 700 - total flux cleaned = -0.000418459 Jy ! Component: 750 - total flux cleaned = -0.000383086 Jy ! Component: 800 - total flux cleaned = -0.000365465 Jy ! Component: 850 - total flux cleaned = -0.000331394 Jy ! Component: 900 - total flux cleaned = -0.000364998 Jy ! Component: 950 - total flux cleaned = -0.000348643 Jy ! Component: 1000 - total flux cleaned = -0.000397614 Jy ! Component: 1050 - total flux cleaned = -0.00044592 Jy ! Component: 1100 - total flux cleaned = -0.000429916 Jy ! Component: 1150 - total flux cleaned = -0.000492617 Jy ! Component: 1200 - total flux cleaned = -0.000492512 Jy ! Component: 1250 - total flux cleaned = -0.000523215 Jy ! Component: 1300 - total flux cleaned = -0.000598348 Jy ! Component: 1350 - total flux cleaned = -0.000612961 Jy ! Component: 1400 - total flux cleaned = -0.000671707 Jy ! Component: 1450 - total flux cleaned = -0.000715332 Jy ! Component: 1500 - total flux cleaned = -0.000758449 Jy ! Component: 1550 - total flux cleaned = -0.000858144 Jy ! Component: 1600 - total flux cleaned = -0.000914427 Jy ! Component: 1650 - total flux cleaned = -0.000998037 Jy ! Component: 1700 - total flux cleaned = -0.00101182 Jy ! Component: 1750 - total flux cleaned = -0.00106639 Jy ! Component: 1800 - total flux cleaned = -0.00109359 Jy ! Component: 1850 - total flux cleaned = -0.00112037 Jy ! Component: 1900 - total flux cleaned = -0.00117347 Jy ! Component: 1950 - total flux cleaned = -0.00122609 Jy ! Component: 2000 - total flux cleaned = -0.0012391 Jy ! Component: 2050 - total flux cleaned = -0.00125197 Jy ! Component: 2100 - total flux cleaned = -0.00135454 Jy ! Component: 2150 - total flux cleaned = -0.0013418 Jy ! Component: 2200 - total flux cleaned = -0.00137948 Jy ! Component: 2250 - total flux cleaned = -0.00140453 Jy ! Component: 2300 - total flux cleaned = -0.00149097 Jy ! Component: 2350 - total flux cleaned = -0.00146649 Jy ! Component: 2400 - total flux cleaned = -0.00149085 Jy ! Component: 2450 - total flux cleaned = -0.00150297 Jy ! Component: 2500 - total flux cleaned = -0.00149103 Jy ! Component: 2550 - total flux cleaned = -0.00152674 Jy ! Component: 2600 - total flux cleaned = -0.00152678 Jy ! Component: 2650 - total flux cleaned = -0.00156188 Jy ! Component: 2700 - total flux cleaned = -0.00155029 Jy ! Component: 2750 - total flux cleaned = -0.00161923 Jy ! Component: 2800 - total flux cleaned = -0.00163056 Jy ! Component: 2850 - total flux cleaned = -0.00163047 Jy ! Component: 2900 - total flux cleaned = -0.00161918 Jy ! Component: 2950 - total flux cleaned = -0.00161923 Jy ! Component: 3000 - total flux cleaned = -0.00168566 Jy ! Component: 3050 - total flux cleaned = -0.00169669 Jy ! Component: 3100 - total flux cleaned = -0.00172942 Jy ! Component: 3150 - total flux cleaned = -0.00170771 Jy ! Component: 3200 - total flux cleaned = -0.00169691 Jy ! Component: 3250 - total flux cleaned = -0.00173977 Jy ! Component: 3300 - total flux cleaned = -0.00178226 Jy ! Component: 3350 - total flux cleaned = -0.00176106 Jy ! Component: 3400 - total flux cleaned = -0.00177147 Jy ! Component: 3450 - total flux cleaned = -0.00180271 Jy ! Component: 3500 - total flux cleaned = -0.00177158 Jy ! Component: 3550 - total flux cleaned = -0.00177159 Jy ! Component: 3600 - total flux cleaned = -0.00179209 Jy ! Component: 3650 - total flux cleaned = -0.00180233 Jy ! Component: 3700 - total flux cleaned = -0.00179226 Jy ! Component: 3750 - total flux cleaned = -0.00181237 Jy ! Component: 3800 - total flux cleaned = -0.00181238 Jy ! Component: 3850 - total flux cleaned = -0.00185216 Jy ! Component: 3900 - total flux cleaned = -0.0018916 Jy ! Component: 3950 - total flux cleaned = -0.00186216 Jy ! Component: 4000 - total flux cleaned = -0.00188181 Jy ! Component: 4050 - total flux cleaned = -0.00194 Jy ! Total flux subtracted in 4096 components = -0.00193042 Jy ! Clean residual min=-0.000587 max=0.000583 Jy/beam ! Clean residual mean=0.000001 rms=0.000175 Jy/beam ! Combined flux in latest and established models = 0.172791 Jy keep ! Adding 296 model components to the UV plane model. ! The established model now contains 465 components and 0.172791 Jy ![Exited script file: muppet] wmap "J0544+4541_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.591 x 6.258 at 14.71 degrees (North through East) ! Clean map min=-0.0012115 max=0.12736 Jy/beam ! Writing clean map to FITS file: J0544+4541_S_2017_02_19_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.127363 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000173611 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.408934 0.408934 0.817868 1.63574 3.27147 6.54294 13.0859 26.1718 52.3435 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.127 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.591 x 6.258 at 14.71 degrees (North through East) ! Clean map min=-0.0012115 max=0.12736 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 J0544+4541_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:44:08 2019