! Started logfile: J1033+3935_S_2017_01_16_pus_uvs.log on Sun Apr 7 15:11:25 2019 obs J1033+3935_S_2017_01_16_pus_uva.fits ! Reading UV FITS file: J1033+3935_S_2017_01_16_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.767725 visibilities/baseline/integration-bin. ! Found source: J1033+3935 ! ! 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 622 lines of history. ! ! Reading 11608 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 J1033+3935_S_2017_01_16_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 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 102 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 268 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.664187Jy sigma=0.006085 ! Fit after self-cal, rms=0.654428Jy sigma=0.006026 ! 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=3.936 mas, bmaj=6.381 mas, bpa=15.11 degrees ! Estimated noise=1050.23 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.274834 Jy ! Component: 100 - total flux cleaned = 0.336945 Jy ! Total flux subtracted in 100 components = 0.336945 Jy ! Clean residual min=-0.008900 max=0.022736 Jy/beam ! Clean residual mean=0.000028 rms=0.002830 Jy/beam ! Combined flux in latest and established models = 0.336945 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.336945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140308Jy sigma=0.000832 ! Fit after self-cal, rms=0.140305Jy sigma=0.000832 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0249803 Jy ! Component: 100 - total flux cleaned = 0.0398645 Jy ! Total flux subtracted in 100 components = 0.0398645 Jy ! Clean residual min=-0.005998 max=0.010683 Jy/beam ! Clean residual mean=0.000020 rms=0.001879 Jy/beam ! Combined flux in latest and established models = 0.37681 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 37 components and 0.37681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134923Jy sigma=0.000741 ! Fit after self-cal, rms=0.134921Jy sigma=0.000741 ! 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=4.574 mas, bmaj=7.193 mas, bpa=13.39 degrees ! Estimated noise=760.263 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.5, 8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0138612 Jy ! Component: 100 - total flux cleaned = 0.0229775 Jy ! Component: 150 - total flux cleaned = 0.0286703 Jy ! Component: 200 - total flux cleaned = 0.0316587 Jy ! Total flux subtracted in 200 components = 0.0316587 Jy ! Clean residual min=-0.005919 max=0.006657 Jy/beam ! Clean residual mean=0.000027 rms=0.001472 Jy/beam ! Combined flux in latest and established models = 0.408468 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 59 components and 0.408468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133297Jy sigma=0.000713 ! Fit after self-cal, rms=0.133277Jy sigma=0.000713 ! 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.06 FD 0.95 HN 0.94 KP 1.01 ! LA 1.02 MK 1.00* NL 0.89 OV 0.99 ! PT 0.96 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.99 HN 1.00 KP 0.97 ! LA 0.99 MK 1.00* NL 1.06 OV 1.03 ! PT 0.95 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.00 HN 0.99 KP 1.01 ! LA 1.00 MK 1.00* NL 1.08 OV 0.95 ! PT 0.96 SC 1.00 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.03 HN 0.99 KP 1.00* ! LA 1.12 MK 1.00* NL 1.00* OV 0.97 ! PT 0.96 SC 1.12 ! ! ! Fit before self-cal, rms=0.133277Jy sigma=0.000713 ! Fit after self-cal, rms=0.145653Jy sigma=0.000675 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.571 mas, bmaj=7.197 mas, bpa=12.78 degrees ! Estimated noise=757.435 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 (-38.5, -108.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00566414 Jy ! Component: 100 - total flux cleaned = 0.00775701 Jy ! Component: 150 - total flux cleaned = 0.00843261 Jy ! Component: 200 - total flux cleaned = 0.00862883 Jy ! Total flux subtracted in 200 components = 0.00862883 Jy ! Clean residual min=-0.003502 max=0.003533 Jy/beam ! Clean residual mean=0.000014 rms=0.000854 Jy/beam ! Combined flux in latest and established models = 0.417097 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 87 components and 0.417097 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145367Jy sigma=0.000669 ! Fit after self-cal, rms=0.145423Jy sigma=0.000669 ! 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.145423Jy sigma=0.000669 ! Fit after self-cal, rms=0.129724Jy sigma=0.000660 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.567 mas, bmaj=7.195 mas, bpa=12.81 degrees ! Estimated noise=757.904 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000160732 Jy ! Component: 100 - total flux cleaned = 0.00106048 Jy ! Component: 150 - total flux cleaned = 0.00173593 Jy ! Component: 200 - total flux cleaned = 0.00200071 Jy ! Total flux subtracted in 200 components = 0.00200071 Jy ! Clean residual min=-0.002190 max=0.002290 Jy/beam ! Clean residual mean=-0.000001 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.419098 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 112 components and 0.419098 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129643Jy sigma=0.000659 ! Fit after self-cal, rms=0.129630Jy sigma=0.000659 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.28624e-07 Jy ! Component: 100 - total flux cleaned = 0.000130214 Jy ! Component: 150 - total flux cleaned = 0.000212013 Jy ! Component: 200 - total flux cleaned = 0.000288107 Jy ! Total flux subtracted in 200 components = 0.000288107 Jy ! Clean residual min=-0.002183 max=0.002159 Jy/beam ! Clean residual mean=-0.000001 rms=0.000554 Jy/beam ! Combined flux in latest and established models = 0.419386 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 131 components and 0.419386 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129600Jy sigma=0.000659 ! Fit after self-cal, rms=0.129600Jy sigma=0.000659 ! 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.129600Jy sigma=0.000659 ! Fit after self-cal, rms=0.129551Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.563 mas, bmaj=7.195 mas, bpa=12.69 degrees ! Estimated noise=758.44 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000377957 Jy ! Component: 100 - total flux cleaned = 0.000598575 Jy ! Component: 150 - total flux cleaned = 0.000861988 Jy ! Component: 200 - total flux cleaned = 0.000930345 Jy ! Total flux subtracted in 200 components = 0.000930345 Jy ! Clean residual min=-0.002106 max=0.002131 Jy/beam ! Clean residual mean=-0.000002 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.420316 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 145 components and 0.420316 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129521Jy sigma=0.000658 ! Fit after self-cal, rms=0.129528Jy 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 = 2.25276e-05 Jy ! Component: 100 - total flux cleaned = 0.000144437 Jy ! Component: 150 - total flux cleaned = 0.000174002 Jy ! Component: 200 - total flux cleaned = 0.000230166 Jy ! Total flux subtracted in 200 components = 0.000230166 Jy ! Clean residual min=-0.002106 max=0.002131 Jy/beam ! Clean residual mean=-0.000002 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.420547 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 159 components and 0.420547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129513Jy sigma=0.000658 ! Fit after self-cal, rms=0.129513Jy sigma=0.000658 ! 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.129513Jy sigma=0.000658 ! Fit after self-cal, rms=0.129619Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.115 mas, bmaj=9.66 mas, bpa=-3.862 degrees ! Estimated noise=867.495 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000210271 Jy ! Component: 100 - total flux cleaned = 0.000573805 Jy ! Component: 150 - total flux cleaned = 0.000767687 Jy ! Component: 200 - total flux cleaned = 0.00080959 Jy ! Total flux subtracted in 200 components = 0.00080959 Jy ! Clean residual min=-0.001724 max=0.002549 Jy/beam ! Clean residual mean=-0.000006 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.421356 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 176 components and 0.421356 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129615Jy sigma=0.000657 ! Fit after self-cal, rms=0.129618Jy 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) ! Added new window around map position (83, 17). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00241285 Jy ! Component: 100 - total flux cleaned = 0.00330586 Jy ! Component: 150 - total flux cleaned = 0.00382645 Jy ! Component: 200 - total flux cleaned = 0.00412084 Jy ! Total flux subtracted in 200 components = 0.00412084 Jy ! Clean residual min=-0.001685 max=0.001899 Jy/beam ! Clean residual mean=-0.000005 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.425477 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 215 components and 0.425477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129577Jy sigma=0.000657 ! Fit after self-cal, rms=0.129566Jy 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=4.561 mas, bmaj=7.194 mas, bpa=12.6 degrees ! Estimated noise=759.027 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.561 x 7.194 at 12.6 degrees (North through East) ! Clean map min=-0.0018947 max=0.35821 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=3.928 mas, bmaj=6.381 mas, bpa=14.17 degrees ! Estimated noise=1048.94 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.274354 Jy ! Component: 100 - total flux cleaned = 0.338082 Jy ! Component: 150 - total flux cleaned = 0.36485 Jy ! Component: 200 - total flux cleaned = 0.379489 Jy ! Total flux subtracted in 200 components = 0.379489 Jy ! Clean residual min=-0.004001 max=0.007454 Jy/beam ! Clean residual mean=0.000012 rms=0.001161 Jy/beam ! Combined flux in latest and established models = 0.379489 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.379489 Jy ! Inverting map and beam ! Estimated beam: bmin=4.561 mas, bmaj=7.194 mas, bpa=12.6 degrees ! Estimated noise=759.027 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.0111316 Jy ! Component: 100 - total flux cleaned = 0.0178758 Jy ! Component: 150 - total flux cleaned = 0.0228323 Jy ! Component: 200 - total flux cleaned = 0.0267112 Jy ! Total flux subtracted in 200 components = 0.0267112 Jy ! Clean residual min=-0.002650 max=0.002822 Jy/beam ! Clean residual mean=0.000009 rms=0.000698 Jy/beam ! Combined flux in latest and established models = 0.4062 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 86 components and 0.4062 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.115 mas, bmaj=9.66 mas, bpa=-3.862 degrees ! Estimated noise=867.495 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00445482 Jy ! Component: 100 - total flux cleaned = 0.00748715 Jy ! Component: 150 - total flux cleaned = 0.0096252 Jy ! Component: 200 - total flux cleaned = 0.011332 Jy ! Total flux subtracted in 200 components = 0.011332 Jy ! Clean residual min=-0.002089 max=0.002598 Jy/beam ! Clean residual mean=0.000004 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.417532 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.00152125 Jy ! Component: 100 - total flux cleaned = 0.00264767 Jy ! Component: 150 - total flux cleaned = 0.00352861 Jy ! Component: 200 - total flux cleaned = 0.00435949 Jy ! Total flux subtracted in 200 components = 0.00435949 Jy ! Clean residual min=-0.001871 max=0.002195 Jy/beam ! Clean residual mean=0.000000 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.421892 Jy ! Adding 121 model components to the UV plane model. ! The established model now contains 199 components and 0.421892 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.561 mas, bmaj=7.194 mas, bpa=12.6 degrees ! Estimated noise=759.027 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000632392 Jy ! Component: 100 - total flux cleaned = 0.00101643 Jy ! Component: 150 - total flux cleaned = 0.00141604 Jy ! Component: 200 - total flux cleaned = 0.00169718 Jy ! Total flux subtracted in 200 components = 0.00169718 Jy ! Clean residual min=-0.002000 max=0.002074 Jy/beam ! Clean residual mean=-0.000001 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.423589 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 227 components and 0.423589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129600Jy sigma=0.000657 ! Fit after self-cal, rms=0.129574Jy sigma=0.000657 wmodel J1033+3935_S_2017_01_16_pus_map.mod ! Writing 227 model components to file: J1033+3935_S_2017_01_16_pus_map.mod wobs J1033+3935_S_2017_01_16_pus_uvs.fits ! Writing UV FITS file: J1033+3935_S_2017_01_16_pus_uvs.fits wwins J1033+3935_S_2017_01_16_pus_map.win ! wwins: Wrote 4 windows to J1033+3935_S_2017_01_16_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 = -1.69074e-05 Jy ! Component: 100 - total flux cleaned = 0.000143105 Jy ! Component: 150 - total flux cleaned = 0.000144077 Jy ! Component: 200 - total flux cleaned = 8.73909e-05 Jy ! Component: 250 - total flux cleaned = 8.748e-05 Jy ! Component: 300 - total flux cleaned = 3.35713e-05 Jy ! Component: 350 - total flux cleaned = -7.01649e-05 Jy ! Component: 400 - total flux cleaned = -4.49708e-05 Jy ! Component: 450 - total flux cleaned = -0.000167657 Jy ! Component: 500 - total flux cleaned = -0.000215135 Jy ! Component: 550 - total flux cleaned = -0.000285702 Jy ! Component: 600 - total flux cleaned = -0.000377507 Jy ! Component: 650 - total flux cleaned = -0.000467159 Jy ! Component: 700 - total flux cleaned = -0.000489043 Jy ! Component: 750 - total flux cleaned = -0.000598598 Jy ! Component: 800 - total flux cleaned = -0.000663257 Jy ! Component: 850 - total flux cleaned = -0.000727172 Jy ! Component: 900 - total flux cleaned = -0.000831536 Jy ! Component: 950 - total flux cleaned = -0.00087254 Jy ! Component: 1000 - total flux cleaned = -0.000912893 Jy ! Component: 1050 - total flux cleaned = -0.000853305 Jy ! Component: 1100 - total flux cleaned = -0.000853837 Jy ! Component: 1150 - total flux cleaned = -0.000892705 Jy ! Component: 1200 - total flux cleaned = -0.000834801 Jy ! Component: 1250 - total flux cleaned = -0.00077774 Jy ! Component: 1300 - total flux cleaned = -0.000758928 Jy ! Component: 1350 - total flux cleaned = -0.000684372 Jy ! Component: 1400 - total flux cleaned = -0.000702764 Jy ! Component: 1450 - total flux cleaned = -0.000647977 Jy ! Component: 1500 - total flux cleaned = -0.000611972 Jy ! Component: 1550 - total flux cleaned = -0.000558417 Jy ! Component: 1600 - total flux cleaned = -0.000593851 Jy ! Component: 1650 - total flux cleaned = -0.000523737 Jy ! Component: 1700 - total flux cleaned = -0.000454378 Jy ! Component: 1750 - total flux cleaned = -0.000437501 Jy ! Component: 1800 - total flux cleaned = -0.000403416 Jy ! Component: 1850 - total flux cleaned = -0.000386604 Jy ! Component: 1900 - total flux cleaned = -0.000319676 Jy ! Component: 1950 - total flux cleaned = -0.000220676 Jy ! Component: 2000 - total flux cleaned = -0.000237004 Jy ! Component: 2050 - total flux cleaned = -0.000204462 Jy ! Component: 2100 - total flux cleaned = -0.00018847 Jy ! Component: 2150 - total flux cleaned = -0.000124758 Jy ! Component: 2200 - total flux cleaned = -0.000124745 Jy ! Component: 2250 - total flux cleaned = -0.000140592 Jy ! Component: 2300 - total flux cleaned = -6.30406e-05 Jy ! Component: 2350 - total flux cleaned = -6.30376e-05 Jy ! Component: 2400 - total flux cleaned = -2.12581e-06 Jy ! Component: 2450 - total flux cleaned = -1.736e-05 Jy ! Component: 2500 - total flux cleaned = 1.26984e-05 Jy ! Component: 2550 - total flux cleaned = -2.11591e-06 Jy ! Component: 2600 - total flux cleaned = 8.63195e-05 Jy ! Component: 2650 - total flux cleaned = 4.24945e-05 Jy ! Component: 2700 - total flux cleaned = 0.00015855 Jy ! Component: 2750 - total flux cleaned = 8.67165e-05 Jy ! Component: 2800 - total flux cleaned = 0.000186687 Jy ! Component: 2850 - total flux cleaned = 0.000158182 Jy ! Component: 2900 - total flux cleaned = 0.00025651 Jy ! Component: 2950 - total flux cleaned = 0.000228507 Jy ! Component: 3000 - total flux cleaned = 0.00024239 Jy ! Component: 3050 - total flux cleaned = 0.000242305 Jy ! Component: 3100 - total flux cleaned = 0.0002834 Jy ! Component: 3150 - total flux cleaned = 0.00022919 Jy ! Component: 3200 - total flux cleaned = 0.000283087 Jy ! Component: 3250 - total flux cleaned = 0.000309708 Jy ! Component: 3300 - total flux cleaned = 0.000296534 Jy ! Component: 3350 - total flux cleaned = 0.000349213 Jy ! Component: 3400 - total flux cleaned = 0.000323121 Jy ! Component: 3450 - total flux cleaned = 0.000323202 Jy ! Component: 3500 - total flux cleaned = 0.0003232 Jy ! Component: 3550 - total flux cleaned = 0.000335853 Jy ! Component: 3600 - total flux cleaned = 0.000323184 Jy ! Component: 3650 - total flux cleaned = 0.000323189 Jy ! Component: 3700 - total flux cleaned = 0.000348407 Jy ! Component: 3750 - total flux cleaned = 0.000273294 Jy ! Component: 3800 - total flux cleaned = 0.000323047 Jy ! Component: 3850 - total flux cleaned = 0.000273618 Jy ! Component: 3900 - total flux cleaned = 0.000175271 Jy ! Component: 3950 - total flux cleaned = 0.000187573 Jy ! Component: 4000 - total flux cleaned = 0.00013903 Jy ! Component: 4050 - total flux cleaned = 0.000114883 Jy ! Total flux subtracted in 4096 components = 5.48082e-05 Jy ! Clean residual min=-0.000726 max=0.000793 Jy/beam ! Clean residual mean=-0.000001 rms=0.000225 Jy/beam ! Combined flux in latest and established models = 0.423644 Jy keep ! Adding 289 model components to the UV plane model. ! The established model now contains 516 components and 0.423643 Jy ![Exited script file: muppet] wmap "J1033+3935_S_2017_01_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.561 x 7.194 at 12.6 degrees (North through East) ! Clean map min=-0.0015146 max=0.35814 Jy/beam ! Writing clean map to FITS file: J1033+3935_S_2017_01_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.35814 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00022161 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.185634 0.185634 0.371268 0.742537 1.48507 2.97015 5.94029 11.8806 23.7612 47.5223 95.0447 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.358 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.561 x 7.194 at 12.6 degrees (North through East) ! Clean map min=-0.0015146 max=0.35814 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 J1033+3935_S_2017_01_16_pus_uvs.log closed on Sun Apr 7 15:11:31 2019