! Started logfile: J2226+0052_S_2017_08_12_pus_uvs.log on Fri May 10 15:09:34 2019 obs J2226+0052_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J2226+0052_S_2017_08_12_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.66158 visibilities/baseline/integration-bin. ! Found source: J2226+0052 ! ! 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 9884 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 J2226+0052_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 153 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 236 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 236 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 713 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.675574Jy sigma=0.005761 ! Fit after self-cal, rms=0.656708Jy sigma=0.005620 ! 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.909 mas, bmaj=6.995 mas, bpa=-2.262 degrees ! Estimated noise=1329.95 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.268658 Jy ! Component: 100 - total flux cleaned = 0.330133 Jy ! Total flux subtracted in 100 components = 0.330133 Jy ! Clean residual min=-0.010859 max=0.022944 Jy/beam ! Clean residual mean=-0.000011 rms=0.002993 Jy/beam ! Combined flux in latest and established models = 0.330133 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.330133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097036Jy sigma=0.000776 ! Fit after self-cal, rms=0.097025Jy sigma=0.000776 ! Inverting map ! Added new window around map position (0.5, -7.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0257488 Jy ! Component: 100 - total flux cleaned = 0.0399539 Jy ! Total flux subtracted in 100 components = 0.0399539 Jy ! Clean residual min=-0.008671 max=0.009502 Jy/beam ! Clean residual mean=-0.000000 rms=0.002135 Jy/beam ! Combined flux in latest and established models = 0.370087 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 20 components and 0.370087 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089599Jy sigma=0.000708 ! Fit after self-cal, rms=0.089489Jy sigma=0.000708 ! 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.291 mas, bmaj=7.589 mas, bpa=-0.579 degrees ! Estimated noise=1050.21 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.0105229 Jy ! Component: 100 - total flux cleaned = 0.016759 Jy ! Component: 150 - total flux cleaned = 0.0193858 Jy ! Component: 200 - total flux cleaned = 0.0205234 Jy ! Total flux subtracted in 200 components = 0.0205234 Jy ! Clean residual min=-0.006267 max=0.007159 Jy/beam ! Clean residual mean=-0.000002 rms=0.001558 Jy/beam ! Combined flux in latest and established models = 0.39061 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 50 components and 0.39061 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088034Jy sigma=0.000696 ! Fit after self-cal, rms=0.088011Jy sigma=0.000695 ! 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 0.91 FD 1.00* HN 0.96 KP 1.05 ! LA 1.00 MK 1.05 NL 0.89 OV 1.02 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.98 KP 1.02 ! LA 0.97 MK 1.00 NL 1.04 OV 1.06 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.99 KP 1.01 ! LA 0.98 MK 0.99 NL 1.01 OV 0.98 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 4. ! A total of 117 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.088011Jy sigma=0.000695 ! Fit after self-cal, rms=0.083527Jy sigma=0.000673 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.339 mas, bmaj=7.634 mas, bpa=0.2685 degrees ! Estimated noise=1049.74 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.00038745 Jy ! Component: 100 - total flux cleaned = 0.000129328 Jy ! Component: 150 - total flux cleaned = 0.000323959 Jy ! Component: 200 - total flux cleaned = 0.000438053 Jy ! Total flux subtracted in 200 components = 0.000438053 Jy ! Clean residual min=-0.004796 max=0.005727 Jy/beam ! Clean residual mean=0.000000 rms=0.001209 Jy/beam ! Combined flux in latest and established models = 0.391048 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 60 components and 0.391048 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083342Jy sigma=0.000671 ! Fit after self-cal, rms=0.083323Jy sigma=0.000671 ! 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.083323Jy sigma=0.000671 ! Fit after self-cal, rms=0.082025Jy sigma=0.000659 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.342 mas, bmaj=7.642 mas, bpa=0.2139 degrees ! Estimated noise=1050.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000827691 Jy ! Component: 100 - total flux cleaned = 0.000735672 Jy ! Component: 150 - total flux cleaned = 0.000696636 Jy ! Component: 200 - total flux cleaned = 0.000596948 Jy ! Total flux subtracted in 200 components = 0.000596948 Jy ! Clean residual min=-0.003429 max=0.003696 Jy/beam ! Clean residual mean=-0.000009 rms=0.000887 Jy/beam ! Combined flux in latest and established models = 0.391645 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 69 components and 0.391645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081971Jy sigma=0.000658 ! Fit after self-cal, rms=0.081989Jy sigma=0.000658 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.000458617 Jy ! Component: 100 - total flux cleaned = 0.000430817 Jy ! Component: 150 - total flux cleaned = 0.0004042 Jy ! Component: 200 - total flux cleaned = 0.000355832 Jy ! Total flux subtracted in 200 components = 0.000355832 Jy ! Clean residual min=-0.003411 max=0.003584 Jy/beam ! Clean residual mean=-0.000009 rms=0.000878 Jy/beam ! Combined flux in latest and established models = 0.392001 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 78 components and 0.392001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081968Jy sigma=0.000658 ! Fit after self-cal, rms=0.081966Jy 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.081966Jy sigma=0.000658 ! Fit after self-cal, rms=0.082005Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.347 mas, bmaj=7.647 mas, bpa=0.2724 degrees ! Estimated noise=1050.97 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000362539 Jy ! Component: 100 - total flux cleaned = 0.000326406 Jy ! Component: 150 - total flux cleaned = 0.000210165 Jy ! Component: 200 - total flux cleaned = 0.000135092 Jy ! Total flux subtracted in 200 components = 0.000135092 Jy ! Clean residual min=-0.003365 max=0.003369 Jy/beam ! Clean residual mean=-0.000009 rms=0.000860 Jy/beam ! Combined flux in latest and established models = 0.392136 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 85 components and 0.392136 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081979Jy sigma=0.000657 ! Fit after self-cal, rms=0.081974Jy 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.000255567 Jy ! Component: 100 - total flux cleaned = 0.000208341 Jy ! Component: 150 - total flux cleaned = 0.00016445 Jy ! Component: 200 - total flux cleaned = 0.000143914 Jy ! Total flux subtracted in 200 components = 0.000143914 Jy ! Clean residual min=-0.003353 max=0.003287 Jy/beam ! Clean residual mean=-0.000009 rms=0.000854 Jy/beam ! Combined flux in latest and established models = 0.39228 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 90 components and 0.39228 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081961Jy sigma=0.000657 ! Fit after self-cal, rms=0.081960Jy 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.081960Jy sigma=0.000657 ! Fit after self-cal, rms=0.082012Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.922 mas, bmaj=12.69 mas, bpa=-4.957 degrees ! Estimated noise=1336.53 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000520409 Jy ! Component: 100 - total flux cleaned = 0.00043282 Jy ! Component: 150 - total flux cleaned = 0.000366702 Jy ! Component: 200 - total flux cleaned = 0.000331901 Jy ! Total flux subtracted in 200 components = 0.000331901 Jy ! Clean residual min=-0.004778 max=0.005062 Jy/beam ! Clean residual mean=-0.000019 rms=0.001259 Jy/beam ! Combined flux in latest and established models = 0.392612 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 96 components and 0.392612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082023Jy sigma=0.000657 ! Fit after self-cal, rms=0.082015Jy 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.000225346 Jy ! Component: 100 - total flux cleaned = 0.000240573 Jy ! Component: 150 - total flux cleaned = 0.000254561 Jy ! Component: 200 - total flux cleaned = 0.000281288 Jy ! Total flux subtracted in 200 components = 0.000281288 Jy ! Clean residual min=-0.004703 max=0.004953 Jy/beam ! Clean residual mean=-0.000018 rms=0.001244 Jy/beam ! Combined flux in latest and established models = 0.392893 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 101 components and 0.392893 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082026Jy sigma=0.000657 ! Fit after self-cal, rms=0.082023Jy 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.351 mas, bmaj=7.652 mas, bpa=0.3316 degrees ! Estimated noise=1051.73 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.351 x 7.652 at 0.3316 degrees (North through East) ! Clean map min=-0.0032308 max=0.34381 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.992 mas, bmaj=7.063 mas, bpa=-0.441 degrees ! Estimated noise=1215.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.267792 Jy ! Component: 100 - total flux cleaned = 0.327371 Jy ! Component: 150 - total flux cleaned = 0.350502 Jy ! Component: 200 - total flux cleaned = 0.363567 Jy ! Total flux subtracted in 200 components = 0.363567 Jy ! Clean residual min=-0.004688 max=0.006672 Jy/beam ! Clean residual mean=-0.000010 rms=0.001207 Jy/beam ! Combined flux in latest and established models = 0.363567 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.363567 Jy ! Inverting map and beam ! Estimated beam: bmin=3.351 mas, bmaj=7.652 mas, bpa=0.3316 degrees ! Estimated noise=1051.73 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.010969 Jy ! Component: 100 - total flux cleaned = 0.017268 Jy ! Component: 150 - total flux cleaned = 0.0212909 Jy ! Component: 200 - total flux cleaned = 0.0239724 Jy ! Total flux subtracted in 200 components = 0.0239724 Jy ! Clean residual min=-0.003504 max=0.003334 Jy/beam ! Clean residual mean=-0.000012 rms=0.000874 Jy/beam ! Combined flux in latest and established models = 0.38754 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 71 components and 0.38754 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=6.922 mas, bmaj=12.69 mas, bpa=-4.957 degrees ! Estimated noise=1336.53 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00296223 Jy ! Component: 100 - total flux cleaned = 0.0043371 Jy ! Component: 150 - total flux cleaned = 0.00481297 Jy ! Component: 200 - total flux cleaned = 0.00493753 Jy ! Total flux subtracted in 200 components = 0.00493753 Jy ! Clean residual min=-0.004722 max=0.004857 Jy/beam ! Clean residual mean=-0.000019 rms=0.001251 Jy/beam ! Combined flux in latest and established models = 0.392477 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.000111352 Jy ! Component: 100 - total flux cleaned = 0.00021182 Jy ! Component: 150 - total flux cleaned = 0.000302671 Jy ! Component: 200 - total flux cleaned = 0.000385119 Jy ! Total flux subtracted in 200 components = 0.000385119 Jy ! Clean residual min=-0.004687 max=0.004831 Jy/beam ! Clean residual mean=-0.000018 rms=0.001242 Jy/beam ! Combined flux in latest and established models = 0.392862 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 87 components and 0.392863 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.351 mas, bmaj=7.652 mas, bpa=0.3316 degrees ! Estimated noise=1051.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000253805 Jy ! Component: 100 - total flux cleaned = -8.75643e-08 Jy ! Component: 150 - total flux cleaned = 3.89366e-06 Jy ! Component: 200 - total flux cleaned = -4.95213e-05 Jy ! Total flux subtracted in 200 components = -4.95213e-05 Jy ! Clean residual min=-0.003314 max=0.003244 Jy/beam ! Clean residual mean=-0.000008 rms=0.000842 Jy/beam ! Combined flux in latest and established models = 0.392813 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 97 components and 0.392813 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082012Jy sigma=0.000657 ! Fit after self-cal, rms=0.082003Jy sigma=0.000657 wmodel J2226+0052_S_2017_08_12_pus_map.mod ! Writing 97 model components to file: J2226+0052_S_2017_08_12_pus_map.mod wobs J2226+0052_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J2226+0052_S_2017_08_12_pus_uvs.fits wwins J2226+0052_S_2017_08_12_pus_map.win ! wwins: Wrote 2 windows to J2226+0052_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.000294765 Jy ! Component: 100 - total flux cleaned = 0.000410165 Jy ! Component: 150 - total flux cleaned = 0.000411667 Jy ! Component: 200 - total flux cleaned = 0.000361336 Jy ! Component: 250 - total flux cleaned = 0.00021638 Jy ! Component: 300 - total flux cleaned = 0.000261098 Jy ! Component: 350 - total flux cleaned = 0.000394686 Jy ! Component: 400 - total flux cleaned = 0.000437265 Jy ! Component: 450 - total flux cleaned = 0.000478538 Jy ! Component: 500 - total flux cleaned = 0.000479193 Jy ! Component: 550 - total flux cleaned = 0.000637456 Jy ! Component: 600 - total flux cleaned = 0.000521871 Jy ! Component: 650 - total flux cleaned = 0.000560507 Jy ! Component: 700 - total flux cleaned = 0.000597556 Jy ! Component: 750 - total flux cleaned = 0.000669974 Jy ! Component: 800 - total flux cleaned = 0.000704089 Jy ! Component: 850 - total flux cleaned = 0.000636354 Jy ! Component: 900 - total flux cleaned = 0.000670828 Jy ! Component: 950 - total flux cleaned = 0.000703798 Jy ! Component: 1000 - total flux cleaned = 0.000608688 Jy ! Component: 1050 - total flux cleaned = 0.000484214 Jy ! Component: 1100 - total flux cleaned = 0.000362861 Jy ! Component: 1150 - total flux cleaned = 0.000303283 Jy ! Component: 1200 - total flux cleaned = 0.00024467 Jy ! Component: 1250 - total flux cleaned = 0.000158297 Jy ! Component: 1300 - total flux cleaned = 0.000244406 Jy ! Component: 1350 - total flux cleaned = 0.000272413 Jy ! Component: 1400 - total flux cleaned = 0.000327267 Jy ! Component: 1450 - total flux cleaned = 0.000272719 Jy ! Component: 1500 - total flux cleaned = 0.000272482 Jy ! Component: 1550 - total flux cleaned = 0.000378873 Jy ! Component: 1600 - total flux cleaned = 0.000378919 Jy ! Component: 1650 - total flux cleaned = 0.000378957 Jy ! Component: 1700 - total flux cleaned = 0.000480456 Jy ! Component: 1750 - total flux cleaned = 0.000431028 Jy ! Component: 1800 - total flux cleaned = 0.000529177 Jy ! Component: 1850 - total flux cleaned = 0.000505076 Jy ! Component: 1900 - total flux cleaned = 0.000601158 Jy ! Component: 1950 - total flux cleaned = 0.000648265 Jy ! Component: 2000 - total flux cleaned = 0.000647967 Jy ! Component: 2050 - total flux cleaned = 0.000717299 Jy ! Component: 2100 - total flux cleaned = 0.000740007 Jy ! Component: 2150 - total flux cleaned = 0.000762499 Jy ! Component: 2200 - total flux cleaned = 0.000762646 Jy ! Component: 2250 - total flux cleaned = 0.000806768 Jy ! Component: 2300 - total flux cleaned = 0.00082862 Jy ! Component: 2350 - total flux cleaned = 0.000849865 Jy ! Component: 2400 - total flux cleaned = 0.000913444 Jy ! Component: 2450 - total flux cleaned = 0.000871681 Jy ! Component: 2500 - total flux cleaned = 0.000934281 Jy ! Component: 2550 - total flux cleaned = 0.000995653 Jy ! Component: 2600 - total flux cleaned = 0.000975398 Jy ! Component: 2650 - total flux cleaned = 0.000995742 Jy ! Component: 2700 - total flux cleaned = 0.00107516 Jy ! Component: 2750 - total flux cleaned = 0.00111443 Jy ! Component: 2800 - total flux cleaned = 0.00115323 Jy ! Component: 2850 - total flux cleaned = 0.00117271 Jy ! Component: 2900 - total flux cleaned = 0.00117289 Jy ! Component: 2950 - total flux cleaned = 0.001173 Jy ! Component: 3000 - total flux cleaned = 0.00119203 Jy ! Component: 3050 - total flux cleaned = 0.00124762 Jy ! Component: 3100 - total flux cleaned = 0.00117391 Jy ! Component: 3150 - total flux cleaned = 0.00121037 Jy ! Component: 3200 - total flux cleaned = 0.00122842 Jy ! Component: 3250 - total flux cleaned = 0.00122831 Jy ! Component: 3300 - total flux cleaned = 0.00124574 Jy ! Component: 3350 - total flux cleaned = 0.00128072 Jy ! Component: 3400 - total flux cleaned = 0.00128075 Jy ! Component: 3450 - total flux cleaned = 0.00126357 Jy ! Component: 3500 - total flux cleaned = 0.00124648 Jy ! Component: 3550 - total flux cleaned = 0.00133161 Jy ! Component: 3600 - total flux cleaned = 0.00131452 Jy ! Component: 3650 - total flux cleaned = 0.00128098 Jy ! Component: 3700 - total flux cleaned = 0.00124765 Jy ! Component: 3750 - total flux cleaned = 0.00124764 Jy ! Component: 3800 - total flux cleaned = 0.00119838 Jy ! Component: 3850 - total flux cleaned = 0.00118218 Jy ! Component: 3900 - total flux cleaned = 0.0011984 Jy ! Component: 3950 - total flux cleaned = 0.00121455 Jy ! Component: 4000 - total flux cleaned = 0.00121473 Jy ! Component: 4050 - total flux cleaned = 0.00118312 Jy ! Total flux subtracted in 4096 components = 0.00124598 Jy ! Clean residual min=-0.000840 max=0.000967 Jy/beam ! Clean residual mean=-0.000003 rms=0.000296 Jy/beam ! Combined flux in latest and established models = 0.394059 Jy keep ! Adding 310 model components to the UV plane model. ! The established model now contains 407 components and 0.394059 Jy ![Exited script file: muppet] wmap "J2226+0052_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.351 x 7.652 at 0.3316 degrees (North through East) ! Clean map min=-0.0025546 max=0.34349 Jy/beam ! Writing clean map to FITS file: J2226+0052_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.343494 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000293404 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.256252 0.256252 0.512504 1.02501 2.05002 4.10003 8.20006 16.4001 32.8002 65.6005 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.343 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.351 x 7.652 at 0.3316 degrees (North through East) ! Clean map min=-0.0025546 max=0.34349 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 J2226+0052_S_2017_08_12_pus_uvs.log closed on Fri May 10 15:09:38 2019