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

Add group_by for tilefetcher-based ImageStack construction #1796

Merged
merged 1 commit into from
Feb 7, 2020

Commits on Feb 6, 2020

  1. Add group_by for tilefetcher-based ImageStack construction

    When we construct an ImageStack from a tilefetcher, we now allow accept a `group_by` parameter which controls how we load the data.  If an axis is in the `group_by`, then we load all the data for any given value for that axis before moving on to another value for that axis.
    
    For instance, if Axes.ROUND is in `group_by`, then we will load all the data for round=0 before we load the data for round=1.
    
    Test plan: Added tests to verify that the loader works with a variety of `group_by`s.  Dan Goodwin's 3D data loads in 100seconds now instead of 10 minutes.
    Tony Tung committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    03933da View commit details
    Browse the repository at this point in the history