Skip to content

Commit

Permalink
Add new supported powder instruments. Refs #6555.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Feb 12, 2013
1 parent c36531e commit 8c5698f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from reflectometer_m_interface_dev import REFMInterface
from reflectometer_sf_interface_dev import REFLSFInterface
from dgs_interface_dev import DgsInterface
from diffraction_interface_dev import DiffractionInterface

INSTRUMENT_DICT = {"HFIR": {"BIOSANS": HFIRInterface,
"GPSANS": HFIRInterface},
Expand All @@ -26,6 +27,9 @@
"REFLSF": REFLSFInterface,
"REFM": REFMInterface,
"SEQUOIA": DgsInterface,
#"POWGEN": DiffractionInterface,
#"NOMAD": DiffractionInterface,
"VULCAN": DiffractionInterface,
"Example": ExampleInterface}
}

Expand Down

0 comments on commit 8c5698f

Please sign in to comment.