Aggregation with multiscale objects
Open
Nobody has claimed this yet.
method: aggregation 🔢
needs: triage
priority: medium
- Dominant language
- Python
- Stars
- 394
- Forks
- 95
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 7
Description
We need to check that the following works when doing aggregation, and add tests:
- we can use multiscale images in
values - we can use multiscale labels in
by - important subtask, we need to check that in a multiscale labels object, when
to_multiscale()is called, this doesn't use interpolation, but it keeps the labels.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the aggregation entry points and the to_multiscale() implementation, then read the existing tests around these operations. Add coverage for multiscale images in values, multiscale labels in by, and label preservation without interpolation; done means all three cases pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100