! Started logfile: J1010-0200_S_2017_05_27_pus_uvs.log on Fri May 3 11:04:37 2019 obs J1010-0200_S_2017_05_27_pus_uva.fits ! Reading UV FITS file: J1010-0200_S_2017_05_27_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.95582 visibilities/baseline/integration-bin. ! Found source: J1010-0200 ! ! 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 1211 lines of history. ! ! Reading 14452 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 J1010-0200_S_2017_05_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 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 64 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 443 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.693009Jy sigma=0.009357 ! Fit after self-cal, rms=0.677977Jy sigma=0.009294 ! 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.766 mas, bmaj=7.055 mas, bpa=-2.612 degrees ! Estimated noise=1098.57 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.257657 Jy ! Component: 100 - total flux cleaned = 0.355274 Jy ! Total flux subtracted in 100 components = 0.355274 Jy ! Clean residual min=-0.017707 max=0.042273 Jy/beam ! Clean residual mean=0.000025 rms=0.004625 Jy/beam ! Combined flux in latest and established models = 0.355274 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.355274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158710Jy sigma=0.002080 ! Fit after self-cal, rms=0.158116Jy sigma=0.002078 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0460206 Jy ! Component: 100 - total flux cleaned = 0.070118 Jy ! Total flux subtracted in 100 components = 0.070118 Jy ! Clean residual min=-0.012313 max=0.016118 Jy/beam ! Clean residual mean=-0.000004 rms=0.003267 Jy/beam ! Combined flux in latest and established models = 0.425392 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 21 components and 0.425392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139008Jy sigma=0.002163 ! Fit after self-cal, rms=0.138812Jy sigma=0.002163 ! 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.298 mas, bmaj=8.066 mas, bpa=-3.387 degrees ! Estimated noise=860.886 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, 8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0235746 Jy ! Component: 100 - total flux cleaned = 0.0382293 Jy ! Component: 150 - total flux cleaned = 0.0444691 Jy ! Component: 200 - total flux cleaned = 0.0489185 Jy ! Total flux subtracted in 200 components = 0.0489185 Jy ! Clean residual min=-0.009927 max=0.012474 Jy/beam ! Clean residual mean=-0.000008 rms=0.002660 Jy/beam ! Combined flux in latest and established models = 0.47431 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 60 components and 0.47431 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135357Jy sigma=0.002057 ! Fit after self-cal, rms=0.135127Jy sigma=0.002057 ! 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 13.96 FD 0.90 HN 0.97 KP 1.00 ! LA 0.99 MK 0.99 NL 0.94 OV 0.99 ! PT 1.05 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.94 HN 1.04 KP 0.97 ! LA 0.94 MK 0.99 NL 1.05 OV 1.02 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 0.99 HN 1.03 KP 0.98 ! LA 0.98 MK 1.02 NL 0.98 OV 0.92 ! PT 1.00 SC 0.95 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 1.03 KP 1.00* ! LA 1.00 MK 1.13 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.135127Jy sigma=0.002057 ! Fit after self-cal, rms=1.524557Jy sigma=0.000807 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.269 mas, bmaj=8.253 mas, bpa=-3.548 degrees ! Estimated noise=901.885 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.000808477 Jy ! Component: 100 - total flux cleaned = 0.000824253 Jy ! Component: 150 - total flux cleaned = 0.000825837 Jy ! Component: 200 - total flux cleaned = 0.00160979 Jy ! Total flux subtracted in 200 components = 0.00160979 Jy ! Clean residual min=-0.015349 max=0.008650 Jy/beam ! Clean residual mean=-0.000027 rms=0.002211 Jy/beam ! Combined flux in latest and established models = 0.47592 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 77 components and 0.47592 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.518399Jy sigma=0.000809 ! Fit after self-cal, rms=1.518754Jy sigma=0.000806 ! 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=1.518754Jy sigma=0.000806 ! Fit after self-cal, rms=2.448890Jy sigma=0.000791 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.267 mas, bmaj=8.305 mas, bpa=-3.894 degrees ! Estimated noise=920.564 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00259221 Jy ! Component: 100 - total flux cleaned = 0.00344432 Jy ! Component: 150 - total flux cleaned = 0.00419837 Jy ! Component: 200 - total flux cleaned = 0.00457069 Jy ! Total flux subtracted in 200 components = 0.00457069 Jy ! Clean residual min=-0.015628 max=0.008058 Jy/beam ! Clean residual mean=-0.000010 rms=0.002151 Jy/beam ! Combined flux in latest and established models = 0.480491 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 81 components and 0.480491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=2.443557Jy sigma=0.000794 ! Fit after self-cal, rms=2.443720Jy sigma=0.000793 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.000635826 Jy ! Component: 100 - total flux cleaned = -9.38056e-06 Jy ! Component: 150 - total flux cleaned = 0.00057638 Jy ! Component: 200 - total flux cleaned = 0.00112856 Jy ! Total flux subtracted in 200 components = 0.00112856 Jy ! Clean residual min=-0.013072 max=0.007759 Jy/beam ! Clean residual mean=-0.000010 rms=0.002068 Jy/beam ! Combined flux in latest and established models = 0.481619 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 88 components and 0.481619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=2.440331Jy sigma=0.000796 ! Fit after self-cal, rms=2.440391Jy sigma=0.000796 ! 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=2.440391Jy sigma=0.000796 ! Fit after self-cal, rms=1.844737Jy sigma=0.000720 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.287 mas, bmaj=8.324 mas, bpa=-4.262 degrees ! Estimated noise=922.752 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00417217 Jy ! Component: 100 - total flux cleaned = 0.00498912 Jy ! Component: 150 - total flux cleaned = 0.00513259 Jy ! Component: 200 - total flux cleaned = 0.00513388 Jy ! Total flux subtracted in 200 components = 0.00513388 Jy ! Clean residual min=-0.008112 max=0.006475 Jy/beam ! Clean residual mean=-0.000009 rms=0.001617 Jy/beam ! Combined flux in latest and established models = 0.486753 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 100 components and 0.486753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.844128Jy sigma=0.000719 ! Fit after self-cal, rms=1.844114Jy sigma=0.000719 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.0001382 Jy ! Component: 100 - total flux cleaned = 1.26702e-05 Jy ! Component: 150 - total flux cleaned = -0.000105185 Jy ! Component: 200 - total flux cleaned = -0.00010355 Jy ! Total flux subtracted in 200 components = -0.00010355 Jy ! Clean residual min=-0.007935 max=0.006291 Jy/beam ! Clean residual mean=-0.000009 rms=0.001603 Jy/beam ! Combined flux in latest and established models = 0.48665 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 105 components and 0.48665 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.843676Jy sigma=0.000719 ! Fit after self-cal, rms=1.843680Jy sigma=0.000719 ! 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=1.843680Jy sigma=0.000719 ! Fit after self-cal, rms=1.894834Jy sigma=0.000718 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.583 mas, bmaj=13.87 mas, bpa=-6.768 degrees ! Estimated noise=1139.79 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00146473 Jy ! Component: 100 - total flux cleaned = 0.00131158 Jy ! Component: 150 - total flux cleaned = 0.00103009 Jy ! Component: 200 - total flux cleaned = 0.000668659 Jy ! Total flux subtracted in 200 components = 0.000668659 Jy ! Clean residual min=-0.008021 max=0.008716 Jy/beam ! Clean residual mean=-0.000017 rms=0.002169 Jy/beam ! Combined flux in latest and established models = 0.487318 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 120 components and 0.487318 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.893902Jy sigma=0.000720 ! Fit after self-cal, rms=1.893878Jy sigma=0.000720 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 (5, 33). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00164052 Jy ! Component: 100 - total flux cleaned = 0.00158765 Jy ! Component: 150 - total flux cleaned = 0.00222336 Jy ! Component: 200 - total flux cleaned = 0.00335501 Jy ! Total flux subtracted in 200 components = 0.00335501 Jy ! Clean residual min=-0.008199 max=0.006631 Jy/beam ! Clean residual mean=-0.000010 rms=0.002046 Jy/beam ! Combined flux in latest and established models = 0.490673 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 151 components and 0.490673 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.892995Jy sigma=0.000718 ! Fit after self-cal, rms=1.892964Jy sigma=0.000718 ! 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.281 mas, bmaj=8.332 mas, bpa=-4.407 degrees ! Estimated noise=930.192 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.281 x 8.332 at -4.407 degrees (North through East) ! Clean map min=-0.024078 max=0.34988 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.741 mas, bmaj=7.225 mas, bpa=-3.53 degrees ! Estimated noise=1197.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.280727 Jy ! Component: 100 - total flux cleaned = 0.379968 Jy ! Component: 150 - total flux cleaned = 0.423123 Jy ! Component: 200 - total flux cleaned = 0.440655 Jy ! Total flux subtracted in 200 components = 0.440655 Jy ! Clean residual min=-0.012980 max=0.013344 Jy/beam ! Clean residual mean=0.000004 rms=0.002526 Jy/beam ! Combined flux in latest and established models = 0.440655 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.440655 Jy ! Inverting map and beam ! Estimated beam: bmin=3.281 mas, bmaj=8.332 mas, bpa=-4.407 degrees ! Estimated noise=930.192 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.0188224 Jy ! Component: 100 - total flux cleaned = 0.0244532 Jy ! Component: 150 - total flux cleaned = 0.0290989 Jy ! Component: 200 - total flux cleaned = 0.0330538 Jy ! Total flux subtracted in 200 components = 0.0330538 Jy ! Clean residual min=-0.007093 max=0.007829 Jy/beam ! Clean residual mean=-0.000001 rms=0.001815 Jy/beam ! Combined flux in latest and established models = 0.473709 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 54 components and 0.473709 Jy ! Inverting map ! Added new window around map position (66.5, 120.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00445242 Jy ! Component: 100 - total flux cleaned = 0.00658712 Jy ! Component: 150 - total flux cleaned = 0.0082267 Jy ! Component: 200 - total flux cleaned = 0.00897905 Jy ! Total flux subtracted in 200 components = 0.00897905 Jy ! Clean residual min=-0.007644 max=0.006612 Jy/beam ! Clean residual mean=-0.000005 rms=0.001648 Jy/beam ! Combined flux in latest and established models = 0.482688 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 76 components and 0.482688 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.583 mas, bmaj=13.87 mas, bpa=-6.768 degrees ! Estimated noise=1139.79 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00255327 Jy ! Component: 100 - total flux cleaned = 0.00396728 Jy ! Component: 150 - total flux cleaned = 0.00460639 Jy ! Component: 200 - total flux cleaned = 0.00480808 Jy ! Total flux subtracted in 200 components = 0.00480808 Jy ! Clean residual min=-0.007877 max=0.006954 Jy/beam ! Clean residual mean=-0.000016 rms=0.002035 Jy/beam ! Combined flux in latest and established models = 0.487496 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.000368567 Jy ! Component: 100 - total flux cleaned = 0.000726818 Jy ! Component: 150 - total flux cleaned = 0.00107385 Jy ! Component: 200 - total flux cleaned = 0.00107854 Jy ! Total flux subtracted in 200 components = 0.00107854 Jy ! Clean residual min=-0.007590 max=0.006658 Jy/beam ! Clean residual mean=-0.000016 rms=0.002004 Jy/beam ! Combined flux in latest and established models = 0.488575 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 135 components and 0.488575 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.281 mas, bmaj=8.332 mas, bpa=-4.407 degrees ! Estimated noise=930.192 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00152151 Jy ! Component: 100 - total flux cleaned = -0.00238051 Jy ! Component: 150 - total flux cleaned = -0.00257647 Jy ! Component: 200 - total flux cleaned = -0.00239081 Jy ! Total flux subtracted in 200 components = -0.00239081 Jy ! Clean residual min=-0.007510 max=0.005752 Jy/beam ! Clean residual mean=-0.000005 rms=0.001537 Jy/beam ! Combined flux in latest and established models = 0.486184 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 164 components and 0.486184 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.891426Jy sigma=0.000718 ! Fit after self-cal, rms=1.891405Jy sigma=0.000716 wmodel J1010-0200_S_2017_05_27_pus_map.mod ! Writing 164 model components to file: J1010-0200_S_2017_05_27_pus_map.mod wobs J1010-0200_S_2017_05_27_pus_uvs.fits ! Writing UV FITS file: J1010-0200_S_2017_05_27_pus_uvs.fits wwins J1010-0200_S_2017_05_27_pus_map.win ! wwins: Wrote 4 windows to J1010-0200_S_2017_05_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.00188968 Jy ! Component: 100 - total flux cleaned = -0.00240185 Jy ! Component: 150 - total flux cleaned = -0.00230648 Jy ! Component: 200 - total flux cleaned = -0.00240014 Jy ! Component: 250 - total flux cleaned = -0.0024003 Jy ! Component: 300 - total flux cleaned = -0.00239957 Jy ! Component: 350 - total flux cleaned = -0.0023109 Jy ! Component: 400 - total flux cleaned = -0.00222499 Jy ! Component: 450 - total flux cleaned = -0.00222477 Jy ! Component: 500 - total flux cleaned = -0.00222493 Jy ! Component: 550 - total flux cleaned = -0.00205893 Jy ! Component: 600 - total flux cleaned = -0.00157008 Jy ! Component: 650 - total flux cleaned = -0.00140992 Jy ! Component: 700 - total flux cleaned = -0.00125032 Jy ! Component: 750 - total flux cleaned = -0.00085453 Jy ! Component: 800 - total flux cleaned = -0.000541515 Jy ! Component: 850 - total flux cleaned = -0.000230947 Jy ! Component: 900 - total flux cleaned = -0.000153553 Jy ! Component: 950 - total flux cleaned = 0.000154152 Jy ! Component: 1000 - total flux cleaned = 0.000458787 Jy ! Component: 1050 - total flux cleaned = 0.000685311 Jy ! Component: 1100 - total flux cleaned = 0.000985899 Jy ! Component: 1150 - total flux cleaned = 0.0012844 Jy ! Component: 1200 - total flux cleaned = 0.00158126 Jy ! Component: 1250 - total flux cleaned = 0.00180171 Jy ! Component: 1300 - total flux cleaned = 0.00180168 Jy ! Component: 1350 - total flux cleaned = 0.00216634 Jy ! Component: 1400 - total flux cleaned = 0.00245557 Jy ! Component: 1450 - total flux cleaned = 0.00252798 Jy ! Component: 1500 - total flux cleaned = 0.00281417 Jy ! Component: 1550 - total flux cleaned = 0.00302781 Jy ! Component: 1600 - total flux cleaned = 0.00323969 Jy ! Component: 1650 - total flux cleaned = 0.00338039 Jy ! Component: 1700 - total flux cleaned = 0.00359038 Jy ! Component: 1750 - total flux cleaned = 0.00359099 Jy ! Component: 1800 - total flux cleaned = 0.00372964 Jy ! Component: 1850 - total flux cleaned = 0.00386799 Jy ! Component: 1900 - total flux cleaned = 0.00414248 Jy ! Component: 1950 - total flux cleaned = 0.00421101 Jy ! Component: 2000 - total flux cleaned = 0.00434663 Jy ! Component: 2050 - total flux cleaned = 0.00441451 Jy ! Component: 2100 - total flux cleaned = 0.00454923 Jy ! Component: 2150 - total flux cleaned = 0.00454926 Jy ! Component: 2200 - total flux cleaned = 0.00468276 Jy ! Component: 2250 - total flux cleaned = 0.00488272 Jy ! Component: 2300 - total flux cleaned = 0.00488246 Jy ! Component: 2350 - total flux cleaned = 0.00501453 Jy ! Component: 2400 - total flux cleaned = 0.00508057 Jy ! Component: 2450 - total flux cleaned = 0.00521228 Jy ! Component: 2500 - total flux cleaned = 0.00501633 Jy ! Component: 2550 - total flux cleaned = 0.00521188 Jy ! Component: 2600 - total flux cleaned = 0.00527631 Jy ! Component: 2650 - total flux cleaned = 0.00527661 Jy ! Component: 2700 - total flux cleaned = 0.00534122 Jy ! Component: 2750 - total flux cleaned = 0.00553405 Jy ! Component: 2800 - total flux cleaned = 0.00547016 Jy ! Component: 2850 - total flux cleaned = 0.00553402 Jy ! Component: 2900 - total flux cleaned = 0.00559727 Jy ! Component: 2950 - total flux cleaned = 0.00566053 Jy ! Component: 3000 - total flux cleaned = 0.00566046 Jy ! Component: 3050 - total flux cleaned = 0.00578644 Jy ! Component: 3100 - total flux cleaned = 0.00584945 Jy ! Component: 3150 - total flux cleaned = 0.00591218 Jy ! Component: 3200 - total flux cleaned = 0.00585007 Jy ! Component: 3250 - total flux cleaned = 0.0059744 Jy ! Component: 3300 - total flux cleaned = 0.00603651 Jy ! Component: 3350 - total flux cleaned = 0.00603663 Jy ! Component: 3400 - total flux cleaned = 0.00622173 Jy ! Component: 3450 - total flux cleaned = 0.00609911 Jy ! Component: 3500 - total flux cleaned = 0.00622201 Jy ! Component: 3550 - total flux cleaned = 0.00610016 Jy ! Component: 3600 - total flux cleaned = 0.00616119 Jy ! Component: 3650 - total flux cleaned = 0.00634309 Jy ! Component: 3700 - total flux cleaned = 0.00646439 Jy ! Component: 3750 - total flux cleaned = 0.00652468 Jy ! Component: 3800 - total flux cleaned = 0.00646445 Jy ! Component: 3850 - total flux cleaned = 0.00646428 Jy ! Component: 3900 - total flux cleaned = 0.00640461 Jy ! Component: 3950 - total flux cleaned = 0.00652381 Jy ! Component: 4000 - total flux cleaned = 0.00652414 Jy ! Component: 4050 - total flux cleaned = 0.00670258 Jy ! Total flux subtracted in 4096 components = 0.00670274 Jy ! Clean residual min=-0.003200 max=0.003132 Jy/beam ! Clean residual mean=-0.000003 rms=0.001153 Jy/beam ! Combined flux in latest and established models = 0.492887 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 441 components and 0.492887 Jy ![Exited script file: muppet] wmap "J1010-0200_S_2017_05_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.281 x 8.332 at -4.407 degrees (North through East) ! Clean map min=-0.017988 max=0.35122 Jy/beam ! Writing clean map to FITS file: J1010-0200_S_2017_05_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.351224 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00115062 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.982805 0.982805 1.96561 3.93122 7.86244 15.7249 31.4498 62.8995 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0034 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.351 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.281 x 8.332 at -4.407 degrees (North through East) ! Clean map min=-0.017988 max=0.35122 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 J1010-0200_S_2017_05_27_pus_uvs.log closed on Fri May 3 11:04:42 2019