#include <Shack_Hartmann_centroids.h>
Inheritance diagram for Arroyo::Shack_Hartmann_centroids:

Public Member Functions | |
| Shack_Hartmann_centroids () | |
| ~Shack_Hartmann_centroids () | |
| Shack_Hartmann_centroids (const Shack_Hartmann_centroids &shcentroids) | |
| Shack_Hartmann_centroids (const char *filename) | |
| Shack_Hartmann_centroids (const iofits &iof) | |
| Shack_Hartmann_centroids (const vector< long > &lenslet_axes) | |
| template<class T> | |
| Shack_Hartmann_centroids (const vector< long > &lenslet_axes, const diffractive_wavefront< T > &dwf) | |
| Shack_Hartmann_centroids & | operator= (const Shack_Hartmann_centroids &iznke) |
| void | read (const char *filename) |
| void | read (const Arroyo::iofits &iof) |
| void | write (const char *filename) const |
| void | write (Arroyo::iofits &iof) const |
| void | print (std::ostream &os, const char *prefix="") const |
Static Public Attributes | |
| int | verbose_level |
| Verbose level. | |
|
|
Null constructor |
|
|
Destructor |
|
|
Copy constructor |
|
|
Construct from file |
|
|
Construct from an iofits object |
|
|
Construct a null-initialized instance |
|
||||||||||||||||
|
Construct from a wavefront |
|
|
Operator = |
|
||||||||||||
|
Function to print the coefficients |
|
|
read from an iofits object |
|
|
read from a file |
|
|
write to an iofits object |
|
|
write to a file |
|
|
Verbose level.
Reimplemented from Arroyo::pixel_array< double >. |
1.3.9.1