![]() |
V3FIT
|
Base class representing a sxrem_ratio signal. More...
Public Member Functions | |
| PROCEDURE | get_modeled_signal_last => sxrem_ratio_get_modeled_signal |
| PROCEDURE | get_observed_signal => sxrem_ratio_get_observed_signal |
| PROCEDURE | get_type => sxrem_ratio_get_type |
| PROCEDURE | write_auxiliary => sxrem_ratio_write_auxiliary |
| FINAL | sxrem_ratio_destruct |
| class(sxrem_ratio_class) function, pointer | sxrem_ratio_construct (x_cart, indices) |
| Construct a sxrem_ratio_class object. More... | |
Public Member Functions inherited from signal::signal_class | |
| PROCEDURE | get_modeled_signal_cache => signal_get_modeled_signal_cache |
| PROCEDURE | get_modeled_signal_last => signal_get_modeled_signal_last |
| GENERIC | get_modeled_signal => get_modeled_signal_cache, get_modeled_signal_last |
| PROCEDURE | get_observed_signal => signal_get_observed_signal |
| PROCEDURE | get_g2 => signal_get_g2 |
| PROCEDURE | get_e => signal_get_e |
| PROCEDURE | get_sigma2 => signal_get_sigma2 |
| PROCEDURE | get_type => signal_get_type |
| PROCEDURE | get_header => signal_get_header |
| PROCEDURE | get_gp_i => signal_get_gp_i |
| PROCEDURE | get_gp_s => signal_get_gp_s |
| PROCEDURE | get_gp_x => signal_get_gp_x |
| GENERIC | get_gp => get_gp_i, get_gp_s, get_gp_x |
| PROCEDURE | scale_and_offset => signal_scale_and_offset |
| PROCEDURE | sync_child => signal_sync_child |
| PROCEDURE | write_header => signal_write_header |
| PROCEDURE | write => signal_write |
| PROCEDURE | write_auxiliary => signals_write_auxiliary |
| PROCEDURE | write_step_data => signal_write_step_data |
| FINAL | signal_destruct |
Public Attributes | |
| real(rprec), dimension(3) | x_cart |
| Radial position to feedback the soft x-ray emission from. | |
| integer, dimension(2) | indices |
| Indicies of soft x-ray emissivity profiles to take the ratios of. | |
Public Attributes inherited from signal::signal_class | |
| character(len=data_short_name_length) | s_name |
| Short name of the signal. | |
| character(len=data_name_length) | l_name |
| Long name of the signal. | |
| character(len=data_short_name_length) | units |
| Physical units the signal measures. | |
| real(rprec) | observed |
| Eperimentally measured signal value. | |
| real(rprec) | observed_sigma |
| Eperimentally measured signal uncertainty. | |
| real(rprec) | weight |
| Weighting parameter of the signal. | |
| real(rprec), dimension(4) | modeled |
| Cached value of the modeled signal. | |
| real(rprec), dimension(4) | modeled_sigma |
| Cached value of the modeled sigma. | |
| integer | scale_index |
| Scale factor index. | |
| integer | offset_index |
| Offset factor index. | |
Base class representing a sxrem_ratio signal.
Interface for Soft X-ray ratio constructor.
Definition at line 34 of file sxrem_ratio.f.
| class (sxrem_ratio_class) function, pointer sxrem_ratio::sxrem_ratio_class::sxrem_ratio_construct | ( | real (rprec), dimension(3), intent(in) | x_cart, |
| integer, dimension(2), intent(in) | indices | ||
| ) |
Construct a sxrem_ratio_class object.
Allocates memory and initializes a sxrem_ratio_class object.
| [in] | x_cart | Radial position to feedback the soft x-ray emission from. |
| [in] | indices | Indicies of the two cords. |
Definition at line 71 of file sxrem_ratio.f.
1.8.17