Home
Install
Use
Develop
Support
News
Credits
hosted by
|
11 #ifndef __Pulsar_FscrunchInterpreter_h
12 #define __Pulsar_FscrunchInterpreter_h
19 template < class Engine>
20 class FscrunchInterpreter
26 template < class Container, class Interpreter>
29 bool scrunch_by = false;
30 std::string temp = args;
38 unsigned scrunch = interpreter->template setup<unsigned> (temp, 0);
45 container -> fscrunch_to_nchan (scrunch);
void fscrunch(Interpreter *interpreter, Container *container, const std::string &args) Default constructor. Definition: FscrunchInterpreter.h:37
Data storage implementations. Definition: Container.h:24
Defines the PSRCHIVE library. Definition: CalSource.h:17
Pulsar data processing command language interpreter. Definition: Interpreter.h:57
Generated using doxygen 1.8.17
|