Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic detection of scan periods #246

Open
tsalo opened this issue Jun 16, 2020 · 0 comments
Open

Automatic detection of scan periods #246

tsalo opened this issue Jun 16, 2020 · 0 comments
Labels
Enhancement New feature or request

Comments

@tsalo
Copy link
Member

tsalo commented Jun 16, 2020

Detailed Description

In cases where triggers are not used or are accidentally dropped, it could be useful to try predicting when scans are happening based on patterns in the signal. Some signals, like EDA and ECG, are dramatically affected by the pulse sequence, so we should be able to infer onsets and offsets with fairly high accuracy if those modalities are recorded.

Context / Motivation

The goal is to make it easier to convert data with missing trigger information.

Possible Implementation

I imagine that the implementation would be similar to the classification in #204, except applied to predicting time points/chunks in time series rather than classifying whole time series.

@tsalo tsalo added the Enhancement New feature or request label Jan 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant