akutkin / frb

0 stars 0 forks source link

Class for DSP + meta-data #4

Closed ipashchenko closed 8 years ago

ipashchenko commented 8 years ago

What about to join dsp array and it's metadata in one class? That class should have methods to de-disperse dsp array, average it, etc. Check frames.Frame class that handles dynamical spectra operations. If your code can create instance of that class from m5 files then we can pass this instance right to software for preprocessing (optionally, e.g. de-dispersion) and searching candidates (i've just created Searcher class that implements something like that:)

akutkin commented 8 years ago

Good idea. Must do it...

ipashchenko commented 8 years ago

83b06a2 resolves this issue