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

ImageData's .get_slice should allow you to specify 'centre' on any axis #1979

Open
lauramurgatroyd opened this issue Nov 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@lauramurgatroyd
Copy link
Member

Description

Currently only allows you to specify 'centre' on vertical axis

E.g. myFISTANN.solution.get_slice(horizontal_x='centre')
throws error
ValueError: invalid literal for int() with base 10: 'centre'

Environment

import cil, sys
print(cil.version.version, cil.version.commit_hash, sys.version, sys.platform)
@lauramurgatroyd lauramurgatroyd added the enhancement New feature or request label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant