smash-transport / sparkx

SPARKX - Software Package for Analyzing Relativistic Kinematics in Collision eXperiments
https://smash-transport.github.io/sparkx/
GNU General Public License v3.0
5 stars 0 forks source link

Support OSCARCustom #235

Open NGoetz opened 3 months ago

NGoetz commented 3 months ago

SMASH will introduce customisable outputs, which we should support too. In a first step, I will implement it as another OSCAR file format. In a second step, I will port the binary reader to SPARKX, which will in future also be customisable. For binary, I will implement the latest format, as well as the future custom format. Older version will not be supported.

NGoetz commented 2 months ago

This is drafted in #244 till we have the output in SMASH for testing.

NGoetz commented 2 months ago

Actually, now that I think of it, it might be possible to replace many of the Oscar data types complelty by the new Oscar custom, because both the old oscar and the OscarExtended are representable by this, the only difference is the tag in the header.

NGoetz commented 2 months ago

This will be renamed to ASCII-Custom