FNNDSC / FNNDSC/ami

Incorrect world coordinates for incomplete series

Open
#328 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
745
Forks
212
PR merge metrics
No merged PRs in 30d

Description

### Description
AMI may return incorrect world coordinates for incomplete series (if some from series are missing)

#### Steps to Reproduce
Take CT series with 100 files (frames).
Delete second file.
Only the first frame will have correct world coordinates. All other frames will have incorrect z world coordinate (for default axial view).

#### Expected Results
Get correct z world coordinate, like last value in imagePosition

#### Actual Results
z world coordinate will be equal to (imagePosition.z - number of missing frames before the current * slice thickness).

### Versions
- AMI: v0.0.23dev
- THREEJS: v93

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.