Skip to content
Snippets Groups Projects
Commit 764a7357 authored by Somnath, Suhas's avatar Somnath, Suhas
Browse files

Moved analysis utility modules into analysis.utils

parent 5c687c7a
No related branches found
No related tags found
1 merge request!13Pyspm port suhas
import be_sho_utils
\ No newline at end of file
from pycroscopy.analysis.utils import be_sho_utils
\ No newline at end of file
......@@ -14,8 +14,8 @@ import matplotlib.pyplot as plt
import numpy as np
# TODO: Get rid of relative imports.
from ..io.hdf_utils import getDataSet, getAuxData, findH5group
from ..viz.plot_utils import plotVSsnapshots, plotSHOMaps
from pycroscopy.io.hdf_utils import getDataSet, getAuxData, findH5group
from pycroscopy.viz.plot_utils import plotVSsnapshots, plotSHOMaps
import h5py
#%%
......
File moved
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