! Started logfile: J2223-3455_S_2017_06_10_pus_uvs.log on Mon May 6 15:02:56 2019 obs J2223-3455_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J2223-3455_S_2017_06_10_pus_uva.fits ! AN table 1: 39 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.533333 visibilities/baseline/integration-bin. ! Found source: J2223-3455 ! ! 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 1154 lines of history. ! ! Reading 3744 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 J2223-3455_S_2017_06_10_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 141 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 141 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 324 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.741838Jy sigma=0.005324 ! Fit after self-cal, rms=0.730618Jy sigma=0.005241 ! 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.453 mas, bmaj=7.204 mas, bpa=2.145 degrees ! Estimated noise=2470.1 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.211802 Jy ! Component: 100 - total flux cleaned = 0.262875 Jy ! Total flux subtracted in 100 components = 0.262875 Jy ! Clean residual min=-0.014089 max=0.026542 Jy/beam ! Clean residual mean=0.000112 rms=0.004289 Jy/beam ! Combined flux in latest and established models = 0.262875 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.262875 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119186Jy sigma=0.000828 ! Fit after self-cal, rms=0.119173Jy sigma=0.000828 ! Inverting map ! Added new window around map position (25, 97.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0276279 Jy ! Component: 100 - total flux cleaned = 0.0467176 Jy ! Total flux subtracted in 100 components = 0.0467176 Jy ! Clean residual min=-0.012528 max=0.017724 Jy/beam ! Clean residual mean=0.000093 rms=0.003279 Jy/beam ! Combined flux in latest and established models = 0.309592 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 20 components and 0.309592 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109392Jy sigma=0.000751 ! Fit after self-cal, rms=0.108955Jy sigma=0.000748 ! 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=2.968 mas, bmaj=8.493 mas, bpa=1.961 degrees ! Estimated noise=2035.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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0237077 Jy ! Component: 100 - total flux cleaned = 0.0387081 Jy ! Component: 150 - total flux cleaned = 0.0486786 Jy ! Component: 200 - total flux cleaned = 0.0553727 Jy ! Total flux subtracted in 200 components = 0.0553727 Jy ! Clean residual min=-0.009349 max=0.013195 Jy/beam ! Clean residual mean=0.000178 rms=0.002778 Jy/beam ! Combined flux in latest and established models = 0.364965 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 42 components and 0.364965 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103489Jy sigma=0.000700 ! Fit after self-cal, rms=0.102919Jy sigma=0.000696 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.95 HN 1.00* KP 0.98 ! LA 1.06 MK 1.02 NL 1.00* OV 0.97 ! PT 0.98 SC 0.94 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 1.00* KP 0.95 ! LA 1.03 MK 1.02 NL 1.00* OV 1.05 ! PT 0.94 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 1.00* KP 0.94 ! LA 1.02 MK 1.03 NL 1.25 OV 0.93 ! PT 0.97 SC 0.99 ! ! ! Correcting IF 4. ! A total of 66 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.102919Jy sigma=0.000696 ! Fit after self-cal, rms=0.104506Jy sigma=0.000685 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.999 mas, bmaj=8.625 mas, bpa=3.286 degrees ! Estimated noise=2053.61 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.00544275 Jy ! Component: 100 - total flux cleaned = 0.00622337 Jy ! Component: 150 - total flux cleaned = 0.00664441 Jy ! Component: 200 - total flux cleaned = 0.00673509 Jy ! Total flux subtracted in 200 components = 0.00673509 Jy ! Clean residual min=-0.007379 max=0.010264 Jy/beam ! Clean residual mean=0.000080 rms=0.002256 Jy/beam ! Combined flux in latest and established models = 0.3717 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 56 components and 0.3717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104258Jy sigma=0.000683 ! Fit after self-cal, rms=0.104307Jy sigma=0.000682 ! 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.104307Jy sigma=0.000682 ! Fit after self-cal, rms=0.104731Jy sigma=0.000679 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.008 mas, bmaj=8.664 mas, bpa=3.224 degrees ! Estimated noise=2052.48 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00224173 Jy ! Component: 100 - total flux cleaned = 0.00252371 Jy ! Component: 150 - total flux cleaned = 0.0026376 Jy ! Component: 200 - total flux cleaned = 0.00273191 Jy ! Total flux subtracted in 200 components = 0.00273191 Jy ! Clean residual min=-0.007365 max=0.009076 Jy/beam ! Clean residual mean=0.000104 rms=0.002139 Jy/beam ! Combined flux in latest and established models = 0.374432 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 60 components and 0.374432 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104689Jy sigma=0.000679 ! Fit after self-cal, rms=0.104686Jy sigma=0.000678 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.000647595 Jy ! Component: 100 - total flux cleaned = 0.000838686 Jy ! Component: 150 - total flux cleaned = 0.000890881 Jy ! Component: 200 - total flux cleaned = 0.000915033 Jy ! Total flux subtracted in 200 components = 0.000915033 Jy ! Clean residual min=-0.007203 max=0.008890 Jy/beam ! Clean residual mean=0.000104 rms=0.002128 Jy/beam ! Combined flux in latest and established models = 0.375347 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 66 components and 0.375347 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104674Jy sigma=0.000678 ! Fit after self-cal, rms=0.104662Jy sigma=0.000678 ! 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.104662Jy sigma=0.000678 ! Fit after self-cal, rms=0.105183Jy sigma=0.000676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.013 mas, bmaj=8.651 mas, bpa=3.213 degrees ! Estimated noise=2051.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000507056 Jy ! Component: 100 - total flux cleaned = 0.000542407 Jy ! Component: 150 - total flux cleaned = 0.000511174 Jy ! Component: 200 - total flux cleaned = 0.000511302 Jy ! Total flux subtracted in 200 components = 0.000511302 Jy ! Clean residual min=-0.007474 max=0.008100 Jy/beam ! Clean residual mean=0.000120 rms=0.002084 Jy/beam ! Combined flux in latest and established models = 0.375858 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 72 components and 0.375858 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105167Jy sigma=0.000676 ! Fit after self-cal, rms=0.105183Jy sigma=0.000676 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.00012579 Jy ! Component: 100 - total flux cleaned = 9.88691e-05 Jy ! Component: 150 - total flux cleaned = 9.92438e-05 Jy ! Component: 200 - total flux cleaned = 0.00010068 Jy ! Total flux subtracted in 200 components = 0.00010068 Jy ! Clean residual min=-0.007441 max=0.008104 Jy/beam ! Clean residual mean=0.000120 rms=0.002079 Jy/beam ! Combined flux in latest and established models = 0.375959 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 74 components and 0.375959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105173Jy sigma=0.000676 ! Fit after self-cal, rms=0.105166Jy sigma=0.000676 ! 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.105166Jy sigma=0.000676 ! Fit after self-cal, rms=0.105085Jy sigma=0.000676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.718 mas, bmaj=28.26 mas, bpa=2.69 degrees ! Estimated noise=2676.61 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00203408 Jy ! Component: 100 - total flux cleaned = 0.00203753 Jy ! Component: 150 - total flux cleaned = 0.0019968 Jy ! Component: 200 - total flux cleaned = 0.00204003 Jy ! Total flux subtracted in 200 components = 0.00204003 Jy ! Clean residual min=-0.008230 max=0.012597 Jy/beam ! Clean residual mean=0.000236 rms=0.003408 Jy/beam ! Combined flux in latest and established models = 0.377999 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 77 components and 0.377999 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105123Jy sigma=0.000676 ! Fit after self-cal, rms=0.105111Jy sigma=0.000676 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.000361216 Jy ! Component: 100 - total flux cleaned = 0.000362951 Jy ! Component: 150 - total flux cleaned = 0.000405906 Jy ! Component: 200 - total flux cleaned = 0.000448138 Jy ! Total flux subtracted in 200 components = 0.000448138 Jy ! Clean residual min=-0.008126 max=0.012532 Jy/beam ! Clean residual mean=0.000233 rms=0.003394 Jy/beam ! Combined flux in latest and established models = 0.378447 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 78 components and 0.378447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105141Jy sigma=0.000676 ! Fit after self-cal, rms=0.105137Jy sigma=0.000676 ! 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.014 mas, bmaj=8.651 mas, bpa=3.213 degrees ! Estimated noise=2050.58 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.014 x 8.651 at 3.213 degrees (North through East) ! Clean map min=-0.0070744 max=0.27437 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.475 mas, bmaj=7.284 mas, bpa=3.174 degrees ! Estimated noise=2510.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.212028 Jy ! Component: 100 - total flux cleaned = 0.264678 Jy ! Component: 150 - total flux cleaned = 0.294094 Jy ! Component: 200 - total flux cleaned = 0.314683 Jy ! Total flux subtracted in 200 components = 0.314683 Jy ! Clean residual min=-0.009193 max=0.014285 Jy/beam ! Clean residual mean=0.000076 rms=0.002711 Jy/beam ! Combined flux in latest and established models = 0.314683 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.314683 Jy ! Inverting map and beam ! Estimated beam: bmin=3.014 mas, bmaj=8.651 mas, bpa=3.213 degrees ! Estimated noise=2050.58 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (21, 82.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0229632 Jy ! Component: 100 - total flux cleaned = 0.0371189 Jy ! Component: 150 - total flux cleaned = 0.0466094 Jy ! Component: 200 - total flux cleaned = 0.0532001 Jy ! Total flux subtracted in 200 components = 0.0532001 Jy ! Clean residual min=-0.008424 max=0.008992 Jy/beam ! Clean residual mean=0.000119 rms=0.002088 Jy/beam ! Combined flux in latest and established models = 0.367883 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 64 components and 0.367883 Jy ! Inverting map ! Added new window around map position (35.5, 100.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00833372 Jy ! Component: 100 - total flux cleaned = 0.0134716 Jy ! Component: 150 - total flux cleaned = 0.017558 Jy ! Component: 200 - total flux cleaned = 0.020857 Jy ! Total flux subtracted in 200 components = 0.020857 Jy ! Clean residual min=-0.006951 max=0.006665 Jy/beam ! Clean residual mean=0.000081 rms=0.001719 Jy/beam ! Combined flux in latest and established models = 0.38874 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 105 components and 0.38874 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.718 mas, bmaj=28.26 mas, bpa=2.69 degrees ! Estimated noise=2676.61 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00435073 Jy ! Component: 100 - total flux cleaned = 0.00728752 Jy ! Component: 150 - total flux cleaned = 0.00925483 Jy ! Component: 200 - total flux cleaned = 0.00989059 Jy ! Total flux subtracted in 200 components = 0.00989059 Jy ! Clean residual min=-0.006883 max=0.009137 Jy/beam ! Clean residual mean=0.000148 rms=0.002613 Jy/beam ! Combined flux in latest and established models = 0.39863 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.000494352 Jy ! Component: 100 - total flux cleaned = 0.000969748 Jy ! Component: 150 - total flux cleaned = 0.00130172 Jy ! Component: 200 - total flux cleaned = 0.00148883 Jy ! Total flux subtracted in 200 components = 0.00148883 Jy ! Clean residual min=-0.006774 max=0.009078 Jy/beam ! Clean residual mean=0.000145 rms=0.002596 Jy/beam ! Combined flux in latest and established models = 0.400119 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 120 components and 0.400119 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.014 mas, bmaj=8.651 mas, bpa=3.213 degrees ! Estimated noise=2050.58 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000774806 Jy ! Component: 100 - total flux cleaned = -0.000853901 Jy ! Component: 150 - total flux cleaned = -0.000722997 Jy ! Component: 200 - total flux cleaned = -0.000547324 Jy ! Total flux subtracted in 200 components = -0.000547324 Jy ! Clean residual min=-0.006575 max=0.006565 Jy/beam ! Clean residual mean=0.000078 rms=0.001629 Jy/beam ! Combined flux in latest and established models = 0.399572 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 141 components and 0.399572 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103739Jy sigma=0.000667 ! Fit after self-cal, rms=0.103656Jy sigma=0.000667 wmodel J2223-3455_S_2017_06_10_pus_map.mod ! Writing 141 model components to file: J2223-3455_S_2017_06_10_pus_map.mod wobs J2223-3455_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J2223-3455_S_2017_06_10_pus_uvs.fits wwins J2223-3455_S_2017_06_10_pus_map.win ! wwins: Wrote 4 windows to J2223-3455_S_2017_06_10_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 = 8.78197e-05 Jy ! Component: 100 - total flux cleaned = 0.000405453 Jy ! Component: 150 - total flux cleaned = 0.000406735 Jy ! Component: 200 - total flux cleaned = 0.000315199 Jy ! Component: 250 - total flux cleaned = -2.52095e-05 Jy ! Component: 300 - total flux cleaned = -0.000348504 Jy ! Component: 350 - total flux cleaned = -0.000425303 Jy ! Component: 400 - total flux cleaned = -0.000498852 Jy ! Component: 450 - total flux cleaned = -0.00064166 Jy ! Component: 500 - total flux cleaned = -0.000848948 Jy ! Component: 550 - total flux cleaned = -0.000916528 Jy ! Component: 600 - total flux cleaned = -0.000917153 Jy ! Component: 650 - total flux cleaned = -0.000724156 Jy ! Component: 700 - total flux cleaned = -0.000474188 Jy ! Component: 750 - total flux cleaned = -0.000229758 Jy ! Component: 800 - total flux cleaned = 1.01634e-05 Jy ! Component: 850 - total flux cleaned = 0.00030246 Jy ! Component: 900 - total flux cleaned = 0.000416992 Jy ! Component: 950 - total flux cleaned = 0.000920399 Jy ! Component: 1000 - total flux cleaned = 0.00102827 Jy ! Component: 1050 - total flux cleaned = 0.00140311 Jy ! Component: 1100 - total flux cleaned = 0.00156076 Jy ! Component: 1150 - total flux cleaned = 0.00197262 Jy ! Component: 1200 - total flux cleaned = 0.0022255 Jy ! Component: 1250 - total flux cleaned = 0.00267216 Jy ! Component: 1300 - total flux cleaned = 0.00296477 Jy ! Component: 1350 - total flux cleaned = 0.00310864 Jy ! Component: 1400 - total flux cleaned = 0.00339104 Jy ! Component: 1450 - total flux cleaned = 0.00352942 Jy ! Component: 1500 - total flux cleaned = 0.00362003 Jy ! Component: 1550 - total flux cleaned = 0.00379858 Jy ! Component: 1600 - total flux cleaned = 0.00384269 Jy ! Component: 1650 - total flux cleaned = 0.00405867 Jy ! Component: 1700 - total flux cleaned = 0.00405876 Jy ! Component: 1750 - total flux cleaned = 0.00422718 Jy ! Component: 1800 - total flux cleaned = 0.00426854 Jy ! Component: 1850 - total flux cleaned = 0.00443224 Jy ! Component: 1900 - total flux cleaned = 0.00455328 Jy ! Component: 1950 - total flux cleaned = 0.00479144 Jy ! Component: 2000 - total flux cleaned = 0.00498795 Jy ! Component: 2050 - total flux cleaned = 0.00522024 Jy ! Component: 2100 - total flux cleaned = 0.00537334 Jy ! Component: 2150 - total flux cleaned = 0.00559929 Jy ! Component: 2200 - total flux cleaned = 0.00593426 Jy ! Component: 2250 - total flux cleaned = 0.00608101 Jy ! Component: 2300 - total flux cleaned = 0.00640691 Jy ! Component: 2350 - total flux cleaned = 0.00655007 Jy ! Component: 2400 - total flux cleaned = 0.00683274 Jy ! Component: 2450 - total flux cleaned = 0.00718337 Jy ! Component: 2500 - total flux cleaned = 0.00739175 Jy ! Component: 2550 - total flux cleaned = 0.00773481 Jy ! Component: 2600 - total flux cleaned = 0.0080065 Jy ! Component: 2650 - total flux cleaned = 0.00827537 Jy ! Component: 2700 - total flux cleaned = 0.00840892 Jy ! Component: 2750 - total flux cleaned = 0.00873842 Jy ! Component: 2800 - total flux cleaned = 0.00899937 Jy ! Component: 2850 - total flux cleaned = 0.00922536 Jy ! Component: 2900 - total flux cleaned = 0.00941741 Jy ! Component: 2950 - total flux cleaned = 0.00973419 Jy ! Component: 3000 - total flux cleaned = 0.00995403 Jy ! Component: 3050 - total flux cleaned = 0.0102027 Jy ! Component: 3100 - total flux cleaned = 0.0105106 Jy ! Component: 3150 - total flux cleaned = 0.0107546 Jy ! Component: 3200 - total flux cleaned = 0.0109665 Jy ! Component: 3250 - total flux cleaned = 0.0111766 Jy ! Component: 3300 - total flux cleaned = 0.0113851 Jy ! Component: 3350 - total flux cleaned = 0.0115918 Jy ! Component: 3400 - total flux cleaned = 0.0117965 Jy ! Component: 3450 - total flux cleaned = 0.0119995 Jy ! Component: 3500 - total flux cleaned = 0.0121146 Jy ! Component: 3550 - total flux cleaned = 0.0122575 Jy ! Component: 3600 - total flux cleaned = 0.0125407 Jy ! Component: 3650 - total flux cleaned = 0.0125686 Jy ! Component: 3700 - total flux cleaned = 0.0127636 Jy ! Component: 3750 - total flux cleaned = 0.0130123 Jy ! Component: 3800 - total flux cleaned = 0.0131219 Jy ! Component: 3850 - total flux cleaned = 0.0132579 Jy ! Component: 3900 - total flux cleaned = 0.0133931 Jy ! Component: 3950 - total flux cleaned = 0.0135005 Jy ! Component: 4000 - total flux cleaned = 0.013687 Jy ! Component: 4050 - total flux cleaned = 0.0137926 Jy ! Total flux subtracted in 4096 components = 0.0138714 Jy ! Clean residual min=-0.001390 max=0.001491 Jy/beam ! Clean residual mean=-0.000001 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.413443 Jy keep ! Adding 306 model components to the UV plane model. ! The established model now contains 447 components and 0.413443 Jy ![Exited script file: muppet] wmap "J2223-3455_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.014 x 8.651 at 3.213 degrees (North through East) ! Clean map min=-0.0054986 max=0.27281 Jy/beam ! Writing clean map to FITS file: J2223-3455_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.272809 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000484949 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.533283 0.533283 1.06657 2.13313 4.26627 8.53253 17.0651 34.1301 68.2602 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.272 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.014 x 8.651 at 3.213 degrees (North through East) ! Clean map min=-0.0054986 max=0.27281 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 J2223-3455_S_2017_06_10_pus_uvs.log closed on Mon May 6 15:03:00 2019