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

DM calibrate function resets wavefront sensor exposure time #9

Open
iandobbie opened this issue Apr 6, 2021 · 0 comments
Open

DM calibrate function resets wavefront sensor exposure time #9

iandobbie opened this issue Apr 6, 2021 · 0 comments

Comments

@iandobbie
Copy link
Member

The dm calibrate function starts with the code

@Pyro4.expose
def calibrate(self, numPokeSteps=5, noZernikeModes=69, threshold=0.005):
self.wavefront_camera.set_exposure_time(0.1)

So if you reset the exposure time to get sensible dynamic range on the wavefront sensor you can end up with unexpected intensity. I think this line should just be removed .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant