! Started logfile: J1914+1636_S_2017_06_10_pus_uvs.log on Mon May 6 15:00:40 2019 obs J1914+1636_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J1914+1636_S_2017_06_10_pus_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.97716 visibilities/baseline/integration-bin. ! Found source: J1914+1636 ! ! 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 25328 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 J1914+1636_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 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 128 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 808 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.906055Jy sigma=0.009599 ! Fit after self-cal, rms=0.901222Jy sigma=0.009555 ! 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.792 mas, bmaj=6.843 mas, bpa=-8.022 degrees ! Estimated noise=754.056 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.0745851 Jy ! Component: 100 - total flux cleaned = 0.0978461 Jy ! Total flux subtracted in 100 components = 0.0978461 Jy ! Clean residual min=-0.004318 max=0.010422 Jy/beam ! Clean residual mean=-0.000001 rms=0.001185 Jy/beam ! Combined flux in latest and established models = 0.0978461 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0978461 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073222Jy sigma=0.000726 ! Fit after self-cal, rms=0.073183Jy sigma=0.000725 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0121101 Jy ! Component: 100 - total flux cleaned = 0.019122 Jy ! Total flux subtracted in 100 components = 0.019122 Jy ! Clean residual min=-0.003264 max=0.003653 Jy/beam ! Clean residual mean=0.000000 rms=0.000813 Jy/beam ! Combined flux in latest and established models = 0.116968 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 36 components and 0.116968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070686Jy sigma=0.000700 ! Fit after self-cal, rms=0.070678Jy sigma=0.000700 ! 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.262 mas, bmaj=7.664 mas, bpa=-6.311 degrees ! Estimated noise=489.861 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 (1, -6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00610423 Jy ! Component: 100 - total flux cleaned = 0.0100083 Jy ! Component: 150 - total flux cleaned = 0.012706 Jy ! Component: 200 - total flux cleaned = 0.0146727 Jy ! Total flux subtracted in 200 components = 0.0146727 Jy ! Clean residual min=-0.002562 max=0.002826 Jy/beam ! Clean residual mean=-0.000004 rms=0.000686 Jy/beam ! Combined flux in latest and established models = 0.131641 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 87 components and 0.131641 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070012Jy sigma=0.000693 ! Fit after self-cal, rms=0.069994Jy sigma=0.000693 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.93 HN 0.94 KP 1.02 ! LA 0.98 MK 1.05 NL 0.90 OV 1.01 ! PT 1.02 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.97 HN 1.00 KP 0.99 ! LA 0.95 MK 1.01 NL 1.14 OV 1.06 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.03 HN 0.98 KP 0.99 ! LA 0.97 MK 1.05 NL 1.20 OV 0.95 ! PT 0.95 SC 1.05 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.08 HN 0.91 KP 1.00* ! LA 0.92 MK 1.09 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.069994Jy sigma=0.000693 ! Fit after self-cal, rms=0.069761Jy sigma=0.000687 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.297 mas, bmaj=7.714 mas, bpa=-6.282 degrees ! Estimated noise=491.984 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.00159169 Jy ! Component: 100 - total flux cleaned = 0.00217796 Jy ! Component: 150 - total flux cleaned = 0.00238372 Jy ! Component: 200 - total flux cleaned = 0.00253385 Jy ! Total flux subtracted in 200 components = 0.00253385 Jy ! Clean residual min=-0.002300 max=0.002186 Jy/beam ! Clean residual mean=-0.000003 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.134175 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 108 components and 0.134175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069714Jy sigma=0.000687 ! Fit after self-cal, rms=0.069709Jy sigma=0.000686 ! 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.069709Jy sigma=0.000686 ! Fit after self-cal, rms=0.068797Jy sigma=0.000679 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.306 mas, bmaj=7.676 mas, bpa=-6.16 degrees ! Estimated noise=493.155 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000553762 Jy ! Component: 100 - total flux cleaned = 0.000576429 Jy ! Component: 150 - total flux cleaned = 0.000658945 Jy ! Component: 200 - total flux cleaned = 0.000713494 Jy ! Total flux subtracted in 200 components = 0.000713494 Jy ! Clean residual min=-0.001451 max=0.001513 Jy/beam ! Clean residual mean=0.000000 rms=0.000344 Jy/beam ! Combined flux in latest and established models = 0.134888 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 125 components and 0.134888 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068776Jy sigma=0.000679 ! Fit after self-cal, rms=0.068775Jy sigma=0.000679 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 (-2, -24.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00157849 Jy ! Component: 100 - total flux cleaned = 0.00252713 Jy ! Component: 150 - total flux cleaned = 0.00303191 Jy ! Component: 200 - total flux cleaned = 0.00320051 Jy ! Total flux subtracted in 200 components = 0.00320051 Jy ! Clean residual min=-0.001566 max=0.001290 Jy/beam ! Clean residual mean=-0.000000 rms=0.000320 Jy/beam ! Combined flux in latest and established models = 0.138089 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 141 components and 0.138089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068734Jy sigma=0.000679 ! Fit after self-cal, rms=0.068730Jy 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.068730Jy sigma=0.000678 ! Fit after self-cal, rms=0.068428Jy sigma=0.000678 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.309 mas, bmaj=7.661 mas, bpa=-6.064 degrees ! Estimated noise=491.966 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000533654 Jy ! Component: 100 - total flux cleaned = 0.000630191 Jy ! Component: 150 - total flux cleaned = 0.000680974 Jy ! Component: 200 - total flux cleaned = 0.000711276 Jy ! Total flux subtracted in 200 components = 0.000711276 Jy ! Clean residual min=-0.001328 max=0.001305 Jy/beam ! Clean residual mean=0.000001 rms=0.000301 Jy/beam ! Combined flux in latest and established models = 0.1388 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 154 components and 0.1388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068417Jy sigma=0.000678 ! Fit after self-cal, rms=0.068416Jy 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 = 4.90444e-05 Jy ! Component: 100 - total flux cleaned = 7.96174e-05 Jy ! Component: 150 - total flux cleaned = 7.94936e-05 Jy ! Component: 200 - total flux cleaned = 7.92916e-05 Jy ! Total flux subtracted in 200 components = 7.92916e-05 Jy ! Clean residual min=-0.001339 max=0.001277 Jy/beam ! Clean residual mean=0.000001 rms=0.000299 Jy/beam ! Combined flux in latest and established models = 0.138879 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 162 components and 0.138879 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068409Jy sigma=0.000678 ! Fit after self-cal, rms=0.068408Jy sigma=0.000678 ! 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.068408Jy sigma=0.000678 ! Fit after self-cal, rms=0.068405Jy sigma=0.000678 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.339 mas, bmaj=11.19 mas, bpa=-7.185 degrees ! Estimated noise=610.119 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000194669 Jy ! Component: 100 - total flux cleaned = 0.000272386 Jy ! Component: 150 - total flux cleaned = 0.000313249 Jy ! Component: 200 - total flux cleaned = 0.000322324 Jy ! Total flux subtracted in 200 components = 0.000322324 Jy ! Clean residual min=-0.001309 max=0.001487 Jy/beam ! Clean residual mean=0.000003 rms=0.000358 Jy/beam ! Combined flux in latest and established models = 0.139202 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 173 components and 0.139202 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068402Jy sigma=0.000678 ! Fit after self-cal, rms=0.068400Jy 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 = -1.76998e-05 Jy ! Component: 100 - total flux cleaned = -1.09715e-05 Jy ! Component: 150 - total flux cleaned = 4.45076e-06 Jy ! Component: 200 - total flux cleaned = 1.75449e-05 Jy ! Total flux subtracted in 200 components = 1.75449e-05 Jy ! Clean residual min=-0.001301 max=0.001493 Jy/beam ! Clean residual mean=0.000003 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.139219 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 179 components and 0.139219 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068399Jy sigma=0.000678 ! Fit after self-cal, rms=0.068398Jy sigma=0.000678 ! 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.31 mas, bmaj=7.657 mas, bpa=-6.035 degrees ! Estimated noise=492.219 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.31 x 7.657 at -6.035 degrees (North through East) ! Clean map min=-0.0012524 max=0.098869 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.829 mas, bmaj=6.836 mas, bpa=-7.883 degrees ! Estimated noise=759.134 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0748616 Jy ! Component: 100 - total flux cleaned = 0.0990605 Jy ! Component: 150 - total flux cleaned = 0.110785 Jy ! Component: 200 - total flux cleaned = 0.11752 Jy ! Total flux subtracted in 200 components = 0.11752 Jy ! Clean residual min=-0.002729 max=0.003508 Jy/beam ! Clean residual mean=0.000002 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.11752 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.11752 Jy ! Inverting map and beam ! Estimated beam: bmin=3.31 mas, bmaj=7.657 mas, bpa=-6.035 degrees ! Estimated noise=492.219 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.00583298 Jy ! Component: 100 - total flux cleaned = 0.00944785 Jy ! Component: 150 - total flux cleaned = 0.011998 Jy ! Component: 200 - total flux cleaned = 0.0140012 Jy ! Total flux subtracted in 200 components = 0.0140012 Jy ! Clean residual min=-0.001412 max=0.001453 Jy/beam ! Clean residual mean=0.000001 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.131522 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 89 components and 0.131522 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.339 mas, bmaj=11.19 mas, bpa=-7.185 degrees ! Estimated noise=610.119 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0024581 Jy ! Component: 100 - total flux cleaned = 0.00402919 Jy ! Component: 150 - total flux cleaned = 0.00514662 Jy ! Component: 200 - total flux cleaned = 0.00596665 Jy ! Total flux subtracted in 200 components = 0.00596665 Jy ! Clean residual min=-0.001385 max=0.001381 Jy/beam ! Clean residual mean=0.000002 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.137488 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.000522764 Jy ! Component: 100 - total flux cleaned = 0.000800815 Jy ! Component: 150 - total flux cleaned = 0.0010347 Jy ! Component: 200 - total flux cleaned = 0.00123248 Jy ! Total flux subtracted in 200 components = 0.00123248 Jy ! Clean residual min=-0.001338 max=0.001445 Jy/beam ! Clean residual mean=0.000003 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.138721 Jy ! Adding 98 model components to the UV plane model. ! The established model now contains 176 components and 0.138721 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.31 mas, bmaj=7.657 mas, bpa=-6.035 degrees ! Estimated noise=492.219 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.45683e-05 Jy ! Component: 100 - total flux cleaned = 0.000151949 Jy ! Component: 150 - total flux cleaned = 0.000174767 Jy ! Component: 200 - total flux cleaned = 0.000195001 Jy ! Total flux subtracted in 200 components = 0.000195001 Jy ! Clean residual min=-0.001316 max=0.001165 Jy/beam ! Clean residual mean=0.000002 rms=0.000304 Jy/beam ! Combined flux in latest and established models = 0.138916 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 193 components and 0.138916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068425Jy sigma=0.000678 ! Fit after self-cal, rms=0.068416Jy sigma=0.000678 wmodel J1914+1636_S_2017_06_10_pus_map.mod ! Writing 193 model components to file: J1914+1636_S_2017_06_10_pus_map.mod wobs J1914+1636_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J1914+1636_S_2017_06_10_pus_uvs.fits wwins J1914+1636_S_2017_06_10_pus_map.win ! wwins: Wrote 3 windows to J1914+1636_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 = -2.04313e-05 Jy ! Component: 100 - total flux cleaned = 2.24805e-05 Jy ! Component: 150 - total flux cleaned = 8.26276e-05 Jy ! Component: 200 - total flux cleaned = 8.25494e-05 Jy ! Component: 250 - total flux cleaned = 0.000101258 Jy ! Component: 300 - total flux cleaned = 0.000191881 Jy ! Component: 350 - total flux cleaned = 0.000244772 Jy ! Component: 400 - total flux cleaned = 0.000331158 Jy ! Component: 450 - total flux cleaned = 0.00034832 Jy ! Component: 500 - total flux cleaned = 0.000415484 Jy ! Component: 550 - total flux cleaned = 0.000448537 Jy ! Component: 600 - total flux cleaned = 0.000464974 Jy ! Component: 650 - total flux cleaned = 0.000528753 Jy ! Component: 700 - total flux cleaned = 0.000528595 Jy ! Component: 750 - total flux cleaned = 0.000559407 Jy ! Component: 800 - total flux cleaned = 0.000528728 Jy ! Component: 850 - total flux cleaned = 0.000559117 Jy ! Component: 900 - total flux cleaned = 0.000574101 Jy ! Component: 950 - total flux cleaned = 0.000648155 Jy ! Component: 1000 - total flux cleaned = 0.000691912 Jy ! Component: 1050 - total flux cleaned = 0.000691886 Jy ! Component: 1100 - total flux cleaned = 0.000720606 Jy ! Component: 1150 - total flux cleaned = 0.000763254 Jy ! Component: 1200 - total flux cleaned = 0.000819354 Jy ! Component: 1250 - total flux cleaned = 0.000874773 Jy ! Component: 1300 - total flux cleaned = 0.000915855 Jy ! Component: 1350 - total flux cleaned = 0.000942926 Jy ! Component: 1400 - total flux cleaned = 0.000969837 Jy ! Component: 1450 - total flux cleaned = 0.00102289 Jy ! Component: 1500 - total flux cleaned = 0.00104921 Jy ! Component: 1550 - total flux cleaned = 0.00108835 Jy ! Component: 1600 - total flux cleaned = 0.001153 Jy ! Component: 1650 - total flux cleaned = 0.00119134 Jy ! Component: 1700 - total flux cleaned = 0.00120412 Jy ! Component: 1750 - total flux cleaned = 0.00124165 Jy ! Component: 1800 - total flux cleaned = 0.00125401 Jy ! Component: 1850 - total flux cleaned = 0.00119246 Jy ! Component: 1900 - total flux cleaned = 0.00122917 Jy ! Component: 1950 - total flux cleaned = 0.00124141 Jy ! Component: 2000 - total flux cleaned = 0.00122943 Jy ! Component: 2050 - total flux cleaned = 0.00127708 Jy ! Component: 2100 - total flux cleaned = 0.00127702 Jy ! Component: 2150 - total flux cleaned = 0.00130046 Jy ! Component: 2200 - total flux cleaned = 0.00126557 Jy ! Component: 2250 - total flux cleaned = 0.00126563 Jy ! Component: 2300 - total flux cleaned = 0.00124285 Jy ! Component: 2350 - total flux cleaned = 0.00126556 Jy ! Component: 2400 - total flux cleaned = 0.00126551 Jy ! Component: 2450 - total flux cleaned = 0.00120977 Jy ! Component: 2500 - total flux cleaned = 0.00125423 Jy ! Component: 2550 - total flux cleaned = 0.00122127 Jy ! Component: 2600 - total flux cleaned = 0.00126494 Jy ! Component: 2650 - total flux cleaned = 0.00123233 Jy ! Component: 2700 - total flux cleaned = 0.00123236 Jy ! Component: 2750 - total flux cleaned = 0.00121095 Jy ! Component: 2800 - total flux cleaned = 0.00116858 Jy ! Component: 2850 - total flux cleaned = 0.00122128 Jy ! Component: 2900 - total flux cleaned = 0.00124224 Jy ! Component: 2950 - total flux cleaned = 0.00122148 Jy ! Component: 3000 - total flux cleaned = 0.00122161 Jy ! Component: 3050 - total flux cleaned = 0.00123176 Jy ! Component: 3100 - total flux cleaned = 0.00126213 Jy ! Component: 3150 - total flux cleaned = 0.00122155 Jy ! Component: 3200 - total flux cleaned = 0.00123163 Jy ! Component: 3250 - total flux cleaned = 0.00122174 Jy ! Component: 3300 - total flux cleaned = 0.00124155 Jy ! Component: 3350 - total flux cleaned = 0.00121187 Jy ! Component: 3400 - total flux cleaned = 0.00122164 Jy ! Component: 3450 - total flux cleaned = 0.0012412 Jy ! Component: 3500 - total flux cleaned = 0.00127016 Jy ! Component: 3550 - total flux cleaned = 0.00124125 Jy ! Component: 3600 - total flux cleaned = 0.00123167 Jy ! Component: 3650 - total flux cleaned = 0.0012412 Jy ! Component: 3700 - total flux cleaned = 0.00129799 Jy ! Component: 3750 - total flux cleaned = 0.00127906 Jy ! Component: 3800 - total flux cleaned = 0.00121364 Jy ! Component: 3850 - total flux cleaned = 0.00116718 Jy ! Component: 3900 - total flux cleaned = 0.00117651 Jy ! Component: 3950 - total flux cleaned = 0.00120408 Jy ! Component: 4000 - total flux cleaned = 0.00115849 Jy ! Component: 4050 - total flux cleaned = 0.00117668 Jy ! Total flux subtracted in 4096 components = 0.00120377 Jy ! Clean residual min=-0.000574 max=0.000525 Jy/beam ! Clean residual mean=0.000000 rms=0.000167 Jy/beam ! Combined flux in latest and established models = 0.14012 Jy keep ! Adding 293 model components to the UV plane model. ! The established model now contains 486 components and 0.14012 Jy ![Exited script file: muppet] wmap "J1914+1636_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.31 x 7.657 at -6.035 degrees (North through East) ! Clean map min=-0.0008871 max=0.098822 Jy/beam ! Writing clean map to FITS file: J1914+1636_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.0988219 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000167412 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.508224 0.508224 1.01645 2.0329 4.06579 8.13159 16.2632 32.5264 65.0527 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.098 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.31 x 7.657 at -6.035 degrees (North through East) ! Clean map min=-0.0008871 max=0.098822 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 J1914+1636_S_2017_06_10_pus_uvs.log closed on Mon May 6 15:00:45 2019