! Started logfile: J0952-2453_S_2017_07_16_pus_uvs.log on Thu May 9 11:06:08 2019 obs J0952-2453_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J0952-2453_S_2017_07_16_pus_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.716374 visibilities/baseline/integration-bin. ! Found source: J0952-2453 ! ! 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 815 lines of history. ! ! Reading 9800 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 J0952-2453_S_2017_07_16_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 123 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 136 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 162 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 614 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.906173Jy sigma=0.006213 ! Fit after self-cal, rms=0.879386Jy sigma=0.006037 ! 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.319 mas, bmaj=6.598 mas, bpa=-8.685 degrees ! Estimated noise=1827.78 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.0889475 Jy ! Component: 100 - total flux cleaned = 0.113342 Jy ! Total flux subtracted in 100 components = 0.113342 Jy ! Clean residual min=-0.008834 max=0.015991 Jy/beam ! Clean residual mean=-0.000016 rms=0.002547 Jy/beam ! Combined flux in latest and established models = 0.113342 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.113342 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107812Jy sigma=0.000706 ! Fit after self-cal, rms=0.107769Jy sigma=0.000706 ! Inverting map ! Added new window around map position (-3.5, 9.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0155975 Jy ! Component: 100 - total flux cleaned = 0.0248867 Jy ! Total flux subtracted in 100 components = 0.0248867 Jy ! Clean residual min=-0.006804 max=0.011436 Jy/beam ! Clean residual mean=-0.000020 rms=0.001947 Jy/beam ! Combined flux in latest and established models = 0.138229 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 31 components and 0.138229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104750Jy sigma=0.000683 ! Fit after self-cal, rms=0.104651Jy sigma=0.000681 ! 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.834 mas, bmaj=7.657 mas, bpa=-7.033 degrees ! Estimated noise=1251.96 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.0105625 Jy ! Component: 100 - total flux cleaned = 0.0160946 Jy ! Component: 150 - total flux cleaned = 0.0189799 Jy ! Component: 200 - total flux cleaned = 0.0197633 Jy ! Total flux subtracted in 200 components = 0.0197633 Jy ! Clean residual min=-0.005514 max=0.007506 Jy/beam ! Clean residual mean=-0.000028 rms=0.001426 Jy/beam ! Combined flux in latest and established models = 0.157992 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 47 components and 0.157992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103610Jy sigma=0.000674 ! Fit after self-cal, rms=0.103616Jy sigma=0.000674 ! 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.27 FD 1.00* HN 0.96 KP 1.01 ! LA 0.92 MK 1.06 NL 0.91 OV 1.02 ! PT 1.04 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.40 FD 1.00* HN 1.06 KP 0.98 ! LA 0.91 MK 1.00 NL 1.02 OV 1.10 ! PT 0.96 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.03 KP 0.94 ! LA 0.94 MK 1.03 NL 0.98 OV 0.98 ! PT 0.96 SC 1.01 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.02 KP 1.00* ! LA 0.86 MK 0.92 NL 1.00* OV 1.00* ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.103616Jy sigma=0.000674 ! Fit after self-cal, rms=0.104626Jy sigma=0.000667 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.844 mas, bmaj=7.689 mas, bpa=-6.805 degrees ! Estimated noise=1250.78 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.00122251 Jy ! Component: 100 - total flux cleaned = -0.0012711 Jy ! Component: 150 - total flux cleaned = -0.00135068 Jy ! Component: 200 - total flux cleaned = -0.00138507 Jy ! Total flux subtracted in 200 components = -0.00138507 Jy ! Clean residual min=-0.003751 max=0.004313 Jy/beam ! Clean residual mean=-0.000005 rms=0.001059 Jy/beam ! Combined flux in latest and established models = 0.156607 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 58 components and 0.156607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104576Jy sigma=0.000667 ! Fit after self-cal, rms=0.104661Jy sigma=0.000667 ! 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.104661Jy sigma=0.000667 ! Fit after self-cal, rms=0.105683Jy sigma=0.000665 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.842 mas, bmaj=7.693 mas, bpa=-6.796 degrees ! Estimated noise=1255.28 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000956901 Jy ! Component: 100 - total flux cleaned = -0.000956309 Jy ! Component: 150 - total flux cleaned = -0.000918251 Jy ! Component: 200 - total flux cleaned = -0.000950967 Jy ! Total flux subtracted in 200 components = -0.000950967 Jy ! Clean residual min=-0.003364 max=0.004364 Jy/beam ! Clean residual mean=-0.000008 rms=0.000968 Jy/beam ! Combined flux in latest and established models = 0.155656 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 67 components and 0.155656 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105640Jy sigma=0.000665 ! Fit after self-cal, rms=0.105656Jy 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 (56, -127). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00298156 Jy ! Component: 100 - total flux cleaned = 0.00349072 Jy ! Component: 150 - total flux cleaned = 0.00378034 Jy ! Component: 200 - total flux cleaned = 0.00387633 Jy ! Total flux subtracted in 200 components = 0.00387633 Jy ! Clean residual min=-0.003246 max=0.003814 Jy/beam ! Clean residual mean=-0.000004 rms=0.000895 Jy/beam ! Combined flux in latest and established models = 0.159533 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 88 components and 0.159533 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105508Jy sigma=0.000664 ! Fit after self-cal, rms=0.105482Jy sigma=0.000664 ! Inverting map ! Added new window around map position (-17.5, -94.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00177432 Jy ! Component: 100 - total flux cleaned = 0.00211683 Jy ! Component: 150 - total flux cleaned = 0.00235143 Jy ! Component: 200 - total flux cleaned = 0.00256259 Jy ! Total flux subtracted in 200 components = 0.00256259 Jy ! Clean residual min=-0.003153 max=0.003402 Jy/beam ! Clean residual mean=-0.000003 rms=0.000822 Jy/beam ! Combined flux in latest and established models = 0.162095 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 101 components and 0.162095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105349Jy sigma=0.000663 ! Fit after self-cal, rms=0.105341Jy sigma=0.000663 ! 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.105341Jy sigma=0.000663 ! Fit after self-cal, rms=0.105845Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.841 mas, bmaj=7.703 mas, bpa=-6.789 degrees ! Estimated noise=1251.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000602079 Jy ! Component: 100 - total flux cleaned = 0.000607029 Jy ! Component: 150 - total flux cleaned = 0.000653627 Jy ! Component: 200 - total flux cleaned = 0.000654862 Jy ! Total flux subtracted in 200 components = 0.000654862 Jy ! Clean residual min=-0.003043 max=0.002896 Jy/beam ! Clean residual mean=-0.000007 rms=0.000765 Jy/beam ! Combined flux in latest and established models = 0.16275 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 110 components and 0.16275 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105794Jy sigma=0.000662 ! Fit after self-cal, rms=0.105800Jy sigma=0.000662 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.61952e-05 Jy ! Component: 100 - total flux cleaned = -3.84281e-06 Jy ! Component: 150 - total flux cleaned = -3.02151e-06 Jy ! Component: 200 - total flux cleaned = -2.16591e-06 Jy ! Total flux subtracted in 200 components = -2.16591e-06 Jy ! Clean residual min=-0.003003 max=0.002832 Jy/beam ! Clean residual mean=-0.000007 rms=0.000754 Jy/beam ! Combined flux in latest and established models = 0.162748 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 114 components and 0.162748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105770Jy sigma=0.000662 ! Fit after self-cal, rms=0.105766Jy 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.105766Jy sigma=0.000662 ! Fit after self-cal, rms=0.105919Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.061 mas, bmaj=17.36 mas, bpa=-4.973 degrees ! Estimated noise=1661.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000397357 Jy ! Component: 100 - total flux cleaned = 0.000578869 Jy ! Component: 150 - total flux cleaned = 0.000613593 Jy ! Component: 200 - total flux cleaned = 0.000550358 Jy ! Total flux subtracted in 200 components = 0.000550358 Jy ! Clean residual min=-0.003350 max=0.003617 Jy/beam ! Clean residual mean=-0.000015 rms=0.001018 Jy/beam ! Combined flux in latest and established models = 0.163298 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 127 components and 0.163298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105913Jy sigma=0.000662 ! Fit after self-cal, rms=0.105908Jy sigma=0.000662 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 = 4.72183e-05 Jy ! Component: 100 - total flux cleaned = 0.000144909 Jy ! Component: 150 - total flux cleaned = 0.000144941 Jy ! Component: 200 - total flux cleaned = 0.000172932 Jy ! Total flux subtracted in 200 components = 0.000172932 Jy ! Clean residual min=-0.003319 max=0.003603 Jy/beam ! Clean residual mean=-0.000014 rms=0.001012 Jy/beam ! Combined flux in latest and established models = 0.163471 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 128 components and 0.163471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105906Jy sigma=0.000662 ! Fit after self-cal, rms=0.105898Jy sigma=0.000662 ! 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.842 mas, bmaj=7.707 mas, bpa=-6.769 degrees ! Estimated noise=1249.98 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.842 x 7.707 at -6.769 degrees (North through East) ! Clean map min=-0.0031828 max=0.11504 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.304 mas, bmaj=6.614 mas, bpa=-8.291 degrees ! Estimated noise=1888.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0910402 Jy ! Component: 100 - total flux cleaned = 0.117938 Jy ! Component: 150 - total flux cleaned = 0.133219 Jy ! Component: 200 - total flux cleaned = 0.142388 Jy ! Total flux subtracted in 200 components = 0.142388 Jy ! Clean residual min=-0.005185 max=0.005226 Jy/beam ! Clean residual mean=-0.000002 rms=0.001422 Jy/beam ! Combined flux in latest and established models = 0.142388 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.142388 Jy ! Inverting map and beam ! Estimated beam: bmin=2.842 mas, bmaj=7.707 mas, bpa=-6.769 degrees ! Estimated noise=1249.98 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.00698279 Jy ! Component: 100 - total flux cleaned = 0.0112321 Jy ! Component: 150 - total flux cleaned = 0.01391 Jy ! Component: 200 - total flux cleaned = 0.0157237 Jy ! Total flux subtracted in 200 components = 0.0157237 Jy ! Clean residual min=-0.003492 max=0.003532 Jy/beam ! Clean residual mean=-0.000010 rms=0.000903 Jy/beam ! Combined flux in latest and established models = 0.158111 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 50 components and 0.158111 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.061 mas, bmaj=17.36 mas, bpa=-4.973 degrees ! Estimated noise=1661.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00284553 Jy ! Component: 100 - total flux cleaned = 0.00383169 Jy ! Component: 150 - total flux cleaned = 0.0045755 Jy ! Component: 200 - total flux cleaned = 0.00473144 Jy ! Total flux subtracted in 200 components = 0.00473144 Jy ! Clean residual min=-0.003624 max=0.003915 Jy/beam ! Clean residual mean=-0.000017 rms=0.001066 Jy/beam ! Combined flux in latest and established models = 0.162843 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.000140866 Jy ! Component: 100 - total flux cleaned = 0.000268155 Jy ! Component: 150 - total flux cleaned = 0.000348057 Jy ! Component: 200 - total flux cleaned = 0.000425214 Jy ! Total flux subtracted in 200 components = 0.000425214 Jy ! Clean residual min=-0.003542 max=0.003817 Jy/beam ! Clean residual mean=-0.000016 rms=0.001040 Jy/beam ! Combined flux in latest and established models = 0.163268 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 72 components and 0.163268 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.842 mas, bmaj=7.707 mas, bpa=-6.769 degrees ! Estimated noise=1249.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000221731 Jy ! Component: 100 - total flux cleaned = -6.15447e-05 Jy ! Component: 150 - total flux cleaned = -6.01685e-05 Jy ! Component: 200 - total flux cleaned = -0.000121708 Jy ! Total flux subtracted in 200 components = -0.000121708 Jy ! Clean residual min=-0.003116 max=0.003160 Jy/beam ! Clean residual mean=-0.000008 rms=0.000792 Jy/beam ! Combined flux in latest and established models = 0.163146 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 89 components and 0.163146 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106024Jy sigma=0.000662 ! Fit after self-cal, rms=0.105990Jy sigma=0.000662 wmodel J0952-2453_S_2017_07_16_pus_map.mod ! Writing 89 model components to file: J0952-2453_S_2017_07_16_pus_map.mod wobs J0952-2453_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J0952-2453_S_2017_07_16_pus_uvs.fits wwins J0952-2453_S_2017_07_16_pus_map.win ! wwins: Wrote 4 windows to J0952-2453_S_2017_07_16_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.000120299 Jy ! Component: 100 - total flux cleaned = -0.000430462 Jy ! Component: 150 - total flux cleaned = -0.000726167 Jy ! Component: 200 - total flux cleaned = -0.000867747 Jy ! Component: 250 - total flux cleaned = -0.000868706 Jy ! Component: 300 - total flux cleaned = -0.00100066 Jy ! Component: 350 - total flux cleaned = -0.00112672 Jy ! Component: 400 - total flux cleaned = -0.00124922 Jy ! Component: 450 - total flux cleaned = -0.0013681 Jy ! Component: 500 - total flux cleaned = -0.00136847 Jy ! Component: 550 - total flux cleaned = -0.00144438 Jy ! Component: 600 - total flux cleaned = -0.00155439 Jy ! Component: 650 - total flux cleaned = -0.00148261 Jy ! Component: 700 - total flux cleaned = -0.00130784 Jy ! Component: 750 - total flux cleaned = -0.00117146 Jy ! Component: 800 - total flux cleaned = -0.00103733 Jy ! Component: 850 - total flux cleaned = -0.00080658 Jy ! Component: 900 - total flux cleaned = -0.000581143 Jy ! Component: 950 - total flux cleaned = -0.000423079 Jy ! Component: 1000 - total flux cleaned = -0.000112824 Jy ! Component: 1050 - total flux cleaned = 6.92863e-05 Jy ! Component: 1100 - total flux cleaned = 0.00027851 Jy ! Component: 1150 - total flux cleaned = 0.000601877 Jy ! Component: 1200 - total flux cleaned = 0.00074694 Jy ! Component: 1250 - total flux cleaned = 0.00108925 Jy ! Component: 1300 - total flux cleaned = 0.00145318 Jy ! Component: 1350 - total flux cleaned = 0.00167408 Jy ! Component: 1400 - total flux cleaned = 0.00189137 Jy ! Component: 1450 - total flux cleaned = 0.00202577 Jy ! Component: 1500 - total flux cleaned = 0.00226383 Jy ! Component: 1550 - total flux cleaned = 0.00236825 Jy ! Component: 1600 - total flux cleaned = 0.00252246 Jy ! Component: 1650 - total flux cleaned = 0.00269925 Jy ! Component: 1700 - total flux cleaned = 0.00269886 Jy ! Component: 1750 - total flux cleaned = 0.0027981 Jy ! Component: 1800 - total flux cleaned = 0.0028708 Jy ! Component: 1850 - total flux cleaned = 0.00289491 Jy ! Component: 1900 - total flux cleaned = 0.00306094 Jy ! Component: 1950 - total flux cleaned = 0.0030607 Jy ! Component: 2000 - total flux cleaned = 0.00308363 Jy ! Component: 2050 - total flux cleaned = 0.0031523 Jy ! Component: 2100 - total flux cleaned = 0.00331088 Jy ! Component: 2150 - total flux cleaned = 0.003423 Jy ! Component: 2200 - total flux cleaned = 0.00355583 Jy ! Component: 2250 - total flux cleaned = 0.00368751 Jy ! Component: 2300 - total flux cleaned = 0.0037742 Jy ! Component: 2350 - total flux cleaned = 0.00394623 Jy ! Component: 2400 - total flux cleaned = 0.00396755 Jy ! Component: 2450 - total flux cleaned = 0.00407279 Jy ! Component: 2500 - total flux cleaned = 0.0042186 Jy ! Component: 2550 - total flux cleaned = 0.00421854 Jy ! Component: 2600 - total flux cleaned = 0.00436165 Jy ! Component: 2650 - total flux cleaned = 0.00442216 Jy ! Component: 2700 - total flux cleaned = 0.00448234 Jy ! Component: 2750 - total flux cleaned = 0.00456179 Jy ! Component: 2800 - total flux cleaned = 0.0046999 Jy ! Component: 2850 - total flux cleaned = 0.00477807 Jy ! Component: 2900 - total flux cleaned = 0.00487514 Jy ! Component: 2950 - total flux cleaned = 0.00491373 Jy ! Component: 3000 - total flux cleaned = 0.00506646 Jy ! Component: 3050 - total flux cleaned = 0.00512347 Jy ! Component: 3100 - total flux cleaned = 0.00519848 Jy ! Component: 3150 - total flux cleaned = 0.00523586 Jy ! Component: 3200 - total flux cleaned = 0.00530999 Jy ! Component: 3250 - total flux cleaned = 0.00543839 Jy ! Component: 3300 - total flux cleaned = 0.00551127 Jy ! Component: 3350 - total flux cleaned = 0.00561963 Jy ! Component: 3400 - total flux cleaned = 0.00569139 Jy ! Component: 3450 - total flux cleaned = 0.00576257 Jy ! Component: 3500 - total flux cleaned = 0.00590402 Jy ! Component: 3550 - total flux cleaned = 0.00604456 Jy ! Component: 3600 - total flux cleaned = 0.0061319 Jy ! Component: 3650 - total flux cleaned = 0.00623589 Jy ! Component: 3700 - total flux cleaned = 0.00627033 Jy ! Component: 3750 - total flux cleaned = 0.00638992 Jy ! Component: 3800 - total flux cleaned = 0.00652596 Jy ! Component: 3850 - total flux cleaned = 0.00650918 Jy ! Component: 3900 - total flux cleaned = 0.00662675 Jy ! Component: 3950 - total flux cleaned = 0.00667677 Jy ! Component: 4000 - total flux cleaned = 0.00682604 Jy ! Component: 4050 - total flux cleaned = 0.00687534 Jy ! Total flux subtracted in 4096 components = 0.00698999 Jy ! Clean residual min=-0.000961 max=0.000984 Jy/beam ! Clean residual mean=0.000001 rms=0.000291 Jy/beam ! Combined flux in latest and established models = 0.170136 Jy keep ! Adding 271 model components to the UV plane model. ! The established model now contains 360 components and 0.170136 Jy ![Exited script file: muppet] wmap "J0952-2453_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.842 x 7.707 at -6.769 degrees (North through East) ! Clean map min=-0.0020138 max=0.116 Jy/beam ! Writing clean map to FITS file: J0952-2453_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.115997 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000282499 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.730621 0.730621 1.46124 2.92248 5.84497 11.6899 23.3799 46.7597 93.5195 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.115 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.842 x 7.707 at -6.769 degrees (North through East) ! Clean map min=-0.0020138 max=0.116 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 J0952-2453_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:06:12 2019