! Started logfile: J2002-1649_S_2017_06_10_pus_uvs.log on Mon May 6 15:01:23 2019 obs J2002-1649_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J2002-1649_S_2017_06_10_pus_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.97193 visibilities/baseline/integration-bin. ! Found source: J2002-1649 ! ! 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 1154 lines of history. ! ! Reading 13296 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 J2002-1649_S_2017_06_10_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 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 468 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.899921Jy sigma=0.007769 ! Fit after self-cal, rms=0.890306Jy sigma=0.007688 ! 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.484 mas, bmaj=6.954 mas, bpa=-5.668 degrees ! Estimated noise=1338.53 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.083932 Jy ! Component: 100 - total flux cleaned = 0.106219 Jy ! Total flux subtracted in 100 components = 0.106219 Jy ! Clean residual min=-0.005918 max=0.009769 Jy/beam ! Clean residual mean=0.000002 rms=0.001495 Jy/beam ! Combined flux in latest and established models = 0.106219 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.106219 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085121Jy sigma=0.000707 ! Fit after self-cal, rms=0.085129Jy sigma=0.000707 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0111353 Jy ! Component: 100 - total flux cleaned = 0.0173319 Jy ! Total flux subtracted in 100 components = 0.0173319 Jy ! Clean residual min=-0.004687 max=0.006107 Jy/beam ! Clean residual mean=-0.000002 rms=0.001188 Jy/beam ! Combined flux in latest and established models = 0.12355 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 25 components and 0.12355 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083219Jy sigma=0.000689 ! Fit after self-cal, rms=0.083232Jy sigma=0.000688 ! 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=2.972 mas, bmaj=8.031 mas, bpa=-4.465 degrees ! Estimated noise=866.687 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 (5.5, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00798609 Jy ! Component: 100 - total flux cleaned = 0.0127095 Jy ! Component: 150 - total flux cleaned = 0.0158037 Jy ! Component: 200 - total flux cleaned = 0.0178906 Jy ! Total flux subtracted in 200 components = 0.0178906 Jy ! Clean residual min=-0.003668 max=0.002972 Jy/beam ! Clean residual mean=-0.000002 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.141441 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 57 components and 0.141441 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082406Jy sigma=0.000681 ! Fit after self-cal, rms=0.082345Jy sigma=0.000680 ! 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 1.00 KP 1.03 ! LA 1.01 MK 1.03 NL 0.90 OV 1.06 ! PT 0.99 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 1.06 KP 1.02 ! LA 0.95 MK 0.98 NL 1.03 OV 1.08 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.08 KP 0.96 ! LA 1.00 MK 1.05 NL 1.00 OV 0.96 ! PT 0.96 SC 1.02 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.12 HN 0.99 KP 1.00* ! LA 1.00* MK 0.96 NL 1.00* OV 1.00* ! PT 0.96 SC 1.00* ! ! ! Fit before self-cal, rms=0.082345Jy sigma=0.000680 ! Fit after self-cal, rms=0.081925Jy sigma=0.000678 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.994 mas, bmaj=8.054 mas, bpa=-4.313 degrees ! Estimated noise=865.712 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.00213008 Jy ! Component: 100 - total flux cleaned = 0.00213727 Jy ! Component: 150 - total flux cleaned = 0.00200646 Jy ! Component: 200 - total flux cleaned = 0.00189199 Jy ! Total flux subtracted in 200 components = 0.00189199 Jy ! Clean residual min=-0.002750 max=0.002535 Jy/beam ! Clean residual mean=0.000002 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.143333 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 80 components and 0.143333 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081853Jy sigma=0.000677 ! Fit after self-cal, rms=0.081865Jy sigma=0.000677 ! 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.081865Jy sigma=0.000677 ! Fit after self-cal, rms=0.082403Jy sigma=0.000675 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.991 mas, bmaj=8.076 mas, bpa=-4.291 degrees ! Estimated noise=866.209 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000902324 Jy ! Component: 100 - total flux cleaned = 0.00103755 Jy ! Component: 150 - total flux cleaned = 0.00101176 Jy ! Component: 200 - total flux cleaned = 0.00101222 Jy ! Total flux subtracted in 200 components = 0.00101222 Jy ! Clean residual min=-0.002350 max=0.002060 Jy/beam ! Clean residual mean=0.000000 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.144345 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 95 components and 0.144345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082375Jy sigma=0.000675 ! Fit after self-cal, rms=0.082400Jy 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.000105277 Jy ! Component: 100 - total flux cleaned = 0.00010654 Jy ! Component: 150 - total flux cleaned = 0.000106073 Jy ! Component: 200 - total flux cleaned = 4.33733e-05 Jy ! Total flux subtracted in 200 components = 4.33733e-05 Jy ! Clean residual min=-0.002319 max=0.002066 Jy/beam ! Clean residual mean=0.000000 rms=0.000538 Jy/beam ! Combined flux in latest and established models = 0.144389 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 97 components and 0.144389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082386Jy sigma=0.000675 ! Fit after self-cal, rms=0.082385Jy sigma=0.000675 ! 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.082385Jy sigma=0.000675 ! Fit after self-cal, rms=0.082550Jy sigma=0.000675 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.991 mas, bmaj=8.08 mas, bpa=-4.28 degrees ! Estimated noise=866.693 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000437878 Jy ! Component: 100 - total flux cleaned = 0.000510625 Jy ! Component: 150 - total flux cleaned = 0.000553088 Jy ! Component: 200 - total flux cleaned = 0.000534416 Jy ! Total flux subtracted in 200 components = 0.000534416 Jy ! Clean residual min=-0.002284 max=0.002049 Jy/beam ! Clean residual mean=0.000000 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.144923 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 108 components and 0.144923 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082535Jy sigma=0.000675 ! Fit after self-cal, rms=0.082539Jy 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 = 3.73544e-05 Jy ! Component: 100 - total flux cleaned = 1.81783e-05 Jy ! Component: 150 - total flux cleaned = -1.60185e-05 Jy ! Component: 200 - total flux cleaned = -3.19263e-05 Jy ! Total flux subtracted in 200 components = -3.19263e-05 Jy ! Clean residual min=-0.002277 max=0.002047 Jy/beam ! Clean residual mean=0.000000 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.144891 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 110 components and 0.144891 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082531Jy sigma=0.000675 ! Fit after self-cal, rms=0.082531Jy 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.082531Jy sigma=0.000675 ! Fit after self-cal, rms=0.082553Jy sigma=0.000675 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.367 mas, bmaj=16.78 mas, bpa=-1.84 degrees ! Estimated noise=1115.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000621499 Jy ! Component: 100 - total flux cleaned = 0.000641304 Jy ! Component: 150 - total flux cleaned = 0.000666357 Jy ! Component: 200 - total flux cleaned = 0.000677927 Jy ! Total flux subtracted in 200 components = 0.000677927 Jy ! Clean residual min=-0.002204 max=0.002177 Jy/beam ! Clean residual mean=0.000000 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.145569 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 120 components and 0.145569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082553Jy sigma=0.000675 ! Fit after self-cal, rms=0.082550Jy 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.000138479 Jy ! Component: 100 - total flux cleaned = 0.000179951 Jy ! Component: 150 - total flux cleaned = 0.000191348 Jy ! Component: 200 - total flux cleaned = 0.000202327 Jy ! Total flux subtracted in 200 components = 0.000202327 Jy ! Clean residual min=-0.002208 max=0.002148 Jy/beam ! Clean residual mean=0.000001 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.145771 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 131 components and 0.145771 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082551Jy sigma=0.000675 ! Fit after self-cal, rms=0.082551Jy 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=2.991 mas, bmaj=8.081 mas, bpa=-4.281 degrees ! Estimated noise=866.942 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.991 x 8.081 at -4.281 degrees (North through East) ! Clean map min=-0.0021961 max=0.11102 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.493 mas, bmaj=7.01 mas, bpa=-5.524 degrees ! Estimated noise=1347.64 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0839566 Jy ! Component: 100 - total flux cleaned = 0.106751 Jy ! Component: 150 - total flux cleaned = 0.118376 Jy ! Component: 200 - total flux cleaned = 0.126163 Jy ! Total flux subtracted in 200 components = 0.126163 Jy ! Clean residual min=-0.003866 max=0.004319 Jy/beam ! Clean residual mean=0.000002 rms=0.001006 Jy/beam ! Combined flux in latest and established models = 0.126163 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.126163 Jy ! Inverting map and beam ! Estimated beam: bmin=2.991 mas, bmaj=8.081 mas, bpa=-4.281 degrees ! Estimated noise=866.942 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.00753381 Jy ! Component: 100 - total flux cleaned = 0.0121485 Jy ! Component: 150 - total flux cleaned = 0.0151785 Jy ! Component: 200 - total flux cleaned = 0.0172133 Jy ! Total flux subtracted in 200 components = 0.0172133 Jy ! Clean residual min=-0.002355 max=0.002000 Jy/beam ! Clean residual mean=0.000000 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 0.143376 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 54 components and 0.143376 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.367 mas, bmaj=16.78 mas, bpa=-1.84 degrees ! Estimated noise=1115.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00187259 Jy ! Component: 100 - total flux cleaned = 0.0025978 Jy ! Component: 150 - total flux cleaned = 0.00275529 Jy ! Component: 200 - total flux cleaned = 0.00273791 Jy ! Total flux subtracted in 200 components = 0.00273791 Jy ! Clean residual min=-0.002216 max=0.002199 Jy/beam ! Clean residual mean=0.000001 rms=0.000641 Jy/beam ! Combined flux in latest and established models = 0.146114 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 = -3.33517e-05 Jy ! Component: 100 - total flux cleaned = -4.87445e-05 Jy ! Component: 150 - total flux cleaned = -6.39174e-05 Jy ! Component: 200 - total flux cleaned = -9.18936e-05 Jy ! Total flux subtracted in 200 components = -9.18936e-05 Jy ! Clean residual min=-0.002212 max=0.002180 Jy/beam ! Clean residual mean=0.000001 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 0.146022 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 81 components and 0.146022 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.991 mas, bmaj=8.081 mas, bpa=-4.281 degrees ! Estimated noise=866.942 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.01845e-05 Jy ! Component: 100 - total flux cleaned = 7.43195e-06 Jy ! Component: 150 - total flux cleaned = -2.15904e-05 Jy ! Component: 200 - total flux cleaned = -4.88674e-05 Jy ! Total flux subtracted in 200 components = -4.88674e-05 Jy ! Clean residual min=-0.002366 max=0.002171 Jy/beam ! Clean residual mean=0.000001 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.145973 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 99 components and 0.145973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082580Jy sigma=0.000675 ! Fit after self-cal, rms=0.082577Jy sigma=0.000675 wmodel J2002-1649_S_2017_06_10_pus_map.mod ! Writing 99 model components to file: J2002-1649_S_2017_06_10_pus_map.mod wobs J2002-1649_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J2002-1649_S_2017_06_10_pus_uvs.fits wwins J2002-1649_S_2017_06_10_pus_map.win ! wwins: Wrote 2 windows to J2002-1649_S_2017_06_10_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.000668167 Jy ! Component: 100 - total flux cleaned = -0.00129746 Jy ! Component: 150 - total flux cleaned = -0.00171222 Jy ! Component: 200 - total flux cleaned = -0.00210244 Jy ! Component: 250 - total flux cleaned = -0.00244391 Jy ! Component: 300 - total flux cleaned = -0.00277332 Jy ! Component: 350 - total flux cleaned = -0.00309155 Jy ! Component: 400 - total flux cleaned = -0.00337241 Jy ! Component: 450 - total flux cleaned = -0.00361871 Jy ! Component: 500 - total flux cleaned = -0.00385913 Jy ! Component: 550 - total flux cleaned = -0.00404258 Jy ! Component: 600 - total flux cleaned = -0.00424716 Jy ! Component: 650 - total flux cleaned = -0.00444737 Jy ! Component: 700 - total flux cleaned = -0.00461993 Jy ! Component: 750 - total flux cleaned = -0.0048616 Jy ! Component: 800 - total flux cleaned = -0.0050743 Jy ! Component: 850 - total flux cleaned = -0.00530722 Jy ! Component: 900 - total flux cleaned = -0.00558215 Jy ! Component: 950 - total flux cleaned = -0.00578479 Jy ! Component: 1000 - total flux cleaned = -0.00598426 Jy ! Component: 1050 - total flux cleaned = -0.00613747 Jy ! Component: 1100 - total flux cleaned = -0.0064171 Jy ! Component: 1150 - total flux cleaned = -0.00662827 Jy ! Component: 1200 - total flux cleaned = -0.00679451 Jy ! Component: 1250 - total flux cleaned = -0.0069587 Jy ! Component: 1300 - total flux cleaned = -0.00703938 Jy ! Component: 1350 - total flux cleaned = -0.00727903 Jy ! Component: 1400 - total flux cleaned = -0.00755463 Jy ! Component: 1450 - total flux cleaned = -0.00763223 Jy ! Component: 1500 - total flux cleaned = -0.00778598 Jy ! Component: 1550 - total flux cleaned = -0.00788065 Jy ! Component: 1600 - total flux cleaned = -0.00793712 Jy ! Component: 1650 - total flux cleaned = -0.0080852 Jy ! Component: 1700 - total flux cleaned = -0.00815821 Jy ! Component: 1750 - total flux cleaned = -0.00826669 Jy ! Component: 1800 - total flux cleaned = -0.00833815 Jy ! Component: 1850 - total flux cleaned = -0.008444 Jy ! Component: 1900 - total flux cleaned = -0.00854866 Jy ! Component: 1950 - total flux cleaned = -0.00865231 Jy ! Component: 2000 - total flux cleaned = -0.00870372 Jy ! Component: 2050 - total flux cleaned = -0.00878844 Jy ! Component: 2100 - total flux cleaned = -0.00887235 Jy ! Component: 2150 - total flux cleaned = -0.00903793 Jy ! Component: 2200 - total flux cleaned = -0.00913629 Jy ! Component: 2250 - total flux cleaned = -0.00928252 Jy ! Component: 2300 - total flux cleaned = -0.00931452 Jy ! Component: 2350 - total flux cleaned = -0.00948952 Jy ! Component: 2400 - total flux cleaned = -0.00947341 Jy ! Component: 2450 - total flux cleaned = -0.00953603 Jy ! Component: 2500 - total flux cleaned = -0.00961343 Jy ! Component: 2550 - total flux cleaned = -0.00972074 Jy ! Component: 2600 - total flux cleaned = -0.00976644 Jy ! Component: 2650 - total flux cleaned = -0.00985678 Jy ! Component: 2700 - total flux cleaned = -0.00994623 Jy ! Component: 2750 - total flux cleaned = -0.0100349 Jy ! Component: 2800 - total flux cleaned = -0.0100494 Jy ! Component: 2850 - total flux cleaned = -0.010122 Jy ! Component: 2900 - total flux cleaned = -0.0101939 Jy ! Component: 2950 - total flux cleaned = -0.0102795 Jy ! Component: 3000 - total flux cleaned = -0.0103364 Jy ! Component: 3050 - total flux cleaned = -0.0104205 Jy ! Component: 3100 - total flux cleaned = -0.0105177 Jy ! Component: 3150 - total flux cleaned = -0.010559 Jy ! Component: 3200 - total flux cleaned = -0.0106408 Jy ! Component: 3250 - total flux cleaned = -0.0106816 Jy ! Component: 3300 - total flux cleaned = -0.010762 Jy ! Component: 3350 - total flux cleaned = -0.0108288 Jy ! Component: 3400 - total flux cleaned = -0.0109081 Jy ! Component: 3450 - total flux cleaned = -0.0109868 Jy ! Component: 3500 - total flux cleaned = -0.0110389 Jy ! Component: 3550 - total flux cleaned = -0.0110903 Jy ! Component: 3600 - total flux cleaned = -0.0111544 Jy ! Component: 3650 - total flux cleaned = -0.011218 Jy ! Component: 3700 - total flux cleaned = -0.0112559 Jy ! Component: 3750 - total flux cleaned = -0.0113434 Jy ! Component: 3800 - total flux cleaned = -0.0113684 Jy ! Component: 3850 - total flux cleaned = -0.0114176 Jy ! Component: 3900 - total flux cleaned = -0.0114787 Jy ! Component: 3950 - total flux cleaned = -0.0115151 Jy ! Component: 4000 - total flux cleaned = -0.0115392 Jy ! Component: 4050 - total flux cleaned = -0.0115513 Jy ! Total flux subtracted in 4096 components = -0.0117178 Jy ! Clean residual min=-0.000793 max=0.000678 Jy/beam ! Clean residual mean=0.000000 rms=0.000218 Jy/beam ! Combined flux in latest and established models = 0.134255 Jy keep ! Adding 294 model components to the UV plane model. ! The established model now contains 393 components and 0.134255 Jy ![Exited script file: muppet] wmap "J2002-1649_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.991 x 8.081 at -4.281 degrees (North through East) ! Clean map min=-0.0016913 max=0.11044 Jy/beam ! Writing clean map to FITS file: J2002-1649_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.110436 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000214841 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.583617 0.583617 1.16723 2.33447 4.66893 9.33787 18.6757 37.3515 74.7029 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.11 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.991 x 8.081 at -4.281 degrees (North through East) ! Clean map min=-0.0016913 max=0.11044 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 J2002-1649_S_2017_06_10_pus_uvs.log closed on Mon May 6 15:01:27 2019