Ask a Question | Search DSPSR: |
Home
|
FadcFile.h 56 int createDataFile(char* expFileName, long firstFile, long lastFile, long* offset_tsmps_file0, long* offset_tsmps, int nbit, int nPol, int nChan, int nADCperCard, long buffers_per_file, long bytes_per_buffer, int expect_magic_code);
int createDataFile(char *expFileName, long firstFile, long lastFile, long *offset_tsmps_file0, long *offset_tsmps, int nbit, int nPol, int nChan, int nADCperCard, long buffers_per_file, long bytes_per_buffer, int expect_magic_code) Definition: FadcFile.C:518 bool is_valid(const char *filename) const Returns true if filename is a valid Fadc file. Definition: FadcFile.C:242 FadcFile(const char *filename=0) Construct and open file Definition: FadcFile.C:181 General means of constructing Observation attributes from FADC data. Definition: FadcObservation.h:31 static std::string get_header(const char *filename) Read the Fadc header. Definition: FadcFile.C:227 virtual void open_file(const char *filename) Open the file. Definition: FadcFile.C:307 Generated using doxygen 1.8.17
|