! Started logfile: J1319+1039_S_2017_05_31_pus_uvs.log on Tue Feb 5 21:49:45 2019 obs J1319+1039_S_2017_05_31_pus_uva.fits ! Reading UV FITS file: J1319+1039_S_2017_05_31_pus_uva.fits ! AN table 1: 143 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.852836 visibilities/baseline/integration-bin. ! Found source: J1319+1039 ! ! 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 703 lines of history. ! ! Reading 21952 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 J1319+1039_S_2017_05_31_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 162 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 114 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 863 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.883343Jy sigma=0.008040 ! Fit after self-cal, rms=0.876813Jy sigma=0.007990 ! 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.174 mas, bmaj=6.77 mas, bpa=-1.989 degrees ! Estimated noise=1009.64 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.0961553 Jy ! Component: 100 - total flux cleaned = 0.130356 Jy ! Total flux subtracted in 100 components = 0.130356 Jy ! Clean residual min=-0.006407 max=0.015343 Jy/beam ! Clean residual mean=-0.000063 rms=0.001777 Jy/beam ! Combined flux in latest and established models = 0.130356 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.130356 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095229Jy sigma=0.000721 ! Fit after self-cal, rms=0.094921Jy sigma=0.000718 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0188059 Jy ! Component: 100 - total flux cleaned = 0.0284663 Jy ! Total flux subtracted in 100 components = 0.0284663 Jy ! Clean residual min=-0.004347 max=0.005385 Jy/beam ! Clean residual mean=-0.000017 rms=0.001113 Jy/beam ! Combined flux in latest and established models = 0.158823 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 25 components and 0.158823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091088Jy sigma=0.000683 ! Fit after self-cal, rms=0.091009Jy sigma=0.000682 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00668841 Jy ! Component: 100 - total flux cleaned = 0.00932705 Jy ! Total flux subtracted in 100 components = 0.00932705 Jy ! Clean residual min=-0.003963 max=0.005116 Jy/beam ! Clean residual mean=-0.000002 rms=0.001000 Jy/beam ! Combined flux in latest and established models = 0.16815 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 32 components and 0.16815 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090500Jy sigma=0.000680 ! Fit after self-cal, rms=0.090481Jy sigma=0.000679 ! 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.711 mas, bmaj=7.606 mas, bpa=-0.9887 degrees ! Estimated noise=606.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.00109798 Jy ! Component: 100 - total flux cleaned = -0.00157578 Jy ! Component: 150 - total flux cleaned = -0.00157513 Jy ! Component: 200 - total flux cleaned = -0.00157504 Jy ! Total flux subtracted in 200 components = -0.00157504 Jy ! Clean residual min=-0.002483 max=0.002611 Jy/beam ! Clean residual mean=-0.000001 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.166575 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 39 components and 0.166575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090348Jy sigma=0.000678 ! Fit after self-cal, rms=0.090333Jy sigma=0.000678 ! 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 0.95 KP 1.02 ! LA 1.03 MK 1.03 NL 0.91 OV 1.01 ! PT 1.07 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.99 HN 1.00 KP 1.00 ! LA 0.97 MK 1.04 NL 1.07 OV 1.05 ! PT 1.05 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.79 FD 1.02 HN 0.98 KP 1.00 ! LA 0.99 MK 1.07 NL 1.02 OV 0.97 ! PT 0.99 SC 1.05 ! ! ! Correcting IF 4. ! A total of 75 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 1.01 KP 0.66 ! LA 0.98 MK 1.20 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.090333Jy sigma=0.000678 ! Fit after self-cal, rms=0.083364Jy sigma=0.000672 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.757 mas, bmaj=7.629 mas, bpa=-0.6768 degrees ! Estimated noise=611.821 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.00103219 Jy ! Component: 100 - total flux cleaned = 0.00111185 Jy ! Component: 150 - total flux cleaned = 0.00107607 Jy ! Component: 200 - total flux cleaned = 0.00101114 Jy ! Total flux subtracted in 200 components = 0.00101114 Jy ! Clean residual min=-0.002135 max=0.002091 Jy/beam ! Clean residual mean=-0.000005 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.167586 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 44 components and 0.167586 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083320Jy sigma=0.000672 ! Fit after self-cal, rms=0.083259Jy sigma=0.000672 ! 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.083259Jy sigma=0.000672 ! Fit after self-cal, rms=0.081639Jy sigma=0.000669 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.723 mas, bmaj=7.566 mas, bpa=-1.457 degrees ! Estimated noise=608.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000619312 Jy ! Component: 100 - total flux cleaned = 0.000471965 Jy ! Component: 150 - total flux cleaned = 0.000381449 Jy ! Component: 200 - total flux cleaned = 0.000277792 Jy ! Total flux subtracted in 200 components = 0.000277792 Jy ! Clean residual min=-0.001650 max=0.001829 Jy/beam ! Clean residual mean=-0.000002 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.167864 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 45 components and 0.167864 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081606Jy sigma=0.000668 ! Fit after self-cal, rms=0.081599Jy sigma=0.000668 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 (-8.5, 19.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00116431 Jy ! Component: 100 - total flux cleaned = 0.00143217 Jy ! Component: 150 - total flux cleaned = 0.0015392 Jy ! Component: 200 - total flux cleaned = 0.00153822 Jy ! Total flux subtracted in 200 components = 0.00153822 Jy ! Clean residual min=-0.001668 max=0.001489 Jy/beam ! Clean residual mean=-0.000000 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.169402 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 61 components and 0.169402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081550Jy sigma=0.000668 ! Fit after self-cal, rms=0.081549Jy sigma=0.000668 ! 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.081549Jy sigma=0.000668 ! Fit after self-cal, rms=0.081510Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.712 mas, bmaj=7.544 mas, bpa=-1.599 degrees ! Estimated noise=607.965 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000628959 Jy ! Component: 100 - total flux cleaned = 0.000744355 Jy ! Component: 150 - total flux cleaned = 0.000769598 Jy ! Component: 200 - total flux cleaned = 0.000817231 Jy ! Total flux subtracted in 200 components = 0.000817231 Jy ! Clean residual min=-0.001636 max=0.001420 Jy/beam ! Clean residual mean=0.000002 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.170219 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 71 components and 0.170219 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081491Jy sigma=0.000668 ! Fit after self-cal, rms=0.081493Jy sigma=0.000668 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.36593e-06 Jy ! Component: 100 - total flux cleaned = 2.0556e-05 Jy ! Component: 150 - total flux cleaned = 2.12578e-05 Jy ! Component: 200 - total flux cleaned = 2.0992e-05 Jy ! Total flux subtracted in 200 components = 2.0992e-05 Jy ! Clean residual min=-0.001604 max=0.001416 Jy/beam ! Clean residual mean=0.000001 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.17024 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 77 components and 0.17024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081482Jy sigma=0.000668 ! Fit after self-cal, rms=0.081485Jy sigma=0.000667 ! 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.081485Jy sigma=0.000667 ! Fit after self-cal, rms=0.081657Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.559 mas, bmaj=11.12 mas, bpa=-3.87 degrees ! Estimated noise=741.429 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000357495 Jy ! Component: 100 - total flux cleaned = 0.000449142 Jy ! Component: 150 - total flux cleaned = 0.000461694 Jy ! Component: 200 - total flux cleaned = 0.000486588 Jy ! Total flux subtracted in 200 components = 0.000486588 Jy ! Clean residual min=-0.001452 max=0.001573 Jy/beam ! Clean residual mean=0.000002 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.170727 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 95 components and 0.170727 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081657Jy sigma=0.000667 ! Fit after self-cal, rms=0.081655Jy sigma=0.000667 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.60034e-05 Jy ! Component: 100 - total flux cleaned = 5.0523e-05 Jy ! Component: 150 - total flux cleaned = 5.96902e-05 Jy ! Component: 200 - total flux cleaned = 7.85011e-05 Jy ! Total flux subtracted in 200 components = 7.85011e-05 Jy ! Clean residual min=-0.001443 max=0.001569 Jy/beam ! Clean residual mean=0.000002 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.170805 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 106 components and 0.170805 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081655Jy sigma=0.000667 ! Fit after self-cal, rms=0.081654Jy sigma=0.000667 ! 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.71 mas, bmaj=7.539 mas, bpa=-1.61 degrees ! Estimated noise=609.048 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.71 x 7.539 at -1.61 degrees (North through East) ! Clean map min=-0.0016199 max=0.12459 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.181 mas, bmaj=6.713 mas, bpa=-2.454 degrees ! Estimated noise=1007.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0972162 Jy ! Component: 100 - total flux cleaned = 0.134666 Jy ! Component: 150 - total flux cleaned = 0.152625 Jy ! Component: 200 - total flux cleaned = 0.161586 Jy ! Total flux subtracted in 200 components = 0.161586 Jy ! Clean residual min=-0.003497 max=0.004144 Jy/beam ! Clean residual mean=-0.000009 rms=0.000860 Jy/beam ! Combined flux in latest and established models = 0.161586 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.161586 Jy ! Inverting map and beam ! Estimated beam: bmin=3.71 mas, bmaj=7.539 mas, bpa=-1.61 degrees ! Estimated noise=609.048 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.00457125 Jy ! Component: 100 - total flux cleaned = 0.00711897 Jy ! Component: 150 - total flux cleaned = 0.00831277 Jy ! Component: 200 - total flux cleaned = 0.00864294 Jy ! Total flux subtracted in 200 components = 0.00864294 Jy ! Clean residual min=-0.001642 max=0.001649 Jy/beam ! Clean residual mean=0.000001 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.170229 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 37 components and 0.170229 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.559 mas, bmaj=11.12 mas, bpa=-3.87 degrees ! Estimated noise=741.429 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000980915 Jy ! Component: 100 - total flux cleaned = 0.00117095 Jy ! Component: 150 - total flux cleaned = 0.00129869 Jy ! Component: 200 - total flux cleaned = 0.00130057 Jy ! Total flux subtracted in 200 components = 0.00130057 Jy ! Clean residual min=-0.001325 max=0.001468 Jy/beam ! Clean residual mean=0.000004 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.17153 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 = -3.85328e-05 Jy ! Component: 100 - total flux cleaned = -0.000107667 Jy ! Component: 150 - total flux cleaned = -0.000169563 Jy ! Component: 200 - total flux cleaned = -0.000198333 Jy ! Total flux subtracted in 200 components = -0.000198333 Jy ! Clean residual min=-0.001335 max=0.001478 Jy/beam ! Clean residual mean=0.000004 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.171332 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 55 components and 0.171332 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.71 mas, bmaj=7.539 mas, bpa=-1.61 degrees ! Estimated noise=609.048 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000158902 Jy ! Component: 100 - total flux cleaned = -0.000195115 Jy ! Component: 150 - total flux cleaned = -0.000193674 Jy ! Component: 200 - total flux cleaned = -0.000134682 Jy ! Total flux subtracted in 200 components = -0.000134682 Jy ! Clean residual min=-0.001646 max=0.001476 Jy/beam ! Clean residual mean=0.000002 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.171197 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 74 components and 0.171197 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081673Jy sigma=0.000668 ! Fit after self-cal, rms=0.081682Jy sigma=0.000668 wmodel J1319+1039_S_2017_05_31_pus_map.mod ! Writing 74 model components to file: J1319+1039_S_2017_05_31_pus_map.mod wobs J1319+1039_S_2017_05_31_pus_uvs.fits ! Writing UV FITS file: J1319+1039_S_2017_05_31_pus_uvs.fits wwins J1319+1039_S_2017_05_31_pus_map.win ! wwins: Wrote 2 windows to J1319+1039_S_2017_05_31_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.000351921 Jy ! Component: 100 - total flux cleaned = -0.000301442 Jy ! Component: 150 - total flux cleaned = -0.000105648 Jy ! Component: 200 - total flux cleaned = 1.26703e-05 Jy ! Component: 250 - total flux cleaned = 0.000173378 Jy ! Component: 300 - total flux cleaned = 0.000329531 Jy ! Component: 350 - total flux cleaned = 0.000394629 Jy ! Component: 400 - total flux cleaned = 0.000437544 Jy ! Component: 450 - total flux cleaned = 0.000562695 Jy ! Component: 500 - total flux cleaned = 0.0007452 Jy ! Component: 550 - total flux cleaned = 0.000844409 Jy ! Component: 600 - total flux cleaned = 0.00098117 Jy ! Component: 650 - total flux cleaned = 0.00115369 Jy ! Component: 700 - total flux cleaned = 0.00126651 Jy ! Component: 750 - total flux cleaned = 0.00135921 Jy ! Component: 800 - total flux cleaned = 0.00146841 Jy ! Component: 850 - total flux cleaned = 0.00152169 Jy ! Component: 900 - total flux cleaned = 0.00159253 Jy ! Component: 950 - total flux cleaned = 0.00162749 Jy ! Component: 1000 - total flux cleaned = 0.00174779 Jy ! Component: 1050 - total flux cleaned = 0.00183267 Jy ! Component: 1100 - total flux cleaned = 0.00193359 Jy ! Component: 1150 - total flux cleaned = 0.00200001 Jy ! Component: 1200 - total flux cleaned = 0.00209868 Jy ! Component: 1250 - total flux cleaned = 0.00213114 Jy ! Component: 1300 - total flux cleaned = 0.00222752 Jy ! Component: 1350 - total flux cleaned = 0.00227532 Jy ! Component: 1400 - total flux cleaned = 0.00236985 Jy ! Component: 1450 - total flux cleaned = 0.00244786 Jy ! Component: 1500 - total flux cleaned = 0.00250939 Jy ! Component: 1550 - total flux cleaned = 0.00254004 Jy ! Component: 1600 - total flux cleaned = 0.00264606 Jy ! Component: 1650 - total flux cleaned = 0.00263113 Jy ! Component: 1700 - total flux cleaned = 0.00267581 Jy ! Component: 1750 - total flux cleaned = 0.00277876 Jy ! Component: 1800 - total flux cleaned = 0.00279345 Jy ! Component: 1850 - total flux cleaned = 0.00283683 Jy ! Component: 1900 - total flux cleaned = 0.00289401 Jy ! Component: 1950 - total flux cleaned = 0.00293656 Jy ! Component: 2000 - total flux cleaned = 0.00292259 Jy ! Component: 2050 - total flux cleaned = 0.00306207 Jy ! Component: 2100 - total flux cleaned = 0.00300649 Jy ! Component: 2150 - total flux cleaned = 0.00311611 Jy ! Component: 2200 - total flux cleaned = 0.00308885 Jy ! Component: 2250 - total flux cleaned = 0.00314278 Jy ! Component: 2300 - total flux cleaned = 0.00315606 Jy ! Component: 2350 - total flux cleaned = 0.0031826 Jy ! Component: 2400 - total flux cleaned = 0.00320906 Jy ! Component: 2450 - total flux cleaned = 0.0033135 Jy ! Component: 2500 - total flux cleaned = 0.00332641 Jy ! Component: 2550 - total flux cleaned = 0.00330076 Jy ! Component: 2600 - total flux cleaned = 0.00333896 Jy ! Component: 2650 - total flux cleaned = 0.00337708 Jy ! Component: 2700 - total flux cleaned = 0.00340224 Jy ! Component: 2750 - total flux cleaned = 0.00342723 Jy ! Component: 2800 - total flux cleaned = 0.00343969 Jy ! Component: 2850 - total flux cleaned = 0.00345191 Jy ! Component: 2900 - total flux cleaned = 0.00351275 Jy ! Component: 2950 - total flux cleaned = 0.00347645 Jy ! Component: 3000 - total flux cleaned = 0.00347649 Jy ! Component: 3050 - total flux cleaned = 0.00350033 Jy ! Component: 3100 - total flux cleaned = 0.00352394 Jy ! Component: 3150 - total flux cleaned = 0.00350048 Jy ! Component: 3200 - total flux cleaned = 0.00352396 Jy ! Component: 3250 - total flux cleaned = 0.00351245 Jy ! Component: 3300 - total flux cleaned = 0.00353547 Jy ! Component: 3350 - total flux cleaned = 0.00353534 Jy ! Component: 3400 - total flux cleaned = 0.00354674 Jy ! Component: 3450 - total flux cleaned = 0.00356927 Jy ! Component: 3500 - total flux cleaned = 0.00355812 Jy ! Component: 3550 - total flux cleaned = 0.00356927 Jy ! Component: 3600 - total flux cleaned = 0.00354731 Jy ! Component: 3650 - total flux cleaned = 0.00352546 Jy ! Component: 3700 - total flux cleaned = 0.00354721 Jy ! Component: 3750 - total flux cleaned = 0.00357984 Jy ! Component: 3800 - total flux cleaned = 0.00355828 Jy ! Component: 3850 - total flux cleaned = 0.00352604 Jy ! Component: 3900 - total flux cleaned = 0.00353674 Jy ! Component: 3950 - total flux cleaned = 0.00353665 Jy ! Component: 4000 - total flux cleaned = 0.00354711 Jy ! Component: 4050 - total flux cleaned = 0.0034843 Jy ! Total flux subtracted in 4096 components = 0.00352599 Jy ! Clean residual min=-0.000640 max=0.000693 Jy/beam ! Clean residual mean=-0.000001 rms=0.000193 Jy/beam ! Combined flux in latest and established models = 0.174723 Jy keep ! Adding 291 model components to the UV plane model. ! The established model now contains 365 components and 0.174723 Jy ![Exited script file: muppet] wmap "J1319+1039_S_2017_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.71 x 7.539 at -1.61 degrees (North through East) ! Clean map min=-0.0013558 max=0.12387 Jy/beam ! Writing clean map to FITS file: J1319+1039_S_2017_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.123871 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000192162 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.465394 0.465394 0.930788 1.86158 3.72315 7.44631 14.8926 29.7852 59.5704 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.123 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.71 x 7.539 at -1.61 degrees (North through East) ! Clean map min=-0.0013558 max=0.12387 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 J1319+1039_S_2017_05_31_pus_uvs.log closed on Tue Feb 5 21:49:50 2019