Ask a Question | Search DSPSR: |
Home
|
VDIFFile.h bool is_valid(const char *filename) const Returns true if file starts with a valid VDIF packet header. Definition: VDIFFile.C:46 virtual Observation * get_info() Get the information about the data source. Definition: Input.h:113 void open_file(const char *filename) Open the file. Definition: VDIFFile.C:121 VDIFFile(const char *filename=0, const char *headername=0) Construct and open file Definition: VDIFFile.C:34 Nyquist bool contiguous(const File *that) const Return true this this is contiguous with that. Definition: VDIFFile.C:355 uint64_t get_next_frame_number() Return the number of the next frame. Definition: VDIFFile.C:287 void set_required(std::string key, bool required=true) Set/unset a required keyword. Definition: ASCIIObservation.C:53 uint64_t skip_extra() Check that next packet follows the packet that was just read. Definition: VDIFFile.C:319 std::string get_data_filename() const For when the data file is not the current filename. Definition: VDIFFile.h:46 void load(const char *header) Read the ASCII header block. Definition: ASCIIObservation.C:88 MJD get_start_time() const Return the start time of the leading edge of the first time sample. Definition: Observation.h:152 Analytic Parses Observation attributes from an ASCII header. Definition: ASCIIObservation.h:29 Generated using doxygen 1.8.17
|