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 ability to set arbitrary ROI #445

Open
zacsimile opened this issue May 10, 2023 · 2 comments
Open

Add ability to set arbitrary ROI #445

zacsimile opened this issue May 10, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request future Let's not worry about this for now...

Comments

@zacsimile
Copy link
Collaborator

By default, we cut about the middle of the FOV. However, it is perfectly reasonable to create an ROI from, say, (500, 430) to (700, 490) or something similarly random. We should implement this in the logic/GUI rather than set the width/height and ROI center (which is equivalent, but currently disabled).

@zacsimile zacsimile added enhancement New feature or request future Let's not worry about this for now... labels Nov 4, 2023
@AdvancedImagingUTSW
Copy link
Collaborator

Assigning @Johnhaug223 to this as his first task. Should be decently localized, and therefore not too challenging. Any things to watch out for would be valuable. The only thing that comes to mind is that different cameras have different step sizes (e.g., the interval at which you can adjust a particular setting), in this case width and height.

@zacsimile
Copy link
Collaborator Author

We grab these step sizes whe we set up the camera. They are under the attributes step_image_width and step_image_height in the HamamatsuOrca camera class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request future Let's not worry about this for now...
Projects
None yet
Development

No branches or pull requests

4 participants