! Started logfile: J2248-3235_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:39:51 2016 obs J2248-3235_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J2248-3235_S_2014_08_05_pus_uva.fits ! AN table 1: 17 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.69281 visibilities/baseline/integration-bin. ! Found source: J2248-3235 ! ! 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 2120 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 J2248-3235_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 31 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 31 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 31 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 31 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.526526Jy sigma=0.004089 ! Fit after self-cal, rms=0.510157Jy sigma=0.003953 ! 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=3.168 mas, bmaj=15.38 mas, bpa=7.377 degrees ! Estimated noise=2465.28 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.377758 Jy ! Component: 100 - total flux cleaned = 0.471005 Jy ! Total flux subtracted in 100 components = 0.471005 Jy ! Clean residual min=-0.024034 max=0.050961 Jy/beam ! Clean residual mean=0.000146 rms=0.008416 Jy/beam ! Combined flux in latest and established models = 0.471005 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.471005 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159796Jy sigma=0.001167 ! Fit after self-cal, rms=0.159755Jy sigma=0.001167 ! Inverting map ! Added new window around map position (4.5, -8). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0510222 Jy ! Component: 100 - total flux cleaned = 0.0797968 Jy ! Total flux subtracted in 100 components = 0.0797968 Jy ! Clean residual min=-0.021073 max=0.024006 Jy/beam ! Clean residual mean=0.000093 rms=0.005369 Jy/beam ! Combined flux in latest and established models = 0.550801 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 41 components and 0.550801 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134303Jy sigma=0.000961 ! Fit after self-cal, rms=0.134208Jy sigma=0.000959 ! 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.94 mas, bmaj=17.44 mas, bpa=6.749 degrees ! Estimated noise=1972.2 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.0292702 Jy ! Component: 100 - total flux cleaned = 0.0434421 Jy ! Component: 150 - total flux cleaned = 0.0508564 Jy ! Component: 200 - total flux cleaned = 0.0551694 Jy ! Total flux subtracted in 200 components = 0.0551694 Jy ! Clean residual min=-0.014150 max=0.013027 Jy/beam ! Clean residual mean=0.000020 rms=0.003928 Jy/beam ! Combined flux in latest and established models = 0.605971 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 74 components and 0.605971 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127028Jy sigma=0.000919 ! Fit after self-cal, rms=0.127054Jy sigma=0.000919 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.86 HN 1.11 KP 1.08 ! LA 1.13 MK 1.00* NL 0.96 OV 1.00 ! PT 1.04 SC 0.96 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.05 HN 1.10 KP 1.02 ! LA 1.04 MK 1.00* NL 1.00 OV 1.03 ! PT 1.03 SC 1.05 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.17 HN 1.13 KP 0.90 ! LA 0.83 MK 1.00* NL 0.98 OV 0.95 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.04 HN 1.09 KP 0.88 ! LA 0.81 MK 1.00* NL 1.04 OV 1.00 ! PT 1.05 SC 0.97 ! ! ! Fit before self-cal, rms=0.127054Jy sigma=0.000919 ! Fit after self-cal, rms=0.109826Jy sigma=0.000783 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.933 mas, bmaj=17.55 mas, bpa=7.009 degrees ! Estimated noise=1999.18 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.00410432 Jy ! Component: 100 - total flux cleaned = -0.00447229 Jy ! Component: 150 - total flux cleaned = -0.0044822 Jy ! Component: 200 - total flux cleaned = -0.00460916 Jy ! Total flux subtracted in 200 components = -0.00460916 Jy ! Clean residual min=-0.010227 max=0.007909 Jy/beam ! Clean residual mean=-0.000003 rms=0.002255 Jy/beam ! Combined flux in latest and established models = 0.601362 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 87 components and 0.601362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109168Jy sigma=0.000779 ! Fit after self-cal, rms=0.109092Jy sigma=0.000778 ! 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.109092Jy sigma=0.000778 ! Fit after self-cal, rms=0.109872Jy sigma=0.000778 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.939 mas, bmaj=17.61 mas, bpa=7.084 degrees ! Estimated noise=1999.71 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0030415 Jy ! Component: 100 - total flux cleaned = -0.00331678 Jy ! Component: 150 - total flux cleaned = -0.00342903 Jy ! Component: 200 - total flux cleaned = -0.00343013 Jy ! Total flux subtracted in 200 components = -0.00343013 Jy ! Clean residual min=-0.009690 max=0.007468 Jy/beam ! Clean residual mean=-0.000002 rms=0.002102 Jy/beam ! Combined flux in latest and established models = 0.597932 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 97 components and 0.597932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109453Jy sigma=0.000776 ! Fit after self-cal, rms=0.109421Jy sigma=0.000775 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.000239416 Jy ! Component: 100 - total flux cleaned = 1.52037e-05 Jy ! Component: 150 - total flux cleaned = 1.8916e-05 Jy ! Component: 200 - total flux cleaned = 2.16485e-05 Jy ! Total flux subtracted in 200 components = 2.16485e-05 Jy ! Clean residual min=-0.009447 max=0.007345 Jy/beam ! Clean residual mean=-0.000001 rms=0.002069 Jy/beam ! Combined flux in latest and established models = 0.597953 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 104 components and 0.597953 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109301Jy sigma=0.000775 ! Fit after self-cal, rms=0.109288Jy sigma=0.000775 ! 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.109288Jy sigma=0.000775 ! Fit after self-cal, rms=0.110351Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.947 mas, bmaj=17.69 mas, bpa=7.174 degrees ! Estimated noise=2002.12 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00260746 Jy ! Component: 100 - total flux cleaned = -0.00271311 Jy ! Component: 150 - total flux cleaned = -0.00280304 Jy ! Component: 200 - total flux cleaned = -0.0029574 Jy ! Total flux subtracted in 200 components = -0.0029574 Jy ! Clean residual min=-0.009003 max=0.006994 Jy/beam ! Clean residual mean=-0.000002 rms=0.001942 Jy/beam ! Combined flux in latest and established models = 0.594996 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 113 components and 0.594996 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110109Jy sigma=0.000773 ! Fit after self-cal, rms=0.110098Jy sigma=0.000772 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.000183682 Jy ! Component: 100 - total flux cleaned = -5.1337e-05 Jy ! Component: 150 - total flux cleaned = -0.000156192 Jy ! Component: 200 - total flux cleaned = -0.000202887 Jy ! Total flux subtracted in 200 components = -0.000202887 Jy ! Clean residual min=-0.008812 max=0.006911 Jy/beam ! Clean residual mean=-0.000001 rms=0.001922 Jy/beam ! Combined flux in latest and established models = 0.594793 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 117 components and 0.594793 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110028Jy sigma=0.000772 ! Fit after self-cal, rms=0.110021Jy sigma=0.000772 ! 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.110021Jy sigma=0.000772 ! Fit after self-cal, rms=0.110924Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.464 mas, bmaj=25.6 mas, bpa=-3.357 degrees ! Estimated noise=2274.9 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00192657 Jy ! Component: 100 - total flux cleaned = -0.00211428 Jy ! Component: 150 - total flux cleaned = -0.0022167 Jy ! Component: 200 - total flux cleaned = -0.00239323 Jy ! Total flux subtracted in 200 components = -0.00239323 Jy ! Clean residual min=-0.006952 max=0.007921 Jy/beam ! Clean residual mean=-0.000006 rms=0.002189 Jy/beam ! Combined flux in latest and established models = 0.5924 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 139 components and 0.5924 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110901Jy sigma=0.000771 ! Fit after self-cal, rms=0.110890Jy sigma=0.000771 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.000472943 Jy ! Component: 100 - total flux cleaned = -0.000514986 Jy ! Component: 150 - total flux cleaned = -0.000517254 Jy ! Component: 200 - total flux cleaned = -0.000483824 Jy ! Total flux subtracted in 200 components = -0.000483824 Jy ! Clean residual min=-0.006839 max=0.007973 Jy/beam ! Clean residual mean=-0.000006 rms=0.002172 Jy/beam ! Combined flux in latest and established models = 0.591916 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 144 components and 0.591916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110910Jy sigma=0.000771 ! Fit after self-cal, rms=0.110903Jy sigma=0.000771 ! 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.952 mas, bmaj=17.76 mas, bpa=7.244 degrees ! Estimated noise=2003.47 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.952 x 17.76 at 7.244 degrees (North through East) ! Clean map min=-0.0082415 max=0.46968 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=3.163 mas, bmaj=15.78 mas, bpa=7.968 degrees ! Estimated noise=2537.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.388488 Jy ! Component: 100 - total flux cleaned = 0.477659 Jy ! Component: 150 - total flux cleaned = 0.518434 Jy ! Component: 200 - total flux cleaned = 0.542258 Jy ! Total flux subtracted in 200 components = 0.542258 Jy ! Clean residual min=-0.010953 max=0.016142 Jy/beam ! Clean residual mean=0.000057 rms=0.003322 Jy/beam ! Combined flux in latest and established models = 0.542258 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 44 model components to the UV plane model. ! The established model now contains 44 components and 0.542258 Jy ! Inverting map and beam ! Estimated beam: bmin=3.952 mas, bmaj=17.76 mas, bpa=7.244 degrees ! Estimated noise=2003.47 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, 7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0213356 Jy ! Component: 100 - total flux cleaned = 0.0323733 Jy ! Component: 150 - total flux cleaned = 0.0391932 Jy ! Component: 200 - total flux cleaned = 0.0438194 Jy ! Total flux subtracted in 200 components = 0.0438194 Jy ! Clean residual min=-0.007670 max=0.006179 Jy/beam ! Clean residual mean=-0.000001 rms=0.001896 Jy/beam ! Combined flux in latest and established models = 0.586077 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 104 components and 0.586077 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.464 mas, bmaj=25.6 mas, bpa=-3.357 degrees ! Estimated noise=2274.9 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00452853 Jy ! Component: 100 - total flux cleaned = 0.0073251 Jy ! Component: 150 - total flux cleaned = 0.0085091 Jy ! Component: 200 - total flux cleaned = 0.00857528 Jy ! Total flux subtracted in 200 components = 0.00857528 Jy ! Clean residual min=-0.006609 max=0.008246 Jy/beam ! Clean residual mean=-0.000010 rms=0.002125 Jy/beam ! Combined flux in latest and established models = 0.594653 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 = -5.94742e-05 Jy ! Component: 100 - total flux cleaned = -5.80682e-05 Jy ! Component: 150 - total flux cleaned = -5.79956e-05 Jy ! Component: 200 - total flux cleaned = -5.67378e-05 Jy ! Total flux subtracted in 200 components = -5.67378e-05 Jy ! Clean residual min=-0.006493 max=0.008165 Jy/beam ! Clean residual mean=-0.000010 rms=0.002102 Jy/beam ! Combined flux in latest and established models = 0.594596 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 138 components and 0.594596 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.952 mas, bmaj=17.76 mas, bpa=7.244 degrees ! Estimated noise=2003.47 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000983607 Jy ! Component: 100 - total flux cleaned = -0.000982646 Jy ! Component: 150 - total flux cleaned = -0.000981217 Jy ! Component: 200 - total flux cleaned = -0.000980646 Jy ! Total flux subtracted in 200 components = -0.000980646 Jy ! Clean residual min=-0.007380 max=0.006148 Jy/beam ! Clean residual mean=-0.000005 rms=0.001740 Jy/beam ! Combined flux in latest and established models = 0.593615 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 161 components and 0.593615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110354Jy sigma=0.000769 ! Fit after self-cal, rms=0.110313Jy sigma=0.000769 wmodel J2248-3235_S_2014_08_05_pus_map.mod ! Writing 161 model components to file: J2248-3235_S_2014_08_05_pus_map.mod wobs J2248-3235_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J2248-3235_S_2014_08_05_pus_uvs.fits wwins J2248-3235_S_2014_08_05_pus_map.win ! wwins: Wrote 3 windows to J2248-3235_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 = -0.00170615 Jy ! Component: 100 - total flux cleaned = -0.00243861 Jy ! Component: 150 - total flux cleaned = -0.00358131 Jy ! Component: 200 - total flux cleaned = -0.00454423 Jy ! Component: 250 - total flux cleaned = -0.00519909 Jy ! Component: 300 - total flux cleaned = -0.00543419 Jy ! Component: 350 - total flux cleaned = -0.0057354 Jy ! Component: 400 - total flux cleaned = -0.00595023 Jy ! Component: 450 - total flux cleaned = -0.0061538 Jy ! Component: 500 - total flux cleaned = -0.00628763 Jy ! Component: 550 - total flux cleaned = -0.0066116 Jy ! Component: 600 - total flux cleaned = -0.00704779 Jy ! Component: 650 - total flux cleaned = -0.00734651 Jy ! Component: 700 - total flux cleaned = -0.00740354 Jy ! Component: 750 - total flux cleaned = -0.00751742 Jy ! Component: 800 - total flux cleaned = -0.00790276 Jy ! Component: 850 - total flux cleaned = -0.00832893 Jy ! Component: 900 - total flux cleaned = -0.00838 Jy ! Component: 950 - total flux cleaned = -0.00848313 Jy ! Component: 1000 - total flux cleaned = -0.00878206 Jy ! Component: 1050 - total flux cleaned = -0.00883157 Jy ! Component: 1100 - total flux cleaned = -0.0089297 Jy ! Component: 1150 - total flux cleaned = -0.00911761 Jy ! Component: 1200 - total flux cleaned = -0.0091175 Jy ! Component: 1250 - total flux cleaned = -0.00925224 Jy ! Component: 1300 - total flux cleaned = -0.00938506 Jy ! Component: 1350 - total flux cleaned = -0.00964528 Jy ! Component: 1400 - total flux cleaned = -0.0095593 Jy ! Component: 1450 - total flux cleaned = -0.00968575 Jy ! Component: 1500 - total flux cleaned = -0.00972762 Jy ! Component: 1550 - total flux cleaned = -0.00980917 Jy ! Component: 1600 - total flux cleaned = -0.00972922 Jy ! Component: 1650 - total flux cleaned = -0.00984931 Jy ! Component: 1700 - total flux cleaned = -0.00992768 Jy ! Component: 1750 - total flux cleaned = -0.00988915 Jy ! Component: 1800 - total flux cleaned = -0.00988862 Jy ! Component: 1850 - total flux cleaned = -0.00973935 Jy ! Component: 1900 - total flux cleaned = -0.00970247 Jy ! Component: 1950 - total flux cleaned = -0.00962995 Jy ! Component: 2000 - total flux cleaned = -0.00948621 Jy ! Component: 2050 - total flux cleaned = -0.00945124 Jy ! Component: 2100 - total flux cleaned = -0.0093811 Jy ! Component: 2150 - total flux cleaned = -0.00920856 Jy ! Component: 2200 - total flux cleaned = -0.00924265 Jy ! Component: 2250 - total flux cleaned = -0.00930949 Jy ! Component: 2300 - total flux cleaned = -0.00907698 Jy ! Component: 2350 - total flux cleaned = -0.0091761 Jy ! Component: 2400 - total flux cleaned = -0.0091115 Jy ! Component: 2450 - total flux cleaned = -0.00914387 Jy ! Component: 2500 - total flux cleaned = -0.00914385 Jy ! Component: 2550 - total flux cleaned = -0.00914391 Jy ! Component: 2600 - total flux cleaned = -0.00908206 Jy ! Component: 2650 - total flux cleaned = -0.0091131 Jy ! Component: 2700 - total flux cleaned = -0.00917399 Jy ! Component: 2750 - total flux cleaned = -0.00914404 Jy ! Component: 2800 - total flux cleaned = -0.00914418 Jy ! Component: 2850 - total flux cleaned = -0.00923264 Jy ! Component: 2900 - total flux cleaned = -0.00920369 Jy ! Component: 2950 - total flux cleaned = -0.00931952 Jy ! Component: 3000 - total flux cleaned = -0.00929065 Jy ! Component: 3050 - total flux cleaned = -0.00923387 Jy ! Component: 3100 - total flux cleaned = -0.00937373 Jy ! Component: 3150 - total flux cleaned = -0.00934582 Jy ! Component: 3200 - total flux cleaned = -0.00934596 Jy ! Component: 3250 - total flux cleaned = -0.00942707 Jy ! Component: 3300 - total flux cleaned = -0.00948046 Jy ! Component: 3350 - total flux cleaned = -0.00940015 Jy ! Component: 3400 - total flux cleaned = -0.00942672 Jy ! Component: 3450 - total flux cleaned = -0.00947914 Jy ! Component: 3500 - total flux cleaned = -0.00945308 Jy ! Component: 3550 - total flux cleaned = -0.00940146 Jy ! Component: 3600 - total flux cleaned = -0.00929931 Jy ! Component: 3650 - total flux cleaned = -0.00922403 Jy ! Component: 3700 - total flux cleaned = -0.00922407 Jy ! Component: 3750 - total flux cleaned = -0.0091744 Jy ! Component: 3800 - total flux cleaned = -0.00910007 Jy ! Component: 3850 - total flux cleaned = -0.00895316 Jy ! Component: 3900 - total flux cleaned = -0.00892896 Jy ! Component: 3950 - total flux cleaned = -0.00880825 Jy ! Component: 4000 - total flux cleaned = -0.00876029 Jy ! Component: 4050 - total flux cleaned = -0.00861725 Jy ! Total flux subtracted in 4096 components = -0.00847519 Jy ! Clean residual min=-0.001358 max=0.001556 Jy/beam ! Clean residual mean=0.000004 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.58514 Jy keep ! Adding 323 model components to the UV plane model. ! The established model now contains 484 components and 0.58514 Jy ![Exited script file: muppet] wmap "J2248-3235_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.952 x 17.76 at 7.244 degrees (North through East) ! Clean map min=-0.0048573 max=0.48702 Jy/beam ! Writing clean map to FITS file: J2248-3235_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.487023 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00047294 device "J2248-3235_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J2248-3235_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.291325 0.291325 0.58265 1.1653 2.3306 4.6612 9.32239 18.6448 37.2896 74.5792 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.487 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.952 x 17.76 at 7.244 degrees (North through East) ! Clean map min=-0.0048573 max=0.48702 Jy/beam quit ! Quitting program ! Log file J2248-3235_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:39:56 2016