You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dsundarraman and I are planning to bring multiscale pyramids to the course so that we can iterate quickly on downsampled versions of our data.
@mattersoflight and I think it would be useful to add a resolution parameter to HCSDataModule. Default resolution=0 would load from the highest resolution, and larger integers would pull from lower resolutions of the pyramid.
What do you think @ziw-liu? I will have an example store to test with soon.
The text was updated successfully, but these errors were encountered:
@dsundarraman and I are planning to bring multiscale pyramids to the course so that we can iterate quickly on downsampled versions of our data.
@mattersoflight and I think it would be useful to add a
resolution
parameter toHCSDataModule
. Defaultresolution=0
would load from the highest resolution, and larger integers would pull from lower resolutions of the pyramid.What do you think @ziw-liu? I will have an example store to test with soon.
The text was updated successfully, but these errors were encountered: