We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Copy these detectors from previous configuration (~/beamline/dev/jupyter-ht-hedm/seisidd):
~/beamline/dev/jupyter-ht-hedm/seisidd
@staticmethod def get_detector(mode): """return the 1idPG4 tomo detector for HT-HEDM""" det_PV = { 'debug': "6iddSIMDET1:", 'dryrun': "1idPG4:", 'production': "1idPG4:", }[mode] det = { 'debug' : SimDetector (det_PV, name='det'), 'dryrun' : PointGreyDetector(det_PV, name='det'), 'production': PointGreyDetector(det_PV, name='det'), }[mode] from .devices.motors import TomoCamStage det.motors = TomoCamStage(name='motors')
The text was updated successfully, but these errors were encountered:
ENH #2 copy verbatim
30ee584
MNT #2 refactor, re-arrange, tidy
015a4fa
prjemian
Successfully merging a pull request may close this issue.
Copy these detectors from previous configuration (
~/beamline/dev/jupyter-ht-hedm/seisidd
):The text was updated successfully, but these errors were encountered: