! Started logfile: J1759-1505_S_2017_03_23_pus_uvs.log on Mon May 13 10:06:19 2019 obs J1759-1505_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J1759-1505_S_2017_03_23_pus_uva.fits ! AN table 1: 218 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.589093 visibilities/baseline/integration-bin. ! Found source: J1759-1505 ! ! 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 481 lines of history. ! ! Reading 23116 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 J1759-1505_S_2017_03_23_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 544 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 484 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 514 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 920 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.942425Jy sigma=0.007088 ! Fit after self-cal, rms=0.913947Jy sigma=0.006897 ! 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=4.718 mas, bmaj=16.5 mas, bpa=-2.182 degrees ! Estimated noise=1082.61 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.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0650909 Jy ! Component: 100 - total flux cleaned = 0.089571 Jy ! Total flux subtracted in 100 components = 0.089571 Jy ! Clean residual min=-0.013893 max=0.031696 Jy/beam ! Clean residual mean=-0.000020 rms=0.004567 Jy/beam ! Combined flux in latest and established models = 0.089571 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 29 components and 0.089571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125539Jy sigma=0.000889 ! Fit after self-cal, rms=0.125327Jy sigma=0.000887 ! Inverting map ! Added new window around map position (-24, -57.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0295364 Jy ! Component: 100 - total flux cleaned = 0.0474687 Jy ! Total flux subtracted in 100 components = 0.0474687 Jy ! Clean residual min=-0.011262 max=0.012570 Jy/beam ! Clean residual mean=-0.000027 rms=0.003228 Jy/beam ! Combined flux in latest and established models = 0.13704 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 52 components and 0.13704 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115887Jy sigma=0.000809 ! Fit after self-cal, rms=0.114196Jy sigma=0.000797 ! 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=6.153 mas, bmaj=18.15 mas, bpa=-0.05276 degrees ! Estimated noise=678.183 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.0256475 Jy ! Component: 100 - total flux cleaned = 0.0437605 Jy ! Component: 150 - total flux cleaned = 0.0577382 Jy ! Component: 200 - total flux cleaned = 0.0690567 Jy ! Total flux subtracted in 200 components = 0.0690567 Jy ! Clean residual min=-0.012274 max=0.015437 Jy/beam ! Clean residual mean=-0.000044 rms=0.003942 Jy/beam ! Combined flux in latest and established models = 0.206096 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 108 components and 0.206096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106362Jy sigma=0.000730 ! Fit after self-cal, rms=0.105611Jy sigma=0.000725 ! 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.12 FD 0.86 HN 1.16 KP 0.96 ! LA 0.85 MK 1.00* NL 1.10 OV 1.19 ! PT 0.84 SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.21 FD 0.92 HN 1.21 KP 0.92 ! LA 0.85 MK 1.00* NL 1.30 OV 1.10 ! PT 0.80 SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.91 HN 1.11 KP 0.82 ! LA 0.68 MK 1.00* NL 1.41 OV 0.99 ! PT 0.80 SC 1.00* ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.26 FD 0.98 HN 0.99 KP 1.00* ! LA 0.61 MK 1.00* NL 1.00* OV 1.24 ! PT 0.85 SC 1.00* ! ! ! Fit before self-cal, rms=0.105611Jy sigma=0.000725 ! Fit after self-cal, rms=0.101402Jy sigma=0.000690 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=6.618 mas, bmaj=18.94 mas, bpa=-0.08336 degrees ! Estimated noise=634.127 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 (-15.5, -53). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0113338 Jy ! Component: 100 - total flux cleaned = 0.016919 Jy ! Component: 150 - total flux cleaned = 0.0199214 Jy ! Component: 200 - total flux cleaned = 0.0218248 Jy ! Total flux subtracted in 200 components = 0.0218248 Jy ! Clean residual min=-0.004464 max=0.005394 Jy/beam ! Clean residual mean=-0.000019 rms=0.001369 Jy/beam ! Combined flux in latest and established models = 0.227921 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 165 components and 0.227921 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100131Jy sigma=0.000675 ! Fit after self-cal, rms=0.100587Jy sigma=0.000671 ! 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.100587Jy sigma=0.000671 ! Fit after self-cal, rms=0.100934Jy sigma=0.000669 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.557 mas, bmaj=18.94 mas, bpa=-0.425 degrees ! Estimated noise=633.508 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00373909 Jy ! Component: 100 - total flux cleaned = 0.00398346 Jy ! Component: 150 - total flux cleaned = 0.00425689 Jy ! Component: 200 - total flux cleaned = 0.00432908 Jy ! Total flux subtracted in 200 components = 0.00432908 Jy ! Clean residual min=-0.003947 max=0.004723 Jy/beam ! Clean residual mean=-0.000018 rms=0.001155 Jy/beam ! Combined flux in latest and established models = 0.23225 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 199 components and 0.23225 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100678Jy sigma=0.000667 ! Fit after self-cal, rms=0.100693Jy sigma=0.000667 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.000343083 Jy ! Component: 100 - total flux cleaned = 0.000417015 Jy ! Component: 150 - total flux cleaned = 0.000481323 Jy ! Component: 200 - total flux cleaned = 0.000424187 Jy ! Total flux subtracted in 200 components = 0.000424187 Jy ! Clean residual min=-0.003719 max=0.004661 Jy/beam ! Clean residual mean=-0.000018 rms=0.001114 Jy/beam ! Combined flux in latest and established models = 0.232674 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 222 components and 0.232674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100593Jy sigma=0.000666 ! Fit after self-cal, rms=0.100587Jy sigma=0.000666 ! 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.100587Jy sigma=0.000666 ! Fit after self-cal, rms=0.099019Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.519 mas, bmaj=18.78 mas, bpa=-0.2189 degrees ! Estimated noise=629.427 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000412354 Jy ! Component: 100 - total flux cleaned = 0.000341965 Jy ! Component: 150 - total flux cleaned = 0.000341825 Jy ! Component: 200 - total flux cleaned = 0.000288202 Jy ! Total flux subtracted in 200 components = 0.000288202 Jy ! Clean residual min=-0.003572 max=0.004447 Jy/beam ! Clean residual mean=-0.000017 rms=0.001034 Jy/beam ! Combined flux in latest and established models = 0.232963 Jy selfcal ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 241 components and 0.232963 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098932Jy sigma=0.000664 ! Fit after self-cal, rms=0.098889Jy 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 (-9.5, 4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00411358 Jy ! Component: 100 - total flux cleaned = 0.00602085 Jy ! Component: 150 - total flux cleaned = 0.00693018 Jy ! Component: 200 - total flux cleaned = 0.00742385 Jy ! Total flux subtracted in 200 components = 0.00742385 Jy ! Clean residual min=-0.002794 max=0.003202 Jy/beam ! Clean residual mean=-0.000010 rms=0.000836 Jy/beam ! Combined flux in latest and established models = 0.240386 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 289 components and 0.240386 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098702Jy sigma=0.000662 ! Fit after self-cal, rms=0.098641Jy sigma=0.000662 ! 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.098641Jy sigma=0.000662 ! Fit after self-cal, rms=0.096185Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.223 mas, bmaj=20.17 mas, bpa=4.932 degrees ! Estimated noise=634.801 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00260851 Jy ! Component: 100 - total flux cleaned = 0.00385893 Jy ! Component: 150 - total flux cleaned = 0.00477466 Jy ! Component: 200 - total flux cleaned = 0.00515456 Jy ! Total flux subtracted in 200 components = 0.00515456 Jy ! Clean residual min=-0.002916 max=0.003323 Jy/beam ! Clean residual mean=-0.000012 rms=0.000841 Jy/beam ! Combined flux in latest and established models = 0.245541 Jy selfcal ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 321 components and 0.245541 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096094Jy sigma=0.000661 ! Fit after self-cal, rms=0.096024Jy sigma=0.000661 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.000507036 Jy ! Component: 100 - total flux cleaned = 0.000735058 Jy ! Component: 150 - total flux cleaned = 0.000883196 Jy ! Component: 200 - total flux cleaned = 0.000974841 Jy ! Total flux subtracted in 200 components = 0.000974841 Jy ! Clean residual min=-0.002752 max=0.003205 Jy/beam ! Clean residual mean=-0.000010 rms=0.000786 Jy/beam ! Combined flux in latest and established models = 0.246516 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 358 components and 0.246516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095976Jy sigma=0.000660 ! Fit after self-cal, rms=0.095960Jy sigma=0.000660 ! 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=6.476 mas, bmaj=18.61 mas, bpa=-0.02248 degrees ! Estimated noise=624.498 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.476 x 18.61 at -0.02248 degrees (North through East) ! Clean map min=-0.0035909 max=0.088716 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=4.813 mas, bmaj=16.63 mas, bpa=-2.83 degrees ! Estimated noise=1031.31 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0614811 Jy ! Component: 100 - total flux cleaned = 0.0971885 Jy ! Component: 150 - total flux cleaned = 0.122598 Jy ! Component: 200 - total flux cleaned = 0.141216 Jy ! Total flux subtracted in 200 components = 0.141216 Jy ! Clean residual min=-0.010898 max=0.010821 Jy/beam ! Clean residual mean=-0.000016 rms=0.002755 Jy/beam ! Combined flux in latest and established models = 0.141216 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 38 model components to the UV plane model. ! The established model now contains 38 components and 0.141216 Jy ! Inverting map and beam ! Estimated beam: bmin=6.476 mas, bmaj=18.61 mas, bpa=-0.02248 degrees ! Estimated noise=624.498 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.0202923 Jy ! Component: 100 - total flux cleaned = 0.0355422 Jy ! Component: 150 - total flux cleaned = 0.047589 Jy ! Component: 200 - total flux cleaned = 0.0572441 Jy ! Total flux subtracted in 200 components = 0.0572441 Jy ! Clean residual min=-0.007369 max=0.006311 Jy/beam ! Clean residual mean=-0.000018 rms=0.002166 Jy/beam ! Combined flux in latest and established models = 0.19846 Jy ! Adding 74 model components to the UV plane model. ! The established model now contains 110 components and 0.19846 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=9.223 mas, bmaj=20.17 mas, bpa=4.932 degrees ! Estimated noise=634.801 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00956172 Jy ! Component: 100 - total flux cleaned = 0.0170886 Jy ! Component: 150 - total flux cleaned = 0.0213063 Jy ! Component: 200 - total flux cleaned = 0.0252784 Jy ! Total flux subtracted in 200 components = 0.0252784 Jy ! Clean residual min=-0.005906 max=0.003818 Jy/beam ! Clean residual mean=-0.000016 rms=0.001571 Jy/beam ! Combined flux in latest and established models = 0.223738 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.00319983 Jy ! Component: 100 - total flux cleaned = 0.00567754 Jy ! Component: 150 - total flux cleaned = 0.00770917 Jy ! Component: 200 - total flux cleaned = 0.00950468 Jy ! Total flux subtracted in 200 components = 0.00950468 Jy ! Clean residual min=-0.004518 max=0.002979 Jy/beam ! Clean residual mean=-0.000014 rms=0.001117 Jy/beam ! Combined flux in latest and established models = 0.233243 Jy ! Adding 138 model components to the UV plane model. ! The established model now contains 240 components and 0.233243 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=6.476 mas, bmaj=18.61 mas, bpa=-0.02248 degrees ! Estimated noise=624.498 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0024247 Jy ! Component: 100 - total flux cleaned = 0.00386961 Jy ! Component: 150 - total flux cleaned = 0.00506893 Jy ! Component: 200 - total flux cleaned = 0.00623018 Jy ! Total flux subtracted in 200 components = 0.00623018 Jy ! Clean residual min=-0.003079 max=0.002877 Jy/beam ! Clean residual mean=-0.000009 rms=0.000792 Jy/beam ! Combined flux in latest and established models = 0.239473 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 275 components and 0.239473 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096049Jy sigma=0.000661 ! Fit after self-cal, rms=0.096017Jy sigma=0.000660 wmodel J1759-1505_S_2017_03_23_pus_map.mod ! Writing 275 model components to file: J1759-1505_S_2017_03_23_pus_map.mod wobs J1759-1505_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J1759-1505_S_2017_03_23_pus_uvs.fits wwins J1759-1505_S_2017_03_23_pus_map.win ! wwins: Wrote 4 windows to J1759-1505_S_2017_03_23_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.000590365 Jy ! Component: 100 - total flux cleaned = -0.000919262 Jy ! Component: 150 - total flux cleaned = -0.00126426 Jy ! Component: 200 - total flux cleaned = -0.00170988 Jy ! Component: 250 - total flux cleaned = -0.00209336 Jy ! Component: 300 - total flux cleaned = -0.00253253 Jy ! Component: 350 - total flux cleaned = -0.00281385 Jy ! Component: 400 - total flux cleaned = -0.00308429 Jy ! Component: 450 - total flux cleaned = -0.00331307 Jy ! Component: 500 - total flux cleaned = -0.00344027 Jy ! Component: 550 - total flux cleaned = -0.00362279 Jy ! Component: 600 - total flux cleaned = -0.00365186 Jy ! Component: 650 - total flux cleaned = -0.00376662 Jy ! Component: 700 - total flux cleaned = -0.00390475 Jy ! Component: 750 - total flux cleaned = -0.00401147 Jy ! Component: 800 - total flux cleaned = -0.00409031 Jy ! Component: 850 - total flux cleaned = -0.004269 Jy ! Component: 900 - total flux cleaned = -0.00439325 Jy ! Component: 950 - total flux cleaned = -0.00441731 Jy ! Component: 1000 - total flux cleaned = -0.00448895 Jy ! Component: 1050 - total flux cleaned = -0.00460518 Jy ! Component: 1100 - total flux cleaned = -0.0046733 Jy ! Component: 1150 - total flux cleaned = -0.00471756 Jy ! Component: 1200 - total flux cleaned = -0.00478357 Jy ! Component: 1250 - total flux cleaned = -0.00495512 Jy ! Component: 1300 - total flux cleaned = -0.00501838 Jy ! Component: 1350 - total flux cleaned = -0.00503898 Jy ! Component: 1400 - total flux cleaned = -0.00508013 Jy ! Component: 1450 - total flux cleaned = -0.00510026 Jy ! Component: 1500 - total flux cleaned = -0.00508047 Jy ! Component: 1550 - total flux cleaned = -0.00506041 Jy ! Component: 1600 - total flux cleaned = -0.0050414 Jy ! Component: 1650 - total flux cleaned = -0.00504144 Jy ! Component: 1700 - total flux cleaned = -0.00504186 Jy ! Component: 1750 - total flux cleaned = -0.00504221 Jy ! Component: 1800 - total flux cleaned = -0.00507862 Jy ! Component: 1850 - total flux cleaned = -0.00509655 Jy ! Component: 1900 - total flux cleaned = -0.00506135 Jy ! Component: 1950 - total flux cleaned = -0.00513153 Jy ! Component: 2000 - total flux cleaned = -0.00518348 Jy ! Component: 2050 - total flux cleaned = -0.00521747 Jy ! Component: 2100 - total flux cleaned = -0.00525125 Jy ! Component: 2150 - total flux cleaned = -0.0052513 Jy ! Component: 2200 - total flux cleaned = -0.00535072 Jy ! Component: 2250 - total flux cleaned = -0.00533428 Jy ! Component: 2300 - total flux cleaned = -0.00539922 Jy ! Component: 2350 - total flux cleaned = -0.00544715 Jy ! Component: 2400 - total flux cleaned = -0.00547886 Jy ! Component: 2450 - total flux cleaned = -0.0055259 Jy ! Component: 2500 - total flux cleaned = -0.00554172 Jy ! Component: 2550 - total flux cleaned = -0.0056192 Jy ! Component: 2600 - total flux cleaned = -0.0056805 Jy ! Component: 2650 - total flux cleaned = -0.00572625 Jy ! Component: 2700 - total flux cleaned = -0.0057566 Jy ! Component: 2750 - total flux cleaned = -0.0058313 Jy ! Component: 2800 - total flux cleaned = -0.00589055 Jy ! Component: 2850 - total flux cleaned = -0.00593483 Jy ! Component: 2900 - total flux cleaned = -0.0060367 Jy ! Component: 2950 - total flux cleaned = -0.0061088 Jy ! Component: 3000 - total flux cleaned = -0.00616599 Jy ! Component: 3050 - total flux cleaned = -0.00622278 Jy ! Component: 3100 - total flux cleaned = -0.00625092 Jy ! Component: 3150 - total flux cleaned = -0.00630678 Jy ! Component: 3200 - total flux cleaned = -0.00632075 Jy ! Component: 3250 - total flux cleaned = -0.00643098 Jy ! Component: 3300 - total flux cleaned = -0.00649909 Jy ! Component: 3350 - total flux cleaned = -0.00659393 Jy ! Component: 3400 - total flux cleaned = -0.00664771 Jy ! Component: 3450 - total flux cleaned = -0.00668776 Jy ! Component: 3500 - total flux cleaned = -0.00678053 Jy ! Component: 3550 - total flux cleaned = -0.00681993 Jy ! Component: 3600 - total flux cleaned = -0.00691132 Jy ! Component: 3650 - total flux cleaned = -0.00696323 Jy ! Component: 3700 - total flux cleaned = -0.00707903 Jy ! Component: 3750 - total flux cleaned = -0.00713013 Jy ! Component: 3800 - total flux cleaned = -0.00721892 Jy ! Component: 3850 - total flux cleaned = -0.0073071 Jy ! Component: 3900 - total flux cleaned = -0.00738219 Jy ! Component: 3950 - total flux cleaned = -0.0074568 Jy ! Component: 4000 - total flux cleaned = -0.0075063 Jy ! Component: 4050 - total flux cleaned = -0.00758003 Jy ! Total flux subtracted in 4096 components = -0.00766538 Jy ! Clean residual min=-0.000671 max=0.000776 Jy/beam ! Clean residual mean=-0.000002 rms=0.000272 Jy/beam ! Combined flux in latest and established models = 0.231808 Jy keep ! Adding 368 model components to the UV plane model. ! The established model now contains 643 components and 0.231808 Jy ![Exited script file: muppet] wmap "J1759-1505_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.476 x 18.61 at -0.02248 degrees (North through East) ! Clean map min=-0.0029651 max=0.087048 Jy/beam ! Writing clean map to FITS file: J1759-1505_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0870476 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000265247 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.914145 0.914145 1.82829 3.65658 7.31316 14.6263 29.2527 58.5053 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.087 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.476 x 18.61 at -0.02248 degrees (North through East) ! Clean map min=-0.0029651 max=0.087048 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 J1759-1505_S_2017_03_23_pus_uvs.log closed on Mon May 13 10:06:26 2019