qurit / qurit/rt-utils

Acquisition Count > 1 not supported

Open
#98 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
256
Forks
75
PR merge metrics
No merged PRs in 30d

Description

Typically multiple acquisitions are stacked in another dimension (e.g. 512x512x128x2) but default behavior of rt-utils returns the slices in a single stacked axis. (512x512x256).

https://github.com/qurit/rt-utils/blob/8ba5cf64bd0ea5119523da0bafd10174115eebe4/rt_utils/image_helper.py#L239

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at rt_utils/image_helper.py around line 239 and inspect how acquisition counts are handled when slices are returned. Confirm the expected dimensional shape for multiple acquisitions, then verify that acquisition counts greater than one are supported without collapsing them into a single stacked axis.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
computer-vision
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.