Contains module mse.
More...
|
module | mse |
| Implements motional stark effect diagnostic. Defines the base class of the type mse_class.
|
|
|
class(mse_class) function, pointer | mse::mse_construct_vec (point, view_start, view_end, beam_start, beam_end, in_degrees, is_ratio) |
| Construct a mse_class object representing a motional stark effect diagnostic. More...
|
|
class(mse_class) function, pointer | mse::mse_construct_rad (point, alpha, omega, delta, theta, in_degrees, is_ratio) |
| Construct a mse_class object representing a motional stark effect diagnostic. More...
|
|
subroutine | mse::mse_destruct (this) |
| Deconstruct a mse_class object. More...
|
|
real(rprec) function, dimension(4) | mse::mse_get_modeled_signal (this, a_model, sigma, last_value) |
| Calculates the modeled signal. More...
|
|
character(len=data_name_length) function | mse::mse_get_type (this) |
| Gets a discription of the mse type. More...
|
|
subroutine | mse::mse_get_header (this, header) |
| Gets a discription of the model and model sigma array indices. More...
|
|