! Started logfile: J0629-0505_S_2017_07_09_pus_uvs.log on Wed May 8 14:43:30 2019 obs J0629-0505_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J0629-0505_S_2017_07_09_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.973451 visibilities/baseline/integration-bin. ! Found source: J0629-0505 ! ! 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 19800 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 J0629-0505_S_2017_07_09_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 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 600 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.941549Jy sigma=0.008147 ! Fit after self-cal, rms=0.925909Jy sigma=0.008019 ! 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.644 mas, bmaj=7.211 mas, bpa=-6.175 degrees ! Estimated noise=888.222 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.0584177 Jy ! Component: 100 - total flux cleaned = 0.0721399 Jy ! Total flux subtracted in 100 components = 0.0721399 Jy ! Clean residual min=-0.003250 max=0.005459 Jy/beam ! Clean residual mean=0.000003 rms=0.000825 Jy/beam ! Combined flux in latest and established models = 0.0721399 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0721399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080924Jy sigma=0.000676 ! Fit after self-cal, rms=0.080914Jy sigma=0.000676 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00627773 Jy ! Component: 100 - total flux cleaned = 0.00968836 Jy ! Total flux subtracted in 100 components = 0.00968836 Jy ! Clean residual min=-0.002852 max=0.002730 Jy/beam ! Clean residual mean=0.000001 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.0818282 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 18 components and 0.0818282 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080375Jy sigma=0.000671 ! Fit after self-cal, rms=0.080371Jy sigma=0.000671 ! 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.139 mas, bmaj=8.275 mas, bpa=-5.867 degrees ! Estimated noise=699.375 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.00232395 Jy ! Component: 100 - total flux cleaned = 0.0035335 Jy ! Component: 150 - total flux cleaned = 0.00395665 Jy ! Component: 200 - total flux cleaned = 0.00407102 Jy ! Total flux subtracted in 200 components = 0.00407102 Jy ! Clean residual min=-0.001974 max=0.001955 Jy/beam ! Clean residual mean=-0.000002 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.0858992 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 29 components and 0.0858992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080295Jy sigma=0.000671 ! Fit after self-cal, rms=0.080298Jy sigma=0.000671 ! 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.01 FD 0.98 HN 0.95 KP 0.99 ! LA 1.05 MK 1.01 NL 0.92 OV 1.03 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.00 KP 0.95 ! LA 1.03 MK 1.02 NL 1.02 OV 1.06 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 0.99 KP 0.95 ! LA 1.02 MK 1.04 NL 1.00 OV 0.96 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 0.94 KP 1.00* ! LA 0.87 MK 1.01 NL 1.00* OV 1.00* ! PT 0.97 SC 1.00* ! ! ! Fit before self-cal, rms=0.080298Jy sigma=0.000671 ! Fit after self-cal, rms=0.079818Jy sigma=0.000670 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.146 mas, bmaj=8.287 mas, bpa=-5.852 degrees ! Estimated noise=698.352 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.000123077 Jy ! Component: 100 - total flux cleaned = -6.74663e-05 Jy ! Component: 150 - total flux cleaned = -3.36503e-05 Jy ! Component: 200 - total flux cleaned = -2.54005e-06 Jy ! Total flux subtracted in 200 components = -2.54005e-06 Jy ! Clean residual min=-0.001760 max=0.001948 Jy/beam ! Clean residual mean=-0.000004 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.0858967 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 34 components and 0.0858967 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079808Jy sigma=0.000670 ! Fit after self-cal, rms=0.079793Jy sigma=0.000670 ! 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.079793Jy sigma=0.000670 ! Fit after self-cal, rms=0.080235Jy sigma=0.000669 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.147 mas, bmaj=8.299 mas, bpa=-5.869 degrees ! Estimated noise=697.805 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.66219e-05 Jy ! Component: 100 - total flux cleaned = -6.5625e-05 Jy ! Component: 150 - total flux cleaned = -5.11133e-05 Jy ! Component: 200 - total flux cleaned = -3.78948e-05 Jy ! Total flux subtracted in 200 components = -3.78948e-05 Jy ! Clean residual min=-0.001736 max=0.001790 Jy/beam ! Clean residual mean=-0.000002 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.0858588 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 39 components and 0.0858588 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080228Jy sigma=0.000668 ! Fit after self-cal, rms=0.080245Jy sigma=0.000668 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 = -3.78965e-06 Jy ! Component: 100 - total flux cleaned = 9.18119e-06 Jy ! Component: 150 - total flux cleaned = 9.44009e-06 Jy ! Component: 200 - total flux cleaned = 2.11222e-05 Jy ! Total flux subtracted in 200 components = 2.11222e-05 Jy ! Clean residual min=-0.001702 max=0.001777 Jy/beam ! Clean residual mean=-0.000002 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.0858799 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 42 components and 0.0858799 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080240Jy sigma=0.000668 ! Fit after self-cal, rms=0.080239Jy sigma=0.000668 ! 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.080239Jy sigma=0.000668 ! Fit after self-cal, rms=0.080338Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.147 mas, bmaj=8.307 mas, bpa=-5.881 degrees ! Estimated noise=696.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000196204 Jy ! Component: 100 - total flux cleaned = -0.000221206 Jy ! Component: 150 - total flux cleaned = -0.000221063 Jy ! Component: 200 - total flux cleaned = -0.00022135 Jy ! Total flux subtracted in 200 components = -0.00022135 Jy ! Clean residual min=-0.001691 max=0.001737 Jy/beam ! Clean residual mean=-0.000001 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.0856586 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 44 components and 0.0856586 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080334Jy sigma=0.000668 ! Fit after self-cal, rms=0.080338Jy sigma=0.000668 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 (18.5, 65.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00157287 Jy ! Component: 100 - total flux cleaned = 0.00176114 Jy ! Component: 150 - total flux cleaned = 0.00166921 Jy ! Component: 200 - total flux cleaned = 0.00166963 Jy ! Total flux subtracted in 200 components = 0.00166963 Jy ! Clean residual min=-0.001849 max=0.001556 Jy/beam ! Clean residual mean=-0.000001 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.0873282 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 59 components and 0.0873282 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080297Jy sigma=0.000667 ! Fit after self-cal, rms=0.080295Jy sigma=0.000667 ! 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.080295Jy sigma=0.000667 ! Fit after self-cal, rms=0.080200Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.346 mas, bmaj=14.4 mas, bpa=-7.743 degrees ! Estimated noise=888.347 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000111237 Jy ! Component: 100 - total flux cleaned = 0.000116045 Jy ! Component: 150 - total flux cleaned = 9.79973e-05 Jy ! Component: 200 - total flux cleaned = 1.9802e-05 Jy ! Total flux subtracted in 200 components = 1.9802e-05 Jy ! Clean residual min=-0.001900 max=0.001558 Jy/beam ! Clean residual mean=-0.000003 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.087348 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 70 components and 0.087348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080196Jy sigma=0.000667 ! Fit after self-cal, rms=0.080199Jy sigma=0.000667 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.90336e-06 Jy ! Component: 100 - total flux cleaned = -5.8041e-05 Jy ! Component: 150 - total flux cleaned = -0.000112356 Jy ! Component: 200 - total flux cleaned = -0.000136263 Jy ! Total flux subtracted in 200 components = -0.000136263 Jy ! Clean residual min=-0.001876 max=0.001555 Jy/beam ! Clean residual mean=-0.000003 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.0872118 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 74 components and 0.0872118 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080200Jy sigma=0.000667 ! Fit after self-cal, rms=0.080198Jy sigma=0.000667 ! 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.151 mas, bmaj=8.327 mas, bpa=-5.937 degrees ! Estimated noise=695.024 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.151 x 8.327 at -5.937 degrees (North through East) ! Clean map min=-0.0016497 max=0.076306 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.658 mas, bmaj=7.261 mas, bpa=-6.265 degrees ! Estimated noise=881.888 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0577323 Jy ! Component: 100 - total flux cleaned = 0.0715191 Jy ! Component: 150 - total flux cleaned = 0.0776151 Jy ! Component: 200 - total flux cleaned = 0.0811689 Jy ! Total flux subtracted in 200 components = 0.0811689 Jy ! Clean residual min=-0.002405 max=0.002596 Jy/beam ! Clean residual mean=0.000002 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.0811689 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.0811689 Jy ! Inverting map and beam ! Estimated beam: bmin=3.151 mas, bmaj=8.327 mas, bpa=-5.937 degrees ! Estimated noise=695.024 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.0029267 Jy ! Component: 100 - total flux cleaned = 0.00449359 Jy ! Component: 150 - total flux cleaned = 0.00508725 Jy ! Component: 200 - total flux cleaned = 0.00534453 Jy ! Total flux subtracted in 200 components = 0.00534453 Jy ! Clean residual min=-0.001931 max=0.001719 Jy/beam ! Clean residual mean=-0.000001 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.0865135 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 30 components and 0.0865134 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.346 mas, bmaj=14.4 mas, bpa=-7.743 degrees ! Estimated noise=888.347 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000619649 Jy ! Component: 100 - total flux cleaned = 0.000557838 Jy ! Component: 150 - total flux cleaned = 0.000506093 Jy ! Component: 200 - total flux cleaned = 0.000505982 Jy ! Total flux subtracted in 200 components = 0.000505982 Jy ! Clean residual min=-0.001955 max=0.001515 Jy/beam ! Clean residual mean=-0.000002 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.0870194 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 = 2.10536e-05 Jy ! Component: 100 - total flux cleaned = 2.11124e-05 Jy ! Component: 150 - total flux cleaned = 2.13211e-05 Jy ! Component: 200 - total flux cleaned = 3.85826e-05 Jy ! Total flux subtracted in 200 components = 3.85826e-05 Jy ! Clean residual min=-0.001938 max=0.001528 Jy/beam ! Clean residual mean=-0.000003 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.087058 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 45 components and 0.087058 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.151 mas, bmaj=8.327 mas, bpa=-5.937 degrees ! Estimated noise=695.024 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.13555e-05 Jy ! Component: 100 - total flux cleaned = 9.38016e-05 Jy ! Component: 150 - total flux cleaned = 9.37064e-05 Jy ! Component: 200 - total flux cleaned = 9.29907e-05 Jy ! Total flux subtracted in 200 components = 9.29907e-05 Jy ! Clean residual min=-0.001848 max=0.001640 Jy/beam ! Clean residual mean=-0.000002 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.087151 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 62 components and 0.087151 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080216Jy sigma=0.000667 ! Fit after self-cal, rms=0.080215Jy sigma=0.000667 wmodel J0629-0505_S_2017_07_09_pus_map.mod ! Writing 62 model components to file: J0629-0505_S_2017_07_09_pus_map.mod wobs J0629-0505_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J0629-0505_S_2017_07_09_pus_uvs.fits wwins J0629-0505_S_2017_07_09_pus_map.win ! wwins: Wrote 2 windows to J0629-0505_S_2017_07_09_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.89351e-05 Jy ! Component: 100 - total flux cleaned = 7.7493e-05 Jy ! Component: 150 - total flux cleaned = 0.000103744 Jy ! Component: 200 - total flux cleaned = 0.000177789 Jy ! Component: 250 - total flux cleaned = 0.000249824 Jy ! Component: 300 - total flux cleaned = 0.00029636 Jy ! Component: 350 - total flux cleaned = 0.000250099 Jy ! Component: 400 - total flux cleaned = 0.000272441 Jy ! Component: 450 - total flux cleaned = 0.000338507 Jy ! Component: 500 - total flux cleaned = 0.000403424 Jy ! Component: 550 - total flux cleaned = 0.000466837 Jy ! Component: 600 - total flux cleaned = 0.000550549 Jy ! Component: 650 - total flux cleaned = 0.00063282 Jy ! Component: 700 - total flux cleaned = 0.0007138 Jy ! Component: 750 - total flux cleaned = 0.000773577 Jy ! Component: 800 - total flux cleaned = 0.000852515 Jy ! Component: 850 - total flux cleaned = 0.000813717 Jy ! Component: 900 - total flux cleaned = 0.000833606 Jy ! Component: 950 - total flux cleaned = 0.000890455 Jy ! Component: 1000 - total flux cleaned = 0.000852567 Jy ! Component: 1050 - total flux cleaned = 0.000852515 Jy ! Component: 1100 - total flux cleaned = 0.000889438 Jy ! Component: 1150 - total flux cleaned = 0.000907194 Jy ! Component: 1200 - total flux cleaned = 0.000907295 Jy ! Component: 1250 - total flux cleaned = 0.000925201 Jy ! Component: 1300 - total flux cleaned = 0.000925067 Jy ! Component: 1350 - total flux cleaned = 0.00096007 Jy ! Component: 1400 - total flux cleaned = 0.00101207 Jy ! Component: 1450 - total flux cleaned = 0.00102917 Jy ! Component: 1500 - total flux cleaned = 0.00113074 Jy ! Component: 1550 - total flux cleaned = 0.00114761 Jy ! Component: 1600 - total flux cleaned = 0.00118073 Jy ! Component: 1650 - total flux cleaned = 0.00119705 Jy ! Component: 1700 - total flux cleaned = 0.0012296 Jy ! Component: 1750 - total flux cleaned = 0.00131045 Jy ! Component: 1800 - total flux cleaned = 0.0012944 Jy ! Component: 1850 - total flux cleaned = 0.00135808 Jy ! Component: 1900 - total flux cleaned = 0.00143668 Jy ! Component: 1950 - total flux cleaned = 0.00143652 Jy ! Component: 2000 - total flux cleaned = 0.00134382 Jy ! Component: 2050 - total flux cleaned = 0.00138985 Jy ! Component: 2100 - total flux cleaned = 0.00134434 Jy ! Component: 2150 - total flux cleaned = 0.00140448 Jy ! Component: 2200 - total flux cleaned = 0.00135952 Jy ! Component: 2250 - total flux cleaned = 0.00130018 Jy ! Component: 2300 - total flux cleaned = 0.0013589 Jy ! Component: 2350 - total flux cleaned = 0.00134419 Jy ! Component: 2400 - total flux cleaned = 0.00127174 Jy ! Component: 2450 - total flux cleaned = 0.00125758 Jy ! Component: 2500 - total flux cleaned = 0.00124338 Jy ! Component: 2550 - total flux cleaned = 0.00122932 Jy ! Component: 2600 - total flux cleaned = 0.00125745 Jy ! Component: 2650 - total flux cleaned = 0.00124341 Jy ! Component: 2700 - total flux cleaned = 0.00121563 Jy ! Component: 2750 - total flux cleaned = 0.0012155 Jy ! Component: 2800 - total flux cleaned = 0.00118803 Jy ! Component: 2850 - total flux cleaned = 0.00117436 Jy ! Component: 2900 - total flux cleaned = 0.00114741 Jy ! Component: 2950 - total flux cleaned = 0.00116069 Jy ! Component: 3000 - total flux cleaned = 0.00120024 Jy ! Component: 3050 - total flux cleaned = 0.00112099 Jy ! Component: 3100 - total flux cleaned = 0.00108181 Jy ! Component: 3150 - total flux cleaned = 0.00105586 Jy ! Component: 3200 - total flux cleaned = 0.00105593 Jy ! Component: 3250 - total flux cleaned = 0.00105571 Jy ! Component: 3300 - total flux cleaned = 0.00100454 Jy ! Component: 3350 - total flux cleaned = 0.00101723 Jy ! Component: 3400 - total flux cleaned = 0.000966829 Jy ! Component: 3450 - total flux cleaned = 0.000941619 Jy ! Component: 3500 - total flux cleaned = 0.000941479 Jy ! Component: 3550 - total flux cleaned = 0.000916631 Jy ! Component: 3600 - total flux cleaned = 0.000904403 Jy ! Component: 3650 - total flux cleaned = 0.000928774 Jy ! Component: 3700 - total flux cleaned = 0.000880029 Jy ! Component: 3750 - total flux cleaned = 0.000892087 Jy ! Component: 3800 - total flux cleaned = 0.000892071 Jy ! Component: 3850 - total flux cleaned = 0.000868021 Jy ! Component: 3900 - total flux cleaned = 0.000867958 Jy ! Component: 3950 - total flux cleaned = 0.000820566 Jy ! Component: 4000 - total flux cleaned = 0.000820648 Jy ! Component: 4050 - total flux cleaned = 0.000855849 Jy ! Total flux subtracted in 4096 components = 0.000844103 Jy ! Clean residual min=-0.000780 max=0.000680 Jy/beam ! Clean residual mean=-0.000002 rms=0.000214 Jy/beam ! Combined flux in latest and established models = 0.0879951 Jy keep ! Adding 291 model components to the UV plane model. ! The established model now contains 353 components and 0.0879951 Jy ![Exited script file: muppet] wmap "J0629-0505_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.151 x 8.327 at -5.937 degrees (North through East) ! Clean map min=-0.0012472 max=0.076253 Jy/beam ! Writing clean map to FITS file: J0629-0505_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.076253 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000214025 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.842033 0.842033 1.68407 3.36813 6.73626 13.4725 26.945 53.8901 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.076 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.151 x 8.327 at -5.937 degrees (North through East) ! Clean map min=-0.0012472 max=0.076253 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 J0629-0505_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:43:35 2019