! Started logfile: /scr/pima/bg219b_uvs/J0453-3949_S_uvs.log on Thu Apr 7 01:13:07 2016 obs /scr/pima/bg219b_uvs/J0453-3949_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219b_uvs/J0453-3949_S_uva.fits ! AN table 1: 61 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.785324 visibilities/baseline/integration-bin. ! Found source: J0453-3949 ! ! 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 4024 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/bg219b_uvs/J0453-3949_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 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.010081Jy sigma=14.856717 ! Fit after self-cal, rms=0.922096Jy sigma=13.661060 ! 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.996 mas, bmaj=26.82 mas, bpa=9.898 degrees ! Estimated noise=1.28298 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.0624796 Jy ! Component: 100 - total flux cleaned = 0.0762131 Jy ! Total flux subtracted in 100 components = 0.0762131 Jy ! Clean residual min=-0.005960 max=0.006443 Jy/beam ! Clean residual mean=0.000052 rms=0.001761 Jy/beam ! Combined flux in latest and established models = 0.076213 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.076213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089528Jy sigma=1.265495 ! Fit after self-cal, rms=0.088341Jy sigma=1.247284 ! 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.891 mas, bmaj=28.99 mas, bpa=8.677 degrees ! Estimated noise=0.818302 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.00688642 Jy ! Component: 100 - total flux cleaned = 0.00975383 Jy ! Component: 150 - total flux cleaned = 0.0111896 Jy ! Component: 200 - total flux cleaned = 0.0114809 Jy ! Total flux subtracted in 200 components = 0.0114809 Jy ! Clean residual min=-0.005412 max=0.005105 Jy/beam ! Clean residual mean=0.000012 rms=0.001482 Jy/beam ! Combined flux in latest and established models = 0.0876939 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 42 components and 0.0876939 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087876Jy sigma=1.239816 ! Fit after self-cal, rms=0.087923Jy sigma=1.239647 ! 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.891 x 28.99 at 8.677 degrees (North through East) ! Clean map min=-0.0053806 max=0.082137 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 1.00* KP 1.00* LA 1.00* NL 1.00* ! OV 1.00* PT 1.00* SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.90 KP 0.92 LA 0.91 NL 1.02 ! OV 1.06 PT 1.19 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 KP 1.03 LA 0.91 NL 1.15 ! OV 0.94 PT 1.19 SC 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 KP 1.02 LA 0.90 NL 1.10 ! OV 0.89 PT 1.10 SC 1.00 ! ! ! Fit before self-cal, rms=0.087923Jy sigma=1.239647 ! Fit after self-cal, rms=0.087572Jy sigma=1.233115 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.907 mas, bmaj=29.17 mas, bpa=8.691 degrees ! Estimated noise=0.810296 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.000977538 Jy ! Component: 100 - total flux cleaned = -0.00123284 Jy ! Component: 150 - total flux cleaned = -0.00129751 Jy ! Component: 200 - total flux cleaned = -0.00133679 Jy ! Total flux subtracted in 200 components = -0.00133679 Jy ! Clean residual min=-0.003590 max=0.004088 Jy/beam ! Clean residual mean=0.000023 rms=0.001009 Jy/beam ! Combined flux in latest and established models = 0.0863571 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 54 components and 0.0863571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087558Jy sigma=1.232879 ! Fit after self-cal, rms=0.087695Jy sigma=1.231947 ! 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.087695Jy sigma=1.231947 ! Fit after self-cal, rms=0.087814Jy sigma=1.231355 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.914 mas, bmaj=29.21 mas, bpa=8.672 degrees ! Estimated noise=0.807727 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000348763 Jy ! Component: 100 - total flux cleaned = -0.000459492 Jy ! Component: 150 - total flux cleaned = -0.000519258 Jy ! Component: 200 - total flux cleaned = -0.00059166 Jy ! Total flux subtracted in 200 components = -0.00059166 Jy ! Clean residual min=-0.003619 max=0.003991 Jy/beam ! Clean residual mean=0.000023 rms=0.000995 Jy/beam ! Combined flux in latest and established models = 0.0857655 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 62 components and 0.0857655 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087803Jy sigma=1.231219 ! Fit after self-cal, rms=0.087844Jy sigma=1.231185 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 = 1.33268e-05 Jy ! Component: 100 - total flux cleaned = -5.97924e-05 Jy ! Component: 150 - total flux cleaned = -9.4695e-05 Jy ! Component: 200 - total flux cleaned = -0.000111275 Jy ! Total flux subtracted in 200 components = -0.000111275 Jy ! Clean residual min=-0.003627 max=0.003999 Jy/beam ! Clean residual mean=0.000023 rms=0.000994 Jy/beam ! Combined flux in latest and established models = 0.0856542 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 69 components and 0.0856542 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087837Jy sigma=1.231098 ! Fit after self-cal, rms=0.087842Jy sigma=1.231091 ! 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.087842Jy sigma=1.231091 ! Fit after self-cal, rms=0.087693Jy sigma=1.230213 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.916 mas, bmaj=29.26 mas, bpa=8.618 degrees ! Estimated noise=0.803549 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000390887 Jy ! Component: 100 - total flux cleaned = -0.000510403 Jy ! Component: 150 - total flux cleaned = -0.000590953 Jy ! Component: 200 - total flux cleaned = -0.000647961 Jy ! Total flux subtracted in 200 components = -0.000647961 Jy ! Clean residual min=-0.003515 max=0.003927 Jy/beam ! Clean residual mean=0.000023 rms=0.000977 Jy/beam ! Combined flux in latest and established models = 0.0850062 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 77 components and 0.0850062 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087685Jy sigma=1.230090 ! Fit after self-cal, rms=0.087715Jy sigma=1.229991 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.81041e-06 Jy ! Component: 100 - total flux cleaned = -5.23395e-05 Jy ! Component: 150 - total flux cleaned = -0.000108178 Jy ! Component: 200 - total flux cleaned = -0.000134582 Jy ! Total flux subtracted in 200 components = -0.000134582 Jy ! Clean residual min=-0.003467 max=0.003918 Jy/beam ! Clean residual mean=0.000022 rms=0.000972 Jy/beam ! Combined flux in latest and established models = 0.0848716 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 81 components and 0.0848716 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087710Jy sigma=1.229932 ! Fit after self-cal, rms=0.087713Jy sigma=1.229927 ! 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.087713Jy sigma=1.229927 ! Fit after self-cal, rms=0.087435Jy sigma=1.229889 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.42 mas, bmaj=48.73 mas, bpa=-3.89 degrees ! Estimated noise=0.912392 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000839274 Jy ! Component: 100 - total flux cleaned = -0.00108161 Jy ! Component: 150 - total flux cleaned = -0.00113262 Jy ! Component: 200 - total flux cleaned = -0.00119928 Jy ! Total flux subtracted in 200 components = -0.00119928 Jy ! Clean residual min=-0.002910 max=0.003770 Jy/beam ! Clean residual mean=0.000035 rms=0.001092 Jy/beam ! Combined flux in latest and established models = 0.0836723 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 84 components and 0.0836723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087434Jy sigma=1.229815 ! Fit after self-cal, rms=0.087426Jy sigma=1.229799 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.000162424 Jy ! Component: 100 - total flux cleaned = -0.000228024 Jy ! Component: 150 - total flux cleaned = -0.000290281 Jy ! Component: 200 - total flux cleaned = -0.000349134 Jy ! Total flux subtracted in 200 components = -0.000349134 Jy ! Clean residual min=-0.002866 max=0.003746 Jy/beam ! Clean residual mean=0.000036 rms=0.001088 Jy/beam ! Combined flux in latest and established models = 0.0833232 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 84 components and 0.0833232 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087423Jy sigma=1.229755 ! Fit after self-cal, rms=0.087423Jy sigma=1.229746 ! 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.918 mas, bmaj=29.28 mas, bpa=8.582 degrees ! Estimated noise=0.800795 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.918 x 29.28 at 8.582 degrees (North through East) ! Clean map min=-0.0033156 max=0.082377 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.998 mas, bmaj=27.07 mas, bpa=9.846 degrees ! Estimated noise=1.26066 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0623294 Jy ! Component: 100 - total flux cleaned = 0.0759867 Jy ! Component: 150 - total flux cleaned = 0.0804644 Jy ! Component: 200 - total flux cleaned = 0.083026 Jy ! Total flux subtracted in 200 components = 0.083026 Jy ! Clean residual min=-0.004738 max=0.005577 Jy/beam ! Clean residual mean=0.000021 rms=0.001346 Jy/beam ! Combined flux in latest and established models = 0.083026 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.083026 Jy ! Inverting map and beam ! Estimated beam: bmin=3.918 mas, bmaj=29.28 mas, bpa=8.582 degrees ! Estimated noise=0.800795 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.00214829 Jy ! Component: 100 - total flux cleaned = 0.0026015 Jy ! Component: 150 - total flux cleaned = 0.00260355 Jy ! Component: 200 - total flux cleaned = 0.00257582 Jy ! Total flux subtracted in 200 components = 0.00257582 Jy ! Clean residual min=-0.003782 max=0.003897 Jy/beam ! Clean residual mean=0.000020 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 0.0856018 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 65 components and 0.0856018 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=10.42 mas, bmaj=48.73 mas, bpa=-3.89 degrees ! Estimated noise=0.912392 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000775529 Jy ! Component: 100 - total flux cleaned = -0.000908563 Jy ! Component: 150 - total flux cleaned = -0.00104415 Jy ! Component: 200 - total flux cleaned = -0.00113873 Jy ! Total flux subtracted in 200 components = -0.00113873 Jy ! Clean residual min=-0.003169 max=0.003883 Jy/beam ! Clean residual mean=0.000034 rms=0.001132 Jy/beam ! Combined flux in latest and established models = 0.0844631 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 = -8.68447e-05 Jy ! Component: 100 - total flux cleaned = -0.000185903 Jy ! Component: 150 - total flux cleaned = -0.000242149 Jy ! Component: 200 - total flux cleaned = -0.000278499 Jy ! Total flux subtracted in 200 components = -0.000278499 Jy ! Clean residual min=-0.003093 max=0.003828 Jy/beam ! Clean residual mean=0.000035 rms=0.001120 Jy/beam ! Combined flux in latest and established models = 0.0841846 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 78 components and 0.0841846 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.918 mas, bmaj=29.28 mas, bpa=8.582 degrees ! Estimated noise=0.800795 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000499406 Jy ! Component: 100 - total flux cleaned = 0.000605405 Jy ! Component: 150 - total flux cleaned = 0.000605049 Jy ! Component: 200 - total flux cleaned = 0.000605133 Jy ! Total flux subtracted in 200 components = 0.000605133 Jy ! Clean residual min=-0.003587 max=0.003824 Jy/beam ! Clean residual mean=0.000022 rms=0.000979 Jy/beam ! Combined flux in latest and established models = 0.0847897 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 88 components and 0.0847897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087431Jy sigma=1.230148 ! Fit after self-cal, rms=0.087434Jy sigma=1.230095 wmodel /scr/pima/bg219b_uvs/J0453-3949_S_map.mod ! Writing 88 model components to file: /scr/pima/bg219b_uvs/J0453-3949_S_map.mod wobs /scr/pima/bg219b_uvs/J0453-3949_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219b_uvs/J0453-3949_S_uvs.fits wwins /scr/pima/bg219b_uvs/J0453-3949_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219b_uvs/J0453-3949_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.000738882 Jy ! Component: 100 - total flux cleaned = 0.00126084 Jy ! Component: 150 - total flux cleaned = 0.00152979 Jy ! Component: 200 - total flux cleaned = 0.00163041 Jy ! Component: 250 - total flux cleaned = 0.00167687 Jy ! Component: 300 - total flux cleaned = 0.00172141 Jy ! Component: 350 - total flux cleaned = 0.00180653 Jy ! Component: 400 - total flux cleaned = 0.00192909 Jy ! Component: 450 - total flux cleaned = 0.00208531 Jy ! Component: 500 - total flux cleaned = 0.00230898 Jy ! Component: 550 - total flux cleaned = 0.00241611 Jy ! Component: 600 - total flux cleaned = 0.00258874 Jy ! Component: 650 - total flux cleaned = 0.00278677 Jy ! Component: 700 - total flux cleaned = 0.00291332 Jy ! Component: 750 - total flux cleaned = 0.00300448 Jy ! Component: 800 - total flux cleaned = 0.00297508 Jy ! Component: 850 - total flux cleaned = 0.00303362 Jy ! Component: 900 - total flux cleaned = 0.0030334 Jy ! Component: 950 - total flux cleaned = 0.00300605 Jy ! Component: 1000 - total flux cleaned = 0.00292651 Jy ! Component: 1050 - total flux cleaned = 0.00295292 Jy ! Component: 1100 - total flux cleaned = 0.00292723 Jy ! Component: 1150 - total flux cleaned = 0.00292727 Jy ! Component: 1200 - total flux cleaned = 0.0029762 Jy ! Component: 1250 - total flux cleaned = 0.00302333 Jy ! Component: 1300 - total flux cleaned = 0.00306962 Jy ! Component: 1350 - total flux cleaned = 0.00309194 Jy ! Component: 1400 - total flux cleaned = 0.0031584 Jy ! Component: 1450 - total flux cleaned = 0.00331007 Jy ! Component: 1500 - total flux cleaned = 0.00330996 Jy ! Component: 1550 - total flux cleaned = 0.0034566 Jy ! Component: 1600 - total flux cleaned = 0.0034774 Jy ! Component: 1650 - total flux cleaned = 0.00353816 Jy ! Component: 1700 - total flux cleaned = 0.00365643 Jy ! Component: 1750 - total flux cleaned = 0.00365649 Jy ! Component: 1800 - total flux cleaned = 0.00373318 Jy ! Component: 1850 - total flux cleaned = 0.00371403 Jy ! Component: 1900 - total flux cleaned = 0.00367678 Jy ! Component: 1950 - total flux cleaned = 0.00364026 Jy ! Component: 2000 - total flux cleaned = 0.00362242 Jy ! Component: 2050 - total flux cleaned = 0.00360472 Jy ! Component: 2100 - total flux cleaned = 0.00358715 Jy ! Component: 2150 - total flux cleaned = 0.0035013 Jy ! Component: 2200 - total flux cleaned = 0.0035857 Jy ! Component: 2250 - total flux cleaned = 0.00368558 Jy ! Component: 2300 - total flux cleaned = 0.00363608 Jy ! Component: 2350 - total flux cleaned = 0.00370135 Jy ! Component: 2400 - total flux cleaned = 0.00373327 Jy ! Component: 2450 - total flux cleaned = 0.00368536 Jy ! Component: 2500 - total flux cleaned = 0.00373268 Jy ! Component: 2550 - total flux cleaned = 0.00371699 Jy ! Component: 2600 - total flux cleaned = 0.00367062 Jy ! Component: 2650 - total flux cleaned = 0.00371682 Jy ! Component: 2700 - total flux cleaned = 0.00368626 Jy ! Component: 2750 - total flux cleaned = 0.0036863 Jy ! Component: 2800 - total flux cleaned = 0.00368639 Jy ! Component: 2850 - total flux cleaned = 0.00373124 Jy ! Component: 2900 - total flux cleaned = 0.00365703 Jy ! Component: 2950 - total flux cleaned = 0.00365698 Jy ! Component: 3000 - total flux cleaned = 0.00359845 Jy ! Component: 3050 - total flux cleaned = 0.00359856 Jy ! Component: 3100 - total flux cleaned = 0.0035115 Jy ! Component: 3150 - total flux cleaned = 0.00346838 Jy ! Component: 3200 - total flux cleaned = 0.00343967 Jy ! Component: 3250 - total flux cleaned = 0.00338248 Jy ! Component: 3300 - total flux cleaned = 0.00331142 Jy ! Component: 3350 - total flux cleaned = 0.00324064 Jy ! Component: 3400 - total flux cleaned = 0.00322655 Jy ! Component: 3450 - total flux cleaned = 0.00315655 Jy ! Component: 3500 - total flux cleaned = 0.00311481 Jy ! Component: 3550 - total flux cleaned = 0.00307318 Jy ! Component: 3600 - total flux cleaned = 0.00304552 Jy ! Component: 3650 - total flux cleaned = 0.00299041 Jy ! Component: 3700 - total flux cleaned = 0.00293549 Jy ! Component: 3750 - total flux cleaned = 0.00288081 Jy ! Component: 3800 - total flux cleaned = 0.00285365 Jy ! Component: 3850 - total flux cleaned = 0.00282649 Jy ! Component: 3900 - total flux cleaned = 0.00277228 Jy ! Component: 3950 - total flux cleaned = 0.00274532 Jy ! Component: 4000 - total flux cleaned = 0.00269153 Jy ! Component: 4050 - total flux cleaned = 0.00267808 Jy ! Total flux subtracted in 4096 components = 0.00261107 Jy ! Clean residual min=-0.000755 max=0.000719 Jy/beam ! Clean residual mean=0.000008 rms=0.000274 Jy/beam ! Combined flux in latest and established models = 0.0874008 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 387 components and 0.0874008 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219b_uvs/J0453-3949_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.918 x 29.28 at 8.582 degrees (North through East) ! Clean map min=-0.0024744 max=0.077884 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219b_uvs/J0453-3949_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0778842 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000275303 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.06043 1.06043 2.12086 4.24173 8.48346 16.9669 33.9338 67.8677 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.077 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 282.903 quit ! Quitting program ! Log file /scr/pima/bg219b_uvs/J0453-3949_S_uvs.log closed on Thu Apr 7 01:13:11 2016