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

Add warning for step size misalignment in save_rits_images #2467

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ashleymeigh2
Copy link
Collaborator

Issue

Closes #2455

Description

Added a warning to save_rits_images to notify users when the step size does not evenly divide the ROI dimensions, specifying the unexported rows or columns.

Acceptance Criteria

Test with ROI dimensions and step sizes that cause misalignment.
Check for correct warning messages in logs.
Confirm the export completes as expected.

Documentation

Added a note about this change in docs/release_notes.

@coveralls
Copy link

Coverage Status

coverage: 73.616% (+0.007%) from 73.609%
when pulling 8752bf8 on 2455_RITS_dont_divide
into a2e5302 on main.

@ashmeigh ashmeigh force-pushed the 2455_RITS_dont_divide branch from 6d0c879 to 1121f34 Compare January 21, 2025 01:07
@ashleymeigh2 ashleymeigh2 self-assigned this Jan 21, 2025
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.

warning message on RITS export is sizes dont divide
3 participants