Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

Arroyo::SLCSAT_day_model Class Reference

#include <SLCSAT_model.h>

Inheritance diagram for Arroyo::SLCSAT_day_model:

Arroyo::refractive_atmospheric_model Arroyo::AO_sim_base List of all members.

Public Member Functions

 SLCSAT_day_model (const SLCSAT_day_model &slcday_model)
 SLCSAT_day_model (const char *filename)
 SLCSAT_day_model (const iofits &iof)
 SLCSAT_day_model (const three_frame &ground_ref_frame, const std::vector< double > &layer_heights)
 ~SLCSAT_day_model ()
SLCSAT_day_modeloperator= (const SLCSAT_day_model &slcday_model)
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

Detailed Description

A class to implement a multilayer approximation to the analytic SLCSAT daytime atmospheric model. Sasiela p. 61 states the analytic model as

3.96e-13/h^{1.05} 18.5 <= h < 232
Cn^{2}(h) = 1.3e-15 232 <= h < 880
8.87e-7/h^{3} 880 <= h < 7220
2.0e-16/h^{.5} 7220 <= h < 20500

where the height h is in meters.

To generate a multilayer approximation to this model, the user must supply a vector of layer heights to the constructor. The convention for assigning turbulence weights to the layers is as follows. The C_{n}^{2} profile is integrated from the ground to the midpoint between the first and second layer, and this weight is assigned to the first layer. The profile is integrated from this point to the midpoint between the second and third layers, and this weight is assigned to the second layer. For the highest layer, the profile is integrated from the midpoint between the second highest layer and the highest layer to infinity.


Constructor & Destructor Documentation

Arroyo::SLCSAT_day_model::SLCSAT_day_model const SLCSAT_day_model slcday_model  ) 
 

Copy constructor

Arroyo::SLCSAT_day_model::SLCSAT_day_model const char *  filename  ) 
 

Construct from a file

Arroyo::SLCSAT_day_model::SLCSAT_day_model const iofits iof  ) 
 

Construct from an iofits object

Arroyo::SLCSAT_day_model::SLCSAT_day_model const three_frame ground_ref_frame,
const std::vector< double > &  layer_heights
 

Construct from a three frame.

The layer heights are in meters

Arroyo::SLCSAT_day_model::~SLCSAT_day_model  )  [inline]
 

Destructor


Member Function Documentation

SLCSAT_day_model& Arroyo::SLCSAT_day_model::operator= const SLCSAT_day_model slcday_model  ) 
 

Operator =

void Arroyo::SLCSAT_day_model::print ostream &  os,
const char *  prefix = ""
const [virtual]
 

Print

Reimplemented from Arroyo::refractive_atmospheric_model.

void Arroyo::SLCSAT_day_model::read const iofits iof  ) 
 

Read from iofits

Reimplemented from Arroyo::refractive_atmospheric_model.

void Arroyo::SLCSAT_day_model::read const char *  filename  ) 
 

Read from file

Reimplemented from Arroyo::refractive_atmospheric_model.

void Arroyo::SLCSAT_day_model::write iofits iof  )  const
 

Write to iofits

Reimplemented from Arroyo::refractive_atmospheric_model.

void Arroyo::SLCSAT_day_model::write const char *  filename  )  const
 

Write to file

Reimplemented from Arroyo::refractive_atmospheric_model.


The documentation for this class was generated from the following file:
Generated on Thu Nov 29 17:16:36 2007 for arroyo by  doxygen 1.3.9.1