#include <subharmonic_method.h>
Inheritance diagram for Arroyo::quad_pixel_subharmonic_method:
Public Member Functions | |
| quad_pixel_subharmonic_method () | |
| quad_pixel_subharmonic_method (long sbdpth) | |
| ~quad_pixel_subharmonic_method () | |
| quad_pixel_subharmonic_method (const quad_pixel_subharmonic_method &qpsubm) | |
| quad_pixel_subharmonic_method (const char *filename) | |
| quad_pixel_subharmonic_method (const iofits &iof) | |
| quad_pixel_subharmonic_method & | operator= (const quad_pixel_subharmonic_method &qpsubm) |
| quad_pixel_subharmonic_method * | clone () const |
| void | read (const char *filename) |
| void | read (const iofits &iof) |
| void | write (const char *filename) const |
| void | write (iofits &iof) const |
| void | print (ostream &os, const char *prefix="") const |
| int | intrinsic_dimensionality () const |
| long | get_subharmonic_depth () const |
| void | set_subharmonic_depth (long nsubm) |
|
|
Null constructor |
|
|
Construct from the bits |
|
|
destructor |
|
|
Copy constructor |
|
|
Construct from file |
|
|
Construct from iofits |
|
|
Clone method Calling routine is responsible for deleting memory Implements Arroyo::subharmonic_method. |
|
|
Get the number of subharmonics Implements Arroyo::subharmonic_method. |
|
|
The quad pixel subharmonic correction may be used on arrays with even dimensionality Implements Arroyo::subharmonic_method. |
|
|
operator = |
|
||||||||||||
|
Implements Arroyo::subharmonic_method. |
|
|
Read from iofits Implements Arroyo::subharmonic_method. |
|
|
Read from file Implements Arroyo::subharmonic_method. |
|
|
Set the number of subharmonics Implements Arroyo::subharmonic_method. |
|
|
Write to iofits Implements Arroyo::subharmonic_method. |
|
|
Write to file Implements Arroyo::subharmonic_method. |
1.3.9.1