Data stuctures - basic overview and demo¶
07/06/22
This notebook extends the basic overview, including some updated functionality and file IO.
Note that the focus here is on low-level functions and base data structure handling, see the class demo for more general usage, and class data structures.
Firstly, load some demo data to play with…
Load data¶
[1]:
from pathlib import Path
import epsproc as ep
# Set data path
# Note this is set here from ep.__path__, but may not be correct in all cases - depends on where the Github repo is.
epDemoDataPath = Path(ep.__path__[0]).parent/'data'
OMP: Info #273: omp_set_nested routine deprecated, please use omp_set_max_active_levels instead.
* sparse not found, sparse matrix forms not available.
* natsort not found, some sorting functions not available.
* Setting plotter defaults with epsproc.basicPlotters.setPlotters(). Run directly to modify, or change options in local env.