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

[Feauture] Better support for IndexSeries #126

Open
CodyCBakerPhD opened this issue Feb 8, 2024 · 0 comments
Open

[Feauture] Better support for IndexSeries #126

CodyCBakerPhD opened this issue Feb 8, 2024 · 0 comments

Comments

@CodyCBakerPhD
Copy link

Two examples of IndexSeries in this file

https://flatironinstitute.github.io/neurosift/?p=/nwb&url=https://api.dandiarchive.org/api/assets/5fe35951-5480-4fd0-94f8-7b139c994c9e/download/&dandisetId=000728&dandisetVersion=draft&tab=neurodata-item:/stimulus/presentation/natural_movie_one_stimulus|IndexSeries

The data of an IndexSeries are the indices into the linked indexed_timeseries (in this instance, a grayscale ImageSeries with 10MB chunks and roughly 3:1 compression) or indexed_images (right now somewhat inefficient as a collection of datasets, each one for an image, roughly 1MB; related #125)

The timestamps (could also have start time + rate, no example of that though) are the usual timing information for when each stimulus was presented

As is, the rendering appears as a default TimeSeries of these quantities (data index values over time; showing how in my case the indices reset as the same templates are reshown over time)

But here an alternative view of the main data (or joint view together with its template, which I cannot currently do a joint selection of) could instead display the target of the link; the movie or image at a particular point in time

@CodyCBakerPhD CodyCBakerPhD changed the title [Feauture] Better support IndexSeries [Feauture] Better support for IndexSeries Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant