Ask a Question | Search DSPSR: |
Home
|
DADAFile.h uint64_t get_block_bytes() const Get the total number of bytes in each block (header + data + tailer) Definition: BlockSize.h:61 const char * get_header() const Return the immutable DADA ASCII header loaded from filename. Definition: DADAFile.h:41 bool separate_header_file Flag set true when the header information is in a separate text file. Definition: DADAFile.h:52 virtual void open_file(const char *filename) Open the file. Definition: DADAFile.C:151 std::string dada_header ASCII header loaded from file. Definition: DADAFile.h:55 Sizes of header, data, and tailer of data that are divided in blocks / frames / heaps. Definition: BlockSize.h:24 DADAFile(const char *filename=0) Construct and open file. Definition: DADAFile.C:26 const std::string get_message() const bool is_valid(const char *filename) const Returns true if filename appears to name a valid DADA file. Definition: DADAFile.C:113 Parses Observation attributes from an ASCII header. Definition: ASCIIObservation.h:29 Generated using doxygen 1.8.17
|