! Started logfile: /scr/pima/bg219a_uvs/J0109+6133_S_uvs.log on Wed Apr 6 22:40:43 2016 obs /scr/pima/bg219a_uvs/J0109+6133_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J0109+6133_S_uva.fits ! AN table 1: 21 integrations on 6 of 6 possible baselines. ! AN table 2: 21 integrations on 10 of 10 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0109+6133 ! ! 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.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! 04 4 2.348e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 49 lines of history. ! ! Reading 1344 visibilities. select rr, 1,2,3,4,6,7,8 ! Restricting channel ranges to the available 4 channels. ! 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 ![@/home/lpetrov/bin/01_muppet /scr/pima/bg219a_uvs/J0109+6133_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 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 4 telescope corrections were flagged in sub-array 1. ! A total of 5 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 5 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 5 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 5 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.030293Jy sigma=24.962880 ! Fit after self-cal, rms=0.812532Jy sigma=19.458834 ! 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.497 mas, bmaj=8.475 mas, bpa=-86.75 degrees ! Estimated noise=1.21382 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.139087 Jy ! Component: 100 - total flux cleaned = 0.176773 Jy ! Total flux subtracted in 100 components = 0.176773 Jy ! Clean residual min=-0.011512 max=0.016995 Jy/beam ! Clean residual mean=-0.000002 rms=0.003698 Jy/beam ! Combined flux in latest and established models = 0.176772 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.176772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058543Jy sigma=1.378675 ! Fit after self-cal, rms=0.058480Jy sigma=1.376710 ! 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.069 mas, bmaj=9.894 mas, bpa=-86.68 degrees ! Estimated noise=0.835213 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.022698 Jy ! Component: 100 - total flux cleaned = 0.0331134 Jy ! Component: 150 - total flux cleaned = 0.0383628 Jy ! Component: 200 - total flux cleaned = 0.0397844 Jy ! Total flux subtracted in 200 components = 0.0397844 Jy ! Clean residual min=-0.004452 max=0.005014 Jy/beam ! Clean residual mean=0.000005 rms=0.001361 Jy/beam ! Combined flux in latest and established models = 0.216557 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 49 components and 0.216557 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050457Jy sigma=1.159065 ! Fit after self-cal, rms=0.050505Jy sigma=1.158445 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.069 x 9.894 at -86.68 degrees (North through East) ! Clean map min=-0.0042637 max=0.1873 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! LA 1.01 NL 0.99 OV 1.02 SC 1.07 ! ! Telescope amplitude corrections in sub-array 2: ! LA 1.00 MK 1.10 NL 0.98 OV 1.00 ! PT 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! LA 1.02 NL 1.02 OV 1.03 SC 1.04 ! ! Telescope amplitude corrections in sub-array 2: ! LA 1.00 MK 1.01 NL 0.96 OV 1.02 ! PT 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! LA 1.05 NL 0.95 OV 1.01 SC 1.06 ! ! Telescope amplitude corrections in sub-array 2: ! LA 0.99 MK 0.99 NL 0.97 OV 1.01 ! PT 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! LA 1.02 NL 0.90 OV 0.94 SC 1.02 ! ! Telescope amplitude corrections in sub-array 2: ! LA 0.98 MK 0.95 NL 0.94 OV 1.02 ! PT 0.98 ! ! ! Fit before self-cal, rms=0.050505Jy sigma=1.158445 ! Fit after self-cal, rms=0.049952Jy sigma=1.131182 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.078 mas, bmaj=9.99 mas, bpa=-86.47 degrees ! Estimated noise=0.831845 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.000363038 Jy ! Component: 100 - total flux cleaned = -0.000362804 Jy ! Component: 150 - total flux cleaned = -0.000409588 Jy ! Component: 200 - total flux cleaned = -0.000431114 Jy ! Total flux subtracted in 200 components = -0.000431114 Jy ! Clean residual min=-0.003336 max=0.003406 Jy/beam ! Clean residual mean=-0.000001 rms=0.000854 Jy/beam ! Combined flux in latest and established models = 0.216126 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 57 components and 0.216126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049944Jy sigma=1.130956 ! Fit after self-cal, rms=0.049996Jy sigma=1.130820 ! 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.049996Jy sigma=1.130820 ! Fit after self-cal, rms=0.050005Jy sigma=1.130803 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.078 mas, bmaj=9.994 mas, bpa=-86.45 degrees ! Estimated noise=0.831641 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000284104 Jy ! Component: 100 - total flux cleaned = -0.00030476 Jy ! Component: 150 - total flux cleaned = -0.00033321 Jy ! Component: 200 - total flux cleaned = -0.00036029 Jy ! Total flux subtracted in 200 components = -0.00036029 Jy ! Clean residual min=-0.003269 max=0.003379 Jy/beam ! Clean residual mean=-0.000001 rms=0.000849 Jy/beam ! Combined flux in latest and established models = 0.215765 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 66 components and 0.215765 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050000Jy sigma=1.130659 ! Fit after self-cal, rms=0.049999Jy sigma=1.130644 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 = -5.8863e-05 Jy ! Component: 100 - total flux cleaned = -5.77702e-05 Jy ! Component: 150 - total flux cleaned = -6.51309e-05 Jy ! Component: 200 - total flux cleaned = -8.77135e-05 Jy ! Total flux subtracted in 200 components = -8.77135e-05 Jy ! Clean residual min=-0.003234 max=0.003367 Jy/beam ! Clean residual mean=-0.000001 rms=0.000848 Jy/beam ! Combined flux in latest and established models = 0.215678 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 70 components and 0.215678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049997Jy sigma=1.130567 ! Fit after self-cal, rms=0.049997Jy sigma=1.130559 ! 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.049997Jy sigma=1.130559 ! Fit after self-cal, rms=0.050036Jy sigma=1.130540 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.078 mas, bmaj=9.999 mas, bpa=-86.43 degrees ! Estimated noise=0.831926 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000199692 Jy ! Component: 100 - total flux cleaned = -0.000241472 Jy ! Component: 150 - total flux cleaned = -0.000269077 Jy ! Component: 200 - total flux cleaned = -0.000319359 Jy ! Total flux subtracted in 200 components = -0.000319359 Jy ! Clean residual min=-0.003191 max=0.003335 Jy/beam ! Clean residual mean=-0.000001 rms=0.000842 Jy/beam ! Combined flux in latest and established models = 0.215358 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 71 components and 0.215358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050031Jy sigma=1.130427 ! Fit after self-cal, rms=0.050031Jy sigma=1.130418 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.88853e-05 Jy ! Component: 100 - total flux cleaned = -7.00714e-05 Jy ! Component: 150 - total flux cleaned = -9.17186e-05 Jy ! Component: 200 - total flux cleaned = -0.000112598 Jy ! Total flux subtracted in 200 components = -0.000112598 Jy ! Clean residual min=-0.003168 max=0.003320 Jy/beam ! Clean residual mean=-0.000001 rms=0.000841 Jy/beam ! Combined flux in latest and established models = 0.215246 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 73 components and 0.215246 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050029Jy sigma=1.130361 ! Fit after self-cal, rms=0.050029Jy sigma=1.130358 ! 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.050029Jy sigma=1.130358 ! Fit after self-cal, rms=0.050048Jy sigma=1.130332 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.108 mas, bmaj=19.94 mas, bpa=78.32 degrees ! Estimated noise=1.04098 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000126743 Jy ! Component: 100 - total flux cleaned = -0.000101637 Jy ! Component: 150 - total flux cleaned = -7.17916e-05 Jy ! Component: 200 - total flux cleaned = -4.72088e-05 Jy ! Total flux subtracted in 200 components = -4.72088e-05 Jy ! Clean residual min=-0.003404 max=0.003311 Jy/beam ! Clean residual mean=-0.000002 rms=0.001061 Jy/beam ! Combined flux in latest and established models = 0.215199 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 78 components and 0.215199 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050051Jy sigma=1.130406 ! Fit after self-cal, rms=0.050046Jy sigma=1.130368 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 = 8.09188e-06 Jy ! Component: 100 - total flux cleaned = 3.91752e-05 Jy ! Component: 150 - total flux cleaned = 5.43295e-05 Jy ! Component: 200 - total flux cleaned = 7.50338e-05 Jy ! Total flux subtracted in 200 components = 7.50338e-05 Jy ! Clean residual min=-0.003365 max=0.003314 Jy/beam ! Clean residual mean=-0.000002 rms=0.001058 Jy/beam ! Combined flux in latest and established models = 0.215274 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 81 components and 0.215274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050050Jy sigma=1.130451 ! Fit after self-cal, rms=0.050048Jy sigma=1.130428 ! 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.078 mas, bmaj=10 mas, bpa=-86.4 degrees ! Estimated noise=0.8321 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.078 x 10 at -86.4 degrees (North through East) ! Clean map min=-0.0030838 max=0.18633 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.498 mas, bmaj=8.578 mas, bpa=-86.34 degrees ! Estimated noise=1.21333 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.138989 Jy ! Component: 100 - total flux cleaned = 0.177405 Jy ! Component: 150 - total flux cleaned = 0.193518 Jy ! Component: 200 - total flux cleaned = 0.202122 Jy ! Total flux subtracted in 200 components = 0.202122 Jy ! Clean residual min=-0.006721 max=0.005560 Jy/beam ! Clean residual mean=-0.000002 rms=0.001527 Jy/beam ! Combined flux in latest and established models = 0.202122 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.202122 Jy ! Inverting map and beam ! Estimated beam: bmin=3.078 mas, bmaj=10 mas, bpa=-86.4 degrees ! Estimated noise=0.8321 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.00737457 Jy ! Component: 100 - total flux cleaned = 0.0109134 Jy ! Component: 150 - total flux cleaned = 0.0126602 Jy ! Component: 200 - total flux cleaned = 0.012882 Jy ! Total flux subtracted in 200 components = 0.012882 Jy ! Clean residual min=-0.003557 max=0.003350 Jy/beam ! Clean residual mean=-0.000001 rms=0.000868 Jy/beam ! Combined flux in latest and established models = 0.215004 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 54 components and 0.215004 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.108 mas, bmaj=19.94 mas, bpa=78.32 degrees ! Estimated noise=1.04098 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000373273 Jy ! Component: 100 - total flux cleaned = 0.000373164 Jy ! Component: 150 - total flux cleaned = 0.000372707 Jy ! Component: 200 - total flux cleaned = 0.000372335 Jy ! Total flux subtracted in 200 components = 0.000372335 Jy ! Clean residual min=-0.003411 max=0.003360 Jy/beam ! Clean residual mean=-0.000002 rms=0.001059 Jy/beam ! Combined flux in latest and established models = 0.215376 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.3053e-07 Jy ! Component: 100 - total flux cleaned = -4.27074e-07 Jy ! Component: 150 - total flux cleaned = -1.23527e-05 Jy ! Component: 200 - total flux cleaned = -2.34902e-05 Jy ! Total flux subtracted in 200 components = -2.34902e-05 Jy ! Clean residual min=-0.003380 max=0.003346 Jy/beam ! Clean residual mean=-0.000002 rms=0.001053 Jy/beam ! Combined flux in latest and established models = 0.215353 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 73 components and 0.215353 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.078 mas, bmaj=10 mas, bpa=-86.4 degrees ! Estimated noise=0.8321 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.95938e-05 Jy ! Component: 100 - total flux cleaned = -6.95822e-05 Jy ! Component: 150 - total flux cleaned = -0.000140963 Jy ! Component: 200 - total flux cleaned = -0.000247191 Jy ! Total flux subtracted in 200 components = -0.000247191 Jy ! Clean residual min=-0.003251 max=0.003384 Jy/beam ! Clean residual mean=-0.000001 rms=0.000846 Jy/beam ! Combined flux in latest and established models = 0.215105 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 82 components and 0.215105 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050069Jy sigma=1.130886 ! Fit after self-cal, rms=0.050063Jy sigma=1.130857 wmodel /scr/pima/bg219a_uvs/J0109+6133_S_map.mod ! Writing 82 model components to file: /scr/pima/bg219a_uvs/J0109+6133_S_map.mod wobs /scr/pima/bg219a_uvs/J0109+6133_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J0109+6133_S_uvs.fits wwins /scr/pima/bg219a_uvs/J0109+6133_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219a_uvs/J0109+6133_S_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.000186588 Jy ! Component: 100 - total flux cleaned = 0.000190583 Jy ! Component: 150 - total flux cleaned = 0.000195171 Jy ! Component: 200 - total flux cleaned = 7.6127e-05 Jy ! Component: 250 - total flux cleaned = -0.000140433 Jy ! Component: 300 - total flux cleaned = -0.00034431 Jy ! Component: 350 - total flux cleaned = -0.00059801 Jy ! Component: 400 - total flux cleaned = -0.000898397 Jy ! Component: 450 - total flux cleaned = -0.00112859 Jy ! Component: 500 - total flux cleaned = -0.00137607 Jy ! Component: 550 - total flux cleaned = -0.00156118 Jy ! Component: 600 - total flux cleaned = -0.00168801 Jy ! Component: 650 - total flux cleaned = -0.00176205 Jy ! Component: 700 - total flux cleaned = -0.00190504 Jy ! Component: 750 - total flux cleaned = -0.00197505 Jy ! Component: 800 - total flux cleaned = -0.00210932 Jy ! Component: 850 - total flux cleaned = -0.00217415 Jy ! Component: 900 - total flux cleaned = -0.00223725 Jy ! Component: 950 - total flux cleaned = -0.00227791 Jy ! Component: 1000 - total flux cleaned = -0.00227777 Jy ! Component: 1050 - total flux cleaned = -0.00239433 Jy ! Component: 1100 - total flux cleaned = -0.00250792 Jy ! Component: 1150 - total flux cleaned = -0.00261956 Jy ! Component: 1200 - total flux cleaned = -0.00274744 Jy ! Component: 1250 - total flux cleaned = -0.00283712 Jy ! Component: 1300 - total flux cleaned = -0.00294299 Jy ! Component: 1350 - total flux cleaned = -0.00304709 Jy ! Component: 1400 - total flux cleaned = -0.00311551 Jy ! Component: 1450 - total flux cleaned = -0.00316616 Jy ! Component: 1500 - total flux cleaned = -0.00329916 Jy ! Component: 1550 - total flux cleaned = -0.00341349 Jy ! Component: 1600 - total flux cleaned = -0.00349396 Jy ! Component: 1650 - total flux cleaned = -0.00355739 Jy ! Component: 1700 - total flux cleaned = -0.00362028 Jy ! Component: 1750 - total flux cleaned = -0.0036981 Jy ! Component: 1800 - total flux cleaned = -0.00377499 Jy ! Component: 1850 - total flux cleaned = -0.00382072 Jy ! Component: 1900 - total flux cleaned = -0.00388108 Jy ! Component: 1950 - total flux cleaned = -0.003926 Jy ! Component: 2000 - total flux cleaned = -0.00397041 Jy ! Component: 2050 - total flux cleaned = -0.00402906 Jy ! Component: 2100 - total flux cleaned = -0.0040581 Jy ! Component: 2150 - total flux cleaned = -0.00410132 Jy ! Component: 2200 - total flux cleaned = -0.0041299 Jy ! Component: 2250 - total flux cleaned = -0.00415816 Jy ! Component: 2300 - total flux cleaned = -0.00417224 Jy ! Component: 2350 - total flux cleaned = -0.00420018 Jy ! Component: 2400 - total flux cleaned = -0.00420018 Jy ! Component: 2450 - total flux cleaned = -0.00421417 Jy ! Component: 2500 - total flux cleaned = -0.00428267 Jy ! Component: 2550 - total flux cleaned = -0.00430989 Jy ! Component: 2600 - total flux cleaned = -0.00430993 Jy ! Component: 2650 - total flux cleaned = -0.00430994 Jy ! Component: 2700 - total flux cleaned = -0.00425635 Jy ! Component: 2750 - total flux cleaned = -0.00424307 Jy ! Component: 2800 - total flux cleaned = -0.0042696 Jy ! Component: 2850 - total flux cleaned = -0.00430942 Jy ! Component: 2900 - total flux cleaned = -0.00432272 Jy ! Component: 2950 - total flux cleaned = -0.00433595 Jy ! Component: 3000 - total flux cleaned = -0.00437564 Jy ! Component: 3050 - total flux cleaned = -0.00441537 Jy ! Component: 3100 - total flux cleaned = -0.00444184 Jy ! Component: 3150 - total flux cleaned = -0.00448151 Jy ! Component: 3200 - total flux cleaned = -0.00453455 Jy ! Component: 3250 - total flux cleaned = -0.0045744 Jy ! Component: 3300 - total flux cleaned = -0.00462775 Jy ! Component: 3350 - total flux cleaned = -0.00469446 Jy ! Component: 3400 - total flux cleaned = -0.00472132 Jy ! Component: 3450 - total flux cleaned = -0.00477518 Jy ! Component: 3500 - total flux cleaned = -0.0048022 Jy ! Component: 3550 - total flux cleaned = -0.00485644 Jy ! Component: 3600 - total flux cleaned = -0.00488364 Jy ! Component: 3650 - total flux cleaned = -0.00491093 Jy ! Component: 3700 - total flux cleaned = -0.00495203 Jy ! Component: 3750 - total flux cleaned = -0.00493823 Jy ! Component: 3800 - total flux cleaned = -0.00496599 Jy ! Component: 3850 - total flux cleaned = -0.00496603 Jy ! Component: 3900 - total flux cleaned = -0.0049942 Jy ! Component: 3950 - total flux cleaned = -0.00500825 Jy ! Component: 4000 - total flux cleaned = -0.0050366 Jy ! Component: 4050 - total flux cleaned = -0.00509391 Jy ! Total flux subtracted in 4096 components = -0.00510837 Jy ! Clean residual min=-0.000868 max=0.000810 Jy/beam ! Clean residual mean=-0.000006 rms=0.000229 Jy/beam ! Combined flux in latest and established models = 0.209997 Jy keep ! Adding 231 model components to the UV plane model. ! The established model now contains 313 components and 0.209997 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J0109+6133_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.078 x 10 at -86.4 degrees (North through East) ! Clean map min=-0.0024246 max=0.18665 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J0109+6133_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.186652 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000234917 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.377574 0.377574 0.755148 1.5103 3.02059 6.04119 12.0824 24.1647 48.3295 96.659 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.186 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 794.546 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J0109+6133_S_uvs.log closed on Wed Apr 6 22:40:47 2016