Incorrect world coordinates for incomplete series
- 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.