#include <power_spectrum.h>
Inheritance diagram for Arroyo::isotropic_power_law_spectrum< power_law_type, inner_scale_type >:

Public Member Functions | |
| isotropic_power_law_spectrum (const isotropic_power_law_spectrum &ipls) | |
| isotropic_power_law_spectrum (const iofits &iof) | |
| isotropic_power_law_spectrum (const char *filename) | |
| isotropic_power_law_spectrum (const power_law_type &plaw_type, const inner_scale_type &inscle_type) | |
| ~isotropic_power_law_spectrum () | |
| isotropic_power_law_spectrum & | operator= (const isotropic_power_law_spectrum &ipls) |
| 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 |
| double | get_coefficient () const |
| double | value (double spatial_frequency) const |
| power_law_type | get_power_law () const |
| inner_scale_type | get_inner_scale () const |
| bool | pole_at_zero_spatial_frequency () const |
Protected Attributes | |
| power_law_type | plaw |
| inner_scale_type | inscle |
|
||||||||||
|
Copy constructor |
|
||||||||||
|
Construct from iofits object |
|
||||||||||
|
Construct from a file |
|
||||||||||||||||
|
Construct from the pieces |
|
|||||||||
|
Destructor |
|
|||||||||
|
Return the power law coefficient Implements Arroyo::power_spectrum. |
|
|||||||||
|
Return the power law |
|
|||||||||
|
Return the power law |
|
||||||||||
|
Operator = |
|
|||||||||
|
Indicates whether there's a pole at zero spatial frequency Implements Arroyo::power_spectrum. |
|
||||||||||||||||
|
Implements Arroyo::power_spectrum. |
|
||||||||||
|
Read from an iofits object Implements Arroyo::power_spectrum. |
|
||||||||||
|
Read from a file Implements Arroyo::power_spectrum. |
|
||||||||||
|
Return the value at a given spatial frequency Implements Arroyo::power_spectrum. |
|
||||||||||
|
Write to an iofits object Implements Arroyo::power_spectrum. |
|
||||||||||
|
Write to a file Implements Arroyo::power_spectrum. |
|
|||||
|
|
|
|||||
|
|
1.3.9.1