! Started logfile: J2358+0430_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:52:40 2019 obs J2358+0430_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J2358+0430_S_2017_03_27_pus_uva.fits ! AN table 1: 143 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.972494 visibilities/baseline/integration-bin. ! Found source: J2358+0430 ! ! 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 1684 lines of history. ! ! Reading 25032 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 J2358+0430_S_2017_03_27_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 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 598 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.900992Jy sigma=0.007548 ! Fit after self-cal, rms=0.847199Jy sigma=0.007115 ! 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.832 mas, bmaj=7.128 mas, bpa=-5.303 degrees ! Estimated noise=814.119 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.120885 Jy ! Component: 100 - total flux cleaned = 0.149065 Jy ! Total flux subtracted in 100 components = 0.149065 Jy ! Clean residual min=-0.004178 max=0.010646 Jy/beam ! Clean residual mean=-0.000004 rms=0.001089 Jy/beam ! Combined flux in latest and established models = 0.149065 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.149065 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090320Jy sigma=0.000708 ! Fit after self-cal, rms=0.090324Jy sigma=0.000708 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0108928 Jy ! Component: 100 - total flux cleaned = 0.0159248 Jy ! Total flux subtracted in 100 components = 0.0159248 Jy ! Clean residual min=-0.002812 max=0.003637 Jy/beam ! Clean residual mean=-0.000004 rms=0.000830 Jy/beam ! Combined flux in latest and established models = 0.164989 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 18 components and 0.164989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089033Jy sigma=0.000697 ! Fit after self-cal, rms=0.089061Jy sigma=0.000697 ! 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.315 mas, bmaj=7.721 mas, bpa=-3.377 degrees ! Estimated noise=592.436 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, 15.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00507408 Jy ! Component: 100 - total flux cleaned = 0.00778718 Jy ! Component: 150 - total flux cleaned = 0.00977055 Jy ! Component: 200 - total flux cleaned = 0.0112599 Jy ! Total flux subtracted in 200 components = 0.0112599 Jy ! Clean residual min=-0.002845 max=0.004245 Jy/beam ! Clean residual mean=-0.000000 rms=0.000790 Jy/beam ! Combined flux in latest and established models = 0.176249 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 50 components and 0.176249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088757Jy sigma=0.000694 ! Fit after self-cal, rms=0.088733Jy sigma=0.000694 ! 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.99 FD 1.02 HN 0.95 KP 1.00 ! LA 0.98 MK 1.08 NL 1.01 OV 1.01 ! PT 0.99 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.07 HN 1.01 KP 0.97 ! LA 0.94 MK 0.98 NL 1.06 OV 1.02 ! PT 0.94 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.09 HN 0.97 KP 0.98 ! LA 0.99 MK 0.98 NL 1.05 OV 0.95 ! PT 0.93 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.17 HN 0.95 KP 1.00* ! LA 1.00* MK 1.08 NL 1.00* OV 1.10 ! PT 0.97 SC 1.00* ! ! ! Fit before self-cal, rms=0.088733Jy sigma=0.000694 ! Fit after self-cal, rms=0.088948Jy sigma=0.000688 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.322 mas, bmaj=7.725 mas, bpa=-3.139 degrees ! Estimated noise=591.902 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.00110375 Jy ! Component: 100 - total flux cleaned = 0.00133306 Jy ! Component: 150 - total flux cleaned = 0.00133103 Jy ! Component: 200 - total flux cleaned = 0.0013298 Jy ! Total flux subtracted in 200 components = 0.0013298 Jy ! Clean residual min=-0.002260 max=0.002940 Jy/beam ! Clean residual mean=0.000002 rms=0.000590 Jy/beam ! Combined flux in latest and established models = 0.177579 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 73 components and 0.177579 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088912Jy sigma=0.000687 ! Fit after self-cal, rms=0.088915Jy sigma=0.000687 ! Inverting map ! Added new window around map position (-120, -114). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0020972 Jy ! Component: 100 - total flux cleaned = 0.00227805 Jy ! Component: 150 - total flux cleaned = 0.00236814 Jy ! Component: 200 - total flux cleaned = 0.00253209 Jy ! Total flux subtracted in 200 components = 0.00253209 Jy ! Clean residual min=-0.002194 max=0.002704 Jy/beam ! Clean residual mean=0.000003 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.180111 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 98 components and 0.180111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088848Jy sigma=0.000687 ! Fit after self-cal, rms=0.088837Jy sigma=0.000687 ! 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.088837Jy sigma=0.000687 ! Fit after self-cal, rms=0.090226Jy sigma=0.000681 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.321 mas, bmaj=7.72 mas, bpa=-3.092 degrees ! Estimated noise=592.567 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000188159 Jy ! Component: 100 - total flux cleaned = 0.000218715 Jy ! Component: 150 - total flux cleaned = 0.000286741 Jy ! Component: 200 - total flux cleaned = 0.000327705 Jy ! Total flux subtracted in 200 components = 0.000327705 Jy ! Clean residual min=-0.001586 max=0.001521 Jy/beam ! Clean residual mean=0.000001 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.180439 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 134 components and 0.180439 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090209Jy sigma=0.000681 ! Fit after self-cal, rms=0.090259Jy sigma=0.000681 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.000266443 Jy ! Component: 100 - total flux cleaned = 0.000247035 Jy ! Component: 150 - total flux cleaned = 0.000265465 Jy ! Component: 200 - total flux cleaned = 0.000298982 Jy ! Total flux subtracted in 200 components = 0.000298982 Jy ! Clean residual min=-0.001561 max=0.001526 Jy/beam ! Clean residual mean=0.000001 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.180738 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 144 components and 0.180738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090252Jy sigma=0.000680 ! Fit after self-cal, rms=0.090252Jy sigma=0.000680 ! 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.090252Jy sigma=0.000680 ! Fit after self-cal, rms=0.090641Jy sigma=0.000680 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.321 mas, bmaj=7.719 mas, bpa=-3.09 degrees ! Estimated noise=591.879 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000234777 Jy ! Component: 100 - total flux cleaned = -0.000349365 Jy ! Component: 150 - total flux cleaned = -0.000382949 Jy ! Component: 200 - total flux cleaned = -0.000367013 Jy ! Total flux subtracted in 200 components = -0.000367013 Jy ! Clean residual min=-0.001513 max=0.001407 Jy/beam ! Clean residual mean=0.000001 rms=0.000335 Jy/beam ! Combined flux in latest and established models = 0.180371 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 152 components and 0.180371 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090632Jy sigma=0.000680 ! Fit after self-cal, rms=0.090635Jy sigma=0.000680 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.45278e-05 Jy ! Component: 100 - total flux cleaned = 2.41405e-05 Jy ! Component: 150 - total flux cleaned = 2.38529e-05 Jy ! Component: 200 - total flux cleaned = 1.04051e-05 Jy ! Total flux subtracted in 200 components = 1.04051e-05 Jy ! Clean residual min=-0.001508 max=0.001379 Jy/beam ! Clean residual mean=0.000002 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.180381 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 162 components and 0.180381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090631Jy sigma=0.000680 ! Fit after self-cal, rms=0.090631Jy sigma=0.000680 ! 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.090631Jy sigma=0.000680 ! Fit after self-cal, rms=0.090612Jy sigma=0.000680 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.539 mas, bmaj=11.55 mas, bpa=1.028 degrees ! Estimated noise=728.396 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000177542 Jy ! Component: 100 - total flux cleaned = -0.00033095 Jy ! Component: 150 - total flux cleaned = -0.000427042 Jy ! Component: 200 - total flux cleaned = -0.000468902 Jy ! Total flux subtracted in 200 components = -0.000468902 Jy ! Clean residual min=-0.001727 max=0.001404 Jy/beam ! Clean residual mean=0.000003 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.179912 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 183 components and 0.179912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090610Jy sigma=0.000680 ! Fit after self-cal, rms=0.090609Jy sigma=0.000680 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.20112e-05 Jy ! Component: 100 - total flux cleaned = -1.15471e-05 Jy ! Component: 150 - total flux cleaned = -2.21195e-05 Jy ! Component: 200 - total flux cleaned = -2.26673e-05 Jy ! Total flux subtracted in 200 components = -2.26673e-05 Jy ! Clean residual min=-0.001705 max=0.001374 Jy/beam ! Clean residual mean=0.000004 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.17989 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 194 components and 0.17989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090609Jy sigma=0.000680 ! Fit after self-cal, rms=0.090609Jy sigma=0.000680 ! 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.322 mas, bmaj=7.719 mas, bpa=-3.094 degrees ! Estimated noise=591.783 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.322 x 7.719 at -3.094 degrees (North through East) ! Clean map min=-0.0014757 max=0.15648 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.836 mas, bmaj=7.113 mas, bpa=-4.977 degrees ! Estimated noise=814.776 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.120901 Jy ! Component: 100 - total flux cleaned = 0.148753 Jy ! Component: 150 - total flux cleaned = 0.159231 Jy ! Component: 200 - total flux cleaned = 0.165073 Jy ! Total flux subtracted in 200 components = 0.165073 Jy ! Clean residual min=-0.002290 max=0.003161 Jy/beam ! Clean residual mean=-0.000003 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.165073 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.165073 Jy ! Inverting map and beam ! Estimated beam: bmin=3.322 mas, bmaj=7.719 mas, bpa=-3.094 degrees ! Estimated noise=591.783 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.00502526 Jy ! Component: 100 - total flux cleaned = 0.00809523 Jy ! Component: 150 - total flux cleaned = 0.0101752 Jy ! Component: 200 - total flux cleaned = 0.0117498 Jy ! Total flux subtracted in 200 components = 0.0117498 Jy ! Clean residual min=-0.001720 max=0.001504 Jy/beam ! Clean residual mean=0.000001 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.176823 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 58 components and 0.176823 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.539 mas, bmaj=11.55 mas, bpa=1.028 degrees ! Estimated noise=728.396 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00157538 Jy ! Component: 100 - total flux cleaned = 0.0021486 Jy ! Component: 150 - total flux cleaned = 0.00246008 Jy ! Component: 200 - total flux cleaned = 0.0027107 Jy ! Total flux subtracted in 200 components = 0.0027107 Jy ! Clean residual min=-0.001744 max=0.001476 Jy/beam ! Clean residual mean=0.000003 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.179533 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.000105313 Jy ! Component: 100 - total flux cleaned = 0.000159944 Jy ! Component: 150 - total flux cleaned = 0.000176933 Jy ! Component: 200 - total flux cleaned = 0.000208736 Jy ! Total flux subtracted in 200 components = 0.000208736 Jy ! Clean residual min=-0.001706 max=0.001463 Jy/beam ! Clean residual mean=0.000003 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.179742 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 110 components and 0.179742 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.322 mas, bmaj=7.719 mas, bpa=-3.094 degrees ! Estimated noise=591.783 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000198183 Jy ! Component: 100 - total flux cleaned = 0.000227386 Jy ! Component: 150 - total flux cleaned = 0.000202064 Jy ! Component: 200 - total flux cleaned = 0.00017804 Jy ! Total flux subtracted in 200 components = 0.00017804 Jy ! Clean residual min=-0.001572 max=0.001373 Jy/beam ! Clean residual mean=0.000002 rms=0.000337 Jy/beam ! Combined flux in latest and established models = 0.17992 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 129 components and 0.17992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090630Jy sigma=0.000680 ! Fit after self-cal, rms=0.090626Jy sigma=0.000680 wmodel J2358+0430_S_2017_03_27_pus_map.mod ! Writing 129 model components to file: J2358+0430_S_2017_03_27_pus_map.mod wobs J2358+0430_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J2358+0430_S_2017_03_27_pus_uvs.fits wwins J2358+0430_S_2017_03_27_pus_map.win ! wwins: Wrote 3 windows to J2358+0430_S_2017_03_27_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.000369912 Jy ! Component: 100 - total flux cleaned = -0.00032101 Jy ! Component: 150 - total flux cleaned = -0.000390113 Jy ! Component: 200 - total flux cleaned = -0.00041194 Jy ! Component: 250 - total flux cleaned = -0.000412017 Jy ! Component: 300 - total flux cleaned = -0.000432621 Jy ! Component: 350 - total flux cleaned = -0.000332899 Jy ! Component: 400 - total flux cleaned = -0.00033294 Jy ! Component: 450 - total flux cleaned = -0.000313514 Jy ! Component: 500 - total flux cleaned = -0.000276269 Jy ! Component: 550 - total flux cleaned = -0.000294494 Jy ! Component: 600 - total flux cleaned = -0.000259357 Jy ! Component: 650 - total flux cleaned = -0.000224495 Jy ! Component: 700 - total flux cleaned = -0.000189714 Jy ! Component: 750 - total flux cleaned = -8.81654e-05 Jy ! Component: 800 - total flux cleaned = -2.17366e-05 Jy ! Component: 850 - total flux cleaned = 2.74753e-05 Jy ! Component: 900 - total flux cleaned = 7.60817e-05 Jy ! Component: 950 - total flux cleaned = 0.000155969 Jy ! Component: 1000 - total flux cleaned = 0.000203452 Jy ! Component: 1050 - total flux cleaned = 0.000188096 Jy ! Component: 1100 - total flux cleaned = 0.000203737 Jy ! Component: 1150 - total flux cleaned = 0.000264578 Jy ! Component: 1200 - total flux cleaned = 0.000174643 Jy ! Component: 1250 - total flux cleaned = 0.0002789 Jy ! Component: 1300 - total flux cleaned = 0.000234584 Jy ! Component: 1350 - total flux cleaned = 0.000263999 Jy ! Component: 1400 - total flux cleaned = 0.000293163 Jy ! Component: 1450 - total flux cleaned = 0.000364811 Jy ! Component: 1500 - total flux cleaned = 0.000393087 Jy ! Component: 1550 - total flux cleaned = 0.000463064 Jy ! Component: 1600 - total flux cleaned = 0.000448932 Jy ! Component: 1650 - total flux cleaned = 0.000448953 Jy ! Component: 1700 - total flux cleaned = 0.000462887 Jy ! Component: 1750 - total flux cleaned = 0.000517135 Jy ! Component: 1800 - total flux cleaned = 0.000544144 Jy ! Component: 1850 - total flux cleaned = 0.000597333 Jy ! Component: 1900 - total flux cleaned = 0.000570979 Jy ! Component: 1950 - total flux cleaned = 0.000584015 Jy ! Component: 2000 - total flux cleaned = 0.000597204 Jy ! Component: 2050 - total flux cleaned = 0.000597202 Jy ! Component: 2100 - total flux cleaned = 0.000597248 Jy ! Component: 2150 - total flux cleaned = 0.000559305 Jy ! Component: 2200 - total flux cleaned = 0.000572026 Jy ! Component: 2250 - total flux cleaned = 0.000609584 Jy ! Component: 2300 - total flux cleaned = 0.000572321 Jy ! Component: 2350 - total flux cleaned = 0.000596943 Jy ! Component: 2400 - total flux cleaned = 0.000621383 Jy ! Component: 2450 - total flux cleaned = 0.000621516 Jy ! Component: 2500 - total flux cleaned = 0.000657627 Jy ! Component: 2550 - total flux cleaned = 0.000597866 Jy ! Component: 2600 - total flux cleaned = 0.000645504 Jy ! Component: 2650 - total flux cleaned = 0.000598271 Jy ! Component: 2700 - total flux cleaned = 0.000586609 Jy ! Component: 2750 - total flux cleaned = 0.000621725 Jy ! Component: 2800 - total flux cleaned = 0.000621879 Jy ! Component: 2850 - total flux cleaned = 0.00061042 Jy ! Component: 2900 - total flux cleaned = 0.000610494 Jy ! Component: 2950 - total flux cleaned = 0.000610465 Jy ! Component: 3000 - total flux cleaned = 0.000621707 Jy ! Component: 3050 - total flux cleaned = 0.00059931 Jy ! Component: 3100 - total flux cleaned = 0.000621531 Jy ! Component: 3150 - total flux cleaned = 0.000555143 Jy ! Component: 3200 - total flux cleaned = 0.000566103 Jy ! Component: 3250 - total flux cleaned = 0.000511408 Jy ! Component: 3300 - total flux cleaned = 0.000522373 Jy ! Component: 3350 - total flux cleaned = 0.00052244 Jy ! Component: 3400 - total flux cleaned = 0.000511868 Jy ! Component: 3450 - total flux cleaned = 0.000522549 Jy ! Component: 3500 - total flux cleaned = 0.000522582 Jy ! Component: 3550 - total flux cleaned = 0.000564794 Jy ! Component: 3600 - total flux cleaned = 0.000554157 Jy ! Component: 3650 - total flux cleaned = 0.000533323 Jy ! Component: 3700 - total flux cleaned = 0.000554117 Jy ! Component: 3750 - total flux cleaned = 0.000554021 Jy ! Component: 3800 - total flux cleaned = 0.000553988 Jy ! Component: 3850 - total flux cleaned = 0.000553992 Jy ! Component: 3900 - total flux cleaned = 0.000574275 Jy ! Component: 3950 - total flux cleaned = 0.000564052 Jy ! Component: 4000 - total flux cleaned = 0.000523882 Jy ! Component: 4050 - total flux cleaned = 0.000533872 Jy ! Total flux subtracted in 4096 components = 0.000504087 Jy ! Clean residual min=-0.000572 max=0.000598 Jy/beam ! Clean residual mean=0.000001 rms=0.000189 Jy/beam ! Combined flux in latest and established models = 0.180424 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 415 components and 0.180424 Jy ![Exited script file: muppet] wmap "J2358+0430_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.322 x 7.719 at -3.094 degrees (North through East) ! Clean map min=-0.0014225 max=0.15648 Jy/beam ! Writing clean map to FITS file: J2358+0430_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.156478 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000188407 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.361214 0.361214 0.722429 1.44486 2.88971 5.77943 11.5589 23.1177 46.2354 92.4708 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.156 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.322 x 7.719 at -3.094 degrees (North through East) ! Clean map min=-0.0014225 max=0.15648 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 J2358+0430_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:52:46 2019