pylhc / PyLHC

Additional tools for particle accelerator data analysis and machine information

Home Page:https://pylhc.github.io/PyLHC/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDDS update for llong

pbelange opened this issue · comments

Hi,

The new format for sdds files often uses llong format. I was able to use your code with the following modifications :
classes.py, line 17-19 : add llong format (>i8, 8, int)
reader.py line 139 : convert num_dims to int -> int(num_dims)

Thank you for the good work! Is there any plan to add ascii compatibility?

Hey!
Can you reopen this issue in the right package, please?
https://github.com/pylhc/sdds
It would be also nice, if you could attach an example file!

ASCII is on the TODO-list, but so far we have no usecase. Maybe you can provide an example file as well?

Bests!
Josch

Done! Thanks!