Skip to content
Snippets Groups Projects
Commit b2fac366 authored by 29iduser's avatar 29iduser
Browse files

FIX QUICK PLOT

parent f5241e83
No related branches found
No related tags found
No related merge requests found
......@@ -132,9 +132,9 @@ def mda_unpack(ScanNum,filepath=None,prefix=None):
"""
try:
if filepath is None:
filepath = iex.BL.mda.filepath()
filepath = mda_filepath()
if prefix is None:
prefix = iex.BL.mda.prefix()
prefix = mda_prefix()
except:
print('Please specify filepath and prefix, BL is not defined')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment