Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output to parallel elegant format (binary) #11

Open
nneveu opened this issue Feb 13, 2021 · 1 comment
Open

Output to parallel elegant format (binary) #11

nneveu opened this issue Feb 13, 2021 · 1 comment

Comments

@nneveu
Copy link

nneveu commented Feb 13, 2021

Feature request: add an option that allows elegant_write() to dump a binary format that works in parallel elegant
Something along the lines of what the pysdds module does:

import sdds
pysdds = sdds.SDDS(0)
pysdds.load(outfile)
pysdds.mode = pysdds.SDDS_BINARY #to convert from ASCII to BINARY, need binary for pelegant
pysdds.save(outfile)

sdds data module is needed from elegant page:
https://www3.aps.anl.gov/forums/elegant/viewtopic.php?f=11&t=803&p=3292&hilit=sddsdatamodule#p3292

@ken-lauer
Copy link
Contributor

The sdds Python module is now available on conda-forge as part of the elegant package. So perhaps we could address this request at some point (@ChristopherMayes?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants