Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
|
#include <numeric_observation.h>
Public Member Functions | |
bool | SetNumericObservationRawValue (NumericObservation *observation_p, const double64 *value_p) |
Set the raw value for a given Observation. More... | |
bool | SetNumericObservationCorrectedValue (NumericObservation *observation_p, const double64 *value_p) |
Set the corrected value for a given Observation. More... | |
Data Fields | |
Observation | no_base_observation |
double64 * | no_raw_value_p |
The raw phenotypic value for this Observation. More... | |
double64 * | no_corrected_value_p |
The corrected phenotypic value for this Observation. More... | |
Observation no_base_observation |
double64* no_raw_value_p |
The raw phenotypic value for this Observation.
double64* no_corrected_value_p |
The corrected phenotypic value for this Observation.