! Started logfile: J0819-0630_S_2017_02_19_pus_uvs.log on Sat May 4 18:46:25 2019 obs J0819-0630_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J0819-0630_S_2017_02_19_pus_uva.fits ! AN table 1: 172 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.668863 visibilities/baseline/integration-bin. ! Found source: J0819-0630 ! ! 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 482 lines of history. ! ! Reading 20708 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 J0819-0630_S_2017_02_19_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 302 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 332 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 317 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 822 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.862111Jy sigma=0.006522 ! Fit after self-cal, rms=0.843673Jy sigma=0.006392 ! 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.167 mas, bmaj=7.137 mas, bpa=5.911 degrees ! Estimated noise=1064.62 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.121375 Jy ! Component: 100 - total flux cleaned = 0.153204 Jy ! Total flux subtracted in 100 components = 0.153204 Jy ! Clean residual min=-0.006415 max=0.013387 Jy/beam ! Clean residual mean=-0.000023 rms=0.001996 Jy/beam ! Combined flux in latest and established models = 0.153204 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.153204 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105243Jy sigma=0.000712 ! Fit after self-cal, rms=0.105234Jy sigma=0.000712 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0149882 Jy ! Component: 100 - total flux cleaned = 0.0229284 Jy ! Total flux subtracted in 100 components = 0.0229284 Jy ! Clean residual min=-0.005787 max=0.007702 Jy/beam ! Clean residual mean=-0.000011 rms=0.001533 Jy/beam ! Combined flux in latest and established models = 0.176133 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 28 components and 0.176133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102415Jy sigma=0.000693 ! Fit after self-cal, rms=0.102387Jy sigma=0.000693 ! 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.858 mas, bmaj=8.234 mas, bpa=10.36 degrees ! Estimated noise=729.565 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.5, 10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00902512 Jy ! Component: 100 - total flux cleaned = 0.0145628 Jy ! Component: 150 - total flux cleaned = 0.0188486 Jy ! Component: 200 - total flux cleaned = 0.0223067 Jy ! Total flux subtracted in 200 components = 0.0223067 Jy ! Clean residual min=-0.004650 max=0.005643 Jy/beam ! Clean residual mean=0.000001 rms=0.001128 Jy/beam ! Combined flux in latest and established models = 0.198439 Jy ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 90 components and 0.198439 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101275Jy sigma=0.000686 ! Fit after self-cal, rms=0.101214Jy sigma=0.000685 ! 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.00 FD 0.95 HN 0.99 KP 1.07 ! LA 1.01 MK 1.04 NL 0.89 OV 1.03 ! PT 1.00* SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.03 HN 1.04 KP 1.03 ! LA 1.00 MK 0.77 NL 1.05 OV 1.03 ! PT 1.00* SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.03 HN 1.01 KP 0.90 ! LA 0.77 MK 0.86 NL 1.14 OV 0.95 ! PT 1.00* SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.11 HN 0.96 KP 1.00* ! LA 0.77 MK 1.89 NL 1.00* OV 1.01 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.101214Jy sigma=0.000685 ! Fit after self-cal, rms=0.096210Jy sigma=0.000671 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.863 mas, bmaj=8.327 mas, bpa=10.46 degrees ! Estimated noise=724.879 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.00235775 Jy ! Component: 100 - total flux cleaned = 0.00389161 Jy ! Component: 150 - total flux cleaned = 0.00494596 Jy ! Component: 200 - total flux cleaned = 0.00518746 Jy ! Total flux subtracted in 200 components = 0.00518746 Jy ! Clean residual min=-0.002729 max=0.003351 Jy/beam ! Clean residual mean=0.000003 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.203627 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 122 components and 0.203627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096132Jy sigma=0.000670 ! Fit after self-cal, rms=0.096091Jy sigma=0.000670 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096091Jy sigma=0.000670 ! Fit after self-cal, rms=0.096337Jy sigma=0.000668 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.865 mas, bmaj=8.322 mas, bpa=10.45 degrees ! Estimated noise=725.522 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102396 Jy ! Component: 100 - total flux cleaned = 0.00152821 Jy ! Component: 150 - total flux cleaned = 0.00169868 Jy ! Component: 200 - total flux cleaned = 0.00173073 Jy ! Total flux subtracted in 200 components = 0.00173073 Jy ! Clean residual min=-0.002511 max=0.002816 Jy/beam ! Clean residual mean=0.000000 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.205357 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 138 components and 0.205358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096302Jy sigma=0.000668 ! Fit after self-cal, rms=0.096313Jy 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.000158637 Jy ! Component: 100 - total flux cleaned = 0.000220402 Jy ! Component: 150 - total flux cleaned = 0.000279044 Jy ! Component: 200 - total flux cleaned = 0.000360715 Jy ! Total flux subtracted in 200 components = 0.000360715 Jy ! Clean residual min=-0.002467 max=0.002718 Jy/beam ! Clean residual mean=0.000000 rms=0.000646 Jy/beam ! Combined flux in latest and established models = 0.205718 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 143 components and 0.205718 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096291Jy sigma=0.000668 ! Fit after self-cal, rms=0.096289Jy 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.096289Jy sigma=0.000668 ! Fit after self-cal, rms=0.096532Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.864 mas, bmaj=8.319 mas, bpa=10.39 degrees ! Estimated noise=725.918 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000405153 Jy ! Component: 100 - total flux cleaned = 0.000535008 Jy ! Component: 150 - total flux cleaned = 0.000692971 Jy ! Component: 200 - total flux cleaned = 0.000807996 Jy ! Total flux subtracted in 200 components = 0.000807996 Jy ! Clean residual min=-0.001966 max=0.002329 Jy/beam ! Clean residual mean=-0.000002 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.206526 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 152 components and 0.206526 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096512Jy sigma=0.000665 ! Fit after self-cal, rms=0.096518Jy sigma=0.000665 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 (-27.5, -106). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00175669 Jy ! Component: 100 - total flux cleaned = 0.0020142 Jy ! Component: 150 - total flux cleaned = 0.00217197 Jy ! Component: 200 - total flux cleaned = 0.00231622 Jy ! Total flux subtracted in 200 components = 0.00231622 Jy ! Clean residual min=-0.001812 max=0.002049 Jy/beam ! Clean residual mean=-0.000002 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.208842 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 168 components and 0.208842 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096473Jy sigma=0.000665 ! Fit after self-cal, rms=0.096468Jy sigma=0.000665 ! Inverting map ! Added new window around map position (-101.5, -60). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00172415 Jy ! Component: 100 - total flux cleaned = 0.00218888 Jy ! Component: 150 - total flux cleaned = 0.00235171 Jy ! Component: 200 - total flux cleaned = 0.00232129 Jy ! Total flux subtracted in 200 components = 0.00232129 Jy ! Clean residual min=-0.001650 max=0.001961 Jy/beam ! Clean residual mean=-0.000002 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.211164 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 187 components and 0.211164 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096429Jy sigma=0.000664 ! Fit after self-cal, rms=0.096426Jy sigma=0.000664 ! Inverting map ! Added new window around map position (92, -27.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000745307 Jy ! Component: 100 - total flux cleaned = 0.000854471 Jy ! Component: 150 - total flux cleaned = 0.000893996 Jy ! Component: 200 - total flux cleaned = 0.0010408 Jy ! Total flux subtracted in 200 components = 0.0010408 Jy ! Clean residual min=-0.001517 max=0.001744 Jy/beam ! Clean residual mean=-0.000001 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.212204 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 209 components and 0.212204 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096363Jy sigma=0.000664 ! Fit after self-cal, rms=0.096363Jy sigma=0.000664 ! 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.096363Jy sigma=0.000664 ! Fit after self-cal, rms=0.096180Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.103 mas, bmaj=12.22 mas, bpa=6.79 degrees ! Estimated noise=867.483 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000780504 Jy ! Component: 100 - total flux cleaned = 0.0012838 Jy ! Component: 150 - total flux cleaned = 0.0016347 Jy ! Component: 200 - total flux cleaned = 0.00189689 Jy ! Total flux subtracted in 200 components = 0.00189689 Jy ! Clean residual min=-0.001478 max=0.001792 Jy/beam ! Clean residual mean=-0.000003 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.214101 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 234 components and 0.214101 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096166Jy sigma=0.000664 ! Fit after self-cal, rms=0.096165Jy sigma=0.000664 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 (-126.5, -27.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00141492 Jy ! Component: 100 - total flux cleaned = 0.00189467 Jy ! Component: 150 - total flux cleaned = 0.00215273 Jy ! Component: 200 - total flux cleaned = 0.00226995 Jy ! Total flux subtracted in 200 components = 0.00226995 Jy ! Clean residual min=-0.001251 max=0.001325 Jy/beam ! Clean residual mean=-0.000003 rms=0.000358 Jy/beam ! Combined flux in latest and established models = 0.216371 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 262 components and 0.216371 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096137Jy sigma=0.000664 ! Fit after self-cal, rms=0.096136Jy sigma=0.000664 ! 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.86 mas, bmaj=8.311 mas, bpa=10.34 degrees ! Estimated noise=725.225 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.86 x 8.311 at 10.34 degrees (North through East) ! Clean map min=-0.0014187 max=0.15666 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.138 mas, bmaj=7.204 mas, bpa=5.79 degrees ! Estimated noise=1055.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.120055 Jy ! Component: 100 - total flux cleaned = 0.152216 Jy ! Component: 150 - total flux cleaned = 0.167379 Jy ! Component: 200 - total flux cleaned = 0.176383 Jy ! Total flux subtracted in 200 components = 0.176383 Jy ! Clean residual min=-0.004068 max=0.005003 Jy/beam ! Clean residual mean=-0.000014 rms=0.001027 Jy/beam ! Combined flux in latest and established models = 0.176383 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 42 model components to the UV plane model. ! The established model now contains 42 components and 0.176383 Jy ! Inverting map and beam ! Estimated beam: bmin=3.86 mas, bmaj=8.311 mas, bpa=10.34 degrees ! Estimated noise=725.225 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.00822384 Jy ! Component: 100 - total flux cleaned = 0.0133784 Jy ! Component: 150 - total flux cleaned = 0.017153 Jy ! Component: 200 - total flux cleaned = 0.0199527 Jy ! Total flux subtracted in 200 components = 0.0199527 Jy ! Clean residual min=-0.002270 max=0.002142 Jy/beam ! Clean residual mean=-0.000009 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.196336 Jy ! Adding 77 model components to the UV plane model. ! The established model now contains 110 components and 0.196336 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.103 mas, bmaj=12.22 mas, bpa=6.79 degrees ! Estimated noise=867.483 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00374374 Jy ! Component: 100 - total flux cleaned = 0.0063696 Jy ! Component: 150 - total flux cleaned = 0.00849781 Jy ! Component: 200 - total flux cleaned = 0.0102972 Jy ! Total flux subtracted in 200 components = 0.0102972 Jy ! Clean residual min=-0.001863 max=0.001789 Jy/beam ! Clean residual mean=-0.000008 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.206633 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.0015393 Jy ! Component: 100 - total flux cleaned = 0.00288196 Jy ! Component: 150 - total flux cleaned = 0.0038913 Jy ! Component: 200 - total flux cleaned = 0.00463879 Jy ! Total flux subtracted in 200 components = 0.00463879 Jy ! Clean residual min=-0.001617 max=0.001609 Jy/beam ! Clean residual mean=-0.000006 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.211272 Jy ! Adding 127 model components to the UV plane model. ! The established model now contains 231 components and 0.211272 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.86 mas, bmaj=8.311 mas, bpa=10.34 degrees ! Estimated noise=725.225 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000446947 Jy ! Component: 100 - total flux cleaned = 0.000900341 Jy ! Component: 150 - total flux cleaned = 0.00135966 Jy ! Component: 200 - total flux cleaned = 0.00164414 Jy ! Total flux subtracted in 200 components = 0.00164414 Jy ! Clean residual min=-0.001649 max=0.001683 Jy/beam ! Clean residual mean=-0.000004 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.212916 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 255 components and 0.212916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096211Jy sigma=0.000664 ! Fit after self-cal, rms=0.096198Jy sigma=0.000664 wmodel J0819-0630_S_2017_02_19_pus_map.mod ! Writing 255 model components to file: J0819-0630_S_2017_02_19_pus_map.mod wobs J0819-0630_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J0819-0630_S_2017_02_19_pus_uvs.fits wwins J0819-0630_S_2017_02_19_pus_map.win ! wwins: Wrote 6 windows to J0819-0630_S_2017_02_19_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 = 4.05111e-05 Jy ! Component: 100 - total flux cleaned = -4.02466e-05 Jy ! Component: 150 - total flux cleaned = -0.000144983 Jy ! Component: 200 - total flux cleaned = -0.000269935 Jy ! Component: 250 - total flux cleaned = -0.000317691 Jy ! Component: 300 - total flux cleaned = -0.000387202 Jy ! Component: 350 - total flux cleaned = -0.000523209 Jy ! Component: 400 - total flux cleaned = -0.000678052 Jy ! Component: 450 - total flux cleaned = -0.000700292 Jy ! Component: 500 - total flux cleaned = -0.000785972 Jy ! Component: 550 - total flux cleaned = -0.000869516 Jy ! Component: 600 - total flux cleaned = -0.000951232 Jy ! Component: 650 - total flux cleaned = -0.000951328 Jy ! Component: 700 - total flux cleaned = -0.000990527 Jy ! Component: 750 - total flux cleaned = -0.000990575 Jy ! Component: 800 - total flux cleaned = -0.001048 Jy ! Component: 850 - total flux cleaned = -0.00102908 Jy ! Component: 900 - total flux cleaned = -0.00102923 Jy ! Component: 950 - total flux cleaned = -0.00104801 Jy ! Component: 1000 - total flux cleaned = -0.00106609 Jy ! Component: 1050 - total flux cleaned = -0.00111883 Jy ! Component: 1100 - total flux cleaned = -0.00113578 Jy ! Component: 1150 - total flux cleaned = -0.00113598 Jy ! Component: 1200 - total flux cleaned = -0.00120403 Jy ! Component: 1250 - total flux cleaned = -0.00118727 Jy ! Component: 1300 - total flux cleaned = -0.00123661 Jy ! Component: 1350 - total flux cleaned = -0.00128559 Jy ! Component: 1400 - total flux cleaned = -0.00128546 Jy ! Component: 1450 - total flux cleaned = -0.00130173 Jy ! Component: 1500 - total flux cleaned = -0.00133314 Jy ! Component: 1550 - total flux cleaned = -0.00133307 Jy ! Component: 1600 - total flux cleaned = -0.00131748 Jy ! Component: 1650 - total flux cleaned = -0.00127169 Jy ! Component: 1700 - total flux cleaned = -0.00127148 Jy ! Component: 1750 - total flux cleaned = -0.00125654 Jy ! Component: 1800 - total flux cleaned = -0.00122686 Jy ! Component: 1850 - total flux cleaned = -0.00116826 Jy ! Component: 1900 - total flux cleaned = -0.00111004 Jy ! Component: 1950 - total flux cleaned = -0.0010524 Jy ! Component: 2000 - total flux cleaned = -0.00098099 Jy ! Component: 2050 - total flux cleaned = -0.000910349 Jy ! Component: 2100 - total flux cleaned = -0.000868457 Jy ! Component: 2150 - total flux cleaned = -0.000812679 Jy ! Component: 2200 - total flux cleaned = -0.000730193 Jy ! Component: 2250 - total flux cleaned = -0.000662109 Jy ! Component: 2300 - total flux cleaned = -0.000702921 Jy ! Component: 2350 - total flux cleaned = -0.000662366 Jy ! Component: 2400 - total flux cleaned = -0.000622477 Jy ! Component: 2450 - total flux cleaned = -0.000582603 Jy ! Component: 2500 - total flux cleaned = -0.000543137 Jy ! Component: 2550 - total flux cleaned = -0.00050401 Jy ! Component: 2600 - total flux cleaned = -0.000504005 Jy ! Component: 2650 - total flux cleaned = -0.000465439 Jy ! Component: 2700 - total flux cleaned = -0.000427031 Jy ! Component: 2750 - total flux cleaned = -0.000401746 Jy ! Component: 2800 - total flux cleaned = -0.000351724 Jy ! Component: 2850 - total flux cleaned = -0.000339438 Jy ! Component: 2900 - total flux cleaned = -0.000314705 Jy ! Component: 2950 - total flux cleaned = -0.000326895 Jy ! Component: 3000 - total flux cleaned = -0.000290322 Jy ! Component: 3050 - total flux cleaned = -0.000253973 Jy ! Component: 3100 - total flux cleaned = -0.000241995 Jy ! Component: 3150 - total flux cleaned = -0.000194335 Jy ! Component: 3200 - total flux cleaned = -0.000194358 Jy ! Component: 3250 - total flux cleaned = -0.000194352 Jy ! Component: 3300 - total flux cleaned = -0.000182749 Jy ! Component: 3350 - total flux cleaned = -0.000171266 Jy ! Component: 3400 - total flux cleaned = -0.000194249 Jy ! Component: 3450 - total flux cleaned = -0.000137001 Jy ! Component: 3500 - total flux cleaned = -0.000125714 Jy ! Component: 3550 - total flux cleaned = -0.000136998 Jy ! Component: 3600 - total flux cleaned = -0.00014822 Jy ! Component: 3650 - total flux cleaned = -8.1264e-05 Jy ! Component: 3700 - total flux cleaned = -8.13508e-05 Jy ! Component: 3750 - total flux cleaned = -8.13136e-05 Jy ! Component: 3800 - total flux cleaned = -1.57011e-05 Jy ! Component: 3850 - total flux cleaned = -4.92173e-06 Jy ! Component: 3900 - total flux cleaned = 2.75165e-05 Jy ! Component: 3950 - total flux cleaned = -1.55936e-05 Jy ! Component: 4000 - total flux cleaned = 3.7916e-05 Jy ! Component: 4050 - total flux cleaned = 6.98116e-05 Jy ! Total flux subtracted in 4096 components = 9.09574e-05 Jy ! Clean residual min=-0.000815 max=0.000735 Jy/beam ! Clean residual mean=-0.000000 rms=0.000196 Jy/beam ! Combined flux in latest and established models = 0.213007 Jy keep ! Adding 257 model components to the UV plane model. ! The established model now contains 512 components and 0.213007 Jy ![Exited script file: muppet] wmap "J0819-0630_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.86 x 8.311 at 10.34 degrees (North through East) ! Clean map min=-0.0013768 max=0.15664 Jy/beam ! Writing clean map to FITS file: J0819-0630_S_2017_02_19_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.156643 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000195221 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.373886 0.373886 0.747771 1.49554 2.99109 5.98217 11.9643 23.9287 47.8574 95.7147 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.86 x 8.311 at 10.34 degrees (North through East) ! Clean map min=-0.0013768 max=0.15664 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 J0819-0630_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:46:30 2019