check_fit

Contents

check_fit#

scarlet2.check_fit(scene, observation) list[ValidationResult][source]#

Check the scene after fitting against the various validation rules.

Parameters:
  • scene (Scene) – The scene object to check.

  • observation (Observation) – The observation object to use for checks.

Returns:

A list of validation results returned from the validation checks for the scene fit results.

Return type:

list[ValidationResult]