! Started logfile: J1208+5413_S_2017_08_12_pus_uvs.log on Fri May 10 14:59:13 2019 obs J1208+5413_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J1208+5413_S_2017_08_12_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.967836 visibilities/baseline/integration-bin. ! Found source: J1208+5413 ! ! 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 19860 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 J1208+5413_S_2017_08_12_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 46 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 607 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.741606Jy sigma=0.006976 ! Fit after self-cal, rms=0.729462Jy sigma=0.006882 ! 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.303 mas, bmaj=4.259 mas, bpa=20.61 degrees ! Estimated noise=1004.68 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.20804 Jy ! Component: 100 - total flux cleaned = 0.290934 Jy ! Total flux subtracted in 100 components = 0.290934 Jy ! Clean residual min=-0.011867 max=0.037623 Jy/beam ! Clean residual mean=0.000018 rms=0.003441 Jy/beam ! Combined flux in latest and established models = 0.290934 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.290934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108429Jy sigma=0.000982 ! Fit after self-cal, rms=0.107292Jy sigma=0.000972 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0434364 Jy ! Component: 100 - total flux cleaned = 0.0662357 Jy ! Total flux subtracted in 100 components = 0.0662357 Jy ! Clean residual min=-0.005856 max=0.010938 Jy/beam ! Clean residual mean=0.000033 rms=0.001656 Jy/beam ! Combined flux in latest and established models = 0.35717 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 17 components and 0.35717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084932Jy sigma=0.000754 ! Fit after self-cal, rms=0.084720Jy sigma=0.000752 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0134496 Jy ! Component: 100 - total flux cleaned = 0.0212731 Jy ! Total flux subtracted in 100 components = 0.0212731 Jy ! Clean residual min=-0.005344 max=0.005383 Jy/beam ! Clean residual mean=0.000037 rms=0.001360 Jy/beam ! Combined flux in latest and established models = 0.378443 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 24 components and 0.378443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081997Jy sigma=0.000728 ! Fit after self-cal, rms=0.081960Jy sigma=0.000728 ! 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.893 mas, bmaj=5.009 mas, bpa=21.5 degrees ! Estimated noise=604.737 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.00633452 Jy ! Component: 100 - total flux cleaned = 0.00961713 Jy ! Component: 150 - total flux cleaned = 0.011452 Jy ! Component: 200 - total flux cleaned = 0.0119903 Jy ! Total flux subtracted in 200 components = 0.0119903 Jy ! Clean residual min=-0.004264 max=0.005294 Jy/beam ! Clean residual mean=0.000096 rms=0.001216 Jy/beam ! Combined flux in latest and established models = 0.390433 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 40 components and 0.390433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081376Jy sigma=0.000724 ! Fit after self-cal, rms=0.081359Jy sigma=0.000724 ! 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.96 FD 1.01 HN 0.98 KP 1.04 ! LA 1.01 MK 1.03 NL 0.88 OV 0.99 ! PT 1.02 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.06 HN 1.02 KP 1.00 ! LA 0.97 MK 1.02 NL 1.02 OV 0.98 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.10 HN 1.00 KP 0.97 ! LA 1.00 MK 1.06 NL 1.02 OV 0.96 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.13 HN 1.05 KP 1.00* ! LA 1.09 MK 0.95 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.081359Jy sigma=0.000724 ! Fit after self-cal, rms=0.078335Jy sigma=0.000696 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.898 mas, bmaj=5.035 mas, bpa=22.25 degrees ! Estimated noise=605.82 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.000802926 Jy ! Component: 100 - total flux cleaned = 0.0008999 Jy ! Component: 150 - total flux cleaned = 0.00103189 Jy ! Component: 200 - total flux cleaned = 0.00119199 Jy ! Total flux subtracted in 200 components = 0.00119199 Jy ! Clean residual min=-0.003513 max=0.003602 Jy/beam ! Clean residual mean=0.000072 rms=0.000974 Jy/beam ! Combined flux in latest and established models = 0.391625 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 45 components and 0.391625 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078275Jy sigma=0.000695 ! Fit after self-cal, rms=0.078262Jy sigma=0.000695 ! 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.078262Jy sigma=0.000695 ! Fit after self-cal, rms=0.076904Jy sigma=0.000677 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.907 mas, bmaj=5.031 mas, bpa=22.51 degrees ! Estimated noise=605.843 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000203642 Jy ! Component: 100 - total flux cleaned = 0.000279835 Jy ! Component: 150 - total flux cleaned = 0.00034487 Jy ! Component: 200 - total flux cleaned = 0.000405821 Jy ! Total flux subtracted in 200 components = 0.000405821 Jy ! Clean residual min=-0.002210 max=0.002308 Jy/beam ! Clean residual mean=0.000019 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.392031 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 49 components and 0.392031 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076869Jy sigma=0.000677 ! Fit after self-cal, rms=0.076879Jy sigma=0.000677 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 = 6.18045e-05 Jy ! Component: 100 - total flux cleaned = 0.000120689 Jy ! Component: 150 - total flux cleaned = 0.000174385 Jy ! Component: 200 - total flux cleaned = 0.000199112 Jy ! Total flux subtracted in 200 components = 0.000199112 Jy ! Clean residual min=-0.002161 max=0.002280 Jy/beam ! Clean residual mean=0.000020 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.39223 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 52 components and 0.39223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076858Jy sigma=0.000677 ! Fit after self-cal, rms=0.076857Jy sigma=0.000677 ! 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.076857Jy sigma=0.000677 ! Fit after self-cal, rms=0.076867Jy sigma=0.000676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.909 mas, bmaj=5.024 mas, bpa=22.48 degrees ! Estimated noise=605.819 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.78367e-05 Jy ! Component: 100 - total flux cleaned = 0.000118554 Jy ! Component: 150 - total flux cleaned = 0.00016457 Jy ! Component: 200 - total flux cleaned = 0.000229099 Jy ! Total flux subtracted in 200 components = 0.000229099 Jy ! Clean residual min=-0.002196 max=0.002285 Jy/beam ! Clean residual mean=0.000017 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.392459 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 52 components and 0.39246 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076850Jy sigma=0.000676 ! Fit after self-cal, rms=0.076850Jy sigma=0.000676 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 (-32, -91). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00247605 Jy ! Component: 100 - total flux cleaned = 0.00398859 Jy ! Component: 150 - total flux cleaned = 0.00465221 Jy ! Component: 200 - total flux cleaned = 0.00511765 Jy ! Total flux subtracted in 200 components = 0.00511765 Jy ! Clean residual min=-0.002126 max=0.002010 Jy/beam ! Clean residual mean=0.000016 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.397577 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 72 components and 0.397577 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076751Jy sigma=0.000675 ! Fit after self-cal, rms=0.076747Jy sigma=0.000675 ! 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.076747Jy sigma=0.000675 ! Fit after self-cal, rms=0.076648Jy sigma=0.000675 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.9 mas, bmaj=8.928 mas, bpa=32.4 degrees ! Estimated noise=750.015 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00133051 Jy ! Component: 100 - total flux cleaned = 0.00217685 Jy ! Component: 150 - total flux cleaned = 0.00270869 Jy ! Component: 200 - total flux cleaned = 0.00292992 Jy ! Total flux subtracted in 200 components = 0.00292992 Jy ! Clean residual min=-0.002089 max=0.002724 Jy/beam ! Clean residual mean=0.000034 rms=0.000648 Jy/beam ! Combined flux in latest and established models = 0.400507 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 93 components and 0.400507 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076642Jy sigma=0.000675 ! Fit after self-cal, rms=0.076639Jy sigma=0.000675 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.000267079 Jy ! Component: 100 - total flux cleaned = 0.000415867 Jy ! Component: 150 - total flux cleaned = 0.00051349 Jy ! Component: 200 - total flux cleaned = 0.0005518 Jy ! Total flux subtracted in 200 components = 0.0005518 Jy ! Clean residual min=-0.002041 max=0.002680 Jy/beam ! Clean residual mean=0.000033 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 0.401059 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 105 components and 0.401059 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076642Jy sigma=0.000675 ! Fit after self-cal, rms=0.076640Jy sigma=0.000675 ! 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.909 mas, bmaj=5.022 mas, bpa=22.46 degrees ! Estimated noise=605.393 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.909 x 5.022 at 22.46 degrees (North through East) ! Clean map min=-0.0020301 max=0.26752 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.321 mas, bmaj=4.264 mas, bpa=21.46 degrees ! Estimated noise=1008.92 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.209414 Jy ! Component: 100 - total flux cleaned = 0.294096 Jy ! Component: 150 - total flux cleaned = 0.336891 Jy ! Component: 200 - total flux cleaned = 0.359635 Jy ! Total flux subtracted in 200 components = 0.359635 Jy ! Clean residual min=-0.003991 max=0.010918 Jy/beam ! Clean residual mean=0.000000 rms=0.001181 Jy/beam ! Combined flux in latest and established models = 0.359635 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.359635 Jy ! Inverting map and beam ! Estimated beam: bmin=3.909 mas, bmaj=5.022 mas, bpa=22.46 degrees ! Estimated noise=605.393 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.0154611 Jy ! Component: 100 - total flux cleaned = 0.0231597 Jy ! Component: 150 - total flux cleaned = 0.0274724 Jy ! Component: 200 - total flux cleaned = 0.0304446 Jy ! Total flux subtracted in 200 components = 0.0304446 Jy ! Clean residual min=-0.002216 max=0.002706 Jy/beam ! Clean residual mean=0.000014 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.390079 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 43 components and 0.390079 Jy ! Inverting map ! Added new window around map position (5, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.002823 Jy ! Component: 100 - total flux cleaned = 0.00486158 Jy ! Component: 150 - total flux cleaned = 0.00640929 Jy ! Component: 200 - total flux cleaned = 0.00733444 Jy ! Total flux subtracted in 200 components = 0.00733444 Jy ! Clean residual min=-0.002181 max=0.001981 Jy/beam ! Clean residual mean=0.000016 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.397414 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 65 components and 0.397414 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.9 mas, bmaj=8.928 mas, bpa=32.4 degrees ! Estimated noise=750.015 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00159776 Jy ! Component: 100 - total flux cleaned = 0.00268317 Jy ! Component: 150 - total flux cleaned = 0.00320431 Jy ! Component: 200 - total flux cleaned = 0.00344458 Jy ! Total flux subtracted in 200 components = 0.00344458 Jy ! Clean residual min=-0.002070 max=0.002801 Jy/beam ! Clean residual mean=0.000035 rms=0.000646 Jy/beam ! Combined flux in latest and established models = 0.400858 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) ! Added new window around map position (-81, 29.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00290292 Jy ! Component: 100 - total flux cleaned = 0.00466948 Jy ! Component: 150 - total flux cleaned = 0.00589597 Jy ! Component: 200 - total flux cleaned = 0.00681295 Jy ! Total flux subtracted in 200 components = 0.00681295 Jy ! Clean residual min=-0.001897 max=0.001822 Jy/beam ! Clean residual mean=0.000017 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.407671 Jy ! Adding 86 model components to the UV plane model. ! The established model now contains 148 components and 0.407672 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.909 mas, bmaj=5.022 mas, bpa=22.46 degrees ! Estimated noise=605.393 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000304834 Jy ! Component: 100 - total flux cleaned = 0.000439705 Jy ! Component: 150 - total flux cleaned = 0.000564004 Jy ! Component: 200 - total flux cleaned = 0.000759245 Jy ! Total flux subtracted in 200 components = 0.000759245 Jy ! Clean residual min=-0.002076 max=0.001661 Jy/beam ! Clean residual mean=0.000005 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.408431 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 166 components and 0.408431 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076541Jy sigma=0.000674 ! Fit after self-cal, rms=0.076517Jy sigma=0.000674 wmodel J1208+5413_S_2017_08_12_pus_map.mod ! Writing 166 model components to file: J1208+5413_S_2017_08_12_pus_map.mod wobs J1208+5413_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J1208+5413_S_2017_08_12_pus_uvs.fits wwins J1208+5413_S_2017_08_12_pus_map.win ! wwins: Wrote 4 windows to J1208+5413_S_2017_08_12_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.000777045 Jy ! Component: 100 - total flux cleaned = -0.00116946 Jy ! Component: 150 - total flux cleaned = -0.00150776 Jy ! Component: 200 - total flux cleaned = -0.00172538 Jy ! Component: 250 - total flux cleaned = -0.00188373 Jy ! Component: 300 - total flux cleaned = -0.00201191 Jy ! Component: 350 - total flux cleaned = -0.00208627 Jy ! Component: 400 - total flux cleaned = -0.00208654 Jy ! Component: 450 - total flux cleaned = -0.00208658 Jy ! Component: 500 - total flux cleaned = -0.00203956 Jy ! Component: 550 - total flux cleaned = -0.00201611 Jy ! Component: 600 - total flux cleaned = -0.0019264 Jy ! Component: 650 - total flux cleaned = -0.00192686 Jy ! Component: 700 - total flux cleaned = -0.00188359 Jy ! Component: 750 - total flux cleaned = -0.00184124 Jy ! Component: 800 - total flux cleaned = -0.00182031 Jy ! Component: 850 - total flux cleaned = -0.00179963 Jy ! Component: 900 - total flux cleaned = -0.00177904 Jy ! Component: 950 - total flux cleaned = -0.00171898 Jy ! Component: 1000 - total flux cleaned = -0.00173898 Jy ! Component: 1050 - total flux cleaned = -0.00173878 Jy ! Component: 1100 - total flux cleaned = -0.00168045 Jy ! Component: 1150 - total flux cleaned = -0.00166137 Jy ! Component: 1200 - total flux cleaned = -0.00162345 Jy ! Component: 1250 - total flux cleaned = -0.0016423 Jy ! Component: 1300 - total flux cleaned = -0.00164181 Jy ! Component: 1350 - total flux cleaned = -0.00158699 Jy ! Component: 1400 - total flux cleaned = -0.00155088 Jy ! Component: 1450 - total flux cleaned = -0.00162163 Jy ! Component: 1500 - total flux cleaned = -0.00162147 Jy ! Component: 1550 - total flux cleaned = -0.00153413 Jy ! Component: 1600 - total flux cleaned = -0.00158563 Jy ! Component: 1650 - total flux cleaned = -0.00163686 Jy ! Component: 1700 - total flux cleaned = -0.00163673 Jy ! Component: 1750 - total flux cleaned = -0.0016367 Jy ! Component: 1800 - total flux cleaned = -0.00168622 Jy ! Component: 1850 - total flux cleaned = -0.00171935 Jy ! Component: 1900 - total flux cleaned = -0.00181666 Jy ! Component: 1950 - total flux cleaned = -0.00173613 Jy ! Component: 2000 - total flux cleaned = -0.00180015 Jy ! Component: 2050 - total flux cleaned = -0.00184754 Jy ! Component: 2100 - total flux cleaned = -0.00186317 Jy ! Component: 2150 - total flux cleaned = -0.00183222 Jy ! Component: 2200 - total flux cleaned = -0.00198617 Jy ! Component: 2250 - total flux cleaned = -0.00190976 Jy ! Component: 2300 - total flux cleaned = -0.0019551 Jy ! Component: 2350 - total flux cleaned = -0.00195484 Jy ! Component: 2400 - total flux cleaned = -0.00201443 Jy ! Component: 2450 - total flux cleaned = -0.00205908 Jy ! Component: 2500 - total flux cleaned = -0.00210295 Jy ! Component: 2550 - total flux cleaned = -0.002132 Jy ! Component: 2600 - total flux cleaned = -0.002161 Jy ! Component: 2650 - total flux cleaned = -0.00223226 Jy ! Component: 2700 - total flux cleaned = -0.00221805 Jy ! Component: 2750 - total flux cleaned = -0.00233057 Jy ! Component: 2800 - total flux cleaned = -0.00237218 Jy ! Component: 2850 - total flux cleaned = -0.00237207 Jy ! Component: 2900 - total flux cleaned = -0.00238574 Jy ! Component: 2950 - total flux cleaned = -0.00245415 Jy ! Component: 3000 - total flux cleaned = -0.00248118 Jy ! Component: 3050 - total flux cleaned = -0.00252145 Jy ! Component: 3100 - total flux cleaned = -0.0025749 Jy ! Component: 3150 - total flux cleaned = -0.00261466 Jy ! Component: 3200 - total flux cleaned = -0.00264086 Jy ! Component: 3250 - total flux cleaned = -0.00270626 Jy ! Component: 3300 - total flux cleaned = -0.0027581 Jy ! Component: 3350 - total flux cleaned = -0.0028223 Jy ! Component: 3400 - total flux cleaned = -0.00280963 Jy ! Component: 3450 - total flux cleaned = -0.00283501 Jy ! Component: 3500 - total flux cleaned = -0.00286026 Jy ! Component: 3550 - total flux cleaned = -0.00288517 Jy ! Component: 3600 - total flux cleaned = -0.00291003 Jy ! Component: 3650 - total flux cleaned = -0.00293479 Jy ! Component: 3700 - total flux cleaned = -0.00292251 Jy ! Component: 3750 - total flux cleaned = -0.00295924 Jy ! Component: 3800 - total flux cleaned = -0.00297119 Jy ! Component: 3850 - total flux cleaned = -0.0029833 Jy ! Component: 3900 - total flux cleaned = -0.0030193 Jy ! Component: 3950 - total flux cleaned = -0.00299555 Jy ! Component: 4000 - total flux cleaned = -0.00299558 Jy ! Component: 4050 - total flux cleaned = -0.00300747 Jy ! Total flux subtracted in 4096 components = -0.0030425 Jy ! Clean residual min=-0.000833 max=0.000638 Jy/beam ! Clean residual mean=-0.000003 rms=0.000211 Jy/beam ! Combined flux in latest and established models = 0.405388 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 449 components and 0.405389 Jy ![Exited script file: muppet] wmap "J1208+5413_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.909 x 5.022 at 22.46 degrees (North through East) ! Clean map min=-0.0014051 max=0.26743 Jy/beam ! Writing clean map to FITS file: J1208+5413_S_2017_08_12_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.267431 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00020991 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.235474 0.235474 0.470948 0.941896 1.88379 3.76758 7.53517 15.0703 30.1407 60.2813 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.267 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.909 x 5.022 at 22.46 degrees (North through East) ! Clean map min=-0.0014051 max=0.26743 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 J1208+5413_S_2017_08_12_pus_uvs.log closed on Fri May 10 14:59:18 2019