! Started logfile: J0508+6056_S_2017_07_09_pus_uvs.log on Wed May 8 14:42:33 2019 obs J0508+6056_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J0508+6056_S_2017_07_09_pus_uva.fits ! AN table 1: 173 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.978548 visibilities/baseline/integration-bin. ! Found source: J0508+6056 ! ! 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 30472 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 J0508+6056_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 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 888 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.937376Jy sigma=0.008959 ! Fit after self-cal, rms=0.929981Jy sigma=0.008892 ! 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.246 mas, bmaj=3.606 mas, bpa=18.31 degrees ! Estimated noise=811.04 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.0537449 Jy ! Component: 100 - total flux cleaned = 0.0694825 Jy ! Total flux subtracted in 100 components = 0.0694825 Jy ! Clean residual min=-0.003197 max=0.006814 Jy/beam ! Clean residual mean=-0.000022 rms=0.000807 Jy/beam ! Combined flux in latest and established models = 0.0694825 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0694825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074472Jy sigma=0.000682 ! Fit after self-cal, rms=0.074450Jy sigma=0.000681 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00777572 Jy ! Component: 100 - total flux cleaned = 0.0119066 Jy ! Total flux subtracted in 100 components = 0.0119066 Jy ! Clean residual min=-0.002946 max=0.002649 Jy/beam ! Clean residual mean=-0.000007 rms=0.000649 Jy/beam ! Combined flux in latest and established models = 0.0813891 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 22 components and 0.0813891 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073539Jy sigma=0.000672 ! Fit after self-cal, rms=0.073533Jy sigma=0.000672 ! 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.004 mas, bmaj=4.528 mas, bpa=23.65 degrees ! Estimated noise=481.755 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.00310647 Jy ! Component: 100 - total flux cleaned = 0.00454094 Jy ! Component: 150 - total flux cleaned = 0.0053118 Jy ! Component: 200 - total flux cleaned = 0.00555001 Jy ! Total flux subtracted in 200 components = 0.00555001 Jy ! Clean residual min=-0.001424 max=0.001596 Jy/beam ! Clean residual mean=0.000004 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.0869391 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 37 components and 0.0869391 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073405Jy sigma=0.000671 ! Fit after self-cal, rms=0.073408Jy 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 0.97 FD 1.00 HN 0.98 KP 1.04 ! LA 1.00 MK 1.07 NL 0.90 OV 0.99 ! PT 1.02 SC 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.01 HN 1.02 KP 0.96 ! LA 1.01 MK 1.03 NL 1.06 OV 1.04 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.05 HN 1.03 KP 0.99 ! LA 1.00 MK 1.10 NL 0.98 OV 0.95 ! PT 0.97 SC 0.95 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.09 HN 0.95 KP 1.00* ! LA 0.95 MK 0.93 NL 1.00* OV 1.00* ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.073408Jy sigma=0.000671 ! Fit after self-cal, rms=0.072897Jy sigma=0.000670 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.009 mas, bmaj=4.556 mas, bpa=25.05 degrees ! Estimated noise=482.444 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.00021218 Jy ! Component: 100 - total flux cleaned = 0.000201057 Jy ! Component: 150 - total flux cleaned = 0.000210519 Jy ! Component: 200 - total flux cleaned = 0.00021051 Jy ! Total flux subtracted in 200 components = 0.00021051 Jy ! Clean residual min=-0.001322 max=0.001493 Jy/beam ! Clean residual mean=0.000002 rms=0.000347 Jy/beam ! Combined flux in latest and established models = 0.0871496 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 39 components and 0.0871496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072893Jy sigma=0.000670 ! Fit after self-cal, rms=0.072885Jy 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.072885Jy sigma=0.000669 ! Fit after self-cal, rms=0.072923Jy sigma=0.000669 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.004 mas, bmaj=4.572 mas, bpa=26.36 degrees ! Estimated noise=482.283 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000176684 Jy ! Component: 100 - total flux cleaned = 0.000186999 Jy ! Component: 150 - total flux cleaned = 0.000187214 Jy ! Component: 200 - total flux cleaned = 0.000203123 Jy ! Total flux subtracted in 200 components = 0.000203123 Jy ! Clean residual min=-0.001374 max=0.001470 Jy/beam ! Clean residual mean=0.000007 rms=0.000332 Jy/beam ! Combined flux in latest and established models = 0.0873527 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 43 components and 0.0873527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072920Jy sigma=0.000669 ! Fit after self-cal, rms=0.072938Jy sigma=0.000669 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 (6, -7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00134193 Jy ! Component: 100 - total flux cleaned = 0.00162937 Jy ! Component: 150 - total flux cleaned = 0.00163077 Jy ! Component: 200 - total flux cleaned = 0.00163055 Jy ! Total flux subtracted in 200 components = 0.00163055 Jy ! Clean residual min=-0.001422 max=0.001495 Jy/beam ! Clean residual mean=0.000010 rms=0.000319 Jy/beam ! Combined flux in latest and established models = 0.0889832 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 57 components and 0.0889832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072910Jy sigma=0.000668 ! Fit after self-cal, rms=0.072908Jy sigma=0.000668 ! Inverting map ! Added new window around map position (49.5, -67.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00124111 Jy ! Component: 100 - total flux cleaned = 0.00158038 Jy ! Component: 150 - total flux cleaned = 0.00174307 Jy ! Component: 200 - total flux cleaned = 0.00182479 Jy ! Total flux subtracted in 200 components = 0.00182479 Jy ! Clean residual min=-0.001412 max=0.001113 Jy/beam ! Clean residual mean=0.000009 rms=0.000306 Jy/beam ! Combined flux in latest and established models = 0.090808 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 69 components and 0.090808 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072881Jy sigma=0.000668 ! Fit after self-cal, rms=0.072879Jy 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.072879Jy sigma=0.000668 ! Fit after self-cal, rms=0.072797Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.99 mas, bmaj=4.573 mas, bpa=27.59 degrees ! Estimated noise=481.716 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000705951 Jy ! Component: 100 - total flux cleaned = 0.00102058 Jy ! Component: 150 - total flux cleaned = 0.0010967 Jy ! Component: 200 - total flux cleaned = 0.00114823 Jy ! Total flux subtracted in 200 components = 0.00114823 Jy ! Clean residual min=-0.001427 max=0.001129 Jy/beam ! Clean residual mean=0.000008 rms=0.000298 Jy/beam ! Combined flux in latest and established models = 0.0919562 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 75 components and 0.0919563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072784Jy sigma=0.000668 ! Fit after self-cal, rms=0.072788Jy 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 = 0.000213173 Jy ! Component: 100 - total flux cleaned = 0.000228961 Jy ! Component: 150 - total flux cleaned = 0.000229062 Jy ! Component: 200 - total flux cleaned = 0.000243377 Jy ! Total flux subtracted in 200 components = 0.000243377 Jy ! Clean residual min=-0.001420 max=0.001120 Jy/beam ! Clean residual mean=0.000008 rms=0.000297 Jy/beam ! Combined flux in latest and established models = 0.0921996 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 88 components and 0.0921996 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072781Jy sigma=0.000668 ! Fit after self-cal, rms=0.072781Jy sigma=0.000668 ! 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.072781Jy sigma=0.000668 ! Fit after self-cal, rms=0.072740Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.047 mas, bmaj=8.856 mas, bpa=56.31 degrees ! Estimated noise=608.959 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000426639 Jy ! Component: 100 - total flux cleaned = 0.000509242 Jy ! Component: 150 - total flux cleaned = 0.000556728 Jy ! Component: 200 - total flux cleaned = 0.000596501 Jy ! Total flux subtracted in 200 components = 0.000596501 Jy ! Clean residual min=-0.001316 max=0.001289 Jy/beam ! Clean residual mean=0.000017 rms=0.000353 Jy/beam ! Combined flux in latest and established models = 0.0927961 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 100 components and 0.0927961 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072737Jy sigma=0.000668 ! Fit after self-cal, rms=0.072738Jy 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 = 8.84962e-05 Jy ! Component: 100 - total flux cleaned = 0.000123708 Jy ! Component: 150 - total flux cleaned = 0.000129846 Jy ! Component: 200 - total flux cleaned = 0.000129585 Jy ! Total flux subtracted in 200 components = 0.000129585 Jy ! Clean residual min=-0.001327 max=0.001287 Jy/beam ! Clean residual mean=0.000017 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.0929257 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 111 components and 0.0929257 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072737Jy sigma=0.000668 ! Fit after self-cal, rms=0.072737Jy sigma=0.000668 ! 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.985 mas, bmaj=4.571 mas, bpa=28.05 degrees ! Estimated noise=481.514 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.985 x 4.571 at 28.05 degrees (North through East) ! Clean map min=-0.0013673 max=0.070824 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.243 mas, bmaj=3.655 mas, bpa=23.95 degrees ! Estimated noise=804.645 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0529032 Jy ! Component: 100 - total flux cleaned = 0.0697492 Jy ! Component: 150 - total flux cleaned = 0.0775783 Jy ! Component: 200 - total flux cleaned = 0.0819689 Jy ! Total flux subtracted in 200 components = 0.0819689 Jy ! Clean residual min=-0.002754 max=0.002509 Jy/beam ! Clean residual mean=-0.000006 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.0819689 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.0819689 Jy ! Inverting map and beam ! Estimated beam: bmin=3.985 mas, bmaj=4.571 mas, bpa=28.05 degrees ! Estimated noise=481.514 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.00374375 Jy ! Component: 100 - total flux cleaned = 0.00590966 Jy ! Component: 150 - total flux cleaned = 0.00742591 Jy ! Component: 200 - total flux cleaned = 0.00842173 Jy ! Total flux subtracted in 200 components = 0.00842173 Jy ! Clean residual min=-0.001467 max=0.001204 Jy/beam ! Clean residual mean=0.000005 rms=0.000314 Jy/beam ! Combined flux in latest and established models = 0.0903907 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 47 components and 0.0903907 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.047 mas, bmaj=8.856 mas, bpa=56.31 degrees ! Estimated noise=608.959 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00108104 Jy ! Component: 100 - total flux cleaned = 0.00166359 Jy ! Component: 150 - total flux cleaned = 0.00199489 Jy ! Component: 200 - total flux cleaned = 0.0022701 Jy ! Total flux subtracted in 200 components = 0.0022701 Jy ! Clean residual min=-0.001327 max=0.001309 Jy/beam ! Clean residual mean=0.000016 rms=0.000355 Jy/beam ! Combined flux in latest and established models = 0.0926608 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.00017742 Jy ! Component: 100 - total flux cleaned = 0.000257191 Jy ! Component: 150 - total flux cleaned = 0.00028793 Jy ! Component: 200 - total flux cleaned = 0.000325608 Jy ! Total flux subtracted in 200 components = 0.000325608 Jy ! Clean residual min=-0.001331 max=0.001279 Jy/beam ! Clean residual mean=0.000017 rms=0.000353 Jy/beam ! Combined flux in latest and established models = 0.0929864 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 74 components and 0.0929864 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.985 mas, bmaj=4.571 mas, bpa=28.05 degrees ! Estimated noise=481.514 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.50903e-05 Jy ! Component: 100 - total flux cleaned = -0.000201594 Jy ! Component: 150 - total flux cleaned = -0.000282197 Jy ! Component: 200 - total flux cleaned = -0.000300038 Jy ! Total flux subtracted in 200 components = -0.000300038 Jy ! Clean residual min=-0.001412 max=0.001148 Jy/beam ! Clean residual mean=0.000007 rms=0.000298 Jy/beam ! Combined flux in latest and established models = 0.0926863 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 89 components and 0.0926863 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072743Jy sigma=0.000668 ! Fit after self-cal, rms=0.072741Jy sigma=0.000668 wmodel J0508+6056_S_2017_07_09_pus_map.mod ! Writing 89 model components to file: J0508+6056_S_2017_07_09_pus_map.mod wobs J0508+6056_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J0508+6056_S_2017_07_09_pus_uvs.fits wwins J0508+6056_S_2017_07_09_pus_map.win ! wwins: Wrote 3 windows to J0508+6056_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 = -0.00036772 Jy ! Component: 100 - total flux cleaned = -0.000366625 Jy ! Component: 150 - total flux cleaned = -0.000346535 Jy ! Component: 200 - total flux cleaned = -0.000365736 Jy ! Component: 250 - total flux cleaned = -0.000402713 Jy ! Component: 300 - total flux cleaned = -0.00038457 Jy ! Component: 350 - total flux cleaned = -0.000384906 Jy ! Component: 400 - total flux cleaned = -0.000402522 Jy ! Component: 450 - total flux cleaned = -0.000402451 Jy ! Component: 500 - total flux cleaned = -0.000402264 Jy ! Component: 550 - total flux cleaned = -0.000402303 Jy ! Component: 600 - total flux cleaned = -0.000386178 Jy ! Component: 650 - total flux cleaned = -0.00041808 Jy ! Component: 700 - total flux cleaned = -0.000417784 Jy ! Component: 750 - total flux cleaned = -0.000433385 Jy ! Component: 800 - total flux cleaned = -0.000433101 Jy ! Component: 850 - total flux cleaned = -0.000447942 Jy ! Component: 900 - total flux cleaned = -0.00044792 Jy ! Component: 950 - total flux cleaned = -0.00047748 Jy ! Component: 1000 - total flux cleaned = -0.000477652 Jy ! Component: 1050 - total flux cleaned = -0.000535542 Jy ! Component: 1100 - total flux cleaned = -0.000564231 Jy ! Component: 1150 - total flux cleaned = -0.000535629 Jy ! Component: 1200 - total flux cleaned = -0.000521701 Jy ! Component: 1250 - total flux cleaned = -0.000507754 Jy ! Component: 1300 - total flux cleaned = -0.000493937 Jy ! Component: 1350 - total flux cleaned = -0.000493867 Jy ! Component: 1400 - total flux cleaned = -0.000453555 Jy ! Component: 1450 - total flux cleaned = -0.000480084 Jy ! Component: 1500 - total flux cleaned = -0.000506262 Jy ! Component: 1550 - total flux cleaned = -0.000532348 Jy ! Component: 1600 - total flux cleaned = -0.000558273 Jy ! Component: 1650 - total flux cleaned = -0.000596521 Jy ! Component: 1700 - total flux cleaned = -0.000634385 Jy ! Component: 1750 - total flux cleaned = -0.000634356 Jy ! Component: 1800 - total flux cleaned = -0.000684153 Jy ! Component: 1850 - total flux cleaned = -0.000733325 Jy ! Component: 1900 - total flux cleaned = -0.000757648 Jy ! Component: 1950 - total flux cleaned = -0.000781925 Jy ! Component: 2000 - total flux cleaned = -0.000794217 Jy ! Component: 2050 - total flux cleaned = -0.000841752 Jy ! Component: 2100 - total flux cleaned = -0.000829923 Jy ! Component: 2150 - total flux cleaned = -0.00090013 Jy ! Component: 2200 - total flux cleaned = -0.000899962 Jy ! Component: 2250 - total flux cleaned = -0.000923004 Jy ! Component: 2300 - total flux cleaned = -0.000945846 Jy ! Component: 2350 - total flux cleaned = -0.000979949 Jy ! Component: 2400 - total flux cleaned = -0.00099124 Jy ! Component: 2450 - total flux cleaned = -0.00101353 Jy ! Component: 2500 - total flux cleaned = -0.00101362 Jy ! Component: 2550 - total flux cleaned = -0.00105768 Jy ! Component: 2600 - total flux cleaned = -0.00105754 Jy ! Component: 2650 - total flux cleaned = -0.00103594 Jy ! Component: 2700 - total flux cleaned = -0.00107894 Jy ! Component: 2750 - total flux cleaned = -0.00110024 Jy ! Component: 2800 - total flux cleaned = -0.00108965 Jy ! Component: 2850 - total flux cleaned = -0.00112117 Jy ! Component: 2900 - total flux cleaned = -0.0011108 Jy ! Component: 2950 - total flux cleaned = -0.00112126 Jy ! Component: 3000 - total flux cleaned = -0.00116267 Jy ! Component: 3050 - total flux cleaned = -0.00118317 Jy ! Component: 3100 - total flux cleaned = -0.0011933 Jy ! Component: 3150 - total flux cleaned = -0.00116292 Jy ! Component: 3200 - total flux cleaned = -0.00116301 Jy ! Component: 3250 - total flux cleaned = -0.00116306 Jy ! Component: 3300 - total flux cleaned = -0.00116316 Jy ! Component: 3350 - total flux cleaned = -0.00122249 Jy ! Component: 3400 - total flux cleaned = -0.00118329 Jy ! Component: 3450 - total flux cleaned = -0.00118334 Jy ! Component: 3500 - total flux cleaned = -0.00121238 Jy ! Component: 3550 - total flux cleaned = -0.00116412 Jy ! Component: 3600 - total flux cleaned = -0.00121204 Jy ! Component: 3650 - total flux cleaned = -0.00118338 Jy ! Component: 3700 - total flux cleaned = -0.00121181 Jy ! Component: 3750 - total flux cleaned = -0.00120245 Jy ! Component: 3800 - total flux cleaned = -0.00123986 Jy ! Component: 3850 - total flux cleaned = -0.0012118 Jy ! Component: 3900 - total flux cleaned = -0.00121179 Jy ! Component: 3950 - total flux cleaned = -0.00125788 Jy ! Component: 4000 - total flux cleaned = -0.00125787 Jy ! Component: 4050 - total flux cleaned = -0.00125795 Jy ! Total flux subtracted in 4096 components = -0.00123076 Jy ! Clean residual min=-0.000560 max=0.000659 Jy/beam ! Clean residual mean=0.000003 rms=0.000164 Jy/beam ! Combined flux in latest and established models = 0.0914556 Jy keep ! Adding 309 model components to the UV plane model. ! The established model now contains 398 components and 0.0914556 Jy ![Exited script file: muppet] wmap "J0508+6056_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.985 x 4.571 at 28.05 degrees (North through East) ! Clean map min=-0.0010891 max=0.070626 Jy/beam ! Writing clean map to FITS file: J0508+6056_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.0706264 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000162595 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.690656 0.690656 1.38131 2.76263 5.52525 11.0505 22.101 44.202 88.404 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.07 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.985 x 4.571 at 28.05 degrees (North through East) ! Clean map min=-0.0010891 max=0.070626 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 J0508+6056_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:42:39 2019