! Started logfile: J0348+4149_S_2017_08_05_pus_uvs.log on Thu May 9 19:19:59 2019 obs J0348+4149_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J0348+4149_S_2017_08_05_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.915634 visibilities/baseline/integration-bin. ! Found source: J0348+4149 ! ! 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 513 lines of history. ! ! Reading 18624 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 J0348+4149_S_2017_08_05_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 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 97 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 654 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.809054Jy sigma=0.008046 ! Fit after self-cal, rms=0.798067Jy sigma=0.007936 ! 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.95 mas, bmaj=5.036 mas, bpa=-1.679 degrees ! Estimated noise=985.555 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.153098 Jy ! Component: 100 - total flux cleaned = 0.192598 Jy ! Total flux subtracted in 100 components = 0.192598 Jy ! Clean residual min=-0.006682 max=0.016712 Jy/beam ! Clean residual mean=0.000002 rms=0.001798 Jy/beam ! Combined flux in latest and established models = 0.192598 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.192598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087546Jy sigma=0.000775 ! Fit after self-cal, rms=0.087521Jy sigma=0.000775 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0181837 Jy ! Component: 100 - total flux cleaned = 0.027259 Jy ! Total flux subtracted in 100 components = 0.027259 Jy ! Clean residual min=-0.005496 max=0.005204 Jy/beam ! Clean residual mean=0.000005 rms=0.001273 Jy/beam ! Combined flux in latest and established models = 0.219857 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 17 components and 0.219857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082857Jy sigma=0.000738 ! Fit after self-cal, rms=0.082835Jy sigma=0.000737 ! 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.482 mas, bmaj=5.806 mas, bpa=0.2997 degrees ! Estimated noise=609.242 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.00552142 Jy ! Component: 100 - total flux cleaned = 0.00804172 Jy ! Component: 150 - total flux cleaned = 0.00935201 Jy ! Component: 200 - total flux cleaned = 0.0099827 Jy ! Total flux subtracted in 200 components = 0.0099827 Jy ! Clean residual min=-0.003943 max=0.003589 Jy/beam ! Clean residual mean=0.000019 rms=0.000921 Jy/beam ! Combined flux in latest and established models = 0.229839 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 39 components and 0.229839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082253Jy sigma=0.000736 ! Fit after self-cal, rms=0.082248Jy 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.00 FD 0.98 HN 0.95 KP 1.05 ! LA 1.01 MK 1.03 NL 0.90 OV 1.03 ! PT 1.02 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.04 HN 1.01 KP 0.97 ! LA 1.00 MK 1.00 NL 1.04 OV 1.05 ! PT 1.02 SC 1.11 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.06 HN 0.98 KP 0.87 ! LA 0.80 MK 1.05 NL 1.22 OV 0.99 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.07 HN 0.95 KP 1.00* ! LA 0.87 MK 1.38 NL 1.00* OV 1.00* ! PT 1.05 SC 1.00* ! ! ! Fit before self-cal, rms=0.082248Jy sigma=0.000736 ! Fit after self-cal, rms=0.076328Jy sigma=0.000703 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.524 mas, bmaj=5.829 mas, bpa=0.7116 degrees ! Estimated noise=611.162 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.00149372 Jy ! Component: 100 - total flux cleaned = -0.00149545 Jy ! Component: 150 - total flux cleaned = -0.0013679 Jy ! Component: 200 - total flux cleaned = -0.00128737 Jy ! Total flux subtracted in 200 components = -0.00128737 Jy ! Clean residual min=-0.002511 max=0.002483 Jy/beam ! Clean residual mean=0.000007 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.228552 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 49 components and 0.228552 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076285Jy sigma=0.000702 ! Fit after self-cal, rms=0.076235Jy sigma=0.000702 ! 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.076235Jy sigma=0.000702 ! Fit after self-cal, rms=0.075350Jy sigma=0.000691 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.524 mas, bmaj=5.831 mas, bpa=0.7549 degrees ! Estimated noise=610.193 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00044201 Jy ! Component: 100 - total flux cleaned = -0.000505984 Jy ! Component: 150 - total flux cleaned = -0.000546687 Jy ! Component: 200 - total flux cleaned = -0.000570167 Jy ! Total flux subtracted in 200 components = -0.000570167 Jy ! Clean residual min=-0.001637 max=0.001797 Jy/beam ! Clean residual mean=0.000001 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.227982 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 55 components and 0.227982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075344Jy sigma=0.000691 ! Fit after self-cal, rms=0.075363Jy sigma=0.000690 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) ! Added new window around map position (71.5, 14.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00149784 Jy ! Component: 100 - total flux cleaned = 0.0016707 Jy ! Component: 150 - total flux cleaned = 0.00169696 Jy ! Component: 200 - total flux cleaned = 0.00169631 Jy ! Total flux subtracted in 200 components = 0.00169631 Jy ! Clean residual min=-0.001583 max=0.001603 Jy/beam ! Clean residual mean=0.000001 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.229678 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 66 components and 0.229678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075325Jy sigma=0.000690 ! Fit after self-cal, rms=0.075323Jy sigma=0.000690 ! 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.075323Jy sigma=0.000690 ! Fit after self-cal, rms=0.075276Jy sigma=0.000690 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.527 mas, bmaj=5.833 mas, bpa=0.7769 degrees ! Estimated noise=609.993 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000205319 Jy ! Component: 100 - total flux cleaned = 0.000146119 Jy ! Component: 150 - total flux cleaned = 9.26208e-05 Jy ! Component: 200 - total flux cleaned = 2.81602e-05 Jy ! Total flux subtracted in 200 components = 2.81602e-05 Jy ! Clean residual min=-0.001546 max=0.001556 Jy/beam ! Clean residual mean=0.000001 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.229706 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 74 components and 0.229706 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075265Jy sigma=0.000690 ! Fit after self-cal, rms=0.075265Jy sigma=0.000690 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.98879e-05 Jy ! Component: 100 - total flux cleaned = -3.00035e-05 Jy ! Component: 150 - total flux cleaned = -4.39961e-05 Jy ! Component: 200 - total flux cleaned = -4.40584e-05 Jy ! Total flux subtracted in 200 components = -4.40584e-05 Jy ! Clean residual min=-0.001543 max=0.001563 Jy/beam ! Clean residual mean=0.000001 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.229662 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 80 components and 0.229662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075259Jy sigma=0.000690 ! Fit after self-cal, rms=0.075259Jy sigma=0.000690 ! 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.075259Jy sigma=0.000690 ! Fit after self-cal, rms=0.075218Jy sigma=0.000690 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.575 mas, bmaj=9.205 mas, bpa=4.283 degrees ! Estimated noise=762.694 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.69666e-05 Jy ! Component: 100 - total flux cleaned = -7.56109e-05 Jy ! Component: 150 - total flux cleaned = -0.000123614 Jy ! Component: 200 - total flux cleaned = -0.000134385 Jy ! Total flux subtracted in 200 components = -0.000134385 Jy ! Clean residual min=-0.002072 max=0.001982 Jy/beam ! Clean residual mean=0.000003 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.229528 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 91 components and 0.229528 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075219Jy sigma=0.000690 ! Fit after self-cal, rms=0.075219Jy sigma=0.000690 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.53411e-06 Jy ! Component: 100 - total flux cleaned = -4.06057e-06 Jy ! Component: 150 - total flux cleaned = -4.32988e-06 Jy ! Component: 200 - total flux cleaned = -4.32332e-06 Jy ! Total flux subtracted in 200 components = -4.32332e-06 Jy ! Clean residual min=-0.002070 max=0.001977 Jy/beam ! Clean residual mean=0.000003 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.229523 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 99 components and 0.229523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075220Jy sigma=0.000690 ! Fit after self-cal, rms=0.075220Jy sigma=0.000690 ! 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.53 mas, bmaj=5.834 mas, bpa=0.779 degrees ! Estimated noise=609.731 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.53 x 5.834 at 0.779 degrees (North through East) ! Clean map min=-0.0015311 max=0.20121 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.993 mas, bmaj=5.069 mas, bpa=-0.6772 degrees ! Estimated noise=995.404 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.154387 Jy ! Component: 100 - total flux cleaned = 0.193842 Jy ! Component: 150 - total flux cleaned = 0.210921 Jy ! Component: 200 - total flux cleaned = 0.219128 Jy ! Total flux subtracted in 200 components = 0.219128 Jy ! Clean residual min=-0.002977 max=0.003824 Jy/beam ! Clean residual mean=-0.000002 rms=0.000696 Jy/beam ! Combined flux in latest and established models = 0.219128 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.219128 Jy ! Inverting map and beam ! Estimated beam: bmin=3.53 mas, bmaj=5.834 mas, bpa=0.779 degrees ! Estimated noise=609.731 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.00437027 Jy ! Component: 100 - total flux cleaned = 0.00674503 Jy ! Component: 150 - total flux cleaned = 0.00818767 Jy ! Component: 200 - total flux cleaned = 0.00884908 Jy ! Total flux subtracted in 200 components = 0.00884908 Jy ! Clean residual min=-0.001641 max=0.001600 Jy/beam ! Clean residual mean=0.000001 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.227977 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 35 components and 0.227977 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.575 mas, bmaj=9.205 mas, bpa=4.283 degrees ! Estimated noise=762.694 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000922438 Jy ! Component: 100 - total flux cleaned = 0.00123953 Jy ! Component: 150 - total flux cleaned = 0.00139892 Jy ! Component: 200 - total flux cleaned = 0.00141431 Jy ! Total flux subtracted in 200 components = 0.00141431 Jy ! Clean residual min=-0.002116 max=0.001992 Jy/beam ! Clean residual mean=0.000003 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.229392 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.34246e-05 Jy ! Component: 100 - total flux cleaned = 2.5754e-05 Jy ! Component: 150 - total flux cleaned = 4.65255e-05 Jy ! Component: 200 - total flux cleaned = 4.65485e-05 Jy ! Total flux subtracted in 200 components = 4.65485e-05 Jy ! Clean residual min=-0.002102 max=0.001973 Jy/beam ! Clean residual mean=0.000003 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.229438 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 65 components and 0.229438 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.53 mas, bmaj=5.834 mas, bpa=0.779 degrees ! Estimated noise=609.731 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000160176 Jy ! Component: 100 - total flux cleaned = -0.000161036 Jy ! Component: 150 - total flux cleaned = -0.000140295 Jy ! Component: 200 - total flux cleaned = -0.000122532 Jy ! Total flux subtracted in 200 components = -0.000122532 Jy ! Clean residual min=-0.001663 max=0.001640 Jy/beam ! Clean residual mean=0.000001 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.229316 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 79 components and 0.229316 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075219Jy sigma=0.000690 ! Fit after self-cal, rms=0.075215Jy sigma=0.000690 wmodel J0348+4149_S_2017_08_05_pus_map.mod ! Writing 79 model components to file: J0348+4149_S_2017_08_05_pus_map.mod wobs J0348+4149_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J0348+4149_S_2017_08_05_pus_uvs.fits wwins J0348+4149_S_2017_08_05_pus_map.win ! wwins: Wrote 2 windows to J0348+4149_S_2017_08_05_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.000224313 Jy ! Component: 100 - total flux cleaned = 0.000387365 Jy ! Component: 150 - total flux cleaned = 0.000465243 Jy ! Component: 200 - total flux cleaned = 0.000564822 Jy ! Component: 250 - total flux cleaned = 0.000758225 Jy ! Component: 300 - total flux cleaned = 0.000828997 Jy ! Component: 350 - total flux cleaned = 0.000898747 Jy ! Component: 400 - total flux cleaned = 0.00101156 Jy ! Component: 450 - total flux cleaned = 0.0010777 Jy ! Component: 500 - total flux cleaned = 0.00114271 Jy ! Component: 550 - total flux cleaned = 0.00122734 Jy ! Component: 600 - total flux cleaned = 0.00124859 Jy ! Component: 650 - total flux cleaned = 0.00126951 Jy ! Component: 700 - total flux cleaned = 0.0013098 Jy ! Component: 750 - total flux cleaned = 0.00132946 Jy ! Component: 800 - total flux cleaned = 0.00132962 Jy ! Component: 850 - total flux cleaned = 0.00134933 Jy ! Component: 900 - total flux cleaned = 0.00146291 Jy ! Component: 950 - total flux cleaned = 0.00146315 Jy ! Component: 1000 - total flux cleaned = 0.00157317 Jy ! Component: 1050 - total flux cleaned = 0.00153703 Jy ! Component: 1100 - total flux cleaned = 0.00153771 Jy ! Component: 1150 - total flux cleaned = 0.00164442 Jy ! Component: 1200 - total flux cleaned = 0.00166177 Jy ! Component: 1250 - total flux cleaned = 0.00173098 Jy ! Component: 1300 - total flux cleaned = 0.00174805 Jy ! Component: 1350 - total flux cleaned = 0.00178156 Jy ! Component: 1400 - total flux cleaned = 0.0017815 Jy ! Component: 1450 - total flux cleaned = 0.00188077 Jy ! Component: 1500 - total flux cleaned = 0.00186451 Jy ! Component: 1550 - total flux cleaned = 0.00192919 Jy ! Component: 1600 - total flux cleaned = 0.00191307 Jy ! Component: 1650 - total flux cleaned = 0.00192931 Jy ! Component: 1700 - total flux cleaned = 0.00197679 Jy ! Component: 1750 - total flux cleaned = 0.00199258 Jy ! Component: 1800 - total flux cleaned = 0.0020545 Jy ! Component: 1850 - total flux cleaned = 0.00206977 Jy ! Component: 1900 - total flux cleaned = 0.00216094 Jy ! Component: 1950 - total flux cleaned = 0.00214596 Jy ! Component: 2000 - total flux cleaned = 0.00219073 Jy ! Component: 2050 - total flux cleaned = 0.00220575 Jy ! Component: 2100 - total flux cleaned = 0.00224964 Jy ! Component: 2150 - total flux cleaned = 0.00226431 Jy ! Component: 2200 - total flux cleaned = 0.00227867 Jy ! Component: 2250 - total flux cleaned = 0.00227853 Jy ! Component: 2300 - total flux cleaned = 0.00226435 Jy ! Component: 2350 - total flux cleaned = 0.00226437 Jy ! Component: 2400 - total flux cleaned = 0.00226436 Jy ! Component: 2450 - total flux cleaned = 0.00223664 Jy ! Component: 2500 - total flux cleaned = 0.0022505 Jy ! Component: 2550 - total flux cleaned = 0.00226426 Jy ! Component: 2600 - total flux cleaned = 0.00227778 Jy ! Component: 2650 - total flux cleaned = 0.00233174 Jy ! Component: 2700 - total flux cleaned = 0.00233169 Jy ! Component: 2750 - total flux cleaned = 0.00233169 Jy ! Component: 2800 - total flux cleaned = 0.00230537 Jy ! Component: 2850 - total flux cleaned = 0.00233169 Jy ! Component: 2900 - total flux cleaned = 0.00235765 Jy ! Component: 2950 - total flux cleaned = 0.00240938 Jy ! Component: 3000 - total flux cleaned = 0.00234501 Jy ! Component: 3050 - total flux cleaned = 0.00235783 Jy ! Component: 3100 - total flux cleaned = 0.00244644 Jy ! Component: 3150 - total flux cleaned = 0.0023709 Jy ! Component: 3200 - total flux cleaned = 0.0023835 Jy ! Component: 3250 - total flux cleaned = 0.00242072 Jy ! Component: 3300 - total flux cleaned = 0.00245742 Jy ! Component: 3350 - total flux cleaned = 0.00239625 Jy ! Component: 3400 - total flux cleaned = 0.00237206 Jy ! Component: 3450 - total flux cleaned = 0.0023962 Jy ! Component: 3500 - total flux cleaned = 0.0023482 Jy ! Component: 3550 - total flux cleaned = 0.00236017 Jy ! Component: 3600 - total flux cleaned = 0.00240772 Jy ! Component: 3650 - total flux cleaned = 0.00237241 Jy ! Component: 3700 - total flux cleaned = 0.00239579 Jy ! Component: 3750 - total flux cleaned = 0.00237268 Jy ! Component: 3800 - total flux cleaned = 0.00238428 Jy ! Component: 3850 - total flux cleaned = 0.00237276 Jy ! Component: 3900 - total flux cleaned = 0.00239562 Jy ! Component: 3950 - total flux cleaned = 0.00238428 Jy ! Component: 4000 - total flux cleaned = 0.00239563 Jy ! Component: 4050 - total flux cleaned = 0.00236201 Jy ! Total flux subtracted in 4096 components = 0.00240671 Jy ! Clean residual min=-0.000710 max=0.000624 Jy/beam ! Clean residual mean=-0.000001 rms=0.000208 Jy/beam ! Combined flux in latest and established models = 0.231722 Jy keep ! Adding 307 model components to the UV plane model. ! The established model now contains 386 components and 0.231722 Jy ![Exited script file: muppet] wmap "J0348+4149_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.53 x 5.834 at 0.779 degrees (North through East) ! Clean map min=-0.0013085 max=0.20115 Jy/beam ! Writing clean map to FITS file: J0348+4149_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.201146 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000207562 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.309569 0.309569 0.619137 1.23827 2.47655 4.9531 9.9062 19.8124 39.6248 79.2496 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.201 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.53 x 5.834 at 0.779 degrees (North through East) ! Clean map min=-0.0013085 max=0.20115 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 J0348+4149_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:20:04 2019