! Started logfile: J1954+6153_S_2017_10_21_pus_uvs.log on Sat May 11 21:05:22 2019 obs J1954+6153_S_2017_10_21_pus_uva.fits ! Reading UV FITS file: J1954+6153_S_2017_10_21_pus_uva.fits ! AN table 1: 145 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.783142 visibilities/baseline/integration-bin. ! Found source: J1954+6153 ! ! 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 644 lines of history. ! ! Reading 16352 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 J1954+6153_S_2017_10_21_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 340 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 321 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 384 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 677 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001513Jy sigma=0.009782 ! Fit after self-cal, rms=0.958487Jy sigma=0.009368 ! 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.181 mas, bmaj=5.483 mas, bpa=-75.74 degrees ! Estimated noise=1351.77 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.0327386 Jy ! Component: 100 - total flux cleaned = 0.0400356 Jy ! Total flux subtracted in 100 components = 0.0400356 Jy ! Clean residual min=-0.003910 max=0.003570 Jy/beam ! Clean residual mean=-0.000050 rms=0.000889 Jy/beam ! Combined flux in latest and established models = 0.0400356 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0400356 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077096Jy sigma=0.000703 ! Fit after self-cal, rms=0.075720Jy sigma=0.000688 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00468356 Jy ! Component: 100 - total flux cleaned = 0.00719056 Jy ! Total flux subtracted in 100 components = 0.00719056 Jy ! Clean residual min=-0.004286 max=0.003932 Jy/beam ! Clean residual mean=-0.000043 rms=0.000895 Jy/beam ! Combined flux in latest and established models = 0.0472261 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 14 components and 0.0472261 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075284Jy sigma=0.000684 ! Fit after self-cal, rms=0.075190Jy sigma=0.000683 ! 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.252 mas, bmaj=6.819 mas, bpa=-79.09 degrees ! Estimated noise=703.908 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.00338604 Jy ! Component: 100 - total flux cleaned = 0.00502371 Jy ! Component: 150 - total flux cleaned = 0.00591932 Jy ! Component: 200 - total flux cleaned = 0.00642144 Jy ! Total flux subtracted in 200 components = 0.00642144 Jy ! Clean residual min=-0.004385 max=0.002844 Jy/beam ! Clean residual mean=-0.000019 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.0536476 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 30 components and 0.0536476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075038Jy sigma=0.000682 ! Fit after self-cal, rms=0.074988Jy sigma=0.000681 ! 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.07 FD 1.04 HN 1.08 KP 1.09 ! LA 1.06 MK 1.04 NL 1.10 OV 1.07 ! PT 0.83 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.19 FD 1.14 HN 1.08 KP 1.07 ! LA 1.02 MK 1.04 NL 1.06 OV 1.09 ! PT 0.79 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.11 HN 1.04 KP 1.13 ! LA 0.86 MK 1.04 NL 1.08 OV 1.07 ! PT 0.83 ! ! ! Correcting IF 4. ! A total of 84 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 0.95 KP 1.00* ! LA 0.76 MK 0.85 NL 1.00* OV 1.00* ! PT 0.75 ! ! ! Fit before self-cal, rms=0.074988Jy sigma=0.000681 ! Fit after self-cal, rms=0.076129Jy sigma=0.000677 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.245 mas, bmaj=6.811 mas, bpa=-78.61 degrees ! Estimated noise=711.129 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.000146622 Jy ! Component: 100 - total flux cleaned = 0.000149126 Jy ! Component: 150 - total flux cleaned = 0.00013269 Jy ! Component: 200 - total flux cleaned = 0.000117111 Jy ! Total flux subtracted in 200 components = 0.000117111 Jy ! Clean residual min=-0.001683 max=0.002096 Jy/beam ! Clean residual mean=0.000010 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.0537647 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 35 components and 0.0537647 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076118Jy sigma=0.000677 ! Fit after self-cal, rms=0.076486Jy sigma=0.000675 ! 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.076486Jy sigma=0.000675 ! Fit after self-cal, rms=0.077994Jy sigma=0.000674 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.288 mas, bmaj=6.812 mas, bpa=-79.55 degrees ! Estimated noise=715.69 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00015456 Jy ! Component: 100 - total flux cleaned = 6.28315e-05 Jy ! Component: 150 - total flux cleaned = -1.27634e-05 Jy ! Component: 200 - total flux cleaned = -5.15557e-05 Jy ! Total flux subtracted in 200 components = -5.15557e-05 Jy ! Clean residual min=-0.001741 max=0.001988 Jy/beam ! Clean residual mean=-0.000002 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.0537131 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 37 components and 0.0537131 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077984Jy sigma=0.000674 ! Fit after self-cal, rms=0.078327Jy sigma=0.000673 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 (49.5, 36.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0017099 Jy ! Component: 100 - total flux cleaned = 0.001942 Jy ! Component: 150 - total flux cleaned = 0.00200812 Jy ! Component: 200 - total flux cleaned = 0.00195113 Jy ! Total flux subtracted in 200 components = 0.00195113 Jy ! Clean residual min=-0.001602 max=0.001689 Jy/beam ! Clean residual mean=-0.000003 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.0556643 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 54 components and 0.0556643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078272Jy sigma=0.000673 ! Fit after self-cal, rms=0.078291Jy sigma=0.000673 ! Inverting map ! Added new window around map position (88, -40). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00127709 Jy ! Component: 100 - total flux cleaned = 0.00155749 Jy ! Component: 150 - total flux cleaned = 0.0016335 Jy ! Component: 200 - total flux cleaned = 0.00173167 Jy ! Total flux subtracted in 200 components = 0.00173167 Jy ! Clean residual min=-0.001631 max=0.001577 Jy/beam ! Clean residual mean=-0.000003 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.0573959 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 78 components and 0.0573959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078232Jy sigma=0.000672 ! Fit after self-cal, rms=0.078231Jy sigma=0.000672 ! 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.078231Jy sigma=0.000672 ! Fit after self-cal, rms=0.079598Jy sigma=0.000672 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.31 mas, bmaj=6.816 mas, bpa=-80.03 degrees ! Estimated noise=716.348 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000919298 Jy ! Component: 100 - total flux cleaned = 0.00123246 Jy ! Component: 150 - total flux cleaned = 0.00139132 Jy ! Component: 200 - total flux cleaned = 0.00150644 Jy ! Total flux subtracted in 200 components = 0.00150644 Jy ! Clean residual min=-0.001586 max=0.001398 Jy/beam ! Clean residual mean=0.000001 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.0589024 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 87 components and 0.0589024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079560Jy sigma=0.000671 ! Fit after self-cal, rms=0.079790Jy sigma=0.000671 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 = 0.00047347 Jy ! Component: 100 - total flux cleaned = 0.000475337 Jy ! Component: 150 - total flux cleaned = 0.000539241 Jy ! Component: 200 - total flux cleaned = 0.000596145 Jy ! Total flux subtracted in 200 components = 0.000596145 Jy ! Clean residual min=-0.001705 max=0.001611 Jy/beam ! Clean residual mean=-0.000002 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.0594985 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 98 components and 0.0594985 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079759Jy sigma=0.000671 ! Fit after self-cal, rms=0.079802Jy sigma=0.000671 ! 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.079802Jy sigma=0.000671 ! Fit after self-cal, rms=0.081135Jy sigma=0.000671 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.266 mas, bmaj=12.47 mas, bpa=67.62 degrees ! Estimated noise=828.917 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000938901 Jy ! Component: 100 - total flux cleaned = 0.00139066 Jy ! Component: 150 - total flux cleaned = 0.00147168 Jy ! Component: 200 - total flux cleaned = 0.00150833 Jy ! Total flux subtracted in 200 components = 0.00150833 Jy ! Clean residual min=-0.001519 max=0.001536 Jy/beam ! Clean residual mean=-0.000001 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.0610068 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 118 components and 0.0610068 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081120Jy sigma=0.000670 ! Fit after self-cal, rms=0.081265Jy sigma=0.000670 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 = 0.000632074 Jy ! Component: 100 - total flux cleaned = 0.000694526 Jy ! Component: 150 - total flux cleaned = 0.000732014 Jy ! Component: 200 - total flux cleaned = 0.0007669 Jy ! Total flux subtracted in 200 components = 0.0007669 Jy ! Clean residual min=-0.001491 max=0.001597 Jy/beam ! Clean residual mean=-0.000001 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.0617737 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 133 components and 0.0617737 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081253Jy sigma=0.000670 ! Fit after self-cal, rms=0.081272Jy sigma=0.000670 ! 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.324 mas, bmaj=6.826 mas, bpa=-80.27 degrees ! Estimated noise=720.513 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.324 x 6.826 at -80.27 degrees (North through East) ! Clean map min=-0.0025091 max=0.044543 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.215 mas, bmaj=5.494 mas, bpa=-76.99 degrees ! Estimated noise=1412.9 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0335548 Jy ! Component: 100 - total flux cleaned = 0.041307 Jy ! Component: 150 - total flux cleaned = 0.0451191 Jy ! Component: 200 - total flux cleaned = 0.0477556 Jy ! Total flux subtracted in 200 components = 0.0477556 Jy ! Clean residual min=-0.003541 max=0.003755 Jy/beam ! Clean residual mean=-0.000023 rms=0.000864 Jy/beam ! Combined flux in latest and established models = 0.0477556 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.0477556 Jy ! Inverting map and beam ! Estimated beam: bmin=4.324 mas, bmaj=6.826 mas, bpa=-80.27 degrees ! Estimated noise=720.513 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.00433574 Jy ! Component: 100 - total flux cleaned = 0.00717929 Jy ! Component: 150 - total flux cleaned = 0.00874018 Jy ! Component: 200 - total flux cleaned = 0.00974282 Jy ! Total flux subtracted in 200 components = 0.00974282 Jy ! Clean residual min=-0.002142 max=0.001755 Jy/beam ! Clean residual mean=-0.000010 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.0574984 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 52 components and 0.0574984 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=9.266 mas, bmaj=12.47 mas, bpa=67.62 degrees ! Estimated noise=828.917 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00158819 Jy ! Component: 100 - total flux cleaned = 0.00250894 Jy ! Component: 150 - total flux cleaned = 0.0028589 Jy ! Component: 200 - total flux cleaned = 0.00304878 Jy ! Total flux subtracted in 200 components = 0.00304878 Jy ! Clean residual min=-0.001774 max=0.001654 Jy/beam ! Clean residual mean=-0.000006 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.0605472 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 = 0.000174881 Jy ! Component: 100 - total flux cleaned = 0.000310296 Jy ! Component: 150 - total flux cleaned = 0.000360784 Jy ! Component: 200 - total flux cleaned = 0.000409496 Jy ! Total flux subtracted in 200 components = 0.000409496 Jy ! Clean residual min=-0.001681 max=0.001623 Jy/beam ! Clean residual mean=-0.000004 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.0609567 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 110 components and 0.0609567 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.324 mas, bmaj=6.826 mas, bpa=-80.27 degrees ! Estimated noise=720.513 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000366948 Jy ! Component: 100 - total flux cleaned = -0.000289452 Jy ! Component: 150 - total flux cleaned = -0.000183423 Jy ! Component: 200 - total flux cleaned = -8.55655e-05 Jy ! Total flux subtracted in 200 components = -8.55655e-05 Jy ! Clean residual min=-0.001834 max=0.001650 Jy/beam ! Clean residual mean=-0.000002 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.0608711 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 124 components and 0.0608711 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081281Jy sigma=0.000670 ! Fit after self-cal, rms=0.081292Jy sigma=0.000670 wmodel J1954+6153_S_2017_10_21_pus_map.mod ! Writing 124 model components to file: J1954+6153_S_2017_10_21_pus_map.mod wobs J1954+6153_S_2017_10_21_pus_uvs.fits ! Writing UV FITS file: J1954+6153_S_2017_10_21_pus_uvs.fits wwins J1954+6153_S_2017_10_21_pus_map.win ! wwins: Wrote 3 windows to J1954+6153_S_2017_10_21_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.000454683 Jy ! Component: 100 - total flux cleaned = -0.00056717 Jy ! Component: 150 - total flux cleaned = -0.000647469 Jy ! Component: 200 - total flux cleaned = -0.000673585 Jy ! Component: 250 - total flux cleaned = -0.000626079 Jy ! Component: 300 - total flux cleaned = -0.000580684 Jy ! Component: 350 - total flux cleaned = -0.00053635 Jy ! Component: 400 - total flux cleaned = -0.000515082 Jy ! Component: 450 - total flux cleaned = -0.000431391 Jy ! Component: 500 - total flux cleaned = -0.000390746 Jy ! Component: 550 - total flux cleaned = -0.000292842 Jy ! Component: 600 - total flux cleaned = -0.000216688 Jy ! Component: 650 - total flux cleaned = -0.000160755 Jy ! Component: 700 - total flux cleaned = -0.000105602 Jy ! Component: 750 - total flux cleaned = -8.74984e-05 Jy ! Component: 800 - total flux cleaned = -8.79015e-05 Jy ! Component: 850 - total flux cleaned = -0.000104971 Jy ! Component: 900 - total flux cleaned = -0.000122076 Jy ! Component: 950 - total flux cleaned = -0.000188228 Jy ! Component: 1000 - total flux cleaned = -0.000204215 Jy ! Component: 1050 - total flux cleaned = -0.000235989 Jy ! Component: 1100 - total flux cleaned = -0.000251521 Jy ! Component: 1150 - total flux cleaned = -0.000282486 Jy ! Component: 1200 - total flux cleaned = -0.000374334 Jy ! Component: 1250 - total flux cleaned = -0.000419351 Jy ! Component: 1300 - total flux cleaned = -0.000448991 Jy ! Component: 1350 - total flux cleaned = -0.000507554 Jy ! Component: 1400 - total flux cleaned = -0.000536374 Jy ! Component: 1450 - total flux cleaned = -0.000593405 Jy ! Component: 1500 - total flux cleaned = -0.000621647 Jy ! Component: 1550 - total flux cleaned = -0.000677164 Jy ! Component: 1600 - total flux cleaned = -0.000773034 Jy ! Component: 1650 - total flux cleaned = -0.000799999 Jy ! Component: 1700 - total flux cleaned = -0.000840049 Jy ! Component: 1750 - total flux cleaned = -0.00087986 Jy ! Component: 1800 - total flux cleaned = -0.000932232 Jy ! Component: 1850 - total flux cleaned = -0.000945232 Jy ! Component: 1900 - total flux cleaned = -0.00103481 Jy ! Component: 1950 - total flux cleaned = -0.00105998 Jy ! Component: 2000 - total flux cleaned = -0.00107261 Jy ! Component: 2050 - total flux cleaned = -0.00113479 Jy ! Component: 2100 - total flux cleaned = -0.00115926 Jy ! Component: 2150 - total flux cleaned = -0.00118349 Jy ! Component: 2200 - total flux cleaned = -0.00120764 Jy ! Component: 2250 - total flux cleaned = -0.00126744 Jy ! Component: 2300 - total flux cleaned = -0.00129112 Jy ! Component: 2350 - total flux cleaned = -0.00132642 Jy ! Component: 2400 - total flux cleaned = -0.00138444 Jy ! Component: 2450 - total flux cleaned = -0.00139597 Jy ! Component: 2500 - total flux cleaned = -0.0014532 Jy ! Component: 2550 - total flux cleaned = -0.00151004 Jy ! Component: 2600 - total flux cleaned = -0.00155506 Jy ! Component: 2650 - total flux cleaned = -0.0015997 Jy ! Component: 2700 - total flux cleaned = -0.00166627 Jy ! Component: 2750 - total flux cleaned = -0.00172123 Jy ! Component: 2800 - total flux cleaned = -0.00176492 Jy ! Component: 2850 - total flux cleaned = -0.00179738 Jy ! Component: 2900 - total flux cleaned = -0.00187267 Jy ! Component: 2950 - total flux cleaned = -0.001926 Jy ! Component: 3000 - total flux cleaned = -0.00198963 Jy ! Component: 3050 - total flux cleaned = -0.00203184 Jy ! Component: 3100 - total flux cleaned = -0.00209475 Jy ! Component: 3150 - total flux cleaned = -0.00214681 Jy ! Component: 3200 - total flux cleaned = -0.00221913 Jy ! Component: 3250 - total flux cleaned = -0.00227049 Jy ! Component: 3300 - total flux cleaned = -0.00231106 Jy ! Component: 3350 - total flux cleaned = -0.00239193 Jy ! Component: 3400 - total flux cleaned = -0.00245215 Jy ! Component: 3450 - total flux cleaned = -0.00248214 Jy ! Component: 3500 - total flux cleaned = -0.00256151 Jy ! Component: 3550 - total flux cleaned = -0.00262063 Jy ! Component: 3600 - total flux cleaned = -0.00271843 Jy ! Component: 3650 - total flux cleaned = -0.00274753 Jy ! Component: 3700 - total flux cleaned = -0.0028441 Jy ! Component: 3750 - total flux cleaned = -0.00289207 Jy ! Component: 3800 - total flux cleaned = -0.00293979 Jy ! Component: 3850 - total flux cleaned = -0.00305355 Jy ! Component: 3900 - total flux cleaned = -0.00308174 Jy ! Component: 3950 - total flux cleaned = -0.00316609 Jy ! Component: 4000 - total flux cleaned = -0.00325927 Jy ! Component: 4050 - total flux cleaned = -0.00335191 Jy ! Total flux subtracted in 4096 components = -0.0034072 Jy ! Clean residual min=-0.000645 max=0.000554 Jy/beam ! Clean residual mean=-0.000002 rms=0.000168 Jy/beam ! Combined flux in latest and established models = 0.0574639 Jy keep ! Adding 252 model components to the UV plane model. ! The established model now contains 376 components and 0.0574639 Jy ![Exited script file: muppet] wmap "J1954+6153_S_2017_10_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.324 x 6.826 at -80.27 degrees (North through East) ! Clean map min=-0.0022498 max=0.044894 Jy/beam ! Writing clean map to FITS file: J1954+6153_S_2017_10_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0448937 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00016515 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.10361 1.10361 2.20722 4.41444 8.82887 17.6577 35.3155 70.631 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.044 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.324 x 6.826 at -80.27 degrees (North through East) ! Clean map min=-0.0022498 max=0.044894 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 J1954+6153_S_2017_10_21_pus_uvs.log closed on Sat May 11 21:05:27 2019