https://github.com/cbassa/cdmt
Raw File
Tip revision: 0139677645f37669f1b11a4d8616fc7ecf447dee authored by Cees Bassa on 03 November 2016, 20:19:52 UTC
Small update
Tip revision: 0139677
README.md
# cdmt
CDMT, for *Coherent Dispersion Measure Trials*, is a software program to perform coherent dedispersion on complex voltage data from the LOFAR telescope and to coherently dedisperse to many different dispersion measure trials. It reads HDF5 input data and generates [SIGPROC](http://sigproc.sourceforge.net/) compatible filterbank files.

The software uses NVIDIA GPUs to accelerate the computations and hence requires compilation with `nvcc` against the `cufft` and `hdf5` libraries.

Presently the code is only capable of reading LOFAR HDF5 complex voltage data. If you want to use `cdmt` with a different input data type, let me know.
back to top