Hi,
The type CompletedResearchReport from ksp::science has the fields data_value and sample_value as for the type Experiment. But CompletedResearchReport also has the filed science_value. Is it possible to get this field for Experiment please?
Until now, I used experiment_id and research_location_id to know if an experiment has already be completed but I've noticed this is unsufficient: if I've received only data but not samples from an experiment, this experiment still appears as a completed report. So, I want to compare the total science value of the completed report with the total science value in my experiment to know if I have to run the experiment.
Unless, you know an other mean to do that.
Hi,
The type
CompletedResearchReportfromksp::sciencehas the fieldsdata_valueandsample_valueas for the typeExperiment. ButCompletedResearchReportalso has the filedscience_value. Is it possible to get this field forExperimentplease?Until now, I used
experiment_idandresearch_location_idto know if an experiment has already be completed but I've noticed this is unsufficient: if I've received only data but not samples from an experiment, this experiment still appears as a completed report. So, I want to compare the total science value of the completed report with the total science value in my experiment to know if I have to run the experiment.Unless, you know an other mean to do that.