| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
Add target_sampling_interval parameter to detect_from_wfm() for
downsampling oversampled data.
Minor version bump for new feature.
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
- Test absolute filename with data_path (main bug fix scenario)
- Test relative filename with data_path
- Test missing XML sidecar error handling
- Added pytest as dev dependency
|
| |
|
|
|
|
|
|
|
| |
Major API refactoring with simplified public interface.
- Added EventProcessor for high-level event processing workflow
- New utility functions for data preprocessing
- Additional example scripts for different use cases
- Comprehensive test suite
- Updated documentation with migration guide
|
|
|
Event detection and analysis pipeline for transient events in time-series data.
- Event detection based on SNR thresholds
- Configurable background estimation and noise analysis
- Visualization with scopekit integration
- Chunked processing for large files
|