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

Multichannel Timeseries #418

Open
wants to merge 49 commits into
base: main
Choose a base branch
from
Open

Multichannel Timeseries #418

wants to merge 49 commits into from

Conversation

droumis
Copy link
Contributor

@droumis droumis commented Aug 29, 2024

image image

Todo:

  • try to reduce size of images

@droumis droumis changed the title Multichannel Timeseries Example [WIP] Multichannel Timeseries Example Aug 29, 2024
Copy link
Contributor

Your changes were successfully integrated in the dev site, make sure to review
the pages of the projects you touched before merging this PR: https://holoviz-dev.github.io/examples/.
You can also download an archive of the site from the workflow summary page which comes in handy
when your dev site built was overriden by another PR (we have a single dev site!).

1 similar comment
Copy link
Contributor

Your changes were successfully integrated in the dev site, make sure to review
the pages of the projects you touched before merging this PR: https://holoviz-dev.github.io/examples/.
You can also download an archive of the site from the workflow summary page which comes in handy
when your dev site built was overriden by another PR (we have a single dev site!).

@droumis
Copy link
Contributor Author

droumis commented Sep 27, 2024

Just noting that for the multichan.ipynb, I'm having to use an Overlay instead of e.g. curves_overlay = hv.NdOverlay(curves, 'Channel', sort=False)... I wonder if this impacts performance at all

@droumis
Copy link
Contributor Author

droumis commented Sep 27, 2024

Note: Check to ensure that the resultant downsampled data pyramid doesn't ever live entirely in memory prior to getting written to disk.

@droumis
Copy link
Contributor Author

droumis commented Sep 27, 2024

Note: find better principled way to determine factors for creating the data pyramids..
The following doesn't work as the number of channels scales
FACTORS = list(np.array([1, 2, 4, 8, 16, 32, 64, 128, 256]) ** (len(ts_ds["channel"]) // 4))

Copy link
Contributor

Your changes were successfully integrated in the dev site, make sure to review
the pages of the projects you touched before merging this PR: https://holoviz-dev.github.io/examples/.
You can also download an archive of the site from the workflow summary page which comes in handy
when your dev site built was overriden by another PR (we have a single dev site!).

@droumis droumis marked this pull request as ready for review November 7, 2024 15:43
@droumis droumis changed the title [WIP] Multichannel Timeseries Example Multichannel Timeseries Example Nov 7, 2024
@droumis droumis changed the title Multichannel Timeseries Example Multichannel Timeseries Nov 7, 2024
Copy link
Contributor

github-actions bot commented Nov 7, 2024

Your changes were successfully integrated in the dev site, make sure to review the pages of the projects you touched before merging this PR.

@droumis droumis requested a review from maximlt November 8, 2024 19:30
Copy link
Contributor

github-actions bot commented Nov 9, 2024

Your changes were successfully integrated in the dev site, make sure to review the pages of the projects you touched before merging this PR.

@droumis
Copy link
Contributor Author

droumis commented Nov 10, 2024

@maximlt , I'm guessing you'd prefer if I link to the video clips instead of including them in the repo? I guess we need to make a youtube channel finally

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

Successfully merging this pull request may close these issues.

2 participants