! Started logfile: J1310+3233_S_2017_08_05_pus_uvs.log on Thu May 9 19:29:51 2019 obs J1310+3233_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J1310+3233_S_2017_08_05_pus_uva.fits ! AN table 1: 30 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.89037 visibilities/baseline/integration-bin. ! Found source: J1310+3233 ! ! 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 513 lines of history. ! ! Reading 4808 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 J1310+3233_S_2017_08_05_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 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.795628Jy sigma=0.007719 ! Fit after self-cal, rms=0.792345Jy sigma=0.007691 ! 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.949 mas, bmaj=5.694 mas, bpa=-9.001 degrees ! Estimated noise=1409.88 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.158029 Jy ! Component: 100 - total flux cleaned = 0.194996 Jy ! Total flux subtracted in 100 components = 0.194996 Jy ! Clean residual min=-0.007078 max=0.014484 Jy/beam ! Clean residual mean=-0.000000 rms=0.001883 Jy/beam ! Combined flux in latest and established models = 0.194995 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.194995 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088586Jy sigma=0.000755 ! Fit after self-cal, rms=0.088586Jy sigma=0.000754 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0156641 Jy ! Component: 100 - total flux cleaned = 0.0236224 Jy ! Total flux subtracted in 100 components = 0.0236224 Jy ! Clean residual min=-0.006459 max=0.006844 Jy/beam ! Clean residual mean=-0.000006 rms=0.001577 Jy/beam ! Combined flux in latest and established models = 0.218618 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 23 components and 0.218618 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084806Jy sigma=0.000728 ! Fit after self-cal, rms=0.084805Jy sigma=0.000728 ! 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.498 mas, bmaj=6.355 mas, bpa=-7.383 degrees ! Estimated noise=1204.92 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.0068637 Jy ! Component: 100 - total flux cleaned = 0.0108515 Jy ! Component: 150 - total flux cleaned = 0.0133186 Jy ! Component: 200 - total flux cleaned = 0.0148899 Jy ! Total flux subtracted in 200 components = 0.0148899 Jy ! Clean residual min=-0.005578 max=0.005444 Jy/beam ! Clean residual mean=-0.000006 rms=0.001313 Jy/beam ! Combined flux in latest and established models = 0.233508 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 42 components and 0.233508 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083942Jy sigma=0.000724 ! Fit after self-cal, rms=0.083939Jy sigma=0.000724 ! 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.00 FD 0.99 HN 0.95 KP 1.07 ! LA 1.00 MK 0.99 NL 0.89 OV 1.01 ! PT 1.03 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.06 HN 0.99 KP 1.03 ! LA 0.96 MK 1.00 NL 1.08 OV 0.94 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.11 HN 1.00 KP 0.90 ! LA 0.77 MK 1.00 NL 1.21 OV 0.96 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.15 HN 0.92 KP 1.00* ! LA 0.80 MK 1.91 NL 1.00* OV 1.00* ! PT 1.06 SC 1.00* ! ! ! Fit before self-cal, rms=0.083939Jy sigma=0.000724 ! Fit after self-cal, rms=0.077927Jy sigma=0.000679 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.527 mas, bmaj=6.359 mas, bpa=-6.764 degrees ! Estimated noise=1210.33 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.000291327 Jy ! Component: 100 - total flux cleaned = -0.000372613 Jy ! Component: 150 - total flux cleaned = -0.000440827 Jy ! Component: 200 - total flux cleaned = -0.000441816 Jy ! Total flux subtracted in 200 components = -0.000441816 Jy ! Clean residual min=-0.003601 max=0.003891 Jy/beam ! Clean residual mean=-0.000013 rms=0.000945 Jy/beam ! Combined flux in latest and established models = 0.233066 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 53 components and 0.233066 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077888Jy sigma=0.000679 ! Fit after self-cal, rms=0.077891Jy sigma=0.000679 ! 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.077891Jy sigma=0.000679 ! Fit after self-cal, rms=0.075781Jy sigma=0.000659 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.53 mas, bmaj=6.369 mas, bpa=-6.892 degrees ! Estimated noise=1210.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000555374 Jy ! Component: 100 - total flux cleaned = -0.000648634 Jy ! Component: 150 - total flux cleaned = -0.00070439 Jy ! Component: 200 - total flux cleaned = -0.000736099 Jy ! Total flux subtracted in 200 components = -0.000736099 Jy ! Clean residual min=-0.003112 max=0.003222 Jy/beam ! Clean residual mean=-0.000005 rms=0.000721 Jy/beam ! Combined flux in latest and established models = 0.23233 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 56 components and 0.23233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075765Jy sigma=0.000659 ! Fit after self-cal, rms=0.075797Jy sigma=0.000659 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, -123.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0027137 Jy ! Component: 100 - total flux cleaned = 0.00387351 Jy ! Component: 150 - total flux cleaned = 0.0040745 Jy ! Component: 200 - total flux cleaned = 0.00421307 Jy ! Total flux subtracted in 200 components = 0.00421307 Jy ! Clean residual min=-0.003045 max=0.002758 Jy/beam ! Clean residual mean=-0.000004 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.236543 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 79 components and 0.236543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075710Jy sigma=0.000658 ! Fit after self-cal, rms=0.075697Jy sigma=0.000658 ! 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.075697Jy sigma=0.000658 ! Fit after self-cal, rms=0.075695Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.535 mas, bmaj=6.372 mas, bpa=-6.913 degrees ! Estimated noise=1208.88 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000943767 Jy ! Component: 100 - total flux cleaned = 0.00107003 Jy ! Component: 150 - total flux cleaned = 0.00104105 Jy ! Component: 200 - total flux cleaned = 0.000966713 Jy ! Total flux subtracted in 200 components = 0.000966713 Jy ! Clean residual min=-0.002884 max=0.002726 Jy/beam ! Clean residual mean=-0.000003 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.23751 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 93 components and 0.23751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075679Jy sigma=0.000657 ! Fit after self-cal, rms=0.075679Jy 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 = -4.69948e-05 Jy ! Component: 100 - total flux cleaned = -9.17215e-05 Jy ! Component: 150 - total flux cleaned = -0.000132821 Jy ! Component: 200 - total flux cleaned = -0.000152782 Jy ! Total flux subtracted in 200 components = -0.000152782 Jy ! Clean residual min=-0.002900 max=0.002708 Jy/beam ! Clean residual mean=-0.000003 rms=0.000665 Jy/beam ! Combined flux in latest and established models = 0.237357 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 97 components and 0.237357 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075670Jy sigma=0.000657 ! Fit after self-cal, rms=0.075668Jy 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.075668Jy sigma=0.000657 ! Fit after self-cal, rms=0.075647Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.512 mas, bmaj=9.771 mas, bpa=-5.572 degrees ! Estimated noise=1494.6 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000615902 Jy ! Component: 100 - total flux cleaned = -0.000818041 Jy ! Component: 150 - total flux cleaned = -0.0008988 Jy ! Component: 200 - total flux cleaned = -0.000921716 Jy ! Total flux subtracted in 200 components = -0.000921716 Jy ! Clean residual min=-0.002789 max=0.002845 Jy/beam ! Clean residual mean=-0.000007 rms=0.000788 Jy/beam ! Combined flux in latest and established models = 0.236435 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 107 components and 0.236435 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075645Jy sigma=0.000657 ! Fit after self-cal, rms=0.075642Jy 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 = -0.000127505 Jy ! Component: 100 - total flux cleaned = -0.00021489 Jy ! Component: 150 - total flux cleaned = -0.000212681 Jy ! Component: 200 - total flux cleaned = -0.00021133 Jy ! Total flux subtracted in 200 components = -0.00021133 Jy ! Clean residual min=-0.002762 max=0.002814 Jy/beam ! Clean residual mean=-0.000007 rms=0.000783 Jy/beam ! Combined flux in latest and established models = 0.236224 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 112 components and 0.236224 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075647Jy sigma=0.000657 ! Fit after self-cal, rms=0.075645Jy 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=3.537 mas, bmaj=6.373 mas, bpa=-6.928 degrees ! Estimated noise=1207.93 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.537 x 6.373 at -6.928 degrees (North through East) ! Clean map min=-0.002743 max=0.20682 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.99 mas, bmaj=5.687 mas, bpa=-8.485 degrees ! Estimated noise=1425.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.159504 Jy ! Component: 100 - total flux cleaned = 0.195995 Jy ! Component: 150 - total flux cleaned = 0.210264 Jy ! Component: 200 - total flux cleaned = 0.217815 Jy ! Total flux subtracted in 200 components = 0.217815 Jy ! Clean residual min=-0.003842 max=0.003823 Jy/beam ! Clean residual mean=0.000000 rms=0.000907 Jy/beam ! Combined flux in latest and established models = 0.217815 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.217815 Jy ! Inverting map and beam ! Estimated beam: bmin=3.537 mas, bmaj=6.373 mas, bpa=-6.928 degrees ! Estimated noise=1207.93 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.00585582 Jy ! Component: 100 - total flux cleaned = 0.00962828 Jy ! Component: 150 - total flux cleaned = 0.0122405 Jy ! Component: 200 - total flux cleaned = 0.0142609 Jy ! Total flux subtracted in 200 components = 0.0142609 Jy ! Clean residual min=-0.002990 max=0.002656 Jy/beam ! Clean residual mean=-0.000002 rms=0.000701 Jy/beam ! Combined flux in latest and established models = 0.232076 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 46 components and 0.232076 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.512 mas, bmaj=9.771 mas, bpa=-5.572 degrees ! Estimated noise=1494.6 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00236041 Jy ! Component: 100 - total flux cleaned = 0.00338 Jy ! Component: 150 - total flux cleaned = 0.00351353 Jy ! Component: 200 - total flux cleaned = 0.00355228 Jy ! Total flux subtracted in 200 components = 0.00355228 Jy ! Clean residual min=-0.002877 max=0.002931 Jy/beam ! Clean residual mean=-0.000006 rms=0.000801 Jy/beam ! Combined flux in latest and established models = 0.235628 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 = 7.04256e-05 Jy ! Component: 100 - total flux cleaned = 0.000130595 Jy ! Component: 150 - total flux cleaned = 0.000183054 Jy ! Component: 200 - total flux cleaned = 0.000229928 Jy ! Total flux subtracted in 200 components = 0.000229928 Jy ! Clean residual min=-0.002829 max=0.002918 Jy/beam ! Clean residual mean=-0.000006 rms=0.000791 Jy/beam ! Combined flux in latest and established models = 0.235858 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 72 components and 0.235858 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.537 mas, bmaj=6.373 mas, bpa=-6.928 degrees ! Estimated noise=1207.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000461163 Jy ! Component: 100 - total flux cleaned = 0.00084422 Jy ! Component: 150 - total flux cleaned = 0.00100875 Jy ! Component: 200 - total flux cleaned = 0.00104684 Jy ! Total flux subtracted in 200 components = 0.00104684 Jy ! Clean residual min=-0.002850 max=0.002645 Jy/beam ! Clean residual mean=-0.000003 rms=0.000666 Jy/beam ! Combined flux in latest and established models = 0.236905 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 85 components and 0.236905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075680Jy sigma=0.000657 ! Fit after self-cal, rms=0.075674Jy sigma=0.000657 wmodel J1310+3233_S_2017_08_05_pus_map.mod ! Writing 85 model components to file: J1310+3233_S_2017_08_05_pus_map.mod wobs J1310+3233_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J1310+3233_S_2017_08_05_pus_uvs.fits wwins J1310+3233_S_2017_08_05_pus_map.win ! wwins: Wrote 2 windows to J1310+3233_S_2017_08_05_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.000478654 Jy ! Component: 100 - total flux cleaned = -0.000667432 Jy ! Component: 150 - total flux cleaned = -0.000712395 Jy ! Component: 200 - total flux cleaned = -0.000757171 Jy ! Component: 250 - total flux cleaned = -0.000799734 Jy ! Component: 300 - total flux cleaned = -0.000757773 Jy ! Component: 350 - total flux cleaned = -0.000517907 Jy ! Component: 400 - total flux cleaned = -0.000323011 Jy ! Component: 450 - total flux cleaned = -1.89564e-05 Jy ! Component: 500 - total flux cleaned = 0.00020423 Jy ! Component: 550 - total flux cleaned = 0.00046006 Jy ! Component: 600 - total flux cleaned = 0.000675644 Jy ! Component: 650 - total flux cleaned = 0.000745969 Jy ! Component: 700 - total flux cleaned = 0.000850358 Jy ! Component: 750 - total flux cleaned = 0.000987055 Jy ! Component: 800 - total flux cleaned = 0.00108839 Jy ! Component: 850 - total flux cleaned = 0.00132036 Jy ! Component: 900 - total flux cleaned = 0.0014509 Jy ! Component: 950 - total flux cleaned = 0.00161192 Jy ! Component: 1000 - total flux cleaned = 0.00177147 Jy ! Component: 1050 - total flux cleaned = 0.00192882 Jy ! Component: 1100 - total flux cleaned = 0.0021149 Jy ! Component: 1150 - total flux cleaned = 0.00226857 Jy ! Component: 1200 - total flux cleaned = 0.00235984 Jy ! Component: 1250 - total flux cleaned = 0.00248003 Jy ! Component: 1300 - total flux cleaned = 0.00262842 Jy ! Component: 1350 - total flux cleaned = 0.00280386 Jy ! Component: 1400 - total flux cleaned = 0.00280347 Jy ! Component: 1450 - total flux cleaned = 0.0028322 Jy ! Component: 1500 - total flux cleaned = 0.003031 Jy ! Component: 1550 - total flux cleaned = 0.00300298 Jy ! Component: 1600 - total flux cleaned = 0.00319816 Jy ! Component: 1650 - total flux cleaned = 0.0032255 Jy ! Component: 1700 - total flux cleaned = 0.00330728 Jy ! Component: 1750 - total flux cleaned = 0.00338857 Jy ! Component: 1800 - total flux cleaned = 0.00349538 Jy ! Component: 1850 - total flux cleaned = 0.00349537 Jy ! Component: 1900 - total flux cleaned = 0.00354809 Jy ! Component: 1950 - total flux cleaned = 0.00360072 Jy ! Component: 2000 - total flux cleaned = 0.0036785 Jy ! Component: 2050 - total flux cleaned = 0.00375526 Jy ! Component: 2100 - total flux cleaned = 0.00380621 Jy ! Component: 2150 - total flux cleaned = 0.00370507 Jy ! Component: 2200 - total flux cleaned = 0.00370531 Jy ! Component: 2250 - total flux cleaned = 0.00375523 Jy ! Component: 2300 - total flux cleaned = 0.00378012 Jy ! Component: 2350 - total flux cleaned = 0.00375595 Jy ! Component: 2400 - total flux cleaned = 0.00385321 Jy ! Component: 2450 - total flux cleaned = 0.00380466 Jy ! Component: 2500 - total flux cleaned = 0.00375695 Jy ! Component: 2550 - total flux cleaned = 0.00375711 Jy ! Component: 2600 - total flux cleaned = 0.00380428 Jy ! Component: 2650 - total flux cleaned = 0.00382753 Jy ! Component: 2700 - total flux cleaned = 0.00378126 Jy ! Component: 2750 - total flux cleaned = 0.00382725 Jy ! Component: 2800 - total flux cleaned = 0.00389579 Jy ! Component: 2850 - total flux cleaned = 0.00380528 Jy ! Component: 2900 - total flux cleaned = 0.00382785 Jy ! Component: 2950 - total flux cleaned = 0.00387222 Jy ! Component: 3000 - total flux cleaned = 0.00387212 Jy ! Component: 3050 - total flux cleaned = 0.0037837 Jy ! Component: 3100 - total flux cleaned = 0.00382746 Jy ! Component: 3150 - total flux cleaned = 0.00378408 Jy ! Component: 3200 - total flux cleaned = 0.00382703 Jy ! Component: 3250 - total flux cleaned = 0.00376276 Jy ! Component: 3300 - total flux cleaned = 0.00374164 Jy ! Component: 3350 - total flux cleaned = 0.00378397 Jy ! Component: 3400 - total flux cleaned = 0.00372102 Jy ! Component: 3450 - total flux cleaned = 0.00372104 Jy ! Component: 3500 - total flux cleaned = 0.0037624 Jy ! Component: 3550 - total flux cleaned = 0.00382428 Jy ! Component: 3600 - total flux cleaned = 0.00376302 Jy ! Component: 3650 - total flux cleaned = 0.00378337 Jy ! Component: 3700 - total flux cleaned = 0.00378324 Jy ! Component: 3750 - total flux cleaned = 0.00384358 Jy ! Component: 3800 - total flux cleaned = 0.00388333 Jy ! Component: 3850 - total flux cleaned = 0.0038636 Jy ! Component: 3900 - total flux cleaned = 0.00392266 Jy ! Component: 3950 - total flux cleaned = 0.00394228 Jy ! Component: 4000 - total flux cleaned = 0.00398135 Jy ! Component: 4050 - total flux cleaned = 0.00400083 Jy ! Total flux subtracted in 4096 components = 0.00403948 Jy ! Clean residual min=-0.001461 max=0.001052 Jy/beam ! Clean residual mean=-0.000002 rms=0.000354 Jy/beam ! Combined flux in latest and established models = 0.240944 Jy keep ! Adding 291 model components to the UV plane model. ! The established model now contains 376 components and 0.240944 Jy ![Exited script file: muppet] wmap "J1310+3233_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.537 x 6.373 at -6.928 degrees (North through East) ! Clean map min=-0.0021301 max=0.20687 Jy/beam ! Writing clean map to FITS file: J1310+3233_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.206874 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000350026 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.507593 0.507593 1.01519 2.03037 4.06075 8.12149 16.243 32.486 64.9719 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.206 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.537 x 6.373 at -6.928 degrees (North through East) ! Clean map min=-0.0021301 max=0.20687 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 J1310+3233_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:29:56 2019