! Started logfile: J1415-2809_S_2017_07_09_pus_uvs.log on Wed May 8 14:50:12 2019 obs J1415-2809_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J1415-2809_S_2017_07_09_pus_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.755556 visibilities/baseline/integration-bin. ! Found source: J1415-2809 ! ! 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 10336 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 J1415-2809_S_2017_07_09_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 101 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 101 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 101 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 479 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.886184Jy sigma=0.006279 ! Fit after self-cal, rms=0.873269Jy sigma=0.006187 ! 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.386 mas, bmaj=6.904 mas, bpa=-10.99 degrees ! Estimated noise=1764.36 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.0975432 Jy ! Component: 100 - total flux cleaned = 0.123974 Jy ! Total flux subtracted in 100 components = 0.123974 Jy ! Clean residual min=-0.007582 max=0.015781 Jy/beam ! Clean residual mean=0.000029 rms=0.002055 Jy/beam ! Combined flux in latest and established models = 0.123974 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.123974 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103842Jy sigma=0.000698 ! Fit after self-cal, rms=0.103848Jy sigma=0.000698 ! Inverting map ! Added new window around map position (3.5, -9). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0143438 Jy ! Component: 100 - total flux cleaned = 0.0227036 Jy ! Total flux subtracted in 100 components = 0.0227036 Jy ! Clean residual min=-0.006046 max=0.010670 Jy/beam ! Clean residual mean=0.000017 rms=0.001524 Jy/beam ! Combined flux in latest and established models = 0.146678 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 15 components and 0.146678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101357Jy sigma=0.000678 ! Fit after self-cal, rms=0.101225Jy sigma=0.000677 ! 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.942 mas, bmaj=8.143 mas, bpa=-9.537 degrees ! Estimated noise=1123.91 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.00884697 Jy ! Component: 100 - total flux cleaned = 0.0135162 Jy ! Component: 150 - total flux cleaned = 0.0160897 Jy ! Component: 200 - total flux cleaned = 0.0166528 Jy ! Total flux subtracted in 200 components = 0.0166528 Jy ! Clean residual min=-0.004528 max=0.005063 Jy/beam ! Clean residual mean=0.000011 rms=0.001079 Jy/beam ! Combined flux in latest and established models = 0.163331 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 35 components and 0.163331 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100464Jy sigma=0.000671 ! Fit after self-cal, rms=0.100417Jy sigma=0.000671 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.15 KP 1.04 ! LA 1.00 MK 1.00 NL 0.92 OV 0.95 ! PT 1.01 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 1.15 KP 1.00 ! LA 0.97 MK 0.95 NL 1.05 OV 1.00 ! PT 0.95 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.11 HN 1.10 KP 1.00 ! LA 0.96 MK 1.04 NL 1.00 OV 0.93 ! PT 0.92 SC 0.99 ! ! ! Correcting IF 4. ! A total of 45 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.09 HN 0.95 KP 1.00* ! LA 1.00* MK 0.90 NL 1.00* OV 1.00* ! PT 0.91 SC 1.00* ! ! ! Fit before self-cal, rms=0.100417Jy sigma=0.000671 ! Fit after self-cal, rms=0.102509Jy sigma=0.000668 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.952 mas, bmaj=8.108 mas, bpa=-9.463 degrees ! Estimated noise=1129.06 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 = -9.58163e-05 Jy ! Component: 100 - total flux cleaned = -4.29898e-05 Jy ! Component: 150 - total flux cleaned = -3.0609e-07 Jy ! Component: 200 - total flux cleaned = -3.77824e-05 Jy ! Total flux subtracted in 200 components = -3.77824e-05 Jy ! Clean residual min=-0.003421 max=0.003705 Jy/beam ! Clean residual mean=0.000015 rms=0.000859 Jy/beam ! Combined flux in latest and established models = 0.163293 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 50 components and 0.163293 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102456Jy sigma=0.000668 ! Fit after self-cal, rms=0.102504Jy sigma=0.000668 ! 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.102504Jy sigma=0.000668 ! Fit after self-cal, rms=0.102676Jy sigma=0.000668 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.957 mas, bmaj=8.114 mas, bpa=-9.386 degrees ! Estimated noise=1129.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000143676 Jy ! Component: 100 - total flux cleaned = -0.000101933 Jy ! Component: 150 - total flux cleaned = -6.62073e-05 Jy ! Component: 200 - total flux cleaned = -3.47597e-05 Jy ! Total flux subtracted in 200 components = -3.47597e-05 Jy ! Clean residual min=-0.003315 max=0.003629 Jy/beam ! Clean residual mean=0.000015 rms=0.000848 Jy/beam ! Combined flux in latest and established models = 0.163258 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 57 components and 0.163258 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102643Jy sigma=0.000668 ! Fit after self-cal, rms=0.102639Jy sigma=0.000668 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (45.5, -90.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00198834 Jy ! Component: 100 - total flux cleaned = 0.00191992 Jy ! Component: 150 - total flux cleaned = 0.00191463 Jy ! Component: 200 - total flux cleaned = 0.00186616 Jy ! Total flux subtracted in 200 components = 0.00186616 Jy ! Clean residual min=-0.002986 max=0.003455 Jy/beam ! Clean residual mean=0.000016 rms=0.000803 Jy/beam ! Combined flux in latest and established models = 0.165124 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 77 components and 0.165124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102515Jy sigma=0.000667 ! Fit after self-cal, rms=0.102497Jy sigma=0.000667 ! 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.102497Jy sigma=0.000667 ! Fit after self-cal, rms=0.102822Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.959 mas, bmaj=8.147 mas, bpa=-9.163 degrees ! Estimated noise=1132.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000170816 Jy ! Component: 100 - total flux cleaned = 0.000214466 Jy ! Component: 150 - total flux cleaned = 0.000253717 Jy ! Component: 200 - total flux cleaned = 0.000215794 Jy ! Total flux subtracted in 200 components = 0.000215794 Jy ! Clean residual min=-0.002664 max=0.003429 Jy/beam ! Clean residual mean=0.000021 rms=0.000727 Jy/beam ! Combined flux in latest and established models = 0.16534 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 93 components and 0.16534 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102786Jy sigma=0.000665 ! Fit after self-cal, rms=0.102796Jy sigma=0.000665 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-71.5, -49). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00188746 Jy ! Component: 100 - total flux cleaned = 0.00181567 Jy ! Component: 150 - total flux cleaned = 0.00197326 Jy ! Component: 200 - total flux cleaned = 0.00215081 Jy ! Total flux subtracted in 200 components = 0.00215081 Jy ! Clean residual min=-0.002513 max=0.002787 Jy/beam ! Clean residual mean=0.000018 rms=0.000669 Jy/beam ! Combined flux in latest and established models = 0.167491 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 106 components and 0.167491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102690Jy sigma=0.000664 ! Fit after self-cal, rms=0.102677Jy sigma=0.000664 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102677Jy sigma=0.000664 ! Fit after self-cal, rms=0.102491Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.476 mas, bmaj=19.77 mas, bpa=-5.776 degrees ! Estimated noise=1458.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000356435 Jy ! Component: 100 - total flux cleaned = 0.000424328 Jy ! Component: 150 - total flux cleaned = 0.000426041 Jy ! Component: 200 - total flux cleaned = 0.000399491 Jy ! Total flux subtracted in 200 components = 0.000399491 Jy ! Clean residual min=-0.002991 max=0.002889 Jy/beam ! Clean residual mean=0.000041 rms=0.000892 Jy/beam ! Combined flux in latest and established models = 0.16789 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 121 components and 0.16789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102481Jy sigma=0.000664 ! Fit after self-cal, rms=0.102480Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000139219 Jy ! Component: 100 - total flux cleaned = 0.000168146 Jy ! Component: 150 - total flux cleaned = 0.00014466 Jy ! Component: 200 - total flux cleaned = 0.000145229 Jy ! Total flux subtracted in 200 components = 0.000145229 Jy ! Clean residual min=-0.002947 max=0.002831 Jy/beam ! Clean residual mean=0.000042 rms=0.000884 Jy/beam ! Combined flux in latest and established models = 0.168036 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 127 components and 0.168036 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102474Jy sigma=0.000664 ! Fit after self-cal, rms=0.102473Jy sigma=0.000664 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=2.959 mas, bmaj=8.153 mas, bpa=-9.056 degrees ! Estimated noise=1130.23 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.959 x 8.153 at -9.056 degrees (North through East) ! Clean map min=-0.0022744 max=0.12202 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.4 mas, bmaj=6.879 mas, bpa=-10.34 degrees ! Estimated noise=1657.83 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0974222 Jy ! Component: 100 - total flux cleaned = 0.125635 Jy ! Component: 150 - total flux cleaned = 0.138587 Jy ! Component: 200 - total flux cleaned = 0.146425 Jy ! Total flux subtracted in 200 components = 0.146425 Jy ! Clean residual min=-0.004547 max=0.005439 Jy/beam ! Clean residual mean=0.000019 rms=0.001208 Jy/beam ! Combined flux in latest and established models = 0.146425 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.146425 Jy ! Inverting map and beam ! Estimated beam: bmin=2.959 mas, bmaj=8.153 mas, bpa=-9.056 degrees ! Estimated noise=1130.23 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) ! Added new window around map position (4.5, 1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00764233 Jy ! Component: 100 - total flux cleaned = 0.0124657 Jy ! Component: 150 - total flux cleaned = 0.0160297 Jy ! Component: 200 - total flux cleaned = 0.0178384 Jy ! Total flux subtracted in 200 components = 0.0178384 Jy ! Clean residual min=-0.002961 max=0.002751 Jy/beam ! Clean residual mean=0.000019 rms=0.000741 Jy/beam ! Combined flux in latest and established models = 0.164263 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 58 components and 0.164263 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.476 mas, bmaj=19.77 mas, bpa=-5.776 degrees ! Estimated noise=1458.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00273794 Jy ! Component: 100 - total flux cleaned = 0.00340827 Jy ! Component: 150 - total flux cleaned = 0.00383545 Jy ! Component: 200 - total flux cleaned = 0.00403483 Jy ! Total flux subtracted in 200 components = 0.00403483 Jy ! Clean residual min=-0.003013 max=0.002818 Jy/beam ! Clean residual mean=0.000041 rms=0.000869 Jy/beam ! Combined flux in latest and established models = 0.168298 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.000107157 Jy ! Component: 100 - total flux cleaned = 0.000207499 Jy ! Component: 150 - total flux cleaned = 0.000300439 Jy ! Component: 200 - total flux cleaned = 0.000357747 Jy ! Total flux subtracted in 200 components = 0.000357747 Jy ! Clean residual min=-0.002943 max=0.002767 Jy/beam ! Clean residual mean=0.000041 rms=0.000857 Jy/beam ! Combined flux in latest and established models = 0.168656 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 86 components and 0.168656 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.959 mas, bmaj=8.153 mas, bpa=-9.056 degrees ! Estimated noise=1130.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000150881 Jy ! Component: 100 - total flux cleaned = -0.000150727 Jy ! Component: 150 - total flux cleaned = -0.000151478 Jy ! Component: 200 - total flux cleaned = -0.000152247 Jy ! Total flux subtracted in 200 components = -0.000152247 Jy ! Clean residual min=-0.002635 max=0.002687 Jy/beam ! Clean residual mean=0.000019 rms=0.000654 Jy/beam ! Combined flux in latest and established models = 0.168504 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 100 components and 0.168504 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102488Jy sigma=0.000664 ! Fit after self-cal, rms=0.102449Jy sigma=0.000664 wmodel J1415-2809_S_2017_07_09_pus_map.mod ! Writing 100 model components to file: J1415-2809_S_2017_07_09_pus_map.mod wobs J1415-2809_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J1415-2809_S_2017_07_09_pus_uvs.fits wwins J1415-2809_S_2017_07_09_pus_map.win ! wwins: Wrote 5 windows to J1415-2809_S_2017_07_09_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.000351966 Jy ! Component: 100 - total flux cleaned = 0.000224657 Jy ! Component: 150 - total flux cleaned = 2.3558e-05 Jy ! Component: 200 - total flux cleaned = -0.000167823 Jy ! Component: 250 - total flux cleaned = -0.000315159 Jy ! Component: 300 - total flux cleaned = -0.000422873 Jy ! Component: 350 - total flux cleaned = -0.000560945 Jy ! Component: 400 - total flux cleaned = -0.000627741 Jy ! Component: 450 - total flux cleaned = -0.000758401 Jy ! Component: 500 - total flux cleaned = -0.000885846 Jy ! Component: 550 - total flux cleaned = -0.000916831 Jy ! Component: 600 - total flux cleaned = -0.000916614 Jy ! Component: 650 - total flux cleaned = -0.00100705 Jy ! Component: 700 - total flux cleaned = -0.00094754 Jy ! Component: 750 - total flux cleaned = -0.000889609 Jy ! Component: 800 - total flux cleaned = -0.000860711 Jy ! Component: 850 - total flux cleaned = -0.000748001 Jy ! Component: 900 - total flux cleaned = -0.000665039 Jy ! Component: 950 - total flux cleaned = -0.000610874 Jy ! Component: 1000 - total flux cleaned = -0.000530799 Jy ! Component: 1050 - total flux cleaned = -0.000530198 Jy ! Component: 1100 - total flux cleaned = -0.000348649 Jy ! Component: 1150 - total flux cleaned = -0.000348875 Jy ! Component: 1200 - total flux cleaned = -0.000222776 Jy ! Component: 1250 - total flux cleaned = -0.000148072 Jy ! Component: 1300 - total flux cleaned = -2.56864e-05 Jy ! Component: 1350 - total flux cleaned = 4.65583e-05 Jy ! Component: 1400 - total flux cleaned = 0.00014174 Jy ! Component: 1450 - total flux cleaned = 0.000259391 Jy ! Component: 1500 - total flux cleaned = 0.000282276 Jy ! Component: 1550 - total flux cleaned = 0.000374329 Jy ! Component: 1600 - total flux cleaned = 0.000374563 Jy ! Component: 1650 - total flux cleaned = 0.000531816 Jy ! Component: 1700 - total flux cleaned = 0.000642804 Jy ! Component: 1750 - total flux cleaned = 0.000642982 Jy ! Component: 1800 - total flux cleaned = 0.000708071 Jy ! Component: 1850 - total flux cleaned = 0.000750977 Jy ! Component: 1900 - total flux cleaned = 0.000814488 Jy ! Component: 1950 - total flux cleaned = 0.000898522 Jy ! Component: 2000 - total flux cleaned = 0.000961221 Jy ! Component: 2050 - total flux cleaned = 0.000940832 Jy ! Component: 2100 - total flux cleaned = 0.00100206 Jy ! Component: 2150 - total flux cleaned = 0.00102223 Jy ! Component: 2200 - total flux cleaned = 0.00106212 Jy ! Component: 2250 - total flux cleaned = 0.00108203 Jy ! Component: 2300 - total flux cleaned = 0.00108219 Jy ! Component: 2350 - total flux cleaned = 0.00115996 Jy ! Component: 2400 - total flux cleaned = 0.00114097 Jy ! Component: 2450 - total flux cleaned = 0.00114099 Jy ! Component: 2500 - total flux cleaned = 0.00115996 Jy ! Component: 2550 - total flux cleaned = 0.00121614 Jy ! Component: 2600 - total flux cleaned = 0.00125309 Jy ! Component: 2650 - total flux cleaned = 0.0012531 Jy ! Component: 2700 - total flux cleaned = 0.00128958 Jy ! Component: 2750 - total flux cleaned = 0.00125349 Jy ! Component: 2800 - total flux cleaned = 0.0013072 Jy ! Component: 2850 - total flux cleaned = 0.00134253 Jy ! Component: 2900 - total flux cleaned = 0.0013249 Jy ! Component: 2950 - total flux cleaned = 0.00137699 Jy ! Component: 3000 - total flux cleaned = 0.0014113 Jy ! Component: 3050 - total flux cleaned = 0.0014111 Jy ! Component: 3100 - total flux cleaned = 0.00141136 Jy ! Component: 3150 - total flux cleaned = 0.00142841 Jy ! Component: 3200 - total flux cleaned = 0.00149549 Jy ! Component: 3250 - total flux cleaned = 0.00147895 Jy ! Component: 3300 - total flux cleaned = 0.00154491 Jy ! Component: 3350 - total flux cleaned = 0.00154463 Jy ! Component: 3400 - total flux cleaned = 0.00154439 Jy ! Component: 3450 - total flux cleaned = 0.00152837 Jy ! Component: 3500 - total flux cleaned = 0.00160849 Jy ! Component: 3550 - total flux cleaned = 0.0015767 Jy ! Component: 3600 - total flux cleaned = 0.0016554 Jy ! Component: 3650 - total flux cleaned = 0.0016398 Jy ! Component: 3700 - total flux cleaned = 0.0016553 Jy ! Component: 3750 - total flux cleaned = 0.00170157 Jy ! Component: 3800 - total flux cleaned = 0.00174739 Jy ! Component: 3850 - total flux cleaned = 0.00171685 Jy ! Component: 3900 - total flux cleaned = 0.00162596 Jy ! Component: 3950 - total flux cleaned = 0.00164114 Jy ! Component: 4000 - total flux cleaned = 0.00162622 Jy ! Component: 4050 - total flux cleaned = 0.00165587 Jy ! Total flux subtracted in 4096 components = 0.00159676 Jy ! Clean residual min=-0.000886 max=0.000797 Jy/beam ! Clean residual mean=0.000006 rms=0.000269 Jy/beam ! Combined flux in latest and established models = 0.1701 Jy keep ! Adding 251 model components to the UV plane model. ! The established model now contains 351 components and 0.1701 Jy ![Exited script file: muppet] wmap "J1415-2809_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.959 x 8.153 at -9.056 degrees (North through East) ! Clean map min=-0.001592 max=0.12288 Jy/beam ! Writing clean map to FITS file: J1415-2809_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.12288 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000262681 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.641313 0.641313 1.28263 2.56525 5.1305 10.261 20.522 41.044 82.0881 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.122 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.959 x 8.153 at -9.056 degrees (North through East) ! Clean map min=-0.001592 max=0.12288 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 J1415-2809_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:50:17 2019