V3FIT
Data Types | Modules | Functions/Subroutines | Variables
mse.f File Reference

Contains module mse. More...

Go to the source code of this file.

Data Types

interface  mse::mse_class
 Base class representing a mse signal. More...
 
interface  mse::mse_class
 Base class representing a mse signal. More...
 

Modules

module  mse
 Implements motional stark effect diagnostic. Defines the base class of the type mse_class.
 

Functions/Subroutines

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...
 
real(rprec) function, private mse::mse_angle_to_bt_proj (this, vec)
 Computes the angle with respect to toroidal field. More...
 
real(rprec) function, private mse::mse_angle_to_horizontal (vec)
 Computes the angle with respect to horizontal. More...
 

Variables

integer, parameter mse::mse_degrees_flag = 1
 Bit position for the use coil response flag.
 
integer, parameter mse::mse_ratio_flag = 2
 Bit position for the force coil response flag.
 

Detailed Description

Contains module mse.

Definition in file mse.f.