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

Expose TimeIntervals Interfaces (trials, epochs) #538

Closed
rly opened this issue Dec 11, 2023 · 1 comment
Closed

Expose TimeIntervals Interfaces (trials, epochs) #538

rly opened this issue Dec 11, 2023 · 1 comment
Labels
interface Add support for a specific NeuroConv interface / converter

Comments

@rly
Copy link
Collaborator

rly commented Dec 11, 2023

NeuroConv supports conversion of CSV and Excel data to TimeIntervals neurodata types:
https://neuroconv.readthedocs.io/en/main/conversion_examples_gallery/text/csv.html
https://neuroconv.readthedocs.io/en/main/conversion_examples_gallery/text/excel.html

This includes trials, epochs, and custom TimeIntervals tables. These are very common in neurophysiology experiments. We should allow a user to select a CSV/Excel interface and then specify a path to the CSV/Excel file with the correct column headers. This assumes that timestamps are already aligned or will be aligned in a separate downstream step.

In a future iteration, we could also have a page where users can copy and paste a time intervals table into the app and edit it in the app.

@rly rly added the interface Add support for a specific NeuroConv interface / converter label Dec 11, 2023
@CodyCBakerPhD
Copy link
Collaborator

Summarized and moved to #847

Re-open again whenever this starts active development

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interface Add support for a specific NeuroConv interface / converter
Projects
None yet
Development

No branches or pull requests

2 participants