! Started logfile: J0817-0933_S_2017_02_19_pus_uvs.log on Sat May 4 18:46:20 2019 obs J0817-0933_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J0817-0933_S_2017_02_19_pus_uva.fits ! AN table 1: 82 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.647425 visibilities/baseline/integration-bin. ! Found source: J0817-0933 ! ! 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 9556 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 J0817-0933_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 156 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 182 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 156 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 406 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.844659Jy sigma=0.006181 ! Fit after self-cal, rms=0.837380Jy sigma=0.006133 ! 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.209 mas, bmaj=7.053 mas, bpa=9.592 degrees ! Estimated noise=1405.44 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.12661 Jy ! Component: 100 - total flux cleaned = 0.157717 Jy ! Total flux subtracted in 100 components = 0.157717 Jy ! Clean residual min=-0.007705 max=0.015112 Jy/beam ! Clean residual mean=-0.000044 rms=0.002282 Jy/beam ! Combined flux in latest and established models = 0.157717 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.157717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107226Jy sigma=0.000717 ! Fit after self-cal, rms=0.107195Jy sigma=0.000717 ! Inverting map ! Added new window around map position (4.5, 10.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0166325 Jy ! Component: 100 - total flux cleaned = 0.0275977 Jy ! Total flux subtracted in 100 components = 0.0275977 Jy ! Clean residual min=-0.006504 max=0.007972 Jy/beam ! Clean residual mean=-0.000026 rms=0.001763 Jy/beam ! Combined flux in latest and established models = 0.185315 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 34 components and 0.185315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103456Jy sigma=0.000691 ! Fit after self-cal, rms=0.103327Jy sigma=0.000690 ! 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.86 mas, bmaj=8.344 mas, bpa=11.94 degrees ! Estimated noise=1111.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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0115849 Jy ! Component: 100 - total flux cleaned = 0.0192453 Jy ! Component: 150 - total flux cleaned = 0.0248524 Jy ! Component: 200 - total flux cleaned = 0.0290558 Jy ! Total flux subtracted in 200 components = 0.0290558 Jy ! Clean residual min=-0.005289 max=0.005054 Jy/beam ! Clean residual mean=-0.000012 rms=0.001330 Jy/beam ! Combined flux in latest and established models = 0.214371 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 89 components and 0.214371 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101498Jy sigma=0.000679 ! Fit after self-cal, rms=0.101414Jy sigma=0.000679 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.92 HN 0.99 KP 1.04 ! LA 1.05 MK 1.05 NL 0.93 OV 1.01 ! PT 1.00* SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.98 HN 1.01 KP 1.01 ! LA 1.01 MK 1.00* NL 1.09 OV 1.07 ! PT 1.00* SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.03 HN 1.01 KP 0.90 ! LA 0.77 MK 0.85 NL 1.19 OV 1.00 ! PT 1.00* SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.09 HN 0.93 KP 1.00* ! LA 0.76 MK 1.33 NL 1.00* OV 0.96 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.101414Jy sigma=0.000679 ! Fit after self-cal, rms=0.094791Jy sigma=0.000662 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.872 mas, bmaj=8.42 mas, bpa=11.84 degrees ! Estimated noise=1101.22 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.00300094 Jy ! Component: 100 - total flux cleaned = 0.00400822 Jy ! Component: 150 - total flux cleaned = 0.00461085 Jy ! Component: 200 - total flux cleaned = 0.00483267 Jy ! Total flux subtracted in 200 components = 0.00483267 Jy ! Clean residual min=-0.004564 max=0.003732 Jy/beam ! Clean residual mean=0.000011 rms=0.000963 Jy/beam ! Combined flux in latest and established models = 0.219203 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 100 components and 0.219203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094698Jy sigma=0.000661 ! Fit after self-cal, rms=0.094649Jy sigma=0.000661 ! 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.094649Jy sigma=0.000661 ! Fit after self-cal, rms=0.094636Jy sigma=0.000660 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.872 mas, bmaj=8.419 mas, bpa=11.86 degrees ! Estimated noise=1101.79 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000951201 Jy ! Component: 100 - total flux cleaned = 0.00111655 Jy ! Component: 150 - total flux cleaned = 0.00124827 Jy ! Component: 200 - total flux cleaned = 0.00127098 Jy ! Total flux subtracted in 200 components = 0.00127098 Jy ! Clean residual min=-0.003950 max=0.003461 Jy/beam ! Clean residual mean=0.000004 rms=0.000922 Jy/beam ! Combined flux in latest and established models = 0.220474 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 115 components and 0.220474 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094615Jy sigma=0.000660 ! Fit after self-cal, rms=0.094615Jy sigma=0.000660 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.17894e-05 Jy ! Component: 100 - total flux cleaned = -5.68557e-05 Jy ! Component: 150 - total flux cleaned = 5.97012e-06 Jy ! Component: 200 - total flux cleaned = 4.36063e-05 Jy ! Total flux subtracted in 200 components = 4.36063e-05 Jy ! Clean residual min=-0.003897 max=0.003453 Jy/beam ! Clean residual mean=0.000004 rms=0.000918 Jy/beam ! Combined flux in latest and established models = 0.220518 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 122 components and 0.220518 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094605Jy sigma=0.000660 ! Fit after self-cal, rms=0.094603Jy sigma=0.000660 ! 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.094603Jy sigma=0.000660 ! Fit after self-cal, rms=0.094493Jy sigma=0.000656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.866 mas, bmaj=8.423 mas, bpa=11.77 degrees ! Estimated noise=1100.33 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000841292 Jy ! Component: 100 - total flux cleaned = 0.000791767 Jy ! Component: 150 - total flux cleaned = 0.000775124 Jy ! Component: 200 - total flux cleaned = 0.000742776 Jy ! Total flux subtracted in 200 components = 0.000742776 Jy ! Clean residual min=-0.003098 max=0.002938 Jy/beam ! Clean residual mean=0.000005 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.221261 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 131 components and 0.221261 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094477Jy sigma=0.000656 ! Fit after self-cal, rms=0.094476Jy sigma=0.000656 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.9285e-05 Jy ! Component: 100 - total flux cleaned = 1.87754e-05 Jy ! Component: 150 - total flux cleaned = 1.83788e-05 Jy ! Component: 200 - total flux cleaned = 1.82306e-05 Jy ! Total flux subtracted in 200 components = 1.82306e-05 Jy ! Clean residual min=-0.003080 max=0.002927 Jy/beam ! Clean residual mean=0.000005 rms=0.000712 Jy/beam ! Combined flux in latest and established models = 0.221279 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 135 components and 0.221279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094470Jy sigma=0.000656 ! Fit after self-cal, rms=0.094469Jy sigma=0.000656 ! 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.094469Jy sigma=0.000656 ! Fit after self-cal, rms=0.094540Jy sigma=0.000656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.136 mas, bmaj=12.8 mas, bpa=8.903 degrees ! Estimated noise=1321.29 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000761624 Jy ! Component: 100 - total flux cleaned = 0.000857667 Jy ! Component: 150 - total flux cleaned = 0.00083871 Jy ! Component: 200 - total flux cleaned = 0.000822476 Jy ! Total flux subtracted in 200 components = 0.000822476 Jy ! Clean residual min=-0.002957 max=0.004089 Jy/beam ! Clean residual mean=0.000010 rms=0.000932 Jy/beam ! Combined flux in latest and established models = 0.222101 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 139 components and 0.222102 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094538Jy sigma=0.000656 ! Fit after self-cal, rms=0.094537Jy sigma=0.000655 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 (9, 40). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00355717 Jy ! Component: 100 - total flux cleaned = 0.00495925 Jy ! Component: 150 - total flux cleaned = 0.00628026 Jy ! Component: 200 - total flux cleaned = 0.0073921 Jy ! Total flux subtracted in 200 components = 0.0073921 Jy ! Clean residual min=-0.002737 max=0.002357 Jy/beam ! Clean residual mean=0.000009 rms=0.000712 Jy/beam ! Combined flux in latest and established models = 0.229494 Jy ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 201 components and 0.229494 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094421Jy sigma=0.000655 ! Fit after self-cal, rms=0.094415Jy sigma=0.000655 ! 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.862 mas, bmaj=8.418 mas, bpa=11.74 degrees ! Estimated noise=1100.77 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.862 x 8.418 at 11.74 degrees (North through East) ! Clean map min=-0.0025673 max=0.16017 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.2 mas, bmaj=7.101 mas, bpa=9.22 degrees ! Estimated noise=1387.1 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.124364 Jy ! Component: 100 - total flux cleaned = 0.157503 Jy ! Component: 150 - total flux cleaned = 0.17474 Jy ! Component: 200 - total flux cleaned = 0.186123 Jy ! Total flux subtracted in 200 components = 0.186123 Jy ! Clean residual min=-0.005024 max=0.006247 Jy/beam ! Clean residual mean=-0.000017 rms=0.001286 Jy/beam ! Combined flux in latest and established models = 0.186123 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 36 model components to the UV plane model. ! The established model now contains 36 components and 0.186123 Jy ! Inverting map and beam ! Estimated beam: bmin=3.862 mas, bmaj=8.418 mas, bpa=11.74 degrees ! Estimated noise=1100.77 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.0107161 Jy ! Component: 100 - total flux cleaned = 0.0179886 Jy ! Component: 150 - total flux cleaned = 0.0231908 Jy ! Component: 200 - total flux cleaned = 0.0270075 Jy ! Total flux subtracted in 200 components = 0.0270075 Jy ! Clean residual min=-0.003285 max=0.003146 Jy/beam ! Clean residual mean=-0.000004 rms=0.000805 Jy/beam ! Combined flux in latest and established models = 0.213131 Jy ! Adding 69 model components to the UV plane model. ! The established model now contains 97 components and 0.213131 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.136 mas, bmaj=12.8 mas, bpa=8.903 degrees ! Estimated noise=1321.29 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00456391 Jy ! Component: 100 - total flux cleaned = 0.00737592 Jy ! Component: 150 - total flux cleaned = 0.00941303 Jy ! Component: 200 - total flux cleaned = 0.0112028 Jy ! Total flux subtracted in 200 components = 0.0112028 Jy ! Clean residual min=-0.002697 max=0.002429 Jy/beam ! Clean residual mean=0.000005 rms=0.000773 Jy/beam ! Combined flux in latest and established models = 0.224334 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.00157776 Jy ! Component: 100 - total flux cleaned = 0.00299142 Jy ! Component: 150 - total flux cleaned = 0.00423466 Jy ! Component: 200 - total flux cleaned = 0.00516059 Jy ! Total flux subtracted in 200 components = 0.00516059 Jy ! Clean residual min=-0.002588 max=0.002233 Jy/beam ! Clean residual mean=0.000008 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.229494 Jy ! Adding 110 model components to the UV plane model. ! The established model now contains 197 components and 0.229494 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.862 mas, bmaj=8.418 mas, bpa=11.74 degrees ! Estimated noise=1100.77 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00018397 Jy ! Component: 100 - total flux cleaned = 0.000986875 Jy ! Component: 150 - total flux cleaned = 0.00175451 Jy ! Component: 200 - total flux cleaned = 0.00245677 Jy ! Total flux subtracted in 200 components = 0.00245677 Jy ! Clean residual min=-0.002522 max=0.002356 Jy/beam ! Clean residual mean=0.000005 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.231951 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 224 components and 0.231951 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094404Jy sigma=0.000654 ! Fit after self-cal, rms=0.094390Jy sigma=0.000654 wmodel J0817-0933_S_2017_02_19_pus_map.mod ! Writing 224 model components to file: J0817-0933_S_2017_02_19_pus_map.mod wobs J0817-0933_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J0817-0933_S_2017_02_19_pus_uvs.fits wwins J0817-0933_S_2017_02_19_pus_map.win ! wwins: Wrote 3 windows to J0817-0933_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 = -0.000830616 Jy ! Component: 100 - total flux cleaned = -0.00140179 Jy ! Component: 150 - total flux cleaned = -0.00186292 Jy ! Component: 200 - total flux cleaned = -0.00212099 Jy ! Component: 250 - total flux cleaned = -0.00222673 Jy ! Component: 300 - total flux cleaned = -0.00229526 Jy ! Component: 350 - total flux cleaned = -0.00239597 Jy ! Component: 400 - total flux cleaned = -0.00246135 Jy ! Component: 450 - total flux cleaned = -0.00258974 Jy ! Component: 500 - total flux cleaned = -0.00265239 Jy ! Component: 550 - total flux cleaned = -0.00271398 Jy ! Component: 600 - total flux cleaned = -0.00274467 Jy ! Component: 650 - total flux cleaned = -0.00277431 Jy ! Component: 700 - total flux cleaned = -0.00277403 Jy ! Component: 750 - total flux cleaned = -0.00274551 Jy ! Component: 800 - total flux cleaned = -0.00274487 Jy ! Component: 850 - total flux cleaned = -0.00268995 Jy ! Component: 900 - total flux cleaned = -0.00271681 Jy ! Component: 950 - total flux cleaned = -0.00266358 Jy ! Component: 1000 - total flux cleaned = -0.00255989 Jy ! Component: 1050 - total flux cleaned = -0.00258605 Jy ! Component: 1100 - total flux cleaned = -0.00243557 Jy ! Component: 1150 - total flux cleaned = -0.0024862 Jy ! Component: 1200 - total flux cleaned = -0.00246165 Jy ! Component: 1250 - total flux cleaned = -0.00246145 Jy ! Component: 1300 - total flux cleaned = -0.00250923 Jy ! Component: 1350 - total flux cleaned = -0.00250899 Jy ! Component: 1400 - total flux cleaned = -0.00248534 Jy ! Component: 1450 - total flux cleaned = -0.00243955 Jy ! Component: 1500 - total flux cleaned = -0.00243994 Jy ! Component: 1550 - total flux cleaned = -0.00237279 Jy ! Component: 1600 - total flux cleaned = -0.00230707 Jy ! Component: 1650 - total flux cleaned = -0.00224134 Jy ! Component: 1700 - total flux cleaned = -0.00215507 Jy ! Component: 1750 - total flux cleaned = -0.0020909 Jy ! Component: 1800 - total flux cleaned = -0.0020486 Jy ! Component: 1850 - total flux cleaned = -0.00206914 Jy ! Component: 1900 - total flux cleaned = -0.00202753 Jy ! Component: 1950 - total flux cleaned = -0.00192592 Jy ! Component: 2000 - total flux cleaned = -0.00198645 Jy ! Component: 2050 - total flux cleaned = -0.00196628 Jy ! Component: 2100 - total flux cleaned = -0.00196616 Jy ! Component: 2150 - total flux cleaned = -0.00186861 Jy ! Component: 2200 - total flux cleaned = -0.00190725 Jy ! Component: 2250 - total flux cleaned = -0.00190736 Jy ! Component: 2300 - total flux cleaned = -0.00188836 Jy ! Component: 2350 - total flux cleaned = -0.00194468 Jy ! Component: 2400 - total flux cleaned = -0.00188888 Jy ! Component: 2450 - total flux cleaned = -0.00188904 Jy ! Component: 2500 - total flux cleaned = -0.00183433 Jy ! Component: 2550 - total flux cleaned = -0.00183452 Jy ! Component: 2600 - total flux cleaned = -0.00179872 Jy ! Component: 2650 - total flux cleaned = -0.00185228 Jy ! Component: 2700 - total flux cleaned = -0.00185234 Jy ! Component: 2750 - total flux cleaned = -0.00193952 Jy ! Component: 2800 - total flux cleaned = -0.00195685 Jy ! Component: 2850 - total flux cleaned = -0.00200842 Jy ! Component: 2900 - total flux cleaned = -0.00204242 Jy ! Component: 2950 - total flux cleaned = -0.00205936 Jy ! Component: 3000 - total flux cleaned = -0.0020591 Jy ! Component: 3050 - total flux cleaned = -0.00200921 Jy ! Component: 3100 - total flux cleaned = -0.00202579 Jy ! Component: 3150 - total flux cleaned = -0.00205872 Jy ! Component: 3200 - total flux cleaned = -0.00200996 Jy ! Component: 3250 - total flux cleaned = -0.00194549 Jy ! Component: 3300 - total flux cleaned = -0.00197767 Jy ! Component: 3350 - total flux cleaned = -0.00189802 Jy ! Component: 3400 - total flux cleaned = -0.00196102 Jy ! Component: 3450 - total flux cleaned = -0.00189801 Jy ! Component: 3500 - total flux cleaned = -0.0018665 Jy ! Component: 3550 - total flux cleaned = -0.00174253 Jy ! Component: 3600 - total flux cleaned = -0.00169636 Jy ! Component: 3650 - total flux cleaned = -0.00165073 Jy ! Component: 3700 - total flux cleaned = -0.00162059 Jy ! Component: 3750 - total flux cleaned = -0.00159035 Jy ! Component: 3800 - total flux cleaned = -0.00154544 Jy ! Component: 3850 - total flux cleaned = -0.0014265 Jy ! Component: 3900 - total flux cleaned = -0.00145613 Jy ! Component: 3950 - total flux cleaned = -0.00142671 Jy ! Component: 4000 - total flux cleaned = -0.00135362 Jy ! Component: 4050 - total flux cleaned = -0.00133901 Jy ! Total flux subtracted in 4096 components = -0.0012525 Jy ! Clean residual min=-0.000811 max=0.000724 Jy/beam ! Clean residual mean=0.000003 rms=0.000266 Jy/beam ! Combined flux in latest and established models = 0.230699 Jy keep ! Adding 311 model components to the UV plane model. ! The established model now contains 535 components and 0.230699 Jy ![Exited script file: muppet] wmap "J0817-0933_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.862 x 8.418 at 11.74 degrees (North through East) ! Clean map min=-0.001644 max=0.15978 Jy/beam ! Writing clean map to FITS file: J0817-0933_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.159784 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.0002633 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.494356 0.494356 0.988713 1.97743 3.95485 7.9097 15.8194 31.6388 63.2776 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.159 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.862 x 8.418 at 11.74 degrees (North through East) ! Clean map min=-0.001644 max=0.15978 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 J0817-0933_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:46:25 2019