Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
MNT #148 lambda detector
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Feb 11, 2020
1 parent 52c25ab commit feaeb1f
Show file tree
Hide file tree
Showing 2 changed files with 653 additions and 3 deletions.
6 changes: 3 additions & 3 deletions profile_bluesky/startup/instrument/devices/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
from .preamps import *
from .sample_stage import *
from .scaler import *
from .shutter import *
from .shutters import *
from .shutter_stage import *
from .slits import *
from .soft_glue import *
from .soft_glue_fpga import *
from .tables import *

# area detectors
# from .lambda_750k import * # TODO:
from .lambda_750k import *
# from .rigaku_qxfc import * # TODO:

# non-hardware support
Expand Down
Loading

0 comments on commit feaeb1f

Please sign in to comment.