check_observation#
- scarlet2.check_observation(observation) list[ValidationResult][source]#
Check the observation object for consistency
- Parameters:
observation (
Observation) – The observation object to check.- Returns:
A list of validation results from the validation check of the observation object.
- Return type:
list[ValidationResult]