! Started logfile: J1345+0706_S_2017_06_15_pus_uvs.log on Tue May 7 15:20:17 2019 obs J1345+0706_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J1345+0706_S_2017_06_15_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.968142 visibilities/baseline/integration-bin. ! Found source: J1345+0706 ! ! 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 603 lines of history. ! ! Reading 19692 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 J1345+0706_S_2017_06_15_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 58 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 72 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 697 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.899914Jy sigma=0.008118 ! Fit after self-cal, rms=0.889775Jy sigma=0.008033 ! 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.835 mas, bmaj=6.963 mas, bpa=-3.249 degrees ! Estimated noise=883.748 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.0871694 Jy ! Component: 100 - total flux cleaned = 0.107665 Jy ! Total flux subtracted in 100 components = 0.107665 Jy ! Clean residual min=-0.003699 max=0.007768 Jy/beam ! Clean residual mean=-0.000013 rms=0.000929 Jy/beam ! Combined flux in latest and established models = 0.107665 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.107665 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083072Jy sigma=0.000682 ! Fit after self-cal, rms=0.083070Jy sigma=0.000682 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00779763 Jy ! Component: 100 - total flux cleaned = 0.0115512 Jy ! Total flux subtracted in 100 components = 0.0115512 Jy ! Clean residual min=-0.003421 max=0.003020 Jy/beam ! Clean residual mean=-0.000007 rms=0.000739 Jy/beam ! Combined flux in latest and established models = 0.119216 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 24 components and 0.119216 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082287Jy sigma=0.000674 ! Fit after self-cal, rms=0.082291Jy sigma=0.000674 ! 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.345 mas, bmaj=7.906 mas, bpa=-3.571 degrees ! Estimated noise=670.613 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 (-7, -9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00416394 Jy ! Component: 100 - total flux cleaned = 0.00677656 Jy ! Component: 150 - total flux cleaned = 0.00856538 Jy ! Component: 200 - total flux cleaned = 0.00978599 Jy ! Total flux subtracted in 200 components = 0.00978599 Jy ! Clean residual min=-0.002449 max=0.002505 Jy/beam ! Clean residual mean=-0.000003 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.129002 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 54 components and 0.129002 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082049Jy sigma=0.000671 ! Fit after self-cal, rms=0.082036Jy sigma=0.000671 ! 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.95 FD 0.96 HN 1.00 KP 1.00 ! LA 0.98 MK 1.00 NL 0.95 OV 1.02 ! PT 1.02 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 0.98 HN 1.01 KP 1.01 ! LA 0.96 MK 1.01 NL 1.09 OV 1.03 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.02 HN 0.99 KP 1.01 ! LA 0.99 MK 1.01 NL 1.00 OV 0.95 ! PT 0.97 SC 1.04 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.09 HN 0.98 KP 1.00* ! LA 1.01 MK 0.99 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.082036Jy sigma=0.000671 ! Fit after self-cal, rms=0.081021Jy sigma=0.000669 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.358 mas, bmaj=7.898 mas, bpa=-3.428 degrees ! Estimated noise=667.04 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.00100793 Jy ! Component: 100 - total flux cleaned = 0.00128456 Jy ! Component: 150 - total flux cleaned = 0.00133914 Jy ! Component: 200 - total flux cleaned = 0.00133874 Jy ! Total flux subtracted in 200 components = 0.00133874 Jy ! Clean residual min=-0.002238 max=0.002317 Jy/beam ! Clean residual mean=-0.000003 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.130341 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 70 components and 0.130341 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080991Jy sigma=0.000669 ! Fit after self-cal, rms=0.080975Jy sigma=0.000669 ! 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.080975Jy sigma=0.000669 ! Fit after self-cal, rms=0.081209Jy sigma=0.000666 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.361 mas, bmaj=7.89 mas, bpa=-3.383 degrees ! Estimated noise=666.973 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000627276 Jy ! Component: 100 - total flux cleaned = 0.000757685 Jy ! Component: 150 - total flux cleaned = 0.000825623 Jy ! Component: 200 - total flux cleaned = 0.000907206 Jy ! Total flux subtracted in 200 components = 0.000907206 Jy ! Clean residual min=-0.001777 max=0.001599 Jy/beam ! Clean residual mean=0.000000 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.131248 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 90 components and 0.131248 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081193Jy sigma=0.000666 ! Fit after self-cal, rms=0.081225Jy sigma=0.000666 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.32946e-05 Jy ! Component: 100 - total flux cleaned = 0.000124164 Jy ! Component: 150 - total flux cleaned = 0.000160781 Jy ! Component: 200 - total flux cleaned = 0.000160643 Jy ! Total flux subtracted in 200 components = 0.000160643 Jy ! Clean residual min=-0.001748 max=0.001572 Jy/beam ! Clean residual mean=0.000001 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.131409 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 95 components and 0.131409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081215Jy sigma=0.000666 ! Fit after self-cal, rms=0.081213Jy sigma=0.000666 ! 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.081213Jy sigma=0.000666 ! Fit after self-cal, rms=0.081216Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.359 mas, bmaj=7.883 mas, bpa=-3.371 degrees ! Estimated noise=666.487 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000268219 Jy ! Component: 100 - total flux cleaned = 0.000361212 Jy ! Component: 150 - total flux cleaned = 0.000410817 Jy ! Component: 200 - total flux cleaned = 0.000410981 Jy ! Total flux subtracted in 200 components = 0.000410981 Jy ! Clean residual min=-0.001745 max=0.001498 Jy/beam ! Clean residual mean=0.000001 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.13182 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 97 components and 0.13182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081208Jy sigma=0.000666 ! Fit after self-cal, rms=0.081210Jy sigma=0.000666 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 = 1.11381e-05 Jy ! Component: 100 - total flux cleaned = 4.21316e-05 Jy ! Component: 150 - total flux cleaned = 4.25266e-05 Jy ! Component: 200 - total flux cleaned = 1.52895e-05 Jy ! Total flux subtracted in 200 components = 1.52895e-05 Jy ! Clean residual min=-0.001729 max=0.001473 Jy/beam ! Clean residual mean=0.000001 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.131835 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 104 components and 0.131835 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081205Jy sigma=0.000665 ! Fit after self-cal, rms=0.081203Jy sigma=0.000665 ! 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.081203Jy sigma=0.000665 ! Fit after self-cal, rms=0.081133Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.719 mas, bmaj=12.09 mas, bpa=-2.904 degrees ! Estimated noise=822.225 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00020007 Jy ! Component: 100 - total flux cleaned = 0.000260072 Jy ! Component: 150 - total flux cleaned = 0.000219639 Jy ! Component: 200 - total flux cleaned = 0.000160081 Jy ! Total flux subtracted in 200 components = 0.000160081 Jy ! Clean residual min=-0.001656 max=0.001538 Jy/beam ! Clean residual mean=0.000002 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.131995 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 117 components and 0.131995 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081132Jy sigma=0.000665 ! Fit after self-cal, rms=0.081131Jy sigma=0.000665 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 = 1.65651e-05 Jy ! Component: 100 - total flux cleaned = 4.2158e-05 Jy ! Component: 150 - total flux cleaned = 2.25807e-05 Jy ! Component: 200 - total flux cleaned = 1.37485e-05 Jy ! Total flux subtracted in 200 components = 1.37485e-05 Jy ! Clean residual min=-0.001632 max=0.001519 Jy/beam ! Clean residual mean=0.000002 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.132009 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 124 components and 0.132009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081132Jy sigma=0.000665 ! Fit after self-cal, rms=0.081132Jy sigma=0.000665 ! 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.357 mas, bmaj=7.878 mas, bpa=-3.364 degrees ! Estimated noise=666.162 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.357 x 7.878 at -3.364 degrees (North through East) ! Clean map min=-0.0016884 max=0.11179 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.85 mas, bmaj=6.949 mas, bpa=-3.02 degrees ! Estimated noise=879.778 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0864774 Jy ! Component: 100 - total flux cleaned = 0.106833 Jy ! Component: 150 - total flux cleaned = 0.114595 Jy ! Component: 200 - total flux cleaned = 0.118955 Jy ! Total flux subtracted in 200 components = 0.118955 Jy ! Clean residual min=-0.002545 max=0.002568 Jy/beam ! Clean residual mean=-0.000005 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.118955 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.118955 Jy ! Inverting map and beam ! Estimated beam: bmin=3.357 mas, bmaj=7.878 mas, bpa=-3.364 degrees ! Estimated noise=666.162 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.00457325 Jy ! Component: 100 - total flux cleaned = 0.00751299 Jy ! Component: 150 - total flux cleaned = 0.00952085 Jy ! Component: 200 - total flux cleaned = 0.0109854 Jy ! Total flux subtracted in 200 components = 0.0109854 Jy ! Clean residual min=-0.001825 max=0.001568 Jy/beam ! Clean residual mean=-0.000000 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.129941 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 57 components and 0.129941 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.719 mas, bmaj=12.09 mas, bpa=-2.904 degrees ! Estimated noise=822.225 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00155062 Jy ! Component: 100 - total flux cleaned = 0.00216011 Jy ! Component: 150 - total flux cleaned = 0.00235564 Jy ! Component: 200 - total flux cleaned = 0.00245212 Jy ! Total flux subtracted in 200 components = 0.00245212 Jy ! Clean residual min=-0.001747 max=0.001605 Jy/beam ! Clean residual mean=0.000002 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.132393 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.70606e-05 Jy ! Component: 100 - total flux cleaned = 1.71727e-05 Jy ! Component: 150 - total flux cleaned = 1.76522e-05 Jy ! Component: 200 - total flux cleaned = 1.76751e-05 Jy ! Total flux subtracted in 200 components = 1.76751e-05 Jy ! Clean residual min=-0.001699 max=0.001558 Jy/beam ! Clean residual mean=0.000002 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.13241 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 99 components and 0.13241 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.357 mas, bmaj=7.878 mas, bpa=-3.364 degrees ! Estimated noise=666.162 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00020366 Jy ! Component: 100 - total flux cleaned = -0.000173032 Jy ! Component: 150 - total flux cleaned = -9.82674e-05 Jy ! Component: 200 - total flux cleaned = -1.48935e-05 Jy ! Total flux subtracted in 200 components = -1.48935e-05 Jy ! Clean residual min=-0.001733 max=0.001450 Jy/beam ! Clean residual mean=0.000001 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.132396 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 111 components and 0.132396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081142Jy sigma=0.000666 ! Fit after self-cal, rms=0.081140Jy sigma=0.000665 wmodel J1345+0706_S_2017_06_15_pus_map.mod ! Writing 111 model components to file: J1345+0706_S_2017_06_15_pus_map.mod wobs J1345+0706_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J1345+0706_S_2017_06_15_pus_uvs.fits wwins J1345+0706_S_2017_06_15_pus_map.win ! wwins: Wrote 2 windows to J1345+0706_S_2017_06_15_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.000770977 Jy ! Component: 100 - total flux cleaned = -0.00121648 Jy ! Component: 150 - total flux cleaned = -0.00147978 Jy ! Component: 200 - total flux cleaned = -0.00165664 Jy ! Component: 250 - total flux cleaned = -0.00180297 Jy ! Component: 300 - total flux cleaned = -0.00192114 Jy ! Component: 350 - total flux cleaned = -0.00205954 Jy ! Component: 400 - total flux cleaned = -0.0022169 Jy ! Component: 450 - total flux cleaned = -0.00232696 Jy ! Component: 500 - total flux cleaned = -0.00247781 Jy ! Component: 550 - total flux cleaned = -0.00264681 Jy ! Component: 600 - total flux cleaned = -0.00285381 Jy ! Component: 650 - total flux cleaned = -0.00293537 Jy ! Component: 700 - total flux cleaned = -0.00309661 Jy ! Component: 750 - total flux cleaned = -0.00325485 Jy ! Component: 800 - total flux cleaned = -0.00337142 Jy ! Component: 850 - total flux cleaned = -0.00348638 Jy ! Component: 900 - total flux cleaned = -0.00358119 Jy ! Component: 950 - total flux cleaned = -0.00374935 Jy ! Component: 1000 - total flux cleaned = -0.00385961 Jy ! Component: 1050 - total flux cleaned = -0.00396842 Jy ! Component: 1100 - total flux cleaned = -0.00405839 Jy ! Component: 1150 - total flux cleaned = -0.00414729 Jy ! Component: 1200 - total flux cleaned = -0.00425256 Jy ! Component: 1250 - total flux cleaned = -0.00430484 Jy ! Component: 1300 - total flux cleaned = -0.0043907 Jy ! Component: 1350 - total flux cleaned = -0.00445858 Jy ! Component: 1400 - total flux cleaned = -0.00450897 Jy ! Component: 1450 - total flux cleaned = -0.00455875 Jy ! Component: 1500 - total flux cleaned = -0.00455862 Jy ! Component: 1550 - total flux cleaned = -0.00459111 Jy ! Component: 1600 - total flux cleaned = -0.00467151 Jy ! Component: 1650 - total flux cleaned = -0.00475101 Jy ! Component: 1700 - total flux cleaned = -0.0047351 Jy ! Component: 1750 - total flux cleaned = -0.00478226 Jy ! Component: 1800 - total flux cleaned = -0.00478229 Jy ! Component: 1850 - total flux cleaned = -0.00485895 Jy ! Component: 1900 - total flux cleaned = -0.00495006 Jy ! Component: 1950 - total flux cleaned = -0.00502532 Jy ! Component: 2000 - total flux cleaned = -0.00505525 Jy ! Component: 2050 - total flux cleaned = -0.00517334 Jy ! Component: 2100 - total flux cleaned = -0.00520248 Jy ! Component: 2150 - total flux cleaned = -0.00526069 Jy ! Component: 2200 - total flux cleaned = -0.00530393 Jy ! Component: 2250 - total flux cleaned = -0.00540379 Jy ! Component: 2300 - total flux cleaned = -0.00548845 Jy ! Component: 2350 - total flux cleaned = -0.00551648 Jy ! Component: 2400 - total flux cleaned = -0.00557199 Jy ! Component: 2450 - total flux cleaned = -0.00561322 Jy ! Component: 2500 - total flux cleaned = -0.00565386 Jy ! Component: 2550 - total flux cleaned = -0.00572161 Jy ! Component: 2600 - total flux cleaned = -0.00578878 Jy ! Component: 2650 - total flux cleaned = -0.00578885 Jy ! Component: 2700 - total flux cleaned = -0.00588187 Jy ! Component: 2750 - total flux cleaned = -0.00594767 Jy ! Component: 2800 - total flux cleaned = -0.00601283 Jy ! Component: 2850 - total flux cleaned = -0.00603869 Jy ! Component: 2900 - total flux cleaned = -0.00610301 Jy ! Component: 2950 - total flux cleaned = -0.00617981 Jy ! Component: 3000 - total flux cleaned = -0.00620523 Jy ! Component: 3050 - total flux cleaned = -0.00628098 Jy ! Component: 3100 - total flux cleaned = -0.00631833 Jy ! Component: 3150 - total flux cleaned = -0.00640537 Jy ! Component: 3200 - total flux cleaned = -0.00647929 Jy ! Component: 3250 - total flux cleaned = -0.00650383 Jy ! Component: 3300 - total flux cleaned = -0.006577 Jy ! Component: 3350 - total flux cleaned = -0.00663746 Jy ! Component: 3400 - total flux cleaned = -0.00668568 Jy ! Component: 3450 - total flux cleaned = -0.00680533 Jy ! Component: 3500 - total flux cleaned = -0.0068527 Jy ! Component: 3550 - total flux cleaned = -0.0068881 Jy ! Component: 3600 - total flux cleaned = -0.0069351 Jy ! Component: 3650 - total flux cleaned = -0.00702851 Jy ! Component: 3700 - total flux cleaned = -0.00704009 Jy ! Component: 3750 - total flux cleaned = -0.00713237 Jy ! Component: 3800 - total flux cleaned = -0.00720107 Jy ! Component: 3850 - total flux cleaned = -0.00718971 Jy ! Component: 3900 - total flux cleaned = -0.00726903 Jy ! Component: 3950 - total flux cleaned = -0.00734794 Jy ! Component: 4000 - total flux cleaned = -0.00739277 Jy ! Component: 4050 - total flux cleaned = -0.0074373 Jy ! Total flux subtracted in 4096 components = -0.00751499 Jy ! Clean residual min=-0.000639 max=0.000666 Jy/beam ! Clean residual mean=-0.000000 rms=0.000205 Jy/beam ! Combined flux in latest and established models = 0.124881 Jy keep ! Adding 275 model components to the UV plane model. ! The established model now contains 386 components and 0.124881 Jy ![Exited script file: muppet] wmap "J1345+0706_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.357 x 7.878 at -3.364 degrees (North through East) ! Clean map min=-0.001465 max=0.11141 Jy/beam ! Writing clean map to FITS file: J1345+0706_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.111412 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000203998 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.549309 0.549309 1.09862 2.19724 4.39447 8.78895 17.5779 35.1558 70.3116 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.111 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.357 x 7.878 at -3.364 degrees (North through East) ! Clean map min=-0.001465 max=0.11141 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 J1345+0706_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:20:22 2019