Open liang-bo96 opened 1 month ago
@liang-bo96 you should ask @christianbrodbeck to review this use case. Does it have enough information for implementation? For instance, "detecting inconsistencies or missing data" seems ambiguous to me. What are the potential inconsistencies? What happens if you detect an inconsistency, or missing data. If there is any inconsistency or missing data, does the process stop? What is the error message?
Actor: Researcher Goal: Load and validate a neural dataset for visualization Preconditions: • User has a data file in the supported format(.fif). • The system is running inside a Jupyter Notebook with Eelbrain available.
Basic Flow:
Postconditions: • Valid data is available for plotting. • Invalid data triggers error messages or warnings.