Ask a Question | Search DSPSR: |
Home
|
dsp::GUPPIFITSUnpacker Class Reference Unpacks data from PSRFITS files produced by GUPPI and related systems. More...
Inheritance diagram for dsp::GUPPIFITSUnpacker:
Detailed DescriptionUnpacks data from PSRFITS files produced by GUPPI and related systems. This class unpacks search-mode PSRFITS data from GUPPI and similar systems. These systems used a different sign and zero offset convention from what is implmented in the standard FITSUnpacker class. It may be possible to merge this code back in so that a single class handles both, but for now this seemed simpler. Member Function Documentation◆ matches()
Return true if the derived class can convert the Observation. Derived classes must define the conditions under which they can be used to parse the given data. Implements dsp::Unpacker. References dsp::Observation::get_machine(), and dsp::Observation::get_nbit(). ◆ unpack()
The unpacking routine. This method must unpack the data from the BitSeries Input into the TimeSeries output. Implements dsp::Unpacker. References Signal::Coherence, and Signal::Stokes. The documentation for this class was generated from the following files:
Generated using doxygen 1.8.17
|