! Started logfile: J1327+2210_S_2017_06_15_pus_uvs.log on Tue May 7 15:19:35 2019 obs J1327+2210_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J1327+2210_S_2017_06_15_pus_uva.fits ! AN table 1: 17 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.85098 visibilities/baseline/integration-bin. ! Found source: J1327+2210 ! ! 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 603 lines of history. ! ! Reading 2604 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 J1327+2210_S_2017_06_15_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 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 108 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.648656Jy sigma=0.005886 ! Fit after self-cal, rms=0.640158Jy sigma=0.005810 ! 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.764 mas, bmaj=6.767 mas, bpa=-12.83 degrees ! Estimated noise=2093.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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.27802 Jy ! Component: 100 - total flux cleaned = 0.347183 Jy ! Total flux subtracted in 100 components = 0.347183 Jy ! Clean residual min=-0.013837 max=0.028625 Jy/beam ! Clean residual mean=-0.000027 rms=0.004263 Jy/beam ! Combined flux in latest and established models = 0.347183 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.347183 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112202Jy sigma=0.000987 ! Fit after self-cal, rms=0.112196Jy sigma=0.000987 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0309514 Jy ! Component: 100 - total flux cleaned = 0.0492573 Jy ! Total flux subtracted in 100 components = 0.0492573 Jy ! Clean residual min=-0.011968 max=0.018000 Jy/beam ! Clean residual mean=-0.000032 rms=0.003236 Jy/beam ! Combined flux in latest and established models = 0.39644 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 34 components and 0.39644 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101499Jy sigma=0.000861 ! Fit after self-cal, rms=0.101489Jy sigma=0.000861 ! 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.406 mas, bmaj=7.314 mas, bpa=-11.78 degrees ! Estimated noise=1729.16 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.5, 5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0223483 Jy ! Component: 100 - total flux cleaned = 0.034509 Jy ! Component: 150 - total flux cleaned = 0.0413974 Jy ! Component: 200 - total flux cleaned = 0.046388 Jy ! Total flux subtracted in 200 components = 0.046388 Jy ! Clean residual min=-0.008935 max=0.014071 Jy/beam ! Clean residual mean=-0.000051 rms=0.002765 Jy/beam ! Combined flux in latest and established models = 0.442828 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 82 components and 0.442828 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095565Jy sigma=0.000798 ! Fit after self-cal, rms=0.095355Jy sigma=0.000796 ! 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.04 FD 0.90 HN 0.94 KP 1.01 ! LA 1.00 MK 1.01 NL 0.92 OV 0.97 ! PT 0.98 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.59 FD 0.92 HN 0.97 KP 0.96 ! LA 0.97 MK 1.01 NL 1.08 OV 0.99 ! PT 0.95 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.95 HN 0.98 KP 1.01 ! LA 0.98 MK 1.02 NL 1.06 OV 0.92 ! PT 0.95 SC 0.97 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 0.91 KP 1.00* ! LA 1.49 MK 1.21 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.095355Jy sigma=0.000796 ! Fit after self-cal, rms=0.086872Jy sigma=0.000687 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.422 mas, bmaj=7.411 mas, bpa=-11.56 degrees ! Estimated noise=1721.53 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.00109985 Jy ! Component: 100 - total flux cleaned = -0.00246507 Jy ! Component: 150 - total flux cleaned = -0.00224445 Jy ! Component: 200 - total flux cleaned = -0.00196614 Jy ! Total flux subtracted in 200 components = -0.00196614 Jy ! Clean residual min=-0.005376 max=0.005967 Jy/beam ! Clean residual mean=0.000004 rms=0.001459 Jy/beam ! Combined flux in latest and established models = 0.440862 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 100 components and 0.440862 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086427Jy sigma=0.000683 ! Fit after self-cal, rms=0.086544Jy sigma=0.000683 ! 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.086544Jy sigma=0.000683 ! Fit after self-cal, rms=0.085376Jy sigma=0.000667 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.425 mas, bmaj=7.404 mas, bpa=-11.59 degrees ! Estimated noise=1722.48 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000452281 Jy ! Component: 100 - total flux cleaned = 0.000345408 Jy ! Component: 150 - total flux cleaned = 0.000351316 Jy ! Component: 200 - total flux cleaned = 0.000349762 Jy ! Total flux subtracted in 200 components = 0.000349762 Jy ! Clean residual min=-0.004615 max=0.004607 Jy/beam ! Clean residual mean=0.000006 rms=0.001098 Jy/beam ! Combined flux in latest and established models = 0.441212 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 112 components and 0.441212 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085160Jy sigma=0.000665 ! Fit after self-cal, rms=0.085171Jy sigma=0.000665 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 = -7.74292e-05 Jy ! Component: 100 - total flux cleaned = -1.95183e-05 Jy ! Component: 150 - total flux cleaned = 0.000138218 Jy ! Component: 200 - total flux cleaned = 0.000186868 Jy ! Total flux subtracted in 200 components = 0.000186868 Jy ! Clean residual min=-0.004554 max=0.004601 Jy/beam ! Clean residual mean=0.000006 rms=0.001082 Jy/beam ! Combined flux in latest and established models = 0.441399 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 117 components and 0.441399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085096Jy sigma=0.000664 ! Fit after self-cal, rms=0.085090Jy sigma=0.000664 ! 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.085090Jy sigma=0.000664 ! Fit after self-cal, rms=0.085447Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.425 mas, bmaj=7.406 mas, bpa=-11.6 degrees ! Estimated noise=1722.9 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000391479 Jy ! Component: 100 - total flux cleaned = -0.000445595 Jy ! Component: 150 - total flux cleaned = -0.000445734 Jy ! Component: 200 - total flux cleaned = -0.000402183 Jy ! Total flux subtracted in 200 components = -0.000402183 Jy ! Clean residual min=-0.004553 max=0.004466 Jy/beam ! Clean residual mean=0.000007 rms=0.001061 Jy/beam ! Combined flux in latest and established models = 0.440996 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 122 components and 0.440996 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085382Jy sigma=0.000663 ! Fit after self-cal, rms=0.085382Jy sigma=0.000663 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.000104745 Jy ! Component: 100 - total flux cleaned = -6.45777e-05 Jy ! Component: 150 - total flux cleaned = 6.21912e-06 Jy ! Component: 200 - total flux cleaned = 5.77978e-06 Jy ! Total flux subtracted in 200 components = 5.77978e-06 Jy ! Clean residual min=-0.004539 max=0.004451 Jy/beam ! Clean residual mean=0.000007 rms=0.001054 Jy/beam ! Combined flux in latest and established models = 0.441002 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 127 components and 0.441002 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085347Jy sigma=0.000663 ! Fit after self-cal, rms=0.085342Jy sigma=0.000663 ! 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.085342Jy sigma=0.000663 ! Fit after self-cal, rms=0.085549Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.25 mas, bmaj=10.65 mas, bpa=-6.367 degrees ! Estimated noise=2074.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000875089 Jy ! Component: 100 - total flux cleaned = -0.000929041 Jy ! Component: 150 - total flux cleaned = -0.000973542 Jy ! Component: 200 - total flux cleaned = -0.00103329 Jy ! Total flux subtracted in 200 components = -0.00103329 Jy ! Clean residual min=-0.004541 max=0.006528 Jy/beam ! Clean residual mean=0.000016 rms=0.001307 Jy/beam ! Combined flux in latest and established models = 0.439969 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 138 components and 0.439969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085547Jy sigma=0.000663 ! Fit after self-cal, rms=0.085547Jy sigma=0.000663 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 (30, 55.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00545679 Jy ! Component: 100 - total flux cleaned = 0.00805221 Jy ! Component: 150 - total flux cleaned = 0.00978108 Jy ! Component: 200 - total flux cleaned = 0.0109236 Jy ! Total flux subtracted in 200 components = 0.0109236 Jy ! Clean residual min=-0.003812 max=0.003573 Jy/beam ! Clean residual mean=0.000019 rms=0.001022 Jy/beam ! Combined flux in latest and established models = 0.450892 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 184 components and 0.450892 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085324Jy sigma=0.000660 ! Fit after self-cal, rms=0.085297Jy sigma=0.000660 ! 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.424 mas, bmaj=7.405 mas, bpa=-11.6 degrees ! Estimated noise=1723.15 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.424 x 7.405 at -11.6 degrees (North through East) ! Clean map min=-0.0040638 max=0.36182 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.772 mas, bmaj=6.825 mas, bpa=-12.53 degrees ! Estimated noise=2094.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.277089 Jy ! Component: 100 - total flux cleaned = 0.345343 Jy ! Component: 150 - total flux cleaned = 0.375205 Jy ! Component: 200 - total flux cleaned = 0.391876 Jy ! Total flux subtracted in 200 components = 0.391876 Jy ! Clean residual min=-0.006417 max=0.008739 Jy/beam ! Clean residual mean=0.000006 rms=0.001747 Jy/beam ! Combined flux in latest and established models = 0.391876 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.391876 Jy ! Inverting map and beam ! Estimated beam: bmin=3.424 mas, bmaj=7.405 mas, bpa=-11.6 degrees ! Estimated noise=1723.15 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.0156894 Jy ! Component: 100 - total flux cleaned = 0.0254789 Jy ! Component: 150 - total flux cleaned = 0.0321195 Jy ! Component: 200 - total flux cleaned = 0.037208 Jy ! Total flux subtracted in 200 components = 0.037208 Jy ! Clean residual min=-0.004970 max=0.004225 Jy/beam ! Clean residual mean=0.000002 rms=0.001144 Jy/beam ! Combined flux in latest and established models = 0.429084 Jy ! Adding 71 model components to the UV plane model. ! The established model now contains 95 components and 0.429084 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.25 mas, bmaj=10.65 mas, bpa=-6.367 degrees ! Estimated noise=2074.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00617732 Jy ! Component: 100 - total flux cleaned = 0.0102343 Jy ! Component: 150 - total flux cleaned = 0.0133065 Jy ! Component: 200 - total flux cleaned = 0.0154612 Jy ! Total flux subtracted in 200 components = 0.0154612 Jy ! Clean residual min=-0.003873 max=0.003817 Jy/beam ! Clean residual mean=0.000015 rms=0.001105 Jy/beam ! Combined flux in latest and established models = 0.444545 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.00149925 Jy ! Component: 100 - total flux cleaned = 0.00274055 Jy ! Component: 150 - total flux cleaned = 0.00385842 Jy ! Component: 200 - total flux cleaned = 0.00481897 Jy ! Total flux subtracted in 200 components = 0.00481897 Jy ! Clean residual min=-0.003582 max=0.003370 Jy/beam ! Clean residual mean=0.000018 rms=0.001032 Jy/beam ! Combined flux in latest and established models = 0.449364 Jy ! Adding 91 model components to the UV plane model. ! The established model now contains 182 components and 0.449364 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.424 mas, bmaj=7.405 mas, bpa=-11.6 degrees ! Estimated noise=1723.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000466621 Jy ! Component: 100 - total flux cleaned = 0.000164256 Jy ! Component: 150 - total flux cleaned = 0.000623482 Jy ! Component: 200 - total flux cleaned = 0.00121224 Jy ! Total flux subtracted in 200 components = 0.00121224 Jy ! Clean residual min=-0.003889 max=0.003516 Jy/beam ! Clean residual mean=0.000009 rms=0.000919 Jy/beam ! Combined flux in latest and established models = 0.450576 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 209 components and 0.450576 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085208Jy sigma=0.000659 ! Fit after self-cal, rms=0.085180Jy sigma=0.000659 wmodel J1327+2210_S_2017_06_15_pus_map.mod ! Writing 209 model components to file: J1327+2210_S_2017_06_15_pus_map.mod wobs J1327+2210_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J1327+2210_S_2017_06_15_pus_uvs.fits wwins J1327+2210_S_2017_06_15_pus_map.win ! wwins: Wrote 3 windows to J1327+2210_S_2017_06_15_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.000376927 Jy ! Component: 100 - total flux cleaned = -0.000498652 Jy ! Component: 150 - total flux cleaned = -0.000498358 Jy ! Component: 200 - total flux cleaned = -0.000613134 Jy ! Component: 250 - total flux cleaned = -0.000612735 Jy ! Component: 300 - total flux cleaned = -0.000612421 Jy ! Component: 350 - total flux cleaned = -0.000663632 Jy ! Component: 400 - total flux cleaned = -0.000764243 Jy ! Component: 450 - total flux cleaned = -0.000662642 Jy ! Component: 500 - total flux cleaned = -0.000661142 Jy ! Component: 550 - total flux cleaned = -0.000564107 Jy ! Component: 600 - total flux cleaned = -0.000423254 Jy ! Component: 650 - total flux cleaned = -0.00033162 Jy ! Component: 700 - total flux cleaned = -0.000196147 Jy ! Component: 750 - total flux cleaned = -0.000286228 Jy ! Component: 800 - total flux cleaned = -0.000329951 Jy ! Component: 850 - total flux cleaned = -0.000329549 Jy ! Component: 900 - total flux cleaned = -0.000329516 Jy ! Component: 950 - total flux cleaned = -0.000246405 Jy ! Component: 1000 - total flux cleaned = -0.000246829 Jy ! Component: 1050 - total flux cleaned = -0.000287417 Jy ! Component: 1100 - total flux cleaned = -8.77422e-05 Jy ! Component: 1150 - total flux cleaned = -8.81489e-05 Jy ! Component: 1200 - total flux cleaned = -4.97377e-05 Jy ! Component: 1250 - total flux cleaned = 0.000104715 Jy ! Component: 1300 - total flux cleaned = 6.68174e-05 Jy ! Component: 1350 - total flux cleaned = 0.000142467 Jy ! Component: 1400 - total flux cleaned = 0.000254599 Jy ! Component: 1450 - total flux cleaned = 0.000291101 Jy ! Component: 1500 - total flux cleaned = 0.000363329 Jy ! Component: 1550 - total flux cleaned = 0.000363076 Jy ! Component: 1600 - total flux cleaned = 0.000433864 Jy ! Component: 1650 - total flux cleaned = 0.000504421 Jy ! Component: 1700 - total flux cleaned = 0.000644164 Jy ! Component: 1750 - total flux cleaned = 0.000609997 Jy ! Component: 1800 - total flux cleaned = 0.000781658 Jy ! Component: 1850 - total flux cleaned = 0.000849574 Jy ! Component: 1900 - total flux cleaned = 0.00108402 Jy ! Component: 1950 - total flux cleaned = 0.00111684 Jy ! Component: 2000 - total flux cleaned = 0.00114973 Jy ! Component: 2050 - total flux cleaned = 0.00118222 Jy ! Component: 2100 - total flux cleaned = 0.00134386 Jy ! Component: 2150 - total flux cleaned = 0.00150364 Jy ! Component: 2200 - total flux cleaned = 0.00156683 Jy ! Component: 2250 - total flux cleaned = 0.00166096 Jy ! Component: 2300 - total flux cleaned = 0.00169166 Jy ! Component: 2350 - total flux cleaned = 0.00169165 Jy ! Component: 2400 - total flux cleaned = 0.00172207 Jy ! Component: 2450 - total flux cleaned = 0.00172234 Jy ! Component: 2500 - total flux cleaned = 0.00178245 Jy ! Component: 2550 - total flux cleaned = 0.00181217 Jy ! Component: 2600 - total flux cleaned = 0.00184206 Jy ! Component: 2650 - total flux cleaned = 0.0018421 Jy ! Component: 2700 - total flux cleaned = 0.00195856 Jy ! Component: 2750 - total flux cleaned = 0.00190113 Jy ! Component: 2800 - total flux cleaned = 0.00201614 Jy ! Component: 2850 - total flux cleaned = 0.00210155 Jy ! Component: 2900 - total flux cleaned = 0.00212995 Jy ! Component: 2950 - total flux cleaned = 0.0022706 Jy ! Component: 3000 - total flux cleaned = 0.00232596 Jy ! Component: 3050 - total flux cleaned = 0.0022708 Jy ! Component: 3100 - total flux cleaned = 0.00232576 Jy ! Component: 3150 - total flux cleaned = 0.0023257 Jy ! Component: 3200 - total flux cleaned = 0.00240741 Jy ! Component: 3250 - total flux cleaned = 0.00254208 Jy ! Component: 3300 - total flux cleaned = 0.00262241 Jy ! Component: 3350 - total flux cleaned = 0.00280821 Jy ! Component: 3400 - total flux cleaned = 0.00291394 Jy ! Component: 3450 - total flux cleaned = 0.00291356 Jy ! Component: 3500 - total flux cleaned = 0.00301733 Jy ! Component: 3550 - total flux cleaned = 0.00304317 Jy ! Component: 3600 - total flux cleaned = 0.0031202 Jy ! Component: 3650 - total flux cleaned = 0.00319702 Jy ! Component: 3700 - total flux cleaned = 0.00329864 Jy ! Component: 3750 - total flux cleaned = 0.00332408 Jy ! Component: 3800 - total flux cleaned = 0.00339968 Jy ! Component: 3850 - total flux cleaned = 0.00347476 Jy ! Component: 3900 - total flux cleaned = 0.00352432 Jy ! Component: 3950 - total flux cleaned = 0.00359835 Jy ! Component: 4000 - total flux cleaned = 0.00377049 Jy ! Component: 4050 - total flux cleaned = 0.00377046 Jy ! Total flux subtracted in 4096 components = 0.00386762 Jy ! Clean residual min=-0.001483 max=0.001733 Jy/beam ! Clean residual mean=0.000001 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.454444 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 492 components and 0.454444 Jy ![Exited script file: muppet] wmap "J1327+2210_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.424 x 7.405 at -11.6 degrees (North through East) ! Clean map min=-0.0038182 max=0.36354 Jy/beam ! Writing clean map to FITS file: J1327+2210_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.363538 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000437181 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.360772 0.360772 0.721543 1.44309 2.88617 5.77234 11.5447 23.0894 46.1788 92.3575 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.363 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.424 x 7.405 at -11.6 degrees (North through East) ! Clean map min=-0.0038182 max=0.36354 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 J1327+2210_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:19:39 2019