! Started logfile: J1337+6532_S_2017_05_31_pus_uvs.log on Tue Feb 5 21:50:37 2019 obs J1337+6532_S_2017_05_31_pus_uva.fits ! Reading UV FITS file: J1337+6532_S_2017_05_31_pus_uva.fits ! AN table 1: 112 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.95754 visibilities/baseline/integration-bin. ! Found source: J1337+6532 ! ! 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 19304 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 J1337+6532_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 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 590 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.924276Jy sigma=0.008414 ! Fit after self-cal, rms=0.917452Jy sigma=0.008356 ! 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.27 mas, bmaj=3.854 mas, bpa=-80.07 degrees ! Estimated noise=978.34 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.0631014 Jy ! Component: 100 - total flux cleaned = 0.0807296 Jy ! Total flux subtracted in 100 components = 0.0807296 Jy ! Clean residual min=-0.004165 max=0.007056 Jy/beam ! Clean residual mean=-0.000005 rms=0.000958 Jy/beam ! Combined flux in latest and established models = 0.0807296 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0807296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106457Jy sigma=0.000673 ! Fit after self-cal, rms=0.106453Jy sigma=0.000673 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00738795 Jy ! Component: 100 - total flux cleaned = 0.0110743 Jy ! Total flux subtracted in 100 components = 0.0110743 Jy ! Clean residual min=-0.003891 max=0.003330 Jy/beam ! Clean residual mean=0.000001 rms=0.000850 Jy/beam ! Combined flux in latest and established models = 0.091804 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 21 components and 0.091804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105611Jy sigma=0.000668 ! Fit after self-cal, rms=0.105614Jy sigma=0.000668 ! 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=4.016 mas, bmaj=4.542 mas, bpa=-87.82 degrees ! Estimated noise=637.479 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.00218001 Jy ! Component: 100 - total flux cleaned = 0.00329062 Jy ! Component: 150 - total flux cleaned = 0.00361966 Jy ! Component: 200 - total flux cleaned = 0.00376857 Jy ! Total flux subtracted in 200 components = 0.00376857 Jy ! Clean residual min=-0.002579 max=0.002105 Jy/beam ! Clean residual mean=0.000004 rms=0.000554 Jy/beam ! Combined flux in latest and established models = 0.0955725 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 30 components and 0.0955725 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105501Jy sigma=0.000667 ! Fit after self-cal, rms=0.105499Jy sigma=0.000667 ! 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.96 FD 0.94 HN 0.98 KP 1.02 ! LA 1.00 MK 1.05 NL 0.93 OV 1.05 ! PT 1.04 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.04 HN 1.03 KP 0.97 ! LA 0.97 MK 1.07 NL 1.02 OV 1.06 ! PT 1.03 SC 1.13 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.03 HN 1.03 KP 1.00 ! LA 1.02 MK 1.06 NL 0.99 OV 1.01 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 0.97 KP 1.00* ! LA 1.04 MK 1.05 NL 1.00* OV 1.00* ! PT 0.97 SC 1.00* ! ! ! Fit before self-cal, rms=0.105499Jy sigma=0.000667 ! Fit after self-cal, rms=0.100082Jy sigma=0.000666 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.059 mas, bmaj=4.594 mas, bpa=-88.51 degrees ! Estimated noise=648.629 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.000860819 Jy ! Component: 100 - total flux cleaned = 0.000911246 Jy ! Component: 150 - total flux cleaned = 0.000928137 Jy ! Component: 200 - total flux cleaned = 0.000944112 Jy ! Total flux subtracted in 200 components = 0.000944112 Jy ! Clean residual min=-0.002378 max=0.002472 Jy/beam ! Clean residual mean=0.000002 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.0965166 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 35 components and 0.0965166 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100031Jy sigma=0.000666 ! Fit after self-cal, rms=0.100025Jy sigma=0.000666 ! 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.100025Jy sigma=0.000666 ! Fit after self-cal, rms=0.086298Jy sigma=0.000662 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.045 mas, bmaj=4.552 mas, bpa=-86.09 degrees ! Estimated noise=653.297 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00110283 Jy ! Component: 100 - total flux cleaned = 0.00132769 Jy ! Component: 150 - total flux cleaned = 0.00135411 Jy ! Component: 200 - total flux cleaned = 0.00135356 Jy ! Total flux subtracted in 200 components = 0.00135356 Jy ! Clean residual min=-0.001923 max=0.001821 Jy/beam ! Clean residual mean=-0.000001 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.0978702 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 38 components and 0.0978702 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086262Jy sigma=0.000662 ! Fit after self-cal, rms=0.086277Jy sigma=0.000661 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.49399e-06 Jy ! Component: 100 - total flux cleaned = -2.06804e-05 Jy ! Component: 150 - total flux cleaned = -2.11307e-05 Jy ! Component: 200 - total flux cleaned = -2.18664e-05 Jy ! Total flux subtracted in 200 components = -2.18664e-05 Jy ! Clean residual min=-0.001970 max=0.001836 Jy/beam ! Clean residual mean=-0.000001 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.0978483 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 42 components and 0.0978483 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086272Jy sigma=0.000661 ! Fit after self-cal, rms=0.086272Jy sigma=0.000661 ! 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.086272Jy sigma=0.000661 ! Fit after self-cal, rms=0.079196Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.048 mas, bmaj=4.533 mas, bpa=-86.54 degrees ! Estimated noise=652.761 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.65066e-05 Jy ! Component: 100 - total flux cleaned = 0.000159438 Jy ! Component: 150 - total flux cleaned = 0.000189833 Jy ! Component: 200 - total flux cleaned = 0.000215218 Jy ! Total flux subtracted in 200 components = 0.000215218 Jy ! Clean residual min=-0.001687 max=0.001780 Jy/beam ! Clean residual mean=-0.000003 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.0980636 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 43 components and 0.0980635 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079192Jy sigma=0.000658 ! Fit after self-cal, rms=0.079178Jy sigma=0.000658 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 (-23.5, -100). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0017146 Jy ! Component: 100 - total flux cleaned = 0.00210554 Jy ! Component: 150 - total flux cleaned = 0.00233874 Jy ! Component: 200 - total flux cleaned = 0.00241052 Jy ! Total flux subtracted in 200 components = 0.00241052 Jy ! Clean residual min=-0.001636 max=0.001630 Jy/beam ! Clean residual mean=-0.000001 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.100474 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 60 components and 0.100474 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079135Jy sigma=0.000657 ! Fit after self-cal, rms=0.079132Jy sigma=0.000657 ! 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.079132Jy sigma=0.000657 ! Fit after self-cal, rms=0.079024Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.093 mas, bmaj=9.351 mas, bpa=75.86 degrees ! Estimated noise=812.918 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000848098 Jy ! Component: 100 - total flux cleaned = 0.00112095 Jy ! Component: 150 - total flux cleaned = 0.00119275 Jy ! Component: 200 - total flux cleaned = 0.00119148 Jy ! Total flux subtracted in 200 components = 0.00119148 Jy ! Clean residual min=-0.001697 max=0.001945 Jy/beam ! Clean residual mean=-0.000002 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.101666 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 73 components and 0.101666 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079019Jy sigma=0.000657 ! Fit after self-cal, rms=0.079018Jy sigma=0.000657 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.16556e-05 Jy ! Component: 100 - total flux cleaned = 0.000146692 Jy ! Component: 150 - total flux cleaned = 0.000147195 Jy ! Component: 200 - total flux cleaned = 0.000137705 Jy ! Total flux subtracted in 200 components = 0.000137705 Jy ! Clean residual min=-0.001722 max=0.001951 Jy/beam ! Clean residual mean=-0.000002 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.101803 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 78 components and 0.101803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079017Jy sigma=0.000657 ! Fit after self-cal, rms=0.079016Jy sigma=0.000657 ! 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=4.047 mas, bmaj=4.523 mas, bpa=-87.03 degrees ! Estimated noise=651.82 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.047 x 4.523 at -87.03 degrees (North through East) ! Clean map min=-0.0015555 max=0.082805 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.317 mas, bmaj=3.834 mas, bpa=-79.08 degrees ! Estimated noise=1000.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.064348 Jy ! Component: 100 - total flux cleaned = 0.0827088 Jy ! Component: 150 - total flux cleaned = 0.090266 Jy ! Component: 200 - total flux cleaned = 0.0939003 Jy ! Total flux subtracted in 200 components = 0.0939003 Jy ! Clean residual min=-0.002807 max=0.003488 Jy/beam ! Clean residual mean=-0.000002 rms=0.000750 Jy/beam ! Combined flux in latest and established models = 0.0939003 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0939003 Jy ! Inverting map and beam ! Estimated beam: bmin=4.047 mas, bmaj=4.523 mas, bpa=-87.03 degrees ! Estimated noise=651.82 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 (-4.5, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00292458 Jy ! Component: 100 - total flux cleaned = 0.00472159 Jy ! Component: 150 - total flux cleaned = 0.00592029 Jy ! Component: 200 - total flux cleaned = 0.00661845 Jy ! Total flux subtracted in 200 components = 0.00661845 Jy ! Clean residual min=-0.001846 max=0.001651 Jy/beam ! Clean residual mean=-0.000002 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.100519 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 41 components and 0.100519 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=8.093 mas, bmaj=9.351 mas, bpa=75.86 degrees ! Estimated noise=812.918 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000976854 Jy ! Component: 100 - total flux cleaned = 0.00144074 Jy ! Component: 150 - total flux cleaned = 0.00154077 Jy ! Component: 200 - total flux cleaned = 0.00163374 Jy ! Total flux subtracted in 200 components = 0.00163374 Jy ! Clean residual min=-0.001782 max=0.002070 Jy/beam ! Clean residual mean=-0.000001 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.102153 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 = 2.20655e-05 Jy ! Component: 100 - total flux cleaned = 5.08435e-05 Jy ! Component: 150 - total flux cleaned = 6.75083e-05 Jy ! Component: 200 - total flux cleaned = 7.48589e-05 Jy ! Total flux subtracted in 200 components = 7.48589e-05 Jy ! Clean residual min=-0.001790 max=0.002065 Jy/beam ! Clean residual mean=-0.000000 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.102227 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 84 components and 0.102227 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.047 mas, bmaj=4.523 mas, bpa=-87.03 degrees ! Estimated noise=651.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000274261 Jy ! Component: 100 - total flux cleaned = -0.000349514 Jy ! Component: 150 - total flux cleaned = -0.000348902 Jy ! Component: 200 - total flux cleaned = -0.000369445 Jy ! Total flux subtracted in 200 components = -0.000369445 Jy ! Clean residual min=-0.001742 max=0.001655 Jy/beam ! Clean residual mean=-0.000001 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.101858 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 97 components and 0.101858 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079002Jy sigma=0.000657 ! Fit after self-cal, rms=0.078999Jy sigma=0.000657 wmodel J1337+6532_S_2017_05_31_pus_map.mod ! Writing 97 model components to file: J1337+6532_S_2017_05_31_pus_map.mod wobs J1337+6532_S_2017_05_31_pus_uvs.fits ! Writing UV FITS file: J1337+6532_S_2017_05_31_pus_uvs.fits wwins J1337+6532_S_2017_05_31_pus_map.win ! wwins: Wrote 3 windows to J1337+6532_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.000190969 Jy ! Component: 100 - total flux cleaned = -0.000391989 Jy ! Component: 150 - total flux cleaned = -0.000500712 Jy ! Component: 200 - total flux cleaned = -0.000578751 Jy ! Component: 250 - total flux cleaned = -0.000628646 Jy ! Component: 300 - total flux cleaned = -0.000627925 Jy ! Component: 350 - total flux cleaned = -0.000723839 Jy ! Component: 400 - total flux cleaned = -0.000794206 Jy ! Component: 450 - total flux cleaned = -0.000863375 Jy ! Component: 500 - total flux cleaned = -0.000976028 Jy ! Component: 550 - total flux cleaned = -0.00104257 Jy ! Component: 600 - total flux cleaned = -0.00110882 Jy ! Component: 650 - total flux cleaned = -0.00125996 Jy ! Component: 700 - total flux cleaned = -0.00125993 Jy ! Component: 750 - total flux cleaned = -0.00134454 Jy ! Component: 800 - total flux cleaned = -0.00140707 Jy ! Component: 850 - total flux cleaned = -0.00150949 Jy ! Component: 900 - total flux cleaned = -0.00148953 Jy ! Component: 950 - total flux cleaned = -0.00162967 Jy ! Component: 1000 - total flux cleaned = -0.00160968 Jy ! Component: 1050 - total flux cleaned = -0.00168777 Jy ! Component: 1100 - total flux cleaned = -0.00176538 Jy ! Component: 1150 - total flux cleaned = -0.00178442 Jy ! Component: 1200 - total flux cleaned = -0.00182253 Jy ! Component: 1250 - total flux cleaned = -0.00185975 Jy ! Component: 1300 - total flux cleaned = -0.00182271 Jy ! Component: 1350 - total flux cleaned = -0.00185928 Jy ! Component: 1400 - total flux cleaned = -0.00185923 Jy ! Component: 1450 - total flux cleaned = -0.00187677 Jy ! Component: 1500 - total flux cleaned = -0.00182328 Jy ! Component: 1550 - total flux cleaned = -0.00187631 Jy ! Component: 1600 - total flux cleaned = -0.00187605 Jy ! Component: 1650 - total flux cleaned = -0.00182409 Jy ! Component: 1700 - total flux cleaned = -0.00191022 Jy ! Component: 1750 - total flux cleaned = -0.0018422 Jy ! Component: 1800 - total flux cleaned = -0.0018593 Jy ! Component: 1850 - total flux cleaned = -0.00184274 Jy ! Component: 1900 - total flux cleaned = -0.00189263 Jy ! Component: 1950 - total flux cleaned = -0.00187605 Jy ! Component: 2000 - total flux cleaned = -0.00189236 Jy ! Component: 2050 - total flux cleaned = -0.00185982 Jy ! Component: 2100 - total flux cleaned = -0.0018759 Jy ! Component: 2150 - total flux cleaned = -0.0017959 Jy ! Component: 2200 - total flux cleaned = -0.00176431 Jy ! Component: 2250 - total flux cleaned = -0.00178024 Jy ! Component: 2300 - total flux cleaned = -0.00179598 Jy ! Component: 2350 - total flux cleaned = -0.00176508 Jy ! Component: 2400 - total flux cleaned = -0.00181118 Jy ! Component: 2450 - total flux cleaned = -0.0017654 Jy ! Component: 2500 - total flux cleaned = -0.00178048 Jy ! Component: 2550 - total flux cleaned = -0.00178054 Jy ! Component: 2600 - total flux cleaned = -0.0018105 Jy ! Component: 2650 - total flux cleaned = -0.00178095 Jy ! Component: 2700 - total flux cleaned = -0.00175143 Jy ! Component: 2750 - total flux cleaned = -0.0017662 Jy ! Component: 2800 - total flux cleaned = -0.0017516 Jy ! Component: 2850 - total flux cleaned = -0.00175183 Jy ! Component: 2900 - total flux cleaned = -0.00178047 Jy ! Component: 2950 - total flux cleaned = -0.00175183 Jy ! Component: 3000 - total flux cleaned = -0.0018086 Jy ! Component: 3050 - total flux cleaned = -0.00178047 Jy ! Component: 3100 - total flux cleaned = -0.00180851 Jy ! Component: 3150 - total flux cleaned = -0.00179451 Jy ! Component: 3200 - total flux cleaned = -0.00178084 Jy ! Component: 3250 - total flux cleaned = -0.00180836 Jy ! Component: 3300 - total flux cleaned = -0.00180836 Jy ! Component: 3350 - total flux cleaned = -0.00179489 Jy ! Component: 3400 - total flux cleaned = -0.00184898 Jy ! Component: 3450 - total flux cleaned = -0.00184892 Jy ! Component: 3500 - total flux cleaned = -0.0018355 Jy ! Component: 3550 - total flux cleaned = -0.00186209 Jy ! Component: 3600 - total flux cleaned = -0.00188853 Jy ! Component: 3650 - total flux cleaned = -0.00192773 Jy ! Component: 3700 - total flux cleaned = -0.00192774 Jy ! Component: 3750 - total flux cleaned = -0.00188868 Jy ! Component: 3800 - total flux cleaned = -0.00195332 Jy ! Component: 3850 - total flux cleaned = -0.00197901 Jy ! Component: 3900 - total flux cleaned = -0.00199178 Jy ! Component: 3950 - total flux cleaned = -0.00194082 Jy ! Component: 4000 - total flux cleaned = -0.0019914 Jy ! Component: 4050 - total flux cleaned = -0.0019788 Jy ! Total flux subtracted in 4096 components = -0.00199124 Jy ! Clean residual min=-0.000707 max=0.000745 Jy/beam ! Clean residual mean=0.000001 rms=0.000228 Jy/beam ! Combined flux in latest and established models = 0.0998667 Jy keep ! Adding 306 model components to the UV plane model. ! The established model now contains 403 components and 0.0998667 Jy ![Exited script file: muppet] wmap "J1337+6532_S_2017_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.047 x 4.523 at -87.03 degrees (North through East) ! Clean map min=-0.0011742 max=0.082872 Jy/beam ! Writing clean map to FITS file: J1337+6532_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.0828715 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000227214 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.822528 0.822528 1.64506 3.29011 6.58022 13.1604 26.3209 52.6418 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.082 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.047 x 4.523 at -87.03 degrees (North through East) ! Clean map min=-0.0011742 max=0.082872 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 J1337+6532_S_2017_05_31_pus_uvs.log closed on Tue Feb 5 21:50:42 2019