Closed SGallagherGelion closed 11 months ago
Hi,
I also found a missing entry in the multiplier_dict
that is used by the CT-4008Q series:
-100000000: 10
That is the only missing range I found when importing multiple ndax files from BTS server 8.0. That entry could be added as well if you are already onto it.
Thanks for the great work on this project, helps a lot!
BR Stefan
I just added these ranges to the development branch. Thanks for your help! You can install the development branch with this pip command:
pip install git+https://github.com/Solid-Energy-Systems/NewareNDA.git@development
@d-cogswell Great, thanks!
@d-cogswell thankyou for a fast response! I have tested the development branch and it looks like it solves my problem.
Hello, I am developing a script to read neware nda files into my database. I have encountered the following error due a missing key/value in the multiplier dict.
Stacktrace:
Possible Solutions:
Add element to for key 1 with value 1e-4 This appears to be the correct multiplier for my example based off my own testing. Unfortunately, I am not able to share the data files as it is confidential.
Set multiplier via keyword argument
df = NewareNDA.read('my_file.nda', multiplier={1:1e-4})
Please advise on next steps to move this forward.
Regards, Steven Gallagher