You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microscope-metrics does not currently raise error exceptions. At the moment the module solely logs activity. Implementing error handling also entails identifying possible errors and their meaning to users.
An example of a possible error in this project is a saturation error when the saturation present on an image does not permit deducting viable metrics.
The text was updated successfully, but these errors were encountered:
Concerning the saturation, it might be worth implementing an utility function check_saturation(image) that will raise this exception when image is saturated.
Microscope-metrics does not currently raise error exceptions. At the moment the module solely logs activity. Implementing error handling also entails identifying possible errors and their meaning to users.
An example of a possible error in this project is a saturation error when the saturation present on an image does not permit deducting viable metrics.
The text was updated successfully, but these errors were encountered: