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

Iris 15 readout directions incorrect #881

Closed
AdvancedImagingUTSW opened this issue May 10, 2024 · 1 comment · Fixed by #906
Closed

Iris 15 readout directions incorrect #881

AdvancedImagingUTSW opened this issue May 10, 2024 · 1 comment · Fixed by #906
Assignees

Comments

@AdvancedImagingUTSW
Copy link
Collaborator

Shows bidirectional and reverse bidirectional, which should not be supported by the Iris15.

AdvancedImagingUTSW added a commit that referenced this issue May 25, 2024
@AdvancedImagingUTSW
Copy link
Collaborator Author

@annie-xd-wang, according to @SJShep, your commit did fix the issue he was having.

I added one more piece of code to initialize what the proper readout directions are Photometric's light-sheet mode:

        self.camera_parameters["supported_readout_directions"] = [
            "Top-to-Bottom",
            "Bottom-to-Top",
        ]

If you are happy, let's proceed with a merge.

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 a pull request may close this issue.

2 participants