#include <power_spectrum.h>
Inheritance diagram for Arroyo::inner_scale:

Public Member Functions | |
| inner_scale () | |
| virtual | ~inner_scale () |
| virtual void | read (const char *filename)=0 |
| virtual void | read (const iofits &iof)=0 |
| virtual void | write (const char *filename) const =0 |
| virtual void | write (iofits &iof) const =0 |
| virtual void | print (ostream &os, const char *prefix="") const =0 |
| virtual double | value (double spatial_frequency) const =0 |
Static Public Member Functions | |
| inner_scale * | inner_scale_factory (const char *filename) |
| inner_scale * | inner_scale_factory (const iofits &iof) |
|
|
Null constructor |
|
|
Virtual destructor |
|
|
Factory to construct an inner_scale from an iofits object |
|
|
Factory to construct an inner_scale from a file |
|
||||||||||||
|
Implements Arroyo::AO_sim_base. Implemented in Arroyo::null_inner_scale, Arroyo::exponential_inner_scale, and Arroyo::frehlich_inner_scale. |
|
|
Read from iofits Implemented in Arroyo::null_inner_scale, Arroyo::exponential_inner_scale, and Arroyo::frehlich_inner_scale. |
|
|
Read from file Implemented in Arroyo::null_inner_scale, Arroyo::exponential_inner_scale, and Arroyo::frehlich_inner_scale. |
|
|
Return the value at a given spatial frequency Implemented in Arroyo::null_inner_scale, Arroyo::exponential_inner_scale, and Arroyo::frehlich_inner_scale. |
|
|
Write to iofits Implemented in Arroyo::null_inner_scale, Arroyo::exponential_inner_scale, and Arroyo::frehlich_inner_scale. |
|
|
Write to file Implemented in Arroyo::null_inner_scale, Arroyo::exponential_inner_scale, and Arroyo::frehlich_inner_scale. |
1.3.9.1