|
class(intpol_class) function, pointer | intpol::intpol_construct (chord_paths) |
| Interface to get the guassian process kernel values.
|
|
class(intpol_pol_class) function, pointer | intpol::intpol_pol_construct (wavelength, in_degrees, chord_paths) |
| Construct a intpol_class object representing a polarimetry diagnostic.
|
|
subroutine | intpol::intpol_destruct (this) |
| Deconstruct a intpol_class object.
|
|
subroutine | intpol::intpol_pol_destruct (this) |
| Deconstruct a intpol_class object.
|
|
real(rprec) function, dimension(4) | intpol::intpol_get_modeled_signal (this, a_model, sigma, last_value) |
| Calculates the interferometry signal.
|
|
real(rprec) function, dimension(4) | intpol::intpol_pol_get_modeled_signal (this, a_model, sigma, last_value) |
| Calculates the polarimetry signal.
|
|
character(len=data_name_length) function | intpol::intpol_get_type (this) |
| Gets a discription of the intpol type.
|
|
real(rprec) function | intpol::intpol_get_gp_i (this, a_model, i, flags) |
| Gets the guassian process kernel for an inteferometry signal and a position.
|
|
real(rprec) function | intpol::intpol_get_gp_s (this, a_model, signal, flags) |
| Gets the guassian process kernel for an inteferometry signal and a signal.
|
|
real(rprec) function | intpol::intpol_get_gp_x (this, a_model, x_cart, flags) |
| Gets the guassian process kernel for a inteferometry signal and a cartesian position.
|
|
real(rprec) function | intpol::intpol_pol_get_gp_i (this, a_model, i, flags) |
| Gets the guassian process kernel for an polarimetry signal and a position.
|
|
real(rprec) function | intpol::intpol_pol_get_gp_s (this, a_model, signal, flags) |
| Gets the guassian process kernel for an polarimetry signal and a signal.
|
|
real(rprec) function | intpol::intpol_pol_get_gp_x (this, a_model, x_cart, flags) |
| Gets the guassian process kernel for a polarimetry signal and a cartesian position.
|
|