In [13]:
# where am I?
!pwd
In [14]:
# Data to reduce
samplenxs = "/SNS/ARCS/IPTS-17327/data/ARCS_83914_event.nxs"
mtnxs = "/SNS/ARCS/IPTS-17327/data/ARCS_83921_event.nxs"
In [17]:
from multiphonon.getdos import notebookUI
In [15]:
# create the UI for the first time
notebookUI(samplenxs, mtnxs)
In [16]:
# if you need to run getdos again with slightly modified options
# you can always start from the previous settings
notebookUI(samplenxs, mtnxs, load_options_path="./work/getdos-opts.yaml")