|
|
| FITSSUBHdrExtension () |
| | Default constructor.
|
|
| FITSSUBHdrExtension (const Pulsar::FITSSUBHdrExtension &extension) |
| | Copy constructor.
|
|
const FITSSUBHdrExtension & | operator= (const FITSSUBHdrExtension &extension) |
| | Operator =.
|
|
| ~FITSSUBHdrExtension () |
| | Destructor.
|
| FITSSUBHdrExtension * | clone () const |
| | Clone method.
|
| TextInterface::Parser * | get_interface () |
| | Get the text interface.
|
| std::string | get_short_name () const |
| | Return an abbreviated name that can be typed relatively quickly.
|
|
std::string | get_int_type (void) const |
|
std::string | get_int_unit (void) const |
|
double | get_tsamp (void) const |
|
int | get_nbits (void) const |
|
int | get_nch_strt (void) const |
|
int | get_nsblk (void) const |
|
long | get_nrows (void) const |
|
double | get_zero_off (void) const |
|
int | get_signint (void) const |
|
void | set_int_type (std::string s_int_type) |
|
void | set_int_unit (std::string s_int_unit) |
|
void | set_tsamp (double s_tsamp) |
|
void | set_nbits (int s_nbits) |
|
void | set_nch_strt (int s_nch_strt) |
|
void | set_nsblk (int s_nsblk) |
|
void | set_nrows (int s_nrows) |
|
void | set_zero_off (float s_zero_off) |
|
void | set_signint (bool s_signint) |
|
| Extension (const char *name) |
| | Construct with a name.
|
|
virtual | ~Extension () |
| | Destructor.
|
|
std::string | get_extension_name () const |
| | Return the name of the Extension.
|
| virtual bool | has_data () const |
| | Returns true if the Extension contains useful data.
|
| virtual void | resize (unsigned nsubint, unsigned npol=0, unsigned nchan=0, unsigned nbin=0) |
| | Resize the Extension.
|
| virtual void | frequency_append (Archive *to, const Archive *from) |
| | Append data along frequency dimension, if applicable.
|
|
| Able (const Able &) |
|
Able & | operator= (const Able &) |
|
unsigned | get_reference_count () const |
|
| HeapTracked (const HeapTracked &) |
|
HeapTracked & | operator= (const HeapTracked &) |
|
bool | __is_on_heap () const |
Stores PSRFITS SUBINT header parameters.