Skip to content
/ dmt Public
forked from pravirkr/dmt

Dispersion Measure Transforms

License

Notifications You must be signed in to change notification settings

chime-sps/dmt

 
 

Repository files navigation

dmt

GitHub CI codecov License

Dispersion Measure Transforms

Installation

Using pip:

pip install -U git+https://github.com/pravirkr/dmt

Usage

from dmt.libdmt import FDMT

frb = np.ones((nchans, nsamps), dtype=np.float32)
thefdmt = FDMT(f_min, f_max, nchans, nsamps, tsamp, dt_max=dt_max, dt_min=0, dt_step=1)
dmt_transform = thefdmt.execute(frb.astype(np.float32))

Benchmarks

f_min = 704.0, f_max = 1216.0, nchans = 4096, tsamp = 0.00008192, dt_max = 2048, nsamps = n;
nthreads = 1, 8;

About

Dispersion Measure Transforms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 82.6%
  • CMake 10.5%
  • Python 6.9%