Description:
Create a minimal simulated dataset and a "Hello Synchrony" notebook that demonstrates the core HyPyP workflow in under 5 minutes.
Context:
Currently, users need real EEG data to try HyPyP. A simulated dataset removes this barrier and lets anyone run a complete pipeline immediately.
Tasks:
Acceptance Criteria:
Technical notes:
- Use NumPy for signal generation
- Consider using MNE's
create_info() and EpochsArray() for MNE compatibility
Description:
Create a minimal simulated dataset and a "Hello Synchrony" notebook that demonstrates the core HyPyP workflow in under 5 minutes.
Context:
Currently, users need real EEG data to try HyPyP. A simulated dataset removes this barrier and lets anyone run a complete pipeline immediately.
Tasks:
hello_synchrony.ipynbnotebook that:Acceptance Criteria:
Technical notes:
create_info()andEpochsArray()for MNE compatibility