Warning, /eic-opticks/examples/README.md is written in an unsupported language. File is not indexed.
0001 Assuming eic-opticks is properly installed on the system, compile and run this
0002 example by simply doing from this directory:
0003
0004 ```bash
0005 cmake -S . -B build
0006 cmake --build build
0007 ./simphox
0008 ```
0009
0010 It generates a configurable set of optical photons using the built-in torch
0011 configuration, converts them into an NP array, prints the data, and saves it as
0012 `out/photons.npy`.