Ask a Question | Search DSPSR: |
Home
|
DADAOutputFile.h DADAHeader dada_header Manages the ASCII header that will be written to the start of each file. Definition: DADAOutputFile.h:66 std::string get_extension() const Get the extension to be added to the end of new filenames. Definition: DADAOutputFile.C:20 DADAOutputFile(const std::string &filename) Construct a new DADAOutputFile object, opening the file for writing. Definition: DADAOutputFile.C:14 virtual void set_machine(const std::string &_m) Set the instrument used to record signal. Definition: Observation.h:192 Pure virtual base class of all objects that can unload BitSeries data. Definition: OutputFile.h:30 std::string output_filename The name of the output file. Definition: OutputFile.h:59 void write_header() Write the input BitSeries header to the open file, via dsp::ASCIIObservation::unload. Definition: DADAOutputFile.C:25 void unload(char *header) Write an ASCII header block. Definition: ASCIIObservation.C:563 DADAHeader * get_header() Get the DADA header manager. Definition: DADAOutputFile.h:48 Parses Observation attributes from an ASCII header. Definition: ASCIIObservation.h:29 Generated using doxygen 1.8.17
|