Ask a Question | Search DSPSR: |
Home
|
PMDAQFile.h double get_second_bandwidth() Inquire the second bandwidth. Definition: PMDAQ_Observation.h:45 double get_second_centre_frequency() Inquire the second centre frequency. Definition: PMDAQ_Observation.h:42 uint64_t block_bytes Total number of bytes in each block (header + data + tailer) Definition: BlockFile.h:47 General means of constructing Observation attributes from PMDAQ data. Definition: PMDAQ_Observation.h:26 virtual int64_t pad_bytes(unsigned char *buffer, int64_t bytes) Over-ride this function to pad data via HoleyFile. Definition: File.C:334 bool has_two_filters() Returns true if two filters were used. e.g. both 10cm and 50cm bands. Definition: PMDAQ_Observation.h:39 unsigned get_freq2_channels() Inquire the number of channels at the second centre frequency. Definition: PMDAQ_Observation.h:51 PMDAQFile(const char *filename=0) Construct and open file. Definition: PMDAQFile.C:32 bool is_valid(const char *filename) const Returns true if filename appears to name a valid PMDAQ file. Definition: PMDAQFile.C:103 unsigned get_freq1_channels() Inquire the number of channels at the first centre frequency. Definition: PMDAQ_Observation.h:48 virtual int64_t pad_bytes(unsigned char *buffer, int64_t bytes) Pads gaps in data. Definition: PMDAQFile.C:172 uint64_t block_tailer_bytes Number of bytes in tailer of each block. Definition: BlockFile.h:53 static bool using_second_band Which band the bandwidth/centre frequency will be extracted from. Definition: PMDAQFile.h:40 void open_file(const char *filename) Open the file. Definition: PMDAQFile.C:148 uint64_t block_header_bytes Number of bytes in header of each block. Definition: BlockFile.h:50 int get_header(char *pmdaq_header, const char *filename) Initialises 'pmdaq_header' with the header info. Definition: PMDAQFile.C:46 Generated using doxygen 1.8.17
|