! Started logfile: /scr/pima/bg219a_uvs/J0012+3353_S_uvs.log on Wed Apr 6 22:38:26 2016 obs /scr/pima/bg219a_uvs/J0012+3353_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J0012+3353_S_uva.fits ! AN table 1: 47 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.836879 visibilities/baseline/integration-bin. ! Found source: J0012+3353 ! ! 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 2360 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/J0012+3353_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 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003423Jy sigma=28.404948 ! Fit after self-cal, rms=0.946653Jy sigma=26.841301 ! 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.862 mas, bmaj=5.503 mas, bpa=-11.44 degrees ! Estimated noise=0.850823 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.0406483 Jy ! Component: 100 - total flux cleaned = 0.0499376 Jy ! Total flux subtracted in 100 components = 0.0499376 Jy ! Clean residual min=-0.004903 max=0.004742 Jy/beam ! Clean residual mean=0.000004 rms=0.001257 Jy/beam ! Combined flux in latest and established models = 0.0499376 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0499376 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049719Jy sigma=1.213720 ! Fit after self-cal, rms=0.049168Jy sigma=1.201694 ! 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.489 mas, bmaj=6.569 mas, bpa=-12.16 degrees ! Estimated noise=0.532484 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.00550618 Jy ! Component: 100 - total flux cleaned = 0.00786778 Jy ! Component: 150 - total flux cleaned = 0.00849122 Jy ! Component: 200 - total flux cleaned = 0.00869524 Jy ! Total flux subtracted in 200 components = 0.00869524 Jy ! Clean residual min=-0.002934 max=0.002763 Jy/beam ! Clean residual mean=0.000007 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.0586328 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 19 components and 0.0586329 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048572Jy sigma=1.183841 ! Fit after self-cal, rms=0.048594Jy sigma=1.183462 ! 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.489 x 6.569 at -12.16 degrees (North through East) ! Clean map min=-0.0028551 max=0.054854 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 0.95 MK 1.19 NL 0.96 OV 1.09 ! PT 1.04 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! LA 1.02 MK 1.00 NL 0.99 OV 1.01 ! PT 1.02 SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! LA 1.00 MK 0.92 NL 0.98 OV 1.02 ! PT 1.03 SC 0.92 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! LA 1.00 MK 1.02 NL 0.88 OV 1.05 ! PT 1.00 SC 0.94 ! ! ! Fit before self-cal, rms=0.048594Jy sigma=1.183462 ! Fit after self-cal, rms=0.047753Jy sigma=1.178681 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.482 mas, bmaj=6.495 mas, bpa=-11.51 degrees ! Estimated noise=0.527857 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.00078602 Jy ! Component: 100 - total flux cleaned = 0.000846083 Jy ! Component: 150 - total flux cleaned = 0.00087055 Jy ! Component: 200 - total flux cleaned = 0.000870706 Jy ! Total flux subtracted in 200 components = 0.000870706 Jy ! Clean residual min=-0.002315 max=0.002756 Jy/beam ! Clean residual mean=0.000006 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.0595036 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 22 components and 0.0595036 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047703Jy sigma=1.177992 ! Fit after self-cal, rms=0.047695Jy sigma=1.177686 ! 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.047695Jy sigma=1.177686 ! Fit after self-cal, rms=0.046869Jy sigma=1.174025 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.458 mas, bmaj=6.491 mas, bpa=-11.64 degrees ! Estimated noise=0.527215 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000320431 Jy ! Component: 100 - total flux cleaned = 0.000317811 Jy ! Component: 150 - total flux cleaned = 0.000369256 Jy ! Component: 200 - total flux cleaned = 0.000417438 Jy ! Total flux subtracted in 200 components = 0.000417438 Jy ! Clean residual min=-0.002256 max=0.002624 Jy/beam ! Clean residual mean=0.000004 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.059921 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 29 components and 0.059921 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.046851Jy sigma=1.173628 ! Fit after self-cal, rms=0.046835Jy sigma=1.173326 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) ! Added new window around map position (-105.5, -6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00198348 Jy ! Component: 100 - total flux cleaned = 0.00232116 Jy ! Component: 150 - total flux cleaned = 0.00269115 Jy ! Component: 200 - total flux cleaned = 0.00292495 Jy ! Total flux subtracted in 200 components = 0.00292495 Jy ! Clean residual min=-0.001959 max=0.001862 Jy/beam ! Clean residual mean=0.000005 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.062846 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 47 components and 0.062846 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.046718Jy sigma=1.170959 ! Fit after self-cal, rms=0.046711Jy sigma=1.170498 ! 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.046711Jy sigma=1.170498 ! Fit after self-cal, rms=0.046222Jy sigma=1.170203 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.443 mas, bmaj=6.464 mas, bpa=-11.63 degrees ! Estimated noise=0.523625 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000731899 Jy ! Component: 100 - total flux cleaned = 0.00102389 Jy ! Component: 150 - total flux cleaned = 0.00120695 Jy ! Component: 200 - total flux cleaned = 0.00132695 Jy ! Total flux subtracted in 200 components = 0.00132695 Jy ! Clean residual min=-0.001928 max=0.001803 Jy/beam ! Clean residual mean=0.000005 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.0641729 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 54 components and 0.0641729 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.046182Jy sigma=1.169571 ! Fit after self-cal, rms=0.046179Jy sigma=1.169460 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.00026224 Jy ! Component: 100 - total flux cleaned = 0.000321263 Jy ! Component: 150 - total flux cleaned = 0.000375553 Jy ! Component: 200 - total flux cleaned = 0.000442511 Jy ! Total flux subtracted in 200 components = 0.000442511 Jy ! Clean residual min=-0.001929 max=0.001729 Jy/beam ! Clean residual mean=0.000005 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.0646154 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 61 components and 0.0646154 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.046161Jy sigma=1.169135 ! Fit after self-cal, rms=0.046161Jy sigma=1.169108 ! 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.046161Jy sigma=1.169108 ! Fit after self-cal, rms=0.046063Jy sigma=1.169013 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.316 mas, bmaj=13.4 mas, bpa=-11.61 degrees ! Estimated noise=0.623111 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000726899 Jy ! Component: 100 - total flux cleaned = 0.00115889 Jy ! Component: 150 - total flux cleaned = 0.00136044 Jy ! Component: 200 - total flux cleaned = 0.00145592 Jy ! Total flux subtracted in 200 components = 0.00145592 Jy ! Clean residual min=-0.001928 max=0.001627 Jy/beam ! Clean residual mean=0.000007 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.0660714 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 82 components and 0.0660713 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.046064Jy sigma=1.168980 ! Fit after self-cal, rms=0.046058Jy sigma=1.168878 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.000390064 Jy ! Component: 100 - total flux cleaned = 0.000467907 Jy ! Component: 150 - total flux cleaned = 0.000497077 Jy ! Component: 200 - total flux cleaned = 0.000549379 Jy ! Total flux subtracted in 200 components = 0.000549379 Jy ! Clean residual min=-0.001926 max=0.001610 Jy/beam ! Clean residual mean=0.000007 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.0666207 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 88 components and 0.0666207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.046057Jy sigma=1.168851 ! Fit after self-cal, rms=0.046054Jy sigma=1.168813 ! 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.436 mas, bmaj=6.451 mas, bpa=-11.67 degrees ! Estimated noise=0.523211 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.436 x 6.451 at -11.67 degrees (North through East) ! Clean map min=-0.0019181 max=0.053666 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.834 mas, bmaj=5.45 mas, bpa=-11.05 degrees ! Estimated noise=0.829504 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0398794 Jy ! Component: 100 - total flux cleaned = 0.0493672 Jy ! Component: 150 - total flux cleaned = 0.0540275 Jy ! Component: 200 - total flux cleaned = 0.0561069 Jy ! Total flux subtracted in 200 components = 0.0561069 Jy ! Clean residual min=-0.004124 max=0.003424 Jy/beam ! Clean residual mean=0.000004 rms=0.001024 Jy/beam ! Combined flux in latest and established models = 0.0561069 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.0561069 Jy ! Inverting map and beam ! Estimated beam: bmin=3.436 mas, bmaj=6.451 mas, bpa=-11.67 degrees ! Estimated noise=0.523211 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.00397452 Jy ! Component: 100 - total flux cleaned = 0.00548211 Jy ! Component: 150 - total flux cleaned = 0.00647161 Jy ! Component: 200 - total flux cleaned = 0.00728599 Jy ! Total flux subtracted in 200 components = 0.00728599 Jy ! Clean residual min=-0.002224 max=0.001805 Jy/beam ! Clean residual mean=0.000005 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.0633929 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 39 components and 0.0633929 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.316 mas, bmaj=13.4 mas, bpa=-11.61 degrees ! Estimated noise=0.623111 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00118464 Jy ! Component: 100 - total flux cleaned = 0.00192584 Jy ! Component: 150 - total flux cleaned = 0.0023672 Jy ! Component: 200 - total flux cleaned = 0.00258128 Jy ! Total flux subtracted in 200 components = 0.00258128 Jy ! Clean residual min=-0.001976 max=0.001750 Jy/beam ! Clean residual mean=0.000008 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.0659742 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 = 0.000153917 Jy ! Component: 100 - total flux cleaned = 0.000289344 Jy ! Component: 150 - total flux cleaned = 0.000397496 Jy ! Component: 200 - total flux cleaned = 0.000494311 Jy ! Total flux subtracted in 200 components = 0.000494311 Jy ! Clean residual min=-0.001913 max=0.001679 Jy/beam ! Clean residual mean=0.000007 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.0664685 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 60 components and 0.0664685 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.436 mas, bmaj=6.451 mas, bpa=-11.67 degrees ! Estimated noise=0.523211 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000122387 Jy ! Component: 100 - total flux cleaned = -0.000289034 Jy ! Component: 150 - total flux cleaned = -0.00024211 Jy ! Component: 200 - total flux cleaned = -0.000155108 Jy ! Total flux subtracted in 200 components = -0.000155108 Jy ! Clean residual min=-0.002051 max=0.001785 Jy/beam ! Clean residual mean=0.000004 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.0663134 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 73 components and 0.0663134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.046062Jy sigma=1.169189 ! Fit after self-cal, rms=0.046071Jy sigma=1.169070 wmodel /scr/pima/bg219a_uvs/J0012+3353_S_map.mod ! Writing 73 model components to file: /scr/pima/bg219a_uvs/J0012+3353_S_map.mod wobs /scr/pima/bg219a_uvs/J0012+3353_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J0012+3353_S_uvs.fits wwins /scr/pima/bg219a_uvs/J0012+3353_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219a_uvs/J0012+3353_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.000405976 Jy ! Component: 100 - total flux cleaned = -0.000317188 Jy ! Component: 150 - total flux cleaned = -9.82237e-05 Jy ! Component: 200 - total flux cleaned = 0.00013056 Jy ! Component: 250 - total flux cleaned = 0.000323496 Jy ! Component: 300 - total flux cleaned = 0.000508224 Jy ! Component: 350 - total flux cleaned = 0.000640316 Jy ! Component: 400 - total flux cleaned = 0.000766428 Jy ! Component: 450 - total flux cleaned = 0.000847292 Jy ! Component: 500 - total flux cleaned = 0.000925783 Jy ! Component: 550 - total flux cleaned = 0.000982351 Jy ! Component: 600 - total flux cleaned = 0.00105491 Jy ! Component: 650 - total flux cleaned = 0.00114246 Jy ! Component: 700 - total flux cleaned = 0.00119302 Jy ! Component: 750 - total flux cleaned = 0.0012588 Jy ! Component: 800 - total flux cleaned = 0.00127437 Jy ! Component: 850 - total flux cleaned = 0.0012585 Jy ! Component: 900 - total flux cleaned = 0.00124304 Jy ! Component: 950 - total flux cleaned = 0.00122821 Jy ! Component: 1000 - total flux cleaned = 0.0012139 Jy ! Component: 1050 - total flux cleaned = 0.00118537 Jy ! Component: 1100 - total flux cleaned = 0.0011714 Jy ! Component: 1150 - total flux cleaned = 0.00115797 Jy ! Component: 1200 - total flux cleaned = 0.00118478 Jy ! Component: 1250 - total flux cleaned = 0.00119787 Jy ! Component: 1300 - total flux cleaned = 0.00121061 Jy ! Component: 1350 - total flux cleaned = 0.00123573 Jy ! Component: 1400 - total flux cleaned = 0.00128522 Jy ! Component: 1450 - total flux cleaned = 0.00133355 Jy ! Component: 1500 - total flux cleaned = 0.00136925 Jy ! Component: 1550 - total flux cleaned = 0.00141643 Jy ! Component: 1600 - total flux cleaned = 0.00148629 Jy ! Component: 1650 - total flux cleaned = 0.0015894 Jy ! Component: 1700 - total flux cleaned = 0.00161198 Jy ! Component: 1750 - total flux cleaned = 0.00165671 Jy ! Component: 1800 - total flux cleaned = 0.00167879 Jy ! Component: 1850 - total flux cleaned = 0.00171161 Jy ! Component: 1900 - total flux cleaned = 0.00174416 Jy ! Component: 1950 - total flux cleaned = 0.00179778 Jy ! Component: 2000 - total flux cleaned = 0.00181893 Jy ! Component: 2050 - total flux cleaned = 0.00183986 Jy ! Component: 2100 - total flux cleaned = 0.00186067 Jy ! Component: 2150 - total flux cleaned = 0.00191245 Jy ! Component: 2200 - total flux cleaned = 0.00194315 Jy ! Component: 2250 - total flux cleaned = 0.0019737 Jy ! Component: 2300 - total flux cleaned = 0.00201416 Jy ! Component: 2350 - total flux cleaned = 0.00206427 Jy ! Component: 2400 - total flux cleaned = 0.00206423 Jy ! Component: 2450 - total flux cleaned = 0.00210392 Jy ! Component: 2500 - total flux cleaned = 0.0021137 Jy ! Component: 2550 - total flux cleaned = 0.00213334 Jy ! Component: 2600 - total flux cleaned = 0.00219213 Jy ! Component: 2650 - total flux cleaned = 0.00224111 Jy ! Component: 2700 - total flux cleaned = 0.00226065 Jy ! Component: 2750 - total flux cleaned = 0.00231923 Jy ! Component: 2800 - total flux cleaned = 0.0023485 Jy ! Component: 2850 - total flux cleaned = 0.00239719 Jy ! Component: 2900 - total flux cleaned = 0.00242649 Jy ! Component: 2950 - total flux cleaned = 0.00245573 Jy ! Component: 3000 - total flux cleaned = 0.00250445 Jy ! Component: 3050 - total flux cleaned = 0.00253363 Jy ! Component: 3100 - total flux cleaned = 0.00257268 Jy ! Component: 3150 - total flux cleaned = 0.00259219 Jy ! Component: 3200 - total flux cleaned = 0.00263141 Jy ! Component: 3250 - total flux cleaned = 0.00267087 Jy ! Component: 3300 - total flux cleaned = 0.00270057 Jy ! Component: 3350 - total flux cleaned = 0.0027105 Jy ! Component: 3400 - total flux cleaned = 0.00274048 Jy ! Component: 3450 - total flux cleaned = 0.00277055 Jy ! Component: 3500 - total flux cleaned = 0.00279073 Jy ! Component: 3550 - total flux cleaned = 0.00280077 Jy ! Component: 3600 - total flux cleaned = 0.0028109 Jy ! Component: 3650 - total flux cleaned = 0.00282111 Jy ! Component: 3700 - total flux cleaned = 0.00280049 Jy ! Component: 3750 - total flux cleaned = 0.00280049 Jy ! Component: 3800 - total flux cleaned = 0.00279006 Jy ! Component: 3850 - total flux cleaned = 0.00275827 Jy ! Component: 3900 - total flux cleaned = 0.0027583 Jy ! Component: 3950 - total flux cleaned = 0.00273672 Jy ! Component: 4000 - total flux cleaned = 0.00273674 Jy ! Component: 4050 - total flux cleaned = 0.00272591 Jy ! Total flux subtracted in 4096 components = 0.00269286 Jy ! Clean residual min=-0.000754 max=0.000657 Jy/beam ! Clean residual mean=0.000005 rms=0.000167 Jy/beam ! Combined flux in latest and established models = 0.0690062 Jy keep ! Adding 214 model components to the UV plane model. ! The established model now contains 287 components and 0.0690062 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J0012+3353_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.436 x 6.451 at -11.67 degrees (North through East) ! Clean map min=-0.0010259 max=0.053238 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J0012+3353_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0532375 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000167399 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.943316 0.943316 1.88663 3.77326 7.54653 15.0931 30.1861 60.3722 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.053 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 318.027 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J0012+3353_S_uvs.log closed on Wed Apr 6 22:38:31 2016