! Started logfile: /scr/pima/bg219e_uvs/J0658-3642_S_uvs.log on Thu Apr 7 06:38:26 2016 obs /scr/pima/bg219e_uvs/J0658-3642_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J0658-3642_S_uva.fits ! AN table 1: 62 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.775346 visibilities/baseline/integration-bin. ! Found source: J0658-3642 ! ! 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 54 lines of history. ! ! Reading 5384 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/bg219e_uvs/J0658-3642_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 49 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 49 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 49 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 49 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.000842Jy sigma=13.773320 ! Fit after self-cal, rms=0.909756Jy sigma=12.515399 ! 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.21 mas, bmaj=13.71 mas, bpa=5.223 degrees ! Estimated noise=1.31127 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.0719117 Jy ! Component: 100 - total flux cleaned = 0.0887116 Jy ! Total flux subtracted in 100 components = 0.0887116 Jy ! Clean residual min=-0.007998 max=0.006603 Jy/beam ! Clean residual mean=0.000048 rms=0.001865 Jy/beam ! Combined flux in latest and established models = 0.0887115 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0887115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097073Jy sigma=1.261743 ! Fit after self-cal, rms=0.096383Jy sigma=1.252657 ! 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.834 mas, bmaj=16.43 mas, bpa=5.377 degrees ! Estimated noise=0.76484 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.008646 Jy ! Component: 100 - total flux cleaned = 0.0125499 Jy ! Component: 150 - total flux cleaned = 0.0142427 Jy ! Component: 200 - total flux cleaned = 0.0144715 Jy ! Total flux subtracted in 200 components = 0.0144715 Jy ! Clean residual min=-0.004353 max=0.003898 Jy/beam ! Clean residual mean=0.000028 rms=0.001024 Jy/beam ! Combined flux in latest and established models = 0.103183 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 35 components and 0.103183 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095717Jy sigma=1.241484 ! Fit after self-cal, rms=0.095757Jy sigma=1.241221 ! 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.834 x 16.43 at 5.377 degrees (North through East) ! Clean map min=-0.0042525 max=0.096732 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: ! FD 0.95 HN 1.03 KP 0.98 LA 0.96 ! NL 1.06 OV 1.04 PT 0.97 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 HN 1.00 KP 1.00 LA 0.94 ! NL 1.09 OV 1.05 PT 1.02 SC 0.95 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.93 HN 0.87 KP 1.02 LA 1.06 ! NL 1.02 OV 0.98 PT 1.00 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.04 HN 1.09 KP 1.00 LA 0.97 ! NL 1.01 OV 1.04 PT 0.93 SC 1.02 ! ! ! Fit before self-cal, rms=0.095757Jy sigma=1.241221 ! Fit after self-cal, rms=0.095839Jy sigma=1.238917 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.835 mas, bmaj=16.48 mas, bpa=5.433 degrees ! Estimated noise=0.760332 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.000634995 Jy ! Component: 100 - total flux cleaned = -0.000780718 Jy ! Component: 150 - total flux cleaned = -0.00078241 Jy ! Component: 200 - total flux cleaned = -0.000718096 Jy ! Total flux subtracted in 200 components = -0.000718096 Jy ! Clean residual min=-0.003634 max=0.003843 Jy/beam ! Clean residual mean=0.000039 rms=0.000976 Jy/beam ! Combined flux in latest and established models = 0.102465 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 44 components and 0.102465 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095787Jy sigma=1.238348 ! Fit after self-cal, rms=0.095848Jy sigma=1.237964 ! 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.095848Jy sigma=1.237964 ! Fit after self-cal, rms=0.096607Jy sigma=1.236405 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.834 mas, bmaj=16.54 mas, bpa=5.52 degrees ! Estimated noise=0.762381 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000348329 Jy ! Component: 100 - total flux cleaned = -0.000309794 Jy ! Component: 150 - total flux cleaned = -0.000251547 Jy ! Component: 200 - total flux cleaned = -0.000251953 Jy ! Total flux subtracted in 200 components = -0.000251953 Jy ! Clean residual min=-0.003500 max=0.003879 Jy/beam ! Clean residual mean=0.000036 rms=0.000949 Jy/beam ! Combined flux in latest and established models = 0.102213 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 52 components and 0.102213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096583Jy sigma=1.236100 ! Fit after self-cal, rms=0.096603Jy sigma=1.236008 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.74205e-05 Jy ! Component: 100 - total flux cleaned = -6.98468e-05 Jy ! Component: 150 - total flux cleaned = -6.91192e-05 Jy ! Component: 200 - total flux cleaned = -6.89596e-05 Jy ! Total flux subtracted in 200 components = -6.89596e-05 Jy ! Clean residual min=-0.003496 max=0.003843 Jy/beam ! Clean residual mean=0.000037 rms=0.000944 Jy/beam ! Combined flux in latest and established models = 0.102144 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 62 components and 0.102144 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096588Jy sigma=1.235828 ! Fit after self-cal, rms=0.096581Jy sigma=1.235794 ! 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.096581Jy sigma=1.235794 ! Fit after self-cal, rms=0.097015Jy sigma=1.234437 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.833 mas, bmaj=16.57 mas, bpa=5.61 degrees ! Estimated noise=0.760373 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000467338 Jy ! Component: 100 - total flux cleaned = -0.0004924 Jy ! Component: 150 - total flux cleaned = -0.000492243 Jy ! Component: 200 - total flux cleaned = -0.000491384 Jy ! Total flux subtracted in 200 components = -0.000491384 Jy ! Clean residual min=-0.003189 max=0.003493 Jy/beam ! Clean residual mean=0.000036 rms=0.000916 Jy/beam ! Combined flux in latest and established models = 0.101653 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 67 components and 0.101653 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097003Jy sigma=1.234265 ! Fit after self-cal, rms=0.097041Jy sigma=1.234138 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.38826e-05 Jy ! Component: 100 - total flux cleaned = -1.10051e-05 Jy ! Component: 150 - total flux cleaned = -9.92694e-06 Jy ! Component: 200 - total flux cleaned = -9.7047e-06 Jy ! Total flux subtracted in 200 components = -9.7047e-06 Jy ! Clean residual min=-0.003184 max=0.003473 Jy/beam ! Clean residual mean=0.000035 rms=0.000912 Jy/beam ! Combined flux in latest and established models = 0.101643 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 71 components and 0.101643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097031Jy sigma=1.234016 ! Fit after self-cal, rms=0.097030Jy sigma=1.234003 ! 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.097030Jy sigma=1.234003 ! Fit after self-cal, rms=0.097313Jy sigma=1.233979 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.179 mas, bmaj=24.07 mas, bpa=-3.724 degrees ! Estimated noise=0.884489 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000659206 Jy ! Component: 100 - total flux cleaned = -0.00068269 Jy ! Component: 150 - total flux cleaned = -0.000705414 Jy ! Component: 200 - total flux cleaned = -0.000725176 Jy ! Total flux subtracted in 200 components = -0.000725176 Jy ! Clean residual min=-0.003701 max=0.003106 Jy/beam ! Clean residual mean=0.000066 rms=0.000921 Jy/beam ! Combined flux in latest and established models = 0.100918 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 77 components and 0.100918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097308Jy sigma=1.233916 ! Fit after self-cal, rms=0.097311Jy sigma=1.233866 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.11154e-05 Jy ! Component: 100 - total flux cleaned = -7.30312e-05 Jy ! Component: 150 - total flux cleaned = -7.19278e-05 Jy ! Component: 200 - total flux cleaned = -7.21509e-05 Jy ! Total flux subtracted in 200 components = -7.21509e-05 Jy ! Clean residual min=-0.003712 max=0.003094 Jy/beam ! Clean residual mean=0.000065 rms=0.000918 Jy/beam ! Combined flux in latest and established models = 0.100846 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 80 components and 0.100846 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097309Jy sigma=1.233848 ! Fit after self-cal, rms=0.097306Jy sigma=1.233810 ! 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.835 mas, bmaj=16.61 mas, bpa=5.634 degrees ! Estimated noise=0.76035 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.835 x 16.61 at 5.634 degrees (North through East) ! Clean map min=-0.0040526 max=0.096312 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.205 mas, bmaj=13.89 mas, bpa=5.539 degrees ! Estimated noise=1.31877 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0724671 Jy ! Component: 100 - total flux cleaned = 0.0891913 Jy ! Component: 150 - total flux cleaned = 0.0953242 Jy ! Component: 200 - total flux cleaned = 0.0971837 Jy ! Total flux subtracted in 200 components = 0.0971837 Jy ! Clean residual min=-0.006686 max=0.005809 Jy/beam ! Clean residual mean=0.000044 rms=0.001696 Jy/beam ! Combined flux in latest and established models = 0.0971837 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 37 model components to the UV plane model. ! The established model now contains 37 components and 0.0971837 Jy ! Inverting map and beam ! Estimated beam: bmin=3.835 mas, bmaj=16.61 mas, bpa=5.634 degrees ! Estimated noise=0.76035 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.00296585 Jy ! Component: 100 - total flux cleaned = 0.0033492 Jy ! Component: 150 - total flux cleaned = 0.00371283 Jy ! Component: 200 - total flux cleaned = 0.00393781 Jy ! Total flux subtracted in 200 components = 0.00393781 Jy ! Clean residual min=-0.003462 max=0.003625 Jy/beam ! Clean residual mean=0.000036 rms=0.000961 Jy/beam ! Combined flux in latest and established models = 0.101121 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 50 components and 0.101122 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.179 mas, bmaj=24.07 mas, bpa=-3.724 degrees ! Estimated noise=0.884489 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.66192e-05 Jy ! Component: 100 - total flux cleaned = -0.000106725 Jy ! Component: 150 - total flux cleaned = -0.000176768 Jy ! Component: 200 - total flux cleaned = -0.0002385 Jy ! Total flux subtracted in 200 components = -0.0002385 Jy ! Clean residual min=-0.003674 max=0.003046 Jy/beam ! Clean residual mean=0.000065 rms=0.000944 Jy/beam ! Combined flux in latest and established models = 0.100883 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.9704e-05 Jy ! Component: 100 - total flux cleaned = -8.42334e-05 Jy ! Component: 150 - total flux cleaned = -0.000109663 Jy ! Component: 200 - total flux cleaned = -0.000133981 Jy ! Total flux subtracted in 200 components = -0.000133981 Jy ! Clean residual min=-0.003689 max=0.003090 Jy/beam ! Clean residual mean=0.000066 rms=0.000936 Jy/beam ! Combined flux in latest and established models = 0.100749 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 61 components and 0.100749 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.835 mas, bmaj=16.61 mas, bpa=5.634 degrees ! Estimated noise=0.76035 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000161373 Jy ! Component: 100 - total flux cleaned = 0.000231189 Jy ! Component: 150 - total flux cleaned = 0.000231438 Jy ! Component: 200 - total flux cleaned = 0.000260365 Jy ! Total flux subtracted in 200 components = 0.000260365 Jy ! Clean residual min=-0.003244 max=0.003741 Jy/beam ! Clean residual mean=0.000036 rms=0.000929 Jy/beam ! Combined flux in latest and established models = 0.101009 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 72 components and 0.101009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097351Jy sigma=1.234301 ! Fit after self-cal, rms=0.097350Jy sigma=1.234207 wmodel /scr/pima/bg219e_uvs/J0658-3642_S_map.mod ! Writing 72 model components to file: /scr/pima/bg219e_uvs/J0658-3642_S_map.mod wobs /scr/pima/bg219e_uvs/J0658-3642_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219e_uvs/J0658-3642_S_uvs.fits wwins /scr/pima/bg219e_uvs/J0658-3642_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219e_uvs/J0658-3642_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.000278051 Jy ! Component: 100 - total flux cleaned = 0.00022549 Jy ! Component: 150 - total flux cleaned = 1.30389e-05 Jy ! Component: 200 - total flux cleaned = -0.00013982 Jy ! Component: 250 - total flux cleaned = -9.09836e-05 Jy ! Component: 300 - total flux cleaned = 4.82274e-05 Jy ! Component: 350 - total flux cleaned = 0.000137178 Jy ! Component: 400 - total flux cleaned = 0.000356577 Jy ! Component: 450 - total flux cleaned = 0.000442806 Jy ! Component: 500 - total flux cleaned = 0.000568082 Jy ! Component: 550 - total flux cleaned = 0.000690299 Jy ! Component: 600 - total flux cleaned = 0.00076942 Jy ! Component: 650 - total flux cleaned = 0.000769979 Jy ! Component: 700 - total flux cleaned = 0.000808762 Jy ! Component: 750 - total flux cleaned = 0.00088357 Jy ! Component: 800 - total flux cleaned = 0.000919923 Jy ! Component: 850 - total flux cleaned = 0.000918582 Jy ! Component: 900 - total flux cleaned = 0.0009546 Jy ! Component: 950 - total flux cleaned = 0.00109263 Jy ! Component: 1000 - total flux cleaned = 0.00115938 Jy ! Component: 1050 - total flux cleaned = 0.00115959 Jy ! Component: 1100 - total flux cleaned = 0.00129059 Jy ! Component: 1150 - total flux cleaned = 0.00141968 Jy ! Component: 1200 - total flux cleaned = 0.00151466 Jy ! Component: 1250 - total flux cleaned = 0.00160813 Jy ! Component: 1300 - total flux cleaned = 0.00163897 Jy ! Component: 1350 - total flux cleaned = 0.00166928 Jy ! Component: 1400 - total flux cleaned = 0.00163918 Jy ! Component: 1450 - total flux cleaned = 0.00169764 Jy ! Component: 1500 - total flux cleaned = 0.00161022 Jy ! Component: 1550 - total flux cleaned = 0.00166755 Jy ! Component: 1600 - total flux cleaned = 0.00175254 Jy ! Component: 1650 - total flux cleaned = 0.00178005 Jy ! Component: 1700 - total flux cleaned = 0.0018351 Jy ! Component: 1750 - total flux cleaned = 0.00191698 Jy ! Component: 1800 - total flux cleaned = 0.00194413 Jy ! Component: 1850 - total flux cleaned = 0.00197102 Jy ! Component: 1900 - total flux cleaned = 0.00207684 Jy ! Component: 1950 - total flux cleaned = 0.00212963 Jy ! Component: 2000 - total flux cleaned = 0.00225859 Jy ! Component: 2050 - total flux cleaned = 0.00233503 Jy ! Component: 2100 - total flux cleaned = 0.00248616 Jy ! Component: 2150 - total flux cleaned = 0.00246104 Jy ! Component: 2200 - total flux cleaned = 0.00253493 Jy ! Component: 2250 - total flux cleaned = 0.00246117 Jy ! Component: 2300 - total flux cleaned = 0.00255812 Jy ! Component: 2350 - total flux cleaned = 0.00253413 Jy ! Component: 2400 - total flux cleaned = 0.00260561 Jy ! Component: 2450 - total flux cleaned = 0.00260586 Jy ! Component: 2500 - total flux cleaned = 0.00258269 Jy ! Component: 2550 - total flux cleaned = 0.00253682 Jy ! Component: 2600 - total flux cleaned = 0.00265107 Jy ! Component: 2650 - total flux cleaned = 0.00256048 Jy ! Component: 2700 - total flux cleaned = 0.0026276 Jy ! Component: 2750 - total flux cleaned = 0.00251611 Jy ! Component: 2800 - total flux cleaned = 0.00251631 Jy ! Component: 2850 - total flux cleaned = 0.00251629 Jy ! Component: 2900 - total flux cleaned = 0.00253785 Jy ! Component: 2950 - total flux cleaned = 0.00258066 Jy ! Component: 3000 - total flux cleaned = 0.00247351 Jy ! Component: 3050 - total flux cleaned = 0.00251606 Jy ! Component: 3100 - total flux cleaned = 0.00243176 Jy ! Component: 3150 - total flux cleaned = 0.00239024 Jy ! Component: 3200 - total flux cleaned = 0.00249385 Jy ! Component: 3250 - total flux cleaned = 0.0025143 Jy ! Component: 3300 - total flux cleaned = 0.00249385 Jy ! Component: 3350 - total flux cleaned = 0.00249385 Jy ! Component: 3400 - total flux cleaned = 0.0024939 Jy ! Component: 3450 - total flux cleaned = 0.00253384 Jy ! Component: 3500 - total flux cleaned = 0.00255377 Jy ! Component: 3550 - total flux cleaned = 0.00257333 Jy ! Component: 3600 - total flux cleaned = 0.00259261 Jy ! Component: 3650 - total flux cleaned = 0.00253411 Jy ! Component: 3700 - total flux cleaned = 0.00255361 Jy ! Component: 3750 - total flux cleaned = 0.00261113 Jy ! Component: 3800 - total flux cleaned = 0.00259209 Jy ! Component: 3850 - total flux cleaned = 0.00255432 Jy ! Component: 3900 - total flux cleaned = 0.00257333 Jy ! Component: 3950 - total flux cleaned = 0.0025546 Jy ! Component: 4000 - total flux cleaned = 0.00255467 Jy ! Component: 4050 - total flux cleaned = 0.00251768 Jy ! Total flux subtracted in 4096 components = 0.00251764 Jy ! Clean residual min=-0.001185 max=0.001035 Jy/beam ! Clean residual mean=0.000013 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.103527 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 353 components and 0.103527 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219e_uvs/J0658-3642_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.835 x 16.61 at 5.634 degrees (North through East) ! Clean map min=-0.002751 max=0.095537 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J0658-3642_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0955365 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000350941 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.10201 1.10201 2.20402 4.40804 8.81608 17.6322 35.2643 70.5286 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.095 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 272.229 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J0658-3642_S_uvs.log closed on Thu Apr 7 06:38:30 2016