Skip to content

Reconstruction Window: Remove maximum projection angle field#3156

Merged
ashleymeigh2 merged 2 commits into
mainfrom
1851-Remove_maximum_projection_angle_field
May 22, 2026
Merged

Reconstruction Window: Remove maximum projection angle field#3156
ashleymeigh2 merged 2 commits into
mainfrom
1851-Remove_maximum_projection_angle_field

Conversation

@RasmiaKulan
Copy link
Copy Markdown
Collaborator

Issue Closes #1851

Description

Removed the Maximum projection angle field from the reconstruction window along with any of its references. This is not required anymore as now there is no case where the value is used. If there is a geometry that is used instead of the value, if there is not a geometry then recon won't work.

Developer Testing

  • I have verified unit tests pass locally: python -m pytest -vs
  • I have manually tested with datasets with and without geometry to see if removing Maximum projection angle had an impact on them in the reconstruction window.

Acceptance Criteria and Reviewer Testing

  • Unit tests pass locally: python -m pytest -vs
  • Open Mantid Imaging and navigate to the reconstruction window
  • Confirm that the reconstruction window does not have the Maximum projection angle field.

Documentation and Additional Notes

@coveralls
Copy link
Copy Markdown

coveralls commented May 19, 2026

Coverage Status

coverage: 67.986% (-0.01%) from 67.998% — 1851-Remove_maximum_projection_angle_field into main

Comment thread mantidimaging/gui/windows/recon/view.py Outdated
@property
def max_proj_angle(self) -> float:
return self.maxProjAngleSpinBox.value()
# @property
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this not be removed?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It can be removed, I mustve forgotten it while testing 😅

@JackEAllen JackEAllen marked this pull request as draft May 19, 2026 14:01
@ashleymeigh2 ashleymeigh2 self-assigned this May 19, 2026
@RasmiaKulan RasmiaKulan marked this pull request as ready for review May 19, 2026 15:38
@RasmiaKulan RasmiaKulan force-pushed the 1851-Remove_maximum_projection_angle_field branch from 1217338 to cf6153b Compare May 19, 2026 16:14
Copy link
Copy Markdown
Collaborator

@ashleymeigh2 ashleymeigh2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@ashleymeigh2 ashleymeigh2 added this pull request to the merge queue May 22, 2026
Merged via the queue into main with commit b5fece6 May 22, 2026
9 of 10 checks passed
@ashleymeigh2 ashleymeigh2 deleted the 1851-Remove_maximum_projection_angle_field branch May 22, 2026 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reconstruction: Disable Maximum Projection Angle if Dataset Loaded with Angles

3 participants