Eomys / SciDataTool

SciDataTool is an open-source Python package for scientific data handling. The objective is to provide a user-friendly, unified, flexible module to postprocess any kind of signal. It is meant to be used by researchers, R&D engineers and teachers in any scientific area. This package allows to efficiently store data fields in the time/space or in the frequency domain, to easily perform Fourier Transforms, to extract slices, to convert units, to compare several fields, etc. It therefore leads to simplified plot commands.
Apache License 2.0
26 stars 21 forks source link

[bug] Normalizations in DataND/plot_3D_Data. #76

Closed mglesser closed 2 years ago

mglesser commented 2 years ago

Normalization syntax haven't been updated in SciDataTool/SciDataTool/Methods/DataND/plot_3D_Data.py

helene-t commented 2 years ago

The syntax has been updated in the Norm_ref or Norm_indices cases. Did you encounter an issue with another Norm object maybe?

mglesser commented 2 years ago

The issue was coming from the definition of the data object and will be corrected in a future realease.