-
I'm trying to load 2D data and according to the deerload documentation says it should return variables as
I seem to be having an issue though as I'm running the following
And getting
As the output. The same script returns both variable as ndarrays if I use some of my 1D data. Is there an extra step or change that needs to be made for loading the 2D data that I'm not seeing? I didn't see any guides on loading 2D data. Thanks so much for the help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
When loading 2d data sets t returns both the time domain and and index. You can seperate them: (t, idx), Vexp = dl.deerload(file) |
Beta Was this translation helpful? Give feedback.
When loading 2d data sets t returns both the time domain and and index. You can seperate them: