Skip to content
C. Piker edited this page Jul 26, 2024 · 5 revisions

Welcome to the das2C wiki!

Library documentation is currently provide via Doxygen pages in the main 'doc' directory, while more information on various stream utility programs provided with das2C may be found at the links below.

Stream Processing

Generators

The following programs read from storage and initiate a das2 stream

  • das2_cache_rdr - Combine, trim and transmit das2 stream cache blocks

Operators

The following programs are classic UNIX filters, taking a das2 stream on standard input and producing an altered stream on standard output.

  • das2_bin_avgsec - Stream size reduction by averaging in time bins
  • das2_psd - Stream dependent variable conversion via Discrete Fourier Transforms

Exporters

The following programs are intended to terminate a processing chain. They convert das streams into external formats for interoperability.

  • das2_hapi - Stream conversion from das2 to HAPI 1.0 format.
  • das3_cdf - Stream conversion from das2/das3 to common data format (CDF) files
  • das3_csv - Stream conversion from das2/das3 to delimited text values
Clone this wiki locally