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

MPR AXIAL image order is reversed #569

Open
liangaili opened this issue Jul 10, 2024 · 2 comments
Open

MPR AXIAL image order is reversed #569

liangaili opened this issue Jul 10, 2024 · 2 comments

Comments

@liangaili
Copy link

Describe the bug. What happened?

Hi,

I am using weasis 4.4.0 with Windows 11.

Here's what I do:

  1. open a dicom series
  2. open MPR
1

The slice number of a sequence in MPR mode seems reversed:
2

I am not sure if this is a bug or by design.

What version of Weasis are you running?

4.4.0

On which system the problem occurs?

Windows

Relevant log output

No response

Additional contextual elements

No response

@nroduit
Copy link
Owner

nroduit commented Jul 11, 2024

Yes, it is an issue. The sorted order is reversed for all the directions.

@nroduit nroduit removed the triage label Jul 11, 2024
@nroduit nroduit changed the title MPR AXIAL image number is reversed? MPR AXIAL image order is reversed Jul 11, 2024
@nroduit nroduit added this to the 4.4.1 milestone Jul 11, 2024
@nroduit nroduit removed this from the 4.5.0 milestone Aug 15, 2024
@nroduit
Copy link
Owner

nroduit commented Aug 15, 2024

After analysis, this is not a bug but simply a sorting according to Anatomical Direction that is forced in MPR mode.

Anatomical Direction is defined in DICOM
the x-axis is increasing to the left hand side of the patient. The y-axis is increasing to the posterior side of the patient. The z-axis is increasing toward the head of the patient.

See also #207

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants