CASA Documentation
Advanced Search…
  • Log in

Navigation

  • Home
  • Latest
  • CASA 6.1
  • CASA 5.6
  • CASA 5.5
  • CASA 5.4.1
  • CASA 5.4.0
  • CASA 5.3.0
  • CASA 5.1.2
  • CASA 5.1.1
  • CASA 5.1.0
  • CASA 5.0.0
Navigation
  • Release Information
  • Hardware Requirements
  • Using CASA
  • Visibility Data Import Export
  • Visibility Data Selection
  • Data Examination and Editing
  • UV Manipulation
    • Manipulating Visibilities with MStransform
    • Combining, separating, and smoothing spectral windows
    • Data Selection and Reindexing
    • Data partition
    • On-the-fly calibration
    • Time average
    • Channel average
    • Splitting out Calibrated UV data (split and mstransform)
    • Averaging in split
    • Recalculation of uvw values (fixvis)
    • Hanning smoothing of uv data (hanningsmooth)
    • Regridding Visibility Frequencies and Velocities
    • Combining MeasurementSets
    • UV-Plane Continuum Subraction
    • Visibility Analysis
    • Subtracting or Adding Model Visibilities
    • Fitting Gaussians to Visibilities
    • Task: mstransform
    • Task: split
    • Task: cvel
    • Task: hanningsmooth
    • Task: uvcontsub
    • Task: fixvis
    • Task: fixplanets
    • Task: concat
    • Task: virtualconcat
    • Task: conjugatevis
    • Task: uvsub
    • Task: uvmodelfit
    • Task: ft
    • Tool: coordsys
    • Tool: componentlist
    • Tool: measures
    • Tool: quanta
    • Tool: mstransformer
    • Tool: componentlist
  • Synthesis Calibration
  • Ephemeris Data
  • Synthesis Imaging
  • Single Dish Calibration
  • Single-Dish Imaging
  • Image Combination
  • Image Cube Visualization
  • Image Analysis
  • Simulation
  • Parallel Processing
  • Reference Material
  • Global Task List
  • Global Tool List
  • Documentation (developer)
  • CASA on Amazon Web Services
  • CASA Processes (developer)

Averaging in split

Highlights on averaging using split

Time and channel averaging are available within split using the timebin and width parameters. The way that time averaging operates can be further controlled by combine, which is a sub-parameter of timebin.

The timebin parameter gives the averaging interval. It takes a quantity, e.g. timebin='30s' for 30-second time averaging.  By default the time-span of time averaging will be limited by scan boundaries, i.e. the time average will not be extended to average data from multiple scans together. Similarly, time averaging will by default not extend across state boundaries (states are telescope-specific entities; for ALMA a state corresponds to a sub-scan).  These default limits on time averaging can be modified by setting combine to 'scan', 'state', or 'state,scan' to ignore one or both types of boundaries and average across them.  combine is a sub-parameter of timebin which is enabled by selecting a non-zero time averaging interval.

The width parameter defines the number of channels to average to form a given output channel. This can be specified globally for all spw, e.g.

width = 5

or specified per spw, e.g.

width = [2,3]

to average 2 channels of 1st spectral window selected and 3 in the second one.

ALERT: When averaging channels split will produce negative channel widths (as reported by listobs) if frequency goes down with increasing channel number, whether or not the input channel widths are negative. The bandwidths and channel resolutions will still be positive."

« Previous: Splitting out Calibrated UV data (split and mstransform) Next: Recalculation of uvw values (fixvis) »  
The Plone® Open Source CMS/WCM is © 2000-2022 by the Plone Foundation and friends. Distributed under the GNU GPL license.
  • Site Map
  • Accessibility
  • Contact
Powered by Plone & Python