#include <pixel_phase_array.h>
Inheritance diagram for Arroyo::pixel_phase_array< T >:
Public Member Functions | |
| pixel_phase_array () | |
| pixel_phase_array (const pixel_phase_array< T > &pixpharr) | |
| pixel_phase_array (const iofits &iof) | |
| pixel_phase_array (const vector< long > &in_axes, const T *data=NULL, const float *wts=NULL) | |
| ~pixel_phase_array () | |
| pixel_phase_array & | operator= (const pixel_phase_array< T > &pixpharr) |
| void | wrap () |
| void | decimate (int nadd) |
Friends | |
| int | operator== (const pixel_phase_array< T > &p1, const pixel_phase_array< T > &p2) |
|
|||||||||
|
Null constructor |
|
||||||||||
|
Copy constructor |
|
||||||||||
|
Construct from iofits object |
|
||||||||||||||||||||
|
Construct from the bits. The data array should hold the phases measured in radians. |
|
|||||||||
|
Destructor |
|
||||||||||
|
Decimate resolution of pixel phase array Reimplemented from Arroyo::pixel_array< T >. |
|
||||||||||
|
Operator = |
|
|||||||||
|
Wrap phase array into [-M_PI,M_PI) |
|
||||||||||||||||
|
Friend operator == for pixel_phase_array |
1.3.9.1