! Started logfile: J2001+4352_S_2017_08_12_pus_uvs.log on Fri May 10 15:06:50 2019 obs J2001+4352_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J2001+4352_S_2017_08_12_pus_uva.fits ! AN table 1: 142 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.783881 visibilities/baseline/integration-bin. ! Found source: J2001+4352 ! ! 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 594 lines of history. ! ! Reading 20036 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 J2001+4352_S_2017_08_12_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 156 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 238 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 171 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 996 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.984699Jy sigma=0.009035 ! Fit after self-cal, rms=0.958238Jy sigma=0.008824 ! 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.83 mas, bmaj=4.518 mas, bpa=-7.705 degrees ! Estimated noise=933.25 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.0332455 Jy ! Component: 100 - total flux cleaned = 0.0416696 Jy ! Total flux subtracted in 100 components = 0.0416696 Jy ! Clean residual min=-0.003115 max=0.003951 Jy/beam ! Clean residual mean=-0.000001 rms=0.000795 Jy/beam ! Combined flux in latest and established models = 0.0416696 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0416696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076730Jy sigma=0.000655 ! Fit after self-cal, rms=0.075970Jy sigma=0.000650 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00532263 Jy ! Component: 100 - total flux cleaned = 0.00840549 Jy ! Total flux subtracted in 100 components = 0.00840549 Jy ! Clean residual min=-0.003061 max=0.002845 Jy/beam ! Clean residual mean=0.000001 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.050075 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 23 components and 0.050075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075510Jy sigma=0.000646 ! Fit after self-cal, rms=0.075466Jy sigma=0.000645 ! 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.457 mas, bmaj=5.171 mas, bpa=-6.838 degrees ! Estimated noise=642.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 (4, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.003965 Jy ! Component: 100 - total flux cleaned = 0.00657827 Jy ! Component: 150 - total flux cleaned = 0.00852233 Jy ! Component: 200 - total flux cleaned = 0.0100295 Jy ! Total flux subtracted in 200 components = 0.0100295 Jy ! Clean residual min=-0.002209 max=0.002205 Jy/beam ! Clean residual mean=0.000013 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.0601046 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 57 components and 0.0601046 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075225Jy sigma=0.000643 ! Fit after self-cal, rms=0.075181Jy sigma=0.000642 ! 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.05 FD 1.00* HN 1.05 KP 1.03 ! LA 0.92 MK 1.02 NL 0.95 OV 1.06 ! PT 1.02 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00* HN 1.08 KP 0.95 ! LA 0.90 MK 1.03 NL 1.11 OV 1.07 ! PT 0.96 SC 1.10 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.00* HN 1.09 KP 0.91 ! LA 0.91 MK 1.05 NL 1.06 OV 1.03 ! PT 0.99 SC 1.08 ! ! ! Correcting IF 4. ! A total of 144 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.74 KP 1.00* ! LA 0.78 MK 0.81 NL 1.00* OV 1.00* ! PT 0.94 SC 1.00* ! ! ! Fit before self-cal, rms=0.075181Jy sigma=0.000642 ! Fit after self-cal, rms=0.076304Jy sigma=0.000641 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.479 mas, bmaj=5.255 mas, bpa=-7.952 degrees ! Estimated noise=648.033 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.00137933 Jy ! Component: 100 - total flux cleaned = 0.00182104 Jy ! Component: 150 - total flux cleaned = 0.00218228 Jy ! Component: 200 - total flux cleaned = 0.00248405 Jy ! Total flux subtracted in 200 components = 0.00248405 Jy ! Clean residual min=-0.002164 max=0.001781 Jy/beam ! Clean residual mean=0.000002 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.0625886 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 67 components and 0.0625886 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076267Jy sigma=0.000641 ! Fit after self-cal, rms=0.076278Jy sigma=0.000641 ! 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.076278Jy sigma=0.000641 ! Fit after self-cal, rms=0.075494Jy sigma=0.000640 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.496 mas, bmaj=5.281 mas, bpa=-8.759 degrees ! Estimated noise=649.855 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000965354 Jy ! Component: 100 - total flux cleaned = 0.0013071 Jy ! Component: 150 - total flux cleaned = 0.00149769 Jy ! Component: 200 - total flux cleaned = 0.00168376 Jy ! Total flux subtracted in 200 components = 0.00168376 Jy ! Clean residual min=-0.001968 max=0.001728 Jy/beam ! Clean residual mean=-0.000000 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.0642724 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 77 components and 0.0642724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075476Jy sigma=0.000639 ! Fit after self-cal, rms=0.075465Jy sigma=0.000639 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.000465212 Jy ! Component: 100 - total flux cleaned = 0.000606676 Jy ! Component: 150 - total flux cleaned = 0.000730174 Jy ! Component: 200 - total flux cleaned = 0.000802415 Jy ! Total flux subtracted in 200 components = 0.000802415 Jy ! Clean residual min=-0.001981 max=0.001651 Jy/beam ! Clean residual mean=-0.000001 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.0650748 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 80 components and 0.0650748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075452Jy sigma=0.000639 ! Fit after self-cal, rms=0.075447Jy sigma=0.000639 ! 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.075447Jy sigma=0.000639 ! Fit after self-cal, rms=0.075098Jy sigma=0.000639 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.487 mas, bmaj=5.264 mas, bpa=-9.006 degrees ! Estimated noise=648.517 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000758807 Jy ! Component: 100 - total flux cleaned = 0.00095946 Jy ! Component: 150 - total flux cleaned = 0.00111181 Jy ! Component: 200 - total flux cleaned = 0.00123075 Jy ! Total flux subtracted in 200 components = 0.00123075 Jy ! Clean residual min=-0.001871 max=0.001577 Jy/beam ! Clean residual mean=-0.000002 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.0663055 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 86 components and 0.0663055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075086Jy sigma=0.000639 ! Fit after self-cal, rms=0.075079Jy sigma=0.000639 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.000319311 Jy ! Component: 100 - total flux cleaned = 0.000377942 Jy ! Component: 150 - total flux cleaned = 0.000430148 Jy ! Component: 200 - total flux cleaned = 0.000492103 Jy ! Total flux subtracted in 200 components = 0.000492103 Jy ! Clean residual min=-0.001874 max=0.001611 Jy/beam ! Clean residual mean=-0.000003 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.0667977 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 88 components and 0.0667976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075070Jy sigma=0.000639 ! Fit after self-cal, rms=0.075061Jy sigma=0.000639 ! 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.075061Jy sigma=0.000639 ! Fit after self-cal, rms=0.074608Jy sigma=0.000638 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.653 mas, bmaj=8.784 mas, bpa=-3.804 degrees ! Estimated noise=807.994 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000967323 Jy ! Component: 100 - total flux cleaned = 0.00140981 Jy ! Component: 150 - total flux cleaned = 0.00152879 Jy ! Component: 200 - total flux cleaned = 0.00163022 Jy ! Total flux subtracted in 200 components = 0.00163022 Jy ! Clean residual min=-0.001966 max=0.001585 Jy/beam ! Clean residual mean=-0.000008 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.0684279 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 104 components and 0.0684279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074606Jy sigma=0.000638 ! Fit after self-cal, rms=0.074595Jy sigma=0.000638 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.000333964 Jy ! Component: 100 - total flux cleaned = 0.000398517 Jy ! Component: 150 - total flux cleaned = 0.000431586 Jy ! Component: 200 - total flux cleaned = 0.000460318 Jy ! Total flux subtracted in 200 components = 0.000460318 Jy ! Clean residual min=-0.001969 max=0.001609 Jy/beam ! Clean residual mean=-0.000008 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.0688882 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 117 components and 0.0688882 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074595Jy sigma=0.000638 ! Fit after self-cal, rms=0.074593Jy sigma=0.000638 ! 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.478 mas, bmaj=5.243 mas, bpa=-9.061 degrees ! Estimated noise=646.502 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.478 x 5.243 at -9.061 degrees (North through East) ! Clean map min=-0.0018198 max=0.042668 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.834 mas, bmaj=4.564 mas, bpa=-10.11 degrees ! Estimated noise=919.714 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0335366 Jy ! Component: 100 - total flux cleaned = 0.0432913 Jy ! Component: 150 - total flux cleaned = 0.04906 Jy ! Component: 200 - total flux cleaned = 0.052962 Jy ! Total flux subtracted in 200 components = 0.052962 Jy ! Clean residual min=-0.002630 max=0.002677 Jy/beam ! Clean residual mean=-0.000001 rms=0.000653 Jy/beam ! Combined flux in latest and established models = 0.052962 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.052962 Jy ! Inverting map and beam ! Estimated beam: bmin=3.478 mas, bmaj=5.243 mas, bpa=-9.061 degrees ! Estimated noise=646.502 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.00413685 Jy ! Component: 100 - total flux cleaned = 0.00710096 Jy ! Component: 150 - total flux cleaned = 0.00934705 Jy ! Component: 200 - total flux cleaned = 0.0106921 Jy ! Total flux subtracted in 200 components = 0.0106921 Jy ! Clean residual min=-0.002028 max=0.001929 Jy/beam ! Clean residual mean=-0.000000 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.0636541 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 47 components and 0.0636541 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.653 mas, bmaj=8.784 mas, bpa=-3.804 degrees ! Estimated noise=807.994 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00222068 Jy ! Component: 100 - total flux cleaned = 0.00351036 Jy ! Component: 150 - total flux cleaned = 0.00415682 Jy ! Component: 200 - total flux cleaned = 0.00436351 Jy ! Total flux subtracted in 200 components = 0.00436351 Jy ! Clean residual min=-0.002060 max=0.001628 Jy/beam ! Clean residual mean=-0.000007 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.0680176 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.000194063 Jy ! Component: 100 - total flux cleaned = 0.000338365 Jy ! Component: 150 - total flux cleaned = 0.000460015 Jy ! Component: 200 - total flux cleaned = 0.000551451 Jy ! Total flux subtracted in 200 components = 0.000551451 Jy ! Clean residual min=-0.002004 max=0.001585 Jy/beam ! Clean residual mean=-0.000008 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.068569 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 87 components and 0.068569 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.478 mas, bmaj=5.243 mas, bpa=-9.061 degrees ! Estimated noise=646.502 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.52049e-05 Jy ! Component: 100 - total flux cleaned = -1.99181e-05 Jy ! Component: 150 - total flux cleaned = -8.37139e-05 Jy ! Component: 200 - total flux cleaned = -0.000120952 Jy ! Total flux subtracted in 200 components = -0.000120952 Jy ! Clean residual min=-0.001975 max=0.001690 Jy/beam ! Clean residual mean=-0.000003 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.0684481 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 97 components and 0.0684481 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074600Jy sigma=0.000638 ! Fit after self-cal, rms=0.074588Jy sigma=0.000638 wmodel J2001+4352_S_2017_08_12_pus_map.mod ! Writing 97 model components to file: J2001+4352_S_2017_08_12_pus_map.mod wobs J2001+4352_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J2001+4352_S_2017_08_12_pus_uvs.fits wwins J2001+4352_S_2017_08_12_pus_map.win ! wwins: Wrote 2 windows to J2001+4352_S_2017_08_12_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.000433217 Jy ! Component: 100 - total flux cleaned = -0.000666189 Jy ! Component: 150 - total flux cleaned = -0.000693908 Jy ! Component: 200 - total flux cleaned = -0.000563777 Jy ! Component: 250 - total flux cleaned = -0.000488291 Jy ! Component: 300 - total flux cleaned = -0.000414744 Jy ! Component: 350 - total flux cleaned = -0.000343813 Jy ! Component: 400 - total flux cleaned = -0.000367182 Jy ! Component: 450 - total flux cleaned = -0.000299519 Jy ! Component: 500 - total flux cleaned = -0.00027757 Jy ! Component: 550 - total flux cleaned = -0.000191681 Jy ! Component: 600 - total flux cleaned = -0.000108029 Jy ! Component: 650 - total flux cleaned = -6.65399e-05 Jy ! Component: 700 - total flux cleaned = -2.62082e-05 Jy ! Component: 750 - total flux cleaned = 3.30664e-05 Jy ! Component: 800 - total flux cleaned = 1.38901e-05 Jy ! Component: 850 - total flux cleaned = 7.14674e-05 Jy ! Component: 900 - total flux cleaned = 0.000108936 Jy ! Component: 950 - total flux cleaned = 0.000201202 Jy ! Component: 1000 - total flux cleaned = 0.000200988 Jy ! Component: 1050 - total flux cleaned = 0.000236468 Jy ! Component: 1100 - total flux cleaned = 0.000201476 Jy ! Component: 1150 - total flux cleaned = 0.000271467 Jy ! Component: 1200 - total flux cleaned = 0.000305855 Jy ! Component: 1250 - total flux cleaned = 0.000306028 Jy ! Component: 1300 - total flux cleaned = 0.000389064 Jy ! Component: 1350 - total flux cleaned = 0.000405248 Jy ! Component: 1400 - total flux cleaned = 0.000437377 Jy ! Component: 1450 - total flux cleaned = 0.000405609 Jy ! Component: 1500 - total flux cleaned = 0.000437214 Jy ! Component: 1550 - total flux cleaned = 0.000421745 Jy ! Component: 1600 - total flux cleaned = 0.000467607 Jy ! Component: 1650 - total flux cleaned = 0.000482221 Jy ! Component: 1700 - total flux cleaned = 0.000422154 Jy ! Component: 1750 - total flux cleaned = 0.000392654 Jy ! Component: 1800 - total flux cleaned = 0.000435957 Jy ! Component: 1850 - total flux cleaned = 0.000349612 Jy ! Component: 1900 - total flux cleaned = 0.000349607 Jy ! Component: 1950 - total flux cleaned = 0.000349684 Jy ! Component: 2000 - total flux cleaned = 0.000349774 Jy ! Component: 2050 - total flux cleaned = 0.000377236 Jy ! Component: 2100 - total flux cleaned = 0.000363546 Jy ! Component: 2150 - total flux cleaned = 0.000363518 Jy ! Component: 2200 - total flux cleaned = 0.000390338 Jy ! Component: 2250 - total flux cleaned = 0.000390427 Jy ! Component: 2300 - total flux cleaned = 0.000390444 Jy ! Component: 2350 - total flux cleaned = 0.000442336 Jy ! Component: 2400 - total flux cleaned = 0.000403654 Jy ! Component: 2450 - total flux cleaned = 0.000441772 Jy ! Component: 2500 - total flux cleaned = 0.000454359 Jy ! Component: 2550 - total flux cleaned = 0.000466854 Jy ! Component: 2600 - total flux cleaned = 0.00047908 Jy ! Component: 2650 - total flux cleaned = 0.000479013 Jy ! Component: 2700 - total flux cleaned = 0.000503218 Jy ! Component: 2750 - total flux cleaned = 0.000539165 Jy ! Component: 2800 - total flux cleaned = 0.00053899 Jy ! Component: 2850 - total flux cleaned = 0.000550665 Jy ! Component: 2900 - total flux cleaned = 0.000550697 Jy ! Component: 2950 - total flux cleaned = 0.000562191 Jy ! Component: 3000 - total flux cleaned = 0.000562116 Jy ! Component: 3050 - total flux cleaned = 0.000562172 Jy ! Component: 3100 - total flux cleaned = 0.000584736 Jy ! Component: 3150 - total flux cleaned = 0.000573454 Jy ! Component: 3200 - total flux cleaned = 0.000551362 Jy ! Component: 3250 - total flux cleaned = 0.00058448 Jy ! Component: 3300 - total flux cleaned = 0.000584543 Jy ! Component: 3350 - total flux cleaned = 0.000584459 Jy ! Component: 3400 - total flux cleaned = 0.00057379 Jy ! Component: 3450 - total flux cleaned = 0.000584547 Jy ! Component: 3500 - total flux cleaned = 0.000563541 Jy ! Component: 3550 - total flux cleaned = 0.000584526 Jy ! Component: 3600 - total flux cleaned = 0.000615834 Jy ! Component: 3650 - total flux cleaned = 0.000595086 Jy ! Component: 3700 - total flux cleaned = 0.000625802 Jy ! Component: 3750 - total flux cleaned = 0.000585022 Jy ! Component: 3800 - total flux cleaned = 0.000635493 Jy ! Component: 3850 - total flux cleaned = 0.000625507 Jy ! Component: 3900 - total flux cleaned = 0.000615417 Jy ! Component: 3950 - total flux cleaned = 0.000605382 Jy ! Component: 4000 - total flux cleaned = 0.000595612 Jy ! Component: 4050 - total flux cleaned = 0.000605502 Jy ! Total flux subtracted in 4096 components = 0.000605452 Jy ! Clean residual min=-0.000504 max=0.000715 Jy/beam ! Clean residual mean=0.000000 rms=0.000176 Jy/beam ! Combined flux in latest and established models = 0.0690535 Jy keep ! Adding 297 model components to the UV plane model. ! The established model now contains 394 components and 0.0690536 Jy ![Exited script file: muppet] wmap "J2001+4352_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.478 x 5.243 at -9.061 degrees (North through East) ! Clean map min=-0.001335 max=0.042479 Jy/beam ! Writing clean map to FITS file: J2001+4352_S_2017_08_12_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0424787 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000175143 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.23692 1.23692 2.47385 4.9477 9.89539 19.7908 39.5816 79.1632 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.042 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.478 x 5.243 at -9.061 degrees (North through East) ! Clean map min=-0.001335 max=0.042479 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 J2001+4352_S_2017_08_12_pus_uvs.log closed on Fri May 10 15:06:54 2019