- Download / clone
simex_platform
git clone [email protected]:eucall-software/simex_platform.git
- Go to Python sources
cd ~/simex_platform/Sources/python
- Import SimEx modules
import SimEx
- Import the Wavefront-to-Photon Converter
import SimEx.Utilities.wpg_to_opmd as convert
- Convert the file to openPMD standard
convert.convertToOPMD(
"<path_to_file>"
)