! Started logfile: J1314+2348_S_2017_06_10_pus_uvs.log on Mon May 6 14:53:59 2019 obs J1314+2348_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J1314+2348_S_2017_06_10_pus_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.853549 visibilities/baseline/integration-bin. ! Found source: J1314+2348 ! ! 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 1154 lines of history. ! ! Reading 22124 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 J1314+2348_S_2017_06_10_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 114 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 205 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 205 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1001 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.918026Jy sigma=0.009029 ! Fit after self-cal, rms=0.906917Jy sigma=0.008931 ! 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.415 mas, bmaj=5.56 mas, bpa=-5.84 degrees ! Estimated noise=885.398 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.0728467 Jy ! Component: 100 - total flux cleaned = 0.0899315 Jy ! Total flux subtracted in 100 components = 0.0899315 Jy ! Clean residual min=-0.003822 max=0.006491 Jy/beam ! Clean residual mean=-0.000022 rms=0.000921 Jy/beam ! Combined flux in latest and established models = 0.0899315 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0899315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075792Jy sigma=0.000693 ! Fit after self-cal, rms=0.075786Jy sigma=0.000693 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00708433 Jy ! Component: 100 - total flux cleaned = 0.0109168 Jy ! Total flux subtracted in 100 components = 0.0109168 Jy ! Clean residual min=-0.003144 max=0.003873 Jy/beam ! Clean residual mean=-0.000012 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.100848 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 19 components and 0.100848 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074948Jy sigma=0.000685 ! Fit after self-cal, rms=0.074937Jy sigma=0.000685 ! 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.967 mas, bmaj=6.496 mas, bpa=-2.035 degrees ! Estimated noise=576.488 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.00373678 Jy ! Component: 100 - total flux cleaned = 0.00579544 Jy ! Component: 150 - total flux cleaned = 0.00712514 Jy ! Component: 200 - total flux cleaned = 0.00801178 Jy ! Total flux subtracted in 200 components = 0.00801178 Jy ! Clean residual min=-0.002261 max=0.002913 Jy/beam ! Clean residual mean=-0.000008 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.10886 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 40 components and 0.10886 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074722Jy sigma=0.000683 ! Fit after self-cal, rms=0.074717Jy sigma=0.000683 ! 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.03 FD 0.96 HN 1.00 KP 1.00 ! LA 1.02 MK 1.03 NL 0.98 OV 0.96 ! PT 0.98 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.99 HN 0.98 KP 0.96 ! LA 0.97 MK 0.99 NL 1.09 OV 1.07 ! PT 0.97 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.04 HN 0.99 KP 0.97 ! LA 0.97 MK 1.04 NL 1.12 OV 0.95 ! PT 0.97 SC 1.01 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 0.99 KP 1.00* ! LA 1.12 MK 1.04 NL 1.00* OV 1.00* ! PT 0.94 SC 1.00* ! ! ! Fit before self-cal, rms=0.074717Jy sigma=0.000683 ! Fit after self-cal, rms=0.075266Jy sigma=0.000680 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.979 mas, bmaj=6.539 mas, bpa=-1.953 degrees ! Estimated noise=580.785 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.000590303 Jy ! Component: 100 - total flux cleaned = 0.000732892 Jy ! Component: 150 - total flux cleaned = 0.000753859 Jy ! Component: 200 - total flux cleaned = 0.000763456 Jy ! Total flux subtracted in 200 components = 0.000763456 Jy ! Clean residual min=-0.002259 max=0.002150 Jy/beam ! Clean residual mean=-0.000005 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 0.109624 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 49 components and 0.109624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075258Jy sigma=0.000680 ! Fit after self-cal, rms=0.075282Jy sigma=0.000680 ! 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.075282Jy sigma=0.000680 ! Fit after self-cal, rms=0.074928Jy sigma=0.000676 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.985 mas, bmaj=6.539 mas, bpa=-2.189 degrees ! Estimated noise=580.878 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00019096 Jy ! Component: 100 - total flux cleaned = 0.000256093 Jy ! Component: 150 - total flux cleaned = 0.000287565 Jy ! Component: 200 - total flux cleaned = 0.000305802 Jy ! Total flux subtracted in 200 components = 0.000305802 Jy ! Clean residual min=-0.002033 max=0.001647 Jy/beam ! Clean residual mean=-0.000004 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.109929 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 59 components and 0.109929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074924Jy sigma=0.000676 ! Fit after self-cal, rms=0.074950Jy sigma=0.000676 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.02735e-05 Jy ! Component: 100 - total flux cleaned = 2.87909e-05 Jy ! Component: 150 - total flux cleaned = 3.6341e-05 Jy ! Component: 200 - total flux cleaned = 4.32662e-05 Jy ! Total flux subtracted in 200 components = 4.32662e-05 Jy ! Clean residual min=-0.002027 max=0.001621 Jy/beam ! Clean residual mean=-0.000004 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.109973 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 66 components and 0.109973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074948Jy sigma=0.000676 ! Fit after self-cal, rms=0.074947Jy sigma=0.000676 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074947Jy sigma=0.000676 ! Fit after self-cal, rms=0.075074Jy sigma=0.000676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.987 mas, bmaj=6.535 mas, bpa=-2.293 degrees ! Estimated noise=581.364 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000145074 Jy ! Component: 100 - total flux cleaned = 0.000181337 Jy ! Component: 150 - total flux cleaned = 0.000196688 Jy ! Component: 200 - total flux cleaned = 0.000209769 Jy ! Total flux subtracted in 200 components = 0.000209769 Jy ! Clean residual min=-0.002011 max=0.001586 Jy/beam ! Clean residual mean=-0.000004 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.110182 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 68 components and 0.110182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075072Jy sigma=0.000676 ! Fit after self-cal, rms=0.075074Jy sigma=0.000676 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.45794e-07 Jy ! Component: 100 - total flux cleaned = 5.6188e-06 Jy ! Component: 150 - total flux cleaned = 1.16388e-05 Jy ! Component: 200 - total flux cleaned = 1.72191e-05 Jy ! Total flux subtracted in 200 components = 1.72191e-05 Jy ! Clean residual min=-0.002003 max=0.001576 Jy/beam ! Clean residual mean=-0.000004 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.1102 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 69 components and 0.1102 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075073Jy sigma=0.000676 ! Fit after self-cal, rms=0.075072Jy sigma=0.000676 ! 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.075072Jy sigma=0.000676 ! Fit after self-cal, rms=0.075142Jy sigma=0.000676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.586 mas, bmaj=10.19 mas, bpa=-6.496 degrees ! Estimated noise=701.013 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000478651 Jy ! Component: 100 - total flux cleaned = 0.00047704 Jy ! Component: 150 - total flux cleaned = 0.000477172 Jy ! Component: 200 - total flux cleaned = 0.00049386 Jy ! Total flux subtracted in 200 components = 0.00049386 Jy ! Clean residual min=-0.002447 max=0.002215 Jy/beam ! Clean residual mean=-0.000007 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.110693 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 73 components and 0.110693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075144Jy sigma=0.000676 ! Fit after self-cal, rms=0.075143Jy sigma=0.000676 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.47864e-05 Jy ! Component: 100 - total flux cleaned = 1.23646e-05 Jy ! Component: 150 - total flux cleaned = 1.9722e-05 Jy ! Component: 200 - total flux cleaned = 3.39973e-05 Jy ! Total flux subtracted in 200 components = 3.39973e-05 Jy ! Clean residual min=-0.002446 max=0.002187 Jy/beam ! Clean residual mean=-0.000007 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.110727 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 76 components and 0.110727 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075145Jy sigma=0.000676 ! Fit after self-cal, rms=0.075144Jy sigma=0.000676 ! 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.987 mas, bmaj=6.531 mas, bpa=-2.379 degrees ! Estimated noise=581.803 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.987 x 6.531 at -2.379 degrees (North through East) ! Clean map min=-0.0019549 max=0.09409 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.43 mas, bmaj=5.587 mas, bpa=-5.841 degrees ! Estimated noise=895.375 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0734174 Jy ! Component: 100 - total flux cleaned = 0.091021 Jy ! Component: 150 - total flux cleaned = 0.0981743 Jy ! Component: 200 - total flux cleaned = 0.10209 Jy ! Total flux subtracted in 200 components = 0.10209 Jy ! Clean residual min=-0.002561 max=0.002505 Jy/beam ! Clean residual mean=-0.000006 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.10209 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.10209 Jy ! Inverting map and beam ! Estimated beam: bmin=3.987 mas, bmaj=6.531 mas, bpa=-2.379 degrees ! Estimated noise=581.803 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 (0.5, 5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00354766 Jy ! Component: 100 - total flux cleaned = 0.00564271 Jy ! Component: 150 - total flux cleaned = 0.00705703 Jy ! Component: 200 - total flux cleaned = 0.0080672 Jy ! Total flux subtracted in 200 components = 0.0080672 Jy ! Clean residual min=-0.002005 max=0.001444 Jy/beam ! Clean residual mean=-0.000005 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.110157 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 54 components and 0.110157 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.586 mas, bmaj=10.19 mas, bpa=-6.496 degrees ! Estimated noise=701.013 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0013172 Jy ! Component: 100 - total flux cleaned = 0.00207641 Jy ! Component: 150 - total flux cleaned = 0.00250371 Jy ! Component: 200 - total flux cleaned = 0.00264242 Jy ! Total flux subtracted in 200 components = 0.00264242 Jy ! Clean residual min=-0.002208 max=0.001867 Jy/beam ! Clean residual mean=-0.000006 rms=0.000538 Jy/beam ! Combined flux in latest and established models = 0.112799 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 = 9.02239e-05 Jy ! Component: 100 - total flux cleaned = 0.000147657 Jy ! Component: 150 - total flux cleaned = 0.000173678 Jy ! Component: 200 - total flux cleaned = 0.00020587 Jy ! Total flux subtracted in 200 components = 0.00020587 Jy ! Clean residual min=-0.002177 max=0.001862 Jy/beam ! Clean residual mean=-0.000006 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.113005 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 90 components and 0.113005 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.987 mas, bmaj=6.531 mas, bpa=-2.379 degrees ! Estimated noise=581.803 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000248464 Jy ! Component: 100 - total flux cleaned = -0.000278121 Jy ! Component: 150 - total flux cleaned = -0.000278519 Jy ! Component: 200 - total flux cleaned = -0.000278831 Jy ! Total flux subtracted in 200 components = -0.000278831 Jy ! Clean residual min=-0.001904 max=0.001426 Jy/beam ! Clean residual mean=-0.000003 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.112726 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 104 components and 0.112726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075113Jy sigma=0.000676 ! Fit after self-cal, rms=0.075106Jy sigma=0.000676 wmodel J1314+2348_S_2017_06_10_pus_map.mod ! Writing 104 model components to file: J1314+2348_S_2017_06_10_pus_map.mod wobs J1314+2348_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J1314+2348_S_2017_06_10_pus_uvs.fits wwins J1314+2348_S_2017_06_10_pus_map.win ! wwins: Wrote 2 windows to J1314+2348_S_2017_06_10_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.000811019 Jy ! Component: 100 - total flux cleaned = -0.00150853 Jy ! Component: 150 - total flux cleaned = -0.00195222 Jy ! Component: 200 - total flux cleaned = -0.00229915 Jy ! Component: 250 - total flux cleaned = -0.00246498 Jy ! Component: 300 - total flux cleaned = -0.00262614 Jy ! Component: 350 - total flux cleaned = -0.00284872 Jy ! Component: 400 - total flux cleaned = -0.00297835 Jy ! Component: 450 - total flux cleaned = -0.00318891 Jy ! Component: 500 - total flux cleaned = -0.00337302 Jy ! Component: 550 - total flux cleaned = -0.00349282 Jy ! Component: 600 - total flux cleaned = -0.00359129 Jy ! Component: 650 - total flux cleaned = -0.00372521 Jy ! Component: 700 - total flux cleaned = -0.00372487 Jy ! Component: 750 - total flux cleaned = -0.00378033 Jy ! Component: 800 - total flux cleaned = -0.00381656 Jy ! Component: 850 - total flux cleaned = -0.00385232 Jy ! Component: 900 - total flux cleaned = -0.00393974 Jy ! Component: 950 - total flux cleaned = -0.00399122 Jy ! Component: 1000 - total flux cleaned = -0.00404201 Jy ! Component: 1050 - total flux cleaned = -0.00407548 Jy ! Component: 1100 - total flux cleaned = -0.00410835 Jy ! Component: 1150 - total flux cleaned = -0.00417328 Jy ! Component: 1200 - total flux cleaned = -0.00420499 Jy ! Component: 1250 - total flux cleaned = -0.00420507 Jy ! Component: 1300 - total flux cleaned = -0.00423636 Jy ! Component: 1350 - total flux cleaned = -0.00418993 Jy ! Component: 1400 - total flux cleaned = -0.00420501 Jy ! Component: 1450 - total flux cleaned = -0.00419006 Jy ! Component: 1500 - total flux cleaned = -0.00418986 Jy ! Component: 1550 - total flux cleaned = -0.00416035 Jy ! Component: 1600 - total flux cleaned = -0.00413147 Jy ! Component: 1650 - total flux cleaned = -0.00416007 Jy ! Component: 1700 - total flux cleaned = -0.00410335 Jy ! Component: 1750 - total flux cleaned = -0.00410328 Jy ! Component: 1800 - total flux cleaned = -0.00415861 Jy ! Component: 1850 - total flux cleaned = -0.00408997 Jy ! Component: 1900 - total flux cleaned = -0.00413089 Jy ! Component: 1950 - total flux cleaned = -0.00415775 Jy ! Component: 2000 - total flux cleaned = -0.0042373 Jy ! Component: 2050 - total flux cleaned = -0.0042502 Jy ! Component: 2100 - total flux cleaned = -0.00419794 Jy ! Component: 2150 - total flux cleaned = -0.00426238 Jy ! Component: 2200 - total flux cleaned = -0.00424946 Jy ! Component: 2250 - total flux cleaned = -0.00424951 Jy ! Component: 2300 - total flux cleaned = -0.00426228 Jy ! Component: 2350 - total flux cleaned = -0.00428701 Jy ! Component: 2400 - total flux cleaned = -0.0043116 Jy ! Component: 2450 - total flux cleaned = -0.00429938 Jy ! Component: 2500 - total flux cleaned = -0.00432355 Jy ! Component: 2550 - total flux cleaned = -0.00432353 Jy ! Component: 2600 - total flux cleaned = -0.00431153 Jy ! Component: 2650 - total flux cleaned = -0.00434709 Jy ! Component: 2700 - total flux cleaned = -0.00434689 Jy ! Component: 2750 - total flux cleaned = -0.0043121 Jy ! Component: 2800 - total flux cleaned = -0.00430061 Jy ! Component: 2850 - total flux cleaned = -0.0043234 Jy ! Component: 2900 - total flux cleaned = -0.00427802 Jy ! Component: 2950 - total flux cleaned = -0.00428925 Jy ! Component: 3000 - total flux cleaned = -0.00425576 Jy ! Component: 3050 - total flux cleaned = -0.00424461 Jy ! Component: 3100 - total flux cleaned = -0.00427769 Jy ! Component: 3150 - total flux cleaned = -0.00424497 Jy ! Component: 3200 - total flux cleaned = -0.00424496 Jy ! Component: 3250 - total flux cleaned = -0.00421281 Jy ! Component: 3300 - total flux cleaned = -0.00421274 Jy ! Component: 3350 - total flux cleaned = -0.00419167 Jy ! Component: 3400 - total flux cleaned = -0.00419176 Jy ! Component: 3450 - total flux cleaned = -0.00418135 Jy ! Component: 3500 - total flux cleaned = -0.00417103 Jy ! Component: 3550 - total flux cleaned = -0.00418133 Jy ! Component: 3600 - total flux cleaned = -0.00417111 Jy ! Component: 3650 - total flux cleaned = -0.00419133 Jy ! Component: 3700 - total flux cleaned = -0.00416111 Jy ! Component: 3750 - total flux cleaned = -0.00415105 Jy ! Component: 3800 - total flux cleaned = -0.00416107 Jy ! Component: 3850 - total flux cleaned = -0.004161 Jy ! Component: 3900 - total flux cleaned = -0.00414145 Jy ! Component: 3950 - total flux cleaned = -0.00416087 Jy ! Component: 4000 - total flux cleaned = -0.00416079 Jy ! Component: 4050 - total flux cleaned = -0.00413219 Jy ! Total flux subtracted in 4096 components = -0.0041512 Jy ! Clean residual min=-0.000629 max=0.000580 Jy/beam ! Clean residual mean=-0.000004 rms=0.000177 Jy/beam ! Combined flux in latest and established models = 0.108575 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 390 components and 0.108575 Jy ![Exited script file: muppet] wmap "J1314+2348_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.987 x 6.531 at -2.379 degrees (North through East) ! Clean map min=-0.0014345 max=0.094483 Jy/beam ! Writing clean map to FITS file: J1314+2348_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0944831 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000174533 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.554171 0.554171 1.10834 2.21669 4.43337 8.86674 17.7335 35.467 70.9339 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.094 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.987 x 6.531 at -2.379 degrees (North through East) ! Clean map min=-0.0014345 max=0.094483 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 J1314+2348_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:54:04 2019