! Started logfile: J0236-2953_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:43:47 2016 obs J0236-2953_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0236-2953_S_2015_03_17_pus_uva.fits ! AN table 1: 58 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.569732 visibilities/baseline/integration-bin. ! Found source: J0236-2953 ! ! 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 330 lines of history. ! ! Reading 5948 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 J0236-2953_S_2015_03_17_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 188 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 185 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 185 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 189 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.781319Jy sigma=0.006418 ! Fit after self-cal, rms=0.773998Jy sigma=0.006364 ! 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.71 mas, bmaj=7.827 mas, bpa=-1.577 degrees ! Estimated noise=1546.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). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.169213 Jy ! Component: 100 - total flux cleaned = 0.211896 Jy ! Total flux subtracted in 100 components = 0.211896 Jy ! Clean residual min=-0.007726 max=0.015679 Jy/beam ! Clean residual mean=0.000012 rms=0.002074 Jy/beam ! Combined flux in latest and established models = 0.211896 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.211896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111865Jy sigma=0.000844 ! Fit after self-cal, rms=0.111851Jy sigma=0.000844 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0153598 Jy ! Component: 100 - total flux cleaned = 0.0237961 Jy ! Total flux subtracted in 100 components = 0.0237961 Jy ! Clean residual min=-0.006840 max=0.010540 Jy/beam ! Clean residual mean=0.000007 rms=0.001751 Jy/beam ! Combined flux in latest and established models = 0.235692 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 26 components and 0.235692 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107611Jy sigma=0.000812 ! Fit after self-cal, rms=0.107601Jy sigma=0.000812 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.37 mas, bmaj=9.849 mas, bpa=-2.47 degrees ! Estimated noise=1151.6 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 (-4.5, 7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0141109 Jy ! Component: 100 - total flux cleaned = 0.0217457 Jy ! Component: 150 - total flux cleaned = 0.0264033 Jy ! Component: 200 - total flux cleaned = 0.028351 Jy ! Total flux subtracted in 200 components = 0.028351 Jy ! Clean residual min=-0.006014 max=0.006731 Jy/beam ! Clean residual mean=0.000001 rms=0.001498 Jy/beam ! Combined flux in latest and established models = 0.264043 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 72 components and 0.264043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105342Jy sigma=0.000799 ! Fit after self-cal, rms=0.105257Jy sigma=0.000798 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.90 HN 1.07 KP 1.09 ! LA 1.01 MK 0.96 NL 0.91 OV 1.00 ! PT 1.05 SC 0.97 ! ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.90 HN 1.16 KP 1.05 ! LA 0.98 MK 0.99 NL 1.00 OV 1.01 ! PT 1.07 SC 1.04 ! ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.91 HN 1.13 KP 0.96 ! LA 0.79 MK 1.09 NL 1.13 OV 0.93 ! PT 1.03 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.10 FD 1.00 HN 1.10 KP 0.93 ! LA 0.83 MK 1.05 NL 1.02 OV 1.05 ! PT 1.07 SC 0.98 ! ! ! Fit before self-cal, rms=0.105257Jy sigma=0.000798 ! Fit after self-cal, rms=0.101096Jy sigma=0.000771 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.412 mas, bmaj=10.07 mas, bpa=-2.6 degrees ! Estimated noise=1162.13 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.00140098 Jy ! Component: 100 - total flux cleaned = -0.00176563 Jy ! Component: 150 - total flux cleaned = -0.00191403 Jy ! Component: 200 - total flux cleaned = -0.00203942 Jy ! Total flux subtracted in 200 components = -0.00203942 Jy ! Clean residual min=-0.003217 max=0.003581 Jy/beam ! Clean residual mean=-0.000013 rms=0.000886 Jy/beam ! Combined flux in latest and established models = 0.262004 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 92 components and 0.262004 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100930Jy sigma=0.000770 ! Fit after self-cal, rms=0.100898Jy sigma=0.000770 ! 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.100898Jy sigma=0.000770 ! Fit after self-cal, rms=0.101084Jy sigma=0.000769 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.415 mas, bmaj=10.07 mas, bpa=-2.545 degrees ! Estimated noise=1161.53 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000854231 Jy ! Component: 100 - total flux cleaned = -0.000970982 Jy ! Component: 150 - total flux cleaned = -0.00102349 Jy ! Component: 200 - total flux cleaned = -0.00111374 Jy ! Total flux subtracted in 200 components = -0.00111374 Jy ! Clean residual min=-0.003119 max=0.003296 Jy/beam ! Clean residual mean=-0.000013 rms=0.000856 Jy/beam ! Combined flux in latest and established models = 0.26089 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 107 components and 0.26089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101019Jy sigma=0.000769 ! Fit after self-cal, rms=0.101020Jy sigma=0.000769 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.29002e-05 Jy ! Component: 100 - total flux cleaned = -8.06364e-05 Jy ! Component: 150 - total flux cleaned = -0.000114755 Jy ! Component: 200 - total flux cleaned = -0.000115401 Jy ! Total flux subtracted in 200 components = -0.000115401 Jy ! Clean residual min=-0.003116 max=0.003212 Jy/beam ! Clean residual mean=-0.000013 rms=0.000851 Jy/beam ! Combined flux in latest and established models = 0.260774 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 119 components and 0.260774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100992Jy sigma=0.000769 ! Fit after self-cal, rms=0.100989Jy sigma=0.000769 ! 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.100989Jy sigma=0.000769 ! Fit after self-cal, rms=0.101788Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.418 mas, bmaj=10.06 mas, bpa=-2.499 degrees ! Estimated noise=1160.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000952007 Jy ! Component: 100 - total flux cleaned = -0.000922791 Jy ! Component: 150 - total flux cleaned = -0.000947453 Jy ! Component: 200 - total flux cleaned = -0.00097114 Jy ! Total flux subtracted in 200 components = -0.00097114 Jy ! Clean residual min=-0.003000 max=0.003294 Jy/beam ! Clean residual mean=-0.000007 rms=0.000765 Jy/beam ! Combined flux in latest and established models = 0.259803 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 135 components and 0.259803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101769Jy sigma=0.000765 ! Fit after self-cal, rms=0.101792Jy sigma=0.000765 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 (-17, -70). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00173389 Jy ! Component: 100 - total flux cleaned = 0.00155937 Jy ! Component: 150 - total flux cleaned = 0.00145762 Jy ! Component: 200 - total flux cleaned = 0.00141211 Jy ! Total flux subtracted in 200 components = 0.00141211 Jy ! Clean residual min=-0.002798 max=0.002660 Jy/beam ! Clean residual mean=-0.000006 rms=0.000737 Jy/beam ! Combined flux in latest and established models = 0.261215 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 151 components and 0.261215 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101682Jy sigma=0.000764 ! Fit after self-cal, rms=0.101676Jy sigma=0.000764 ! 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.101676Jy sigma=0.000764 ! Fit after self-cal, rms=0.101741Jy sigma=0.000764 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.907 mas, bmaj=20.77 mas, bpa=-4.883 degrees ! Estimated noise=1421.33 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00015616 Jy ! Component: 100 - total flux cleaned = -0.000226606 Jy ! Component: 150 - total flux cleaned = -0.000289376 Jy ! Component: 200 - total flux cleaned = -0.00040428 Jy ! Total flux subtracted in 200 components = -0.00040428 Jy ! Clean residual min=-0.002541 max=0.002662 Jy/beam ! Clean residual mean=-0.000008 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.260811 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 170 components and 0.260811 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101718Jy sigma=0.000764 ! Fit after self-cal, rms=0.101718Jy sigma=0.000764 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 = -2.99765e-06 Jy ! Component: 100 - total flux cleaned = -4.41729e-06 Jy ! Component: 150 - total flux cleaned = -3.06059e-05 Jy ! Component: 200 - total flux cleaned = -5.4903e-05 Jy ! Total flux subtracted in 200 components = -5.4903e-05 Jy ! Clean residual min=-0.002495 max=0.002630 Jy/beam ! Clean residual mean=-0.000007 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.260756 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 176 components and 0.260756 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101709Jy sigma=0.000764 ! Fit after self-cal, rms=0.101706Jy sigma=0.000764 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=3.421 mas, bmaj=10.07 mas, bpa=-2.459 degrees ! Estimated noise=1160.29 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.421 x 10.07 at -2.459 degrees (North through East) ! Clean map min=-0.0026568 max=0.22075 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.728 mas, bmaj=7.845 mas, bpa=-0.9449 degrees ! Estimated noise=1708.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.172463 Jy ! Component: 100 - total flux cleaned = 0.214726 Jy ! Component: 150 - total flux cleaned = 0.229965 Jy ! Component: 200 - total flux cleaned = 0.238089 Jy ! Total flux subtracted in 200 components = 0.238089 Jy ! Clean residual min=-0.004485 max=0.005652 Jy/beam ! Clean residual mean=0.000006 rms=0.001246 Jy/beam ! Combined flux in latest and established models = 0.238089 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 36 model components to the UV plane model. ! The established model now contains 36 components and 0.238089 Jy ! Inverting map and beam ! Estimated beam: bmin=3.421 mas, bmaj=10.07 mas, bpa=-2.459 degrees ! Estimated noise=1160.29 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.00966719 Jy ! Component: 100 - total flux cleaned = 0.0150705 Jy ! Component: 150 - total flux cleaned = 0.0184552 Jy ! Component: 200 - total flux cleaned = 0.0199376 Jy ! Total flux subtracted in 200 components = 0.0199376 Jy ! Clean residual min=-0.002791 max=0.003335 Jy/beam ! Clean residual mean=-0.000002 rms=0.000789 Jy/beam ! Combined flux in latest and established models = 0.258027 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 82 components and 0.258027 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.907 mas, bmaj=20.77 mas, bpa=-4.883 degrees ! Estimated noise=1421.33 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00230237 Jy ! Component: 100 - total flux cleaned = 0.00250787 Jy ! Component: 150 - total flux cleaned = 0.00250452 Jy ! Component: 200 - total flux cleaned = 0.00239857 Jy ! Total flux subtracted in 200 components = 0.00239857 Jy ! Clean residual min=-0.002503 max=0.002887 Jy/beam ! Clean residual mean=-0.000005 rms=0.000827 Jy/beam ! Combined flux in latest and established models = 0.260425 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 = -4.39464e-05 Jy ! Component: 100 - total flux cleaned = -4.45955e-05 Jy ! Component: 150 - total flux cleaned = -4.49708e-05 Jy ! Component: 200 - total flux cleaned = -1.05806e-05 Jy ! Total flux subtracted in 200 components = -1.05806e-05 Jy ! Clean residual min=-0.002400 max=0.002684 Jy/beam ! Clean residual mean=-0.000005 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.260415 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 120 components and 0.260415 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.421 mas, bmaj=10.07 mas, bpa=-2.459 degrees ! Estimated noise=1160.29 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000711315 Jy ! Component: 100 - total flux cleaned = -0.000604419 Jy ! Component: 150 - total flux cleaned = -0.000556839 Jy ! Component: 200 - total flux cleaned = -0.000512258 Jy ! Total flux subtracted in 200 components = -0.000512258 Jy ! Clean residual min=-0.002872 max=0.002697 Jy/beam ! Clean residual mean=-0.000003 rms=0.000729 Jy/beam ! Combined flux in latest and established models = 0.259903 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 144 components and 0.259903 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101740Jy sigma=0.000764 ! Fit after self-cal, rms=0.101724Jy sigma=0.000764 wmodel J0236-2953_S_2015_03_17_pus_map.mod ! Writing 144 model components to file: J0236-2953_S_2015_03_17_pus_map.mod wobs J0236-2953_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0236-2953_S_2015_03_17_pus_uvs.fits wwins J0236-2953_S_2015_03_17_pus_map.win ! wwins: Wrote 3 windows to J0236-2953_S_2015_03_17_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.000142801 Jy ! Component: 100 - total flux cleaned = 0.000618809 Jy ! Component: 150 - total flux cleaned = 0.00080042 Jy ! Component: 200 - total flux cleaned = 0.000976049 Jy ! Component: 250 - total flux cleaned = 0.000934315 Jy ! Component: 300 - total flux cleaned = 0.000894374 Jy ! Component: 350 - total flux cleaned = 0.00093525 Jy ! Component: 400 - total flux cleaned = 0.000776609 Jy ! Component: 450 - total flux cleaned = 0.000698859 Jy ! Component: 500 - total flux cleaned = 0.000622712 Jy ! Component: 550 - total flux cleaned = 0.000471863 Jy ! Component: 600 - total flux cleaned = 0.000398113 Jy ! Component: 650 - total flux cleaned = 0.000361998 Jy ! Component: 700 - total flux cleaned = 0.000253864 Jy ! Component: 750 - total flux cleaned = 0.000112247 Jy ! Component: 800 - total flux cleaned = -2.66114e-05 Jy ! Component: 850 - total flux cleaned = -6.09557e-05 Jy ! Component: 900 - total flux cleaned = -0.000163076 Jy ! Component: 950 - total flux cleaned = -0.000196457 Jy ! Component: 1000 - total flux cleaned = -0.0002626 Jy ! Component: 1050 - total flux cleaned = -0.000393622 Jy ! Component: 1100 - total flux cleaned = -0.000393317 Jy ! Component: 1150 - total flux cleaned = -0.000489464 Jy ! Component: 1200 - total flux cleaned = -0.000552959 Jy ! Component: 1250 - total flux cleaned = -0.000646675 Jy ! Component: 1300 - total flux cleaned = -0.000646418 Jy ! Component: 1350 - total flux cleaned = -0.000615271 Jy ! Component: 1400 - total flux cleaned = -0.000676193 Jy ! Component: 1450 - total flux cleaned = -0.000706682 Jy ! Component: 1500 - total flux cleaned = -0.000766665 Jy ! Component: 1550 - total flux cleaned = -0.000855324 Jy ! Component: 1600 - total flux cleaned = -0.00082576 Jy ! Component: 1650 - total flux cleaned = -0.000970775 Jy ! Component: 1700 - total flux cleaned = -0.000999465 Jy ! Component: 1750 - total flux cleaned = -0.00102786 Jy ! Component: 1800 - total flux cleaned = -0.0011128 Jy ! Component: 1850 - total flux cleaned = -0.00111258 Jy ! Component: 1900 - total flux cleaned = -0.00119601 Jy ! Component: 1950 - total flux cleaned = -0.00119587 Jy ! Component: 2000 - total flux cleaned = -0.00133242 Jy ! Component: 2050 - total flux cleaned = -0.0013867 Jy ! Component: 2100 - total flux cleaned = -0.00144057 Jy ! Component: 2150 - total flux cleaned = -0.00146695 Jy ! Component: 2200 - total flux cleaned = -0.00144049 Jy ! Component: 2250 - total flux cleaned = -0.0014935 Jy ! Component: 2300 - total flux cleaned = -0.0016243 Jy ! Component: 2350 - total flux cleaned = -0.0016245 Jy ! Component: 2400 - total flux cleaned = -0.00172747 Jy ! Component: 2450 - total flux cleaned = -0.00154842 Jy ! Component: 2500 - total flux cleaned = -0.00162504 Jy ! Component: 2550 - total flux cleaned = -0.00170101 Jy ! Component: 2600 - total flux cleaned = -0.00172606 Jy ! Component: 2650 - total flux cleaned = -0.00175083 Jy ! Component: 2700 - total flux cleaned = -0.00175073 Jy ! Component: 2750 - total flux cleaned = -0.00172597 Jy ! Component: 2800 - total flux cleaned = -0.00170157 Jy ! Component: 2850 - total flux cleaned = -0.0016774 Jy ! Component: 2900 - total flux cleaned = -0.00158108 Jy ! Component: 2950 - total flux cleaned = -0.00167697 Jy ! Component: 3000 - total flux cleaned = -0.00165299 Jy ! Component: 3050 - total flux cleaned = -0.0016765 Jy ! Component: 3100 - total flux cleaned = -0.00167646 Jy ! Component: 3150 - total flux cleaned = -0.00172336 Jy ! Component: 3200 - total flux cleaned = -0.00176992 Jy ! Component: 3250 - total flux cleaned = -0.00167728 Jy ! Component: 3300 - total flux cleaned = -0.00176923 Jy ! Component: 3350 - total flux cleaned = -0.0017463 Jy ! Component: 3400 - total flux cleaned = -0.00181463 Jy ! Component: 3450 - total flux cleaned = -0.00181469 Jy ! Component: 3500 - total flux cleaned = -0.00179206 Jy ! Component: 3550 - total flux cleaned = -0.00179241 Jy ! Component: 3600 - total flux cleaned = -0.00172594 Jy ! Component: 3650 - total flux cleaned = -0.00181436 Jy ! Component: 3700 - total flux cleaned = -0.0018361 Jy ! Component: 3750 - total flux cleaned = -0.0018141 Jy ! Component: 3800 - total flux cleaned = -0.00187916 Jy ! Component: 3850 - total flux cleaned = -0.00194398 Jy ! Component: 3900 - total flux cleaned = -0.00187953 Jy ! Component: 3950 - total flux cleaned = -0.00192214 Jy ! Component: 4000 - total flux cleaned = -0.00198583 Jy ! Component: 4050 - total flux cleaned = -0.00192244 Jy ! Total flux subtracted in 4096 components = -0.00190168 Jy ! Clean residual min=-0.001245 max=0.001317 Jy/beam ! Clean residual mean=-0.000001 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.258001 Jy keep ! Adding 303 model components to the UV plane model. ! The established model now contains 447 components and 0.258001 Jy ![Exited script file: muppet] wmap "J0236-2953_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.421 x 10.07 at -2.459 degrees (North through East) ! Clean map min=-0.0023348 max=0.2243 Jy/beam ! Writing clean map to FITS file: J0236-2953_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.224304 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000410674 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.549263 0.549263 1.09853 2.19705 4.3941 8.7882 17.5764 35.1528 70.3056 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.224 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.421 x 10.07 at -2.459 degrees (North through East) ! Clean map min=-0.0023348 max=0.2243 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 J0236-2953_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:43:53 2016