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

Public Member Functions | |
| Gemini_GLAO_study_model (const Gemini_GLAO_study_model &cn2_model) | |
| Gemini_GLAO_study_model (const char *filename) | |
| Gemini_GLAO_study_model (const iofits &iof) | |
| Gemini_GLAO_study_model (const three_frame &tf, const string &ground_layer, const string &focal_anisoplanatism, bool extended_profile=false, double outer_scale=-1) | |
| ~Gemini_GLAO_study_model () | |
| Gemini_GLAO_study_model & | operator= (const Gemini_GLAO_study_model &cn2_model) |
| Gemini_GLAO_study_model * | 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 |
|
|
Copy constructor |
|
|
Construct from a file |
|
|
Construct from an iofits object |
|
||||||||||||||||||||||||
|
Construct from a three frame and a pair of strings. The strings take one of three values: "good", "typical" or "bad" |
|
|
Destructor |
|
|
Clone method Calling routine is responsible for deleting memory Reimplemented from Arroyo::refractive_atmospheric_model. |
|
|
Operator = |
|
||||||||||||
|
Reimplemented from Arroyo::refractive_atmospheric_model. |
|
|
Read from iofits Reimplemented from Arroyo::refractive_atmospheric_model. |
|
|
Read from file Reimplemented from Arroyo::refractive_atmospheric_model. |
|
|
Write to iofits Reimplemented from Arroyo::refractive_atmospheric_model. |
|
|
Write to file Reimplemented from Arroyo::refractive_atmospheric_model. |
1.3.9.1