! Started logfile: J1033-3601_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:24:03 2016 obs J1033-3601_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1033-3601_S_2014_08_05_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.605282 visibilities/baseline/integration-bin. ! Found source: J1033-3601 ! ! 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 360 lines of history. ! ! Reading 13292 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 J1033-3601_S_2014_08_05_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 263 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 263 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 263 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 263 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.891379Jy sigma=0.006182 ! Fit after self-cal, rms=0.845164Jy sigma=0.005880 ! 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.941 mas, bmaj=9.749 mas, bpa=16.24 degrees ! Estimated noise=1485.73 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.126203 Jy ! Component: 100 - total flux cleaned = 0.157812 Jy ! Total flux subtracted in 100 components = 0.157812 Jy ! Clean residual min=-0.008916 max=0.017657 Jy/beam ! Clean residual mean=-0.000066 rms=0.002496 Jy/beam ! Combined flux in latest and established models = 0.157812 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.157812 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125535Jy sigma=0.000802 ! Fit after self-cal, rms=0.125484Jy sigma=0.000802 ! Inverting map ! Added new window around map position (1, 13.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0147959 Jy ! Component: 100 - total flux cleaned = 0.0211677 Jy ! Total flux subtracted in 100 components = 0.0211677 Jy ! Clean residual min=-0.007250 max=0.009672 Jy/beam ! Clean residual mean=-0.000022 rms=0.001961 Jy/beam ! Combined flux in latest and established models = 0.17898 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 27 components and 0.17898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123800Jy sigma=0.000788 ! Fit after self-cal, rms=0.123702Jy sigma=0.000787 ! 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.991 mas, bmaj=12.42 mas, bpa=13.85 degrees ! Estimated noise=893.356 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.00642783 Jy ! Component: 100 - total flux cleaned = 0.00779174 Jy ! Component: 150 - total flux cleaned = 0.00836413 Jy ! Component: 200 - total flux cleaned = 0.0088375 Jy ! Total flux subtracted in 200 components = 0.0088375 Jy ! Clean residual min=-0.005553 max=0.007271 Jy/beam ! Clean residual mean=-0.000010 rms=0.001532 Jy/beam ! Combined flux in latest and established models = 0.187818 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 46 components and 0.187818 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123289Jy sigma=0.000784 ! Fit after self-cal, rms=0.123302Jy sigma=0.000784 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.84 HN 1.14 KP 1.07 ! LA 1.12 MK 1.00* NL 1.17 OV 1.02 ! PT 0.97 SC 0.98 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.01 HN 1.17 KP 0.98 ! LA 1.04 MK 1.00* NL 1.26 OV 1.03 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.07 HN 1.12 KP 0.89 ! LA 0.82 MK 1.00* NL 1.21 OV 0.96 ! PT 0.97 SC 0.99 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.99 HN 1.25 KP 0.88 ! LA 0.81 MK 1.00* NL 1.29 OV 1.00 ! PT 1.02 SC 0.96 ! ! ! Fit before self-cal, rms=0.123302Jy sigma=0.000784 ! Fit after self-cal, rms=0.129747Jy sigma=0.000769 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.968 mas, bmaj=12.73 mas, bpa=14.57 degrees ! Estimated noise=907.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.00241425 Jy ! Component: 100 - total flux cleaned = -0.00256887 Jy ! Component: 150 - total flux cleaned = -0.00263403 Jy ! Component: 200 - total flux cleaned = -0.00268415 Jy ! Total flux subtracted in 200 components = -0.00268415 Jy ! Clean residual min=-0.003048 max=0.002910 Jy/beam ! Clean residual mean=0.000036 rms=0.000826 Jy/beam ! Combined flux in latest and established models = 0.185134 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 65 components and 0.185134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129615Jy sigma=0.000768 ! Fit after self-cal, rms=0.129870Jy sigma=0.000768 ! 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.129870Jy sigma=0.000768 ! Fit after self-cal, rms=0.130515Jy sigma=0.000767 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.969 mas, bmaj=12.77 mas, bpa=14.57 degrees ! Estimated noise=904.376 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000852985 Jy ! Component: 100 - total flux cleaned = -0.000956 Jy ! Component: 150 - total flux cleaned = -0.00098614 Jy ! Component: 200 - total flux cleaned = -0.00101314 Jy ! Total flux subtracted in 200 components = -0.00101314 Jy ! Clean residual min=-0.003158 max=0.002835 Jy/beam ! Clean residual mean=0.000027 rms=0.000749 Jy/beam ! Combined flux in latest and established models = 0.18412 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 74 components and 0.18412 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130489Jy sigma=0.000767 ! Fit after self-cal, rms=0.130513Jy sigma=0.000767 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.000164688 Jy ! Component: 100 - total flux cleaned = -0.000163504 Jy ! Component: 150 - total flux cleaned = -0.000162826 Jy ! Component: 200 - total flux cleaned = -0.000201394 Jy ! Total flux subtracted in 200 components = -0.000201394 Jy ! Clean residual min=-0.003103 max=0.002835 Jy/beam ! Clean residual mean=0.000027 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.183919 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 77 components and 0.183919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130502Jy sigma=0.000767 ! Fit after self-cal, rms=0.130503Jy sigma=0.000767 ! 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.130503Jy sigma=0.000767 ! Fit after self-cal, rms=0.131276Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.971 mas, bmaj=12.81 mas, bpa=14.65 degrees ! Estimated noise=904.141 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000624462 Jy ! Component: 100 - total flux cleaned = -0.000699005 Jy ! Component: 150 - total flux cleaned = -0.00074171 Jy ! Component: 200 - total flux cleaned = -0.0007606 Jy ! Total flux subtracted in 200 components = -0.0007606 Jy ! Clean residual min=-0.003114 max=0.002768 Jy/beam ! Clean residual mean=0.000028 rms=0.000736 Jy/beam ! Combined flux in latest and established models = 0.183158 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 85 components and 0.183158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131262Jy sigma=0.000767 ! Fit after self-cal, rms=0.131281Jy sigma=0.000767 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 = -9.52677e-05 Jy ! Component: 100 - total flux cleaned = -0.000112277 Jy ! Component: 150 - total flux cleaned = -0.000143032 Jy ! Component: 200 - total flux cleaned = -0.000157313 Jy ! Total flux subtracted in 200 components = -0.000157313 Jy ! Clean residual min=-0.003060 max=0.002778 Jy/beam ! Clean residual mean=0.000028 rms=0.000735 Jy/beam ! Combined flux in latest and established models = 0.183001 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 92 components and 0.183001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131275Jy sigma=0.000767 ! Fit after self-cal, rms=0.131277Jy sigma=0.000767 ! 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.131277Jy sigma=0.000767 ! Fit after self-cal, rms=0.132018Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.936 mas, bmaj=25.17 mas, bpa=3.226 degrees ! Estimated noise=1017.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000716086 Jy ! Component: 100 - total flux cleaned = -0.000812305 Jy ! Component: 150 - total flux cleaned = -0.000862975 Jy ! Component: 200 - total flux cleaned = -0.000884763 Jy ! Total flux subtracted in 200 components = -0.000884763 Jy ! Clean residual min=-0.003027 max=0.003238 Jy/beam ! Clean residual mean=0.000047 rms=0.000868 Jy/beam ! Combined flux in latest and established models = 0.182116 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 97 components and 0.182116 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132015Jy sigma=0.000767 ! Fit after self-cal, rms=0.132030Jy sigma=0.000767 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.10154e-05 Jy ! Component: 100 - total flux cleaned = -7.69658e-05 Jy ! Component: 150 - total flux cleaned = -8.73809e-05 Jy ! Component: 200 - total flux cleaned = -9.77146e-05 Jy ! Total flux subtracted in 200 components = -9.77146e-05 Jy ! Clean residual min=-0.003035 max=0.003242 Jy/beam ! Clean residual mean=0.000047 rms=0.000867 Jy/beam ! Combined flux in latest and established models = 0.182019 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 101 components and 0.182019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132028Jy sigma=0.000767 ! Fit after self-cal, rms=0.132027Jy sigma=0.000767 ! 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.972 mas, bmaj=12.85 mas, bpa=14.72 degrees ! Estimated noise=904.036 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.972 x 12.85 at 14.72 degrees (North through East) ! Clean map min=-0.0077346 max=0.15865 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.892 mas, bmaj=10.04 mas, bpa=17.02 degrees ! Estimated noise=1517.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.128509 Jy ! Component: 100 - total flux cleaned = 0.158494 Jy ! Component: 150 - total flux cleaned = 0.169742 Jy ! Component: 200 - total flux cleaned = 0.17529 Jy ! Total flux subtracted in 200 components = 0.17529 Jy ! Clean residual min=-0.004409 max=0.004427 Jy/beam ! Clean residual mean=-0.000000 rms=0.001116 Jy/beam ! Combined flux in latest and established models = 0.17529 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.17529 Jy ! Inverting map and beam ! Estimated beam: bmin=3.972 mas, bmaj=12.85 mas, bpa=14.72 degrees ! Estimated noise=904.036 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 (-3, -10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00455997 Jy ! Component: 100 - total flux cleaned = 0.00501991 Jy ! Component: 150 - total flux cleaned = 0.0052897 Jy ! Component: 200 - total flux cleaned = 0.00544044 Jy ! Total flux subtracted in 200 components = 0.00544044 Jy ! Clean residual min=-0.003002 max=0.002634 Jy/beam ! Clean residual mean=0.000022 rms=0.000765 Jy/beam ! Combined flux in latest and established models = 0.180731 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 76 components and 0.180731 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=8.936 mas, bmaj=25.17 mas, bpa=3.226 degrees ! Estimated noise=1017.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000653403 Jy ! Component: 100 - total flux cleaned = 0.00076147 Jy ! Component: 150 - total flux cleaned = 0.000715187 Jy ! Component: 200 - total flux cleaned = 0.00067949 Jy ! Total flux subtracted in 200 components = 0.00067949 Jy ! Clean residual min=-0.003064 max=0.003192 Jy/beam ! Clean residual mean=0.000043 rms=0.000877 Jy/beam ! Combined flux in latest and established models = 0.18141 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 = 2.24752e-06 Jy ! Component: 100 - total flux cleaned = -2.55442e-05 Jy ! Component: 150 - total flux cleaned = -0.000107915 Jy ! Component: 200 - total flux cleaned = -0.000181906 Jy ! Total flux subtracted in 200 components = -0.000181906 Jy ! Clean residual min=-0.003033 max=0.003189 Jy/beam ! Clean residual mean=0.000044 rms=0.000865 Jy/beam ! Combined flux in latest and established models = 0.181228 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 117 components and 0.181228 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.972 mas, bmaj=12.85 mas, bpa=14.72 degrees ! Estimated noise=904.036 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.27822e-05 Jy ! Component: 100 - total flux cleaned = 9.81393e-05 Jy ! Component: 150 - total flux cleaned = 9.90015e-06 Jy ! Component: 200 - total flux cleaned = -4.43043e-05 Jy ! Total flux subtracted in 200 components = -4.43043e-05 Jy ! Clean residual min=-0.002843 max=0.002667 Jy/beam ! Clean residual mean=0.000029 rms=0.000714 Jy/beam ! Combined flux in latest and established models = 0.181184 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 140 components and 0.181184 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131987Jy sigma=0.000767 ! Fit after self-cal, rms=0.131994Jy sigma=0.000767 wmodel J1033-3601_S_2014_08_05_pus_map.mod ! Writing 140 model components to file: J1033-3601_S_2014_08_05_pus_map.mod wobs J1033-3601_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1033-3601_S_2014_08_05_pus_uvs.fits wwins J1033-3601_S_2014_08_05_pus_map.win ! wwins: Wrote 3 windows to J1033-3601_S_2014_08_05_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 = -6.07627e-05 Jy ! Component: 100 - total flux cleaned = 0.000345648 Jy ! Component: 150 - total flux cleaned = 0.000388484 Jy ! Component: 200 - total flux cleaned = 0.00050734 Jy ! Component: 250 - total flux cleaned = 0.000583833 Jy ! Component: 300 - total flux cleaned = 0.000657092 Jy ! Component: 350 - total flux cleaned = 0.000619889 Jy ! Component: 400 - total flux cleaned = 0.0005843 Jy ! Component: 450 - total flux cleaned = 0.000650879 Jy ! Component: 500 - total flux cleaned = 0.000715411 Jy ! Component: 550 - total flux cleaned = 0.000747246 Jy ! Component: 600 - total flux cleaned = 0.00077866 Jy ! Component: 650 - total flux cleaned = 0.000838575 Jy ! Component: 700 - total flux cleaned = 0.000838421 Jy ! Component: 750 - total flux cleaned = 0.000809193 Jy ! Component: 800 - total flux cleaned = 0.000723848 Jy ! Component: 850 - total flux cleaned = 0.00066809 Jy ! Component: 900 - total flux cleaned = 0.000613864 Jy ! Component: 950 - total flux cleaned = 0.000613552 Jy ! Component: 1000 - total flux cleaned = 0.000613271 Jy ! Component: 1050 - total flux cleaned = 0.000562345 Jy ! Component: 1100 - total flux cleaned = 0.000613085 Jy ! Component: 1150 - total flux cleaned = 0.000588788 Jy ! Component: 1200 - total flux cleaned = 0.000613284 Jy ! Component: 1250 - total flux cleaned = 0.000661142 Jy ! Component: 1300 - total flux cleaned = 0.000637534 Jy ! Component: 1350 - total flux cleaned = 0.000614323 Jy ! Component: 1400 - total flux cleaned = 0.000591044 Jy ! Component: 1450 - total flux cleaned = 0.000568347 Jy ! Component: 1500 - total flux cleaned = 0.00052378 Jy ! Component: 1550 - total flux cleaned = 0.000524044 Jy ! Component: 1600 - total flux cleaned = 0.000545345 Jy ! Component: 1650 - total flux cleaned = 0.000545177 Jy ! Component: 1700 - total flux cleaned = 0.000523995 Jy ! Component: 1750 - total flux cleaned = 0.000565293 Jy ! Component: 1800 - total flux cleaned = 0.000625942 Jy ! Component: 1850 - total flux cleaned = 0.000585459 Jy ! Component: 1900 - total flux cleaned = 0.00056557 Jy ! Component: 1950 - total flux cleaned = 0.000585521 Jy ! Component: 2000 - total flux cleaned = 0.000624347 Jy ! Component: 2050 - total flux cleaned = 0.000643183 Jy ! Component: 2100 - total flux cleaned = 0.000624232 Jy ! Component: 2150 - total flux cleaned = 0.000642875 Jy ! Component: 2200 - total flux cleaned = 0.000642828 Jy ! Component: 2250 - total flux cleaned = 0.000661098 Jy ! Component: 2300 - total flux cleaned = 0.000679057 Jy ! Component: 2350 - total flux cleaned = 0.000697098 Jy ! Component: 2400 - total flux cleaned = 0.000696951 Jy ! Component: 2450 - total flux cleaned = 0.000749429 Jy ! Component: 2500 - total flux cleaned = 0.000784077 Jy ! Component: 2550 - total flux cleaned = 0.0007842 Jy ! Component: 2600 - total flux cleaned = 0.000834869 Jy ! Component: 2650 - total flux cleaned = 0.00081824 Jy ! Component: 2700 - total flux cleaned = 0.000851465 Jy ! Component: 2750 - total flux cleaned = 0.000835091 Jy ! Component: 2800 - total flux cleaned = 0.000802697 Jy ! Component: 2850 - total flux cleaned = 0.000818816 Jy ! Component: 2900 - total flux cleaned = 0.00078691 Jy ! Component: 2950 - total flux cleaned = 0.000786651 Jy ! Component: 3000 - total flux cleaned = 0.000723992 Jy ! Component: 3050 - total flux cleaned = 0.000739436 Jy ! Component: 3100 - total flux cleaned = 0.000708599 Jy ! Component: 3150 - total flux cleaned = 0.000693369 Jy ! Component: 3200 - total flux cleaned = 0.000693344 Jy ! Component: 3250 - total flux cleaned = 0.000738468 Jy ! Component: 3300 - total flux cleaned = 0.000753464 Jy ! Component: 3350 - total flux cleaned = 0.00079777 Jy ! Component: 3400 - total flux cleaned = 0.000812436 Jy ! Component: 3450 - total flux cleaned = 0.000841675 Jy ! Component: 3500 - total flux cleaned = 0.000885363 Jy ! Component: 3550 - total flux cleaned = 0.000942987 Jy ! Component: 3600 - total flux cleaned = 0.000942941 Jy ! Component: 3650 - total flux cleaned = 0.000971373 Jy ! Component: 3700 - total flux cleaned = 0.000971434 Jy ! Component: 3750 - total flux cleaned = 0.000957489 Jy ! Component: 3800 - total flux cleaned = 0.000999468 Jy ! Component: 3850 - total flux cleaned = 0.000985521 Jy ! Component: 3900 - total flux cleaned = 0.001027 Jy ! Component: 3950 - total flux cleaned = 0.00102694 Jy ! Component: 4000 - total flux cleaned = 0.00106791 Jy ! Component: 4050 - total flux cleaned = 0.00108144 Jy ! Total flux subtracted in 4096 components = 0.00105433 Jy ! Clean residual min=-0.000746 max=0.000804 Jy/beam ! Clean residual mean=0.000013 rms=0.000261 Jy/beam ! Combined flux in latest and established models = 0.182238 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 421 components and 0.182238 Jy ![Exited script file: muppet] wmap "J1033-3601_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.972 x 12.85 at 14.72 degrees (North through East) ! Clean map min=-0.0045868 max=0.1617 Jy/beam ! Writing clean map to FITS file: J1033-3601_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.161704 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000261628 device "J1033-3601_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1033-3601_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.485383 0.485383 0.970767 1.94153 3.88307 7.76613 15.5323 31.0645 62.1291 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.161 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.972 x 12.85 at 14.72 degrees (North through East) ! Clean map min=-0.0045868 max=0.1617 Jy/beam quit ! Quitting program ! Log file J1033-3601_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:24:09 2016