Ask a Question | Search DSPSR: |
Home
|
FITSFile.h std::vector< float > dat_offs Store reference offset. Definition: FITSFile.h:103 Pulsar Warning warning unsigned number_of_rows Number of rows in the SUBINT table. Definition: FITSFile.h:106 unsigned bytes_per_row Number of bytes per row in the SUBINT table. Definition: FITSFile.h:91 static Archive * load(const std::string &name) virtual int64_t load_bytes(unsigned char *buffer, uint64_t bytes) Load nbyte bytes of sampled data from the device into buffer. Definition: FITSFile.C:243 bool is_valid(const char *filename) const Returns true if filename appears to name a valid FITS file. Definition: FITSFile.C:44 uint64_t current_byte Current byte offset in the file. Definition: FITSFile.h:94 Type * get() const Creates a cloned instance of Pulsar::Archive to be used for output. Definition: CloneArchive.h:22 fitsfile * fp Store the instance of fitsfile, so it is only opened once. Definition: FITSFile.h:85 int offs_colnum Column number of the DAT_OFFS column in the SUBINT table. Definition: FITSFile.h:82 Intensity float zero_off Offset to conver unsigned integers to signed integers. Definition: FITSFile.h:114 A container for storing digitized (generally not floating point) data Definition: BitSeries.h:35 int64_t seek_bytes(uint64_t bytes) Set the current byte offset in the file. Definition: FITSFile.C:236 int data_colnum Column number of the DATA column in the SUBINT table. Definition: FITSFile.h:76 void add_extensions(Extensions *) Add any extensions. Definition: FITSFile.C:120 virtual void open_file(const char *filename) Open the file. Definition: FITSFile.C:125 const std::string get_message() const unsigned samples_in_row Number of samples per row. Definition: FITSFile.h:88 int scl_colnum Column number of the DAT_SCL column in the SUBINT table. Definition: FITSFile.h:79 FITSFile(const char *filename=0) Construct and open file. Definition: FITSFile.C:35 Any additional information required to describe the data. Definition: BitSeries.h:112 std::vector< float > dat_scl Store reference spectrum. Definition: FITSFile.h:100 Generated using doxygen 1.8.17
|