SimEx
SimEx copied to clipboard
Start-to-end photon experiment simulation platform
Bumps [scipy](https://github.com/scipy/scipy) from 1.3.1 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...
Bumps [scipy](https://github.com/scipy/scipy) from 1.3.1 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...
This fixes #246, #247, and an erroneous test in `Analysis.XMDYNPhotonMatterAnalysis.XMDYNPhotonMatterAnalysis`.
In `Analysis.XMDYNPhotonMatterAnalysis.XMDYNPhotonMatterAnalysis.load_snapshot()`, there is the following line: ``` xsnp['q'] = numpy.array([xsnp['ff'][pylab.find(xsnp['T']==x), 0] for x in xsnp['xyz']]).reshape(N,) ``` `pylab.find` seems no longer availble in the `pylab` namespace and this line results...
In `SimEx.Utilities.IOUtilities`, there's an import ```python from wpg.converters.genesis_v2 import read_genesis_file as genesis2 ``` that silently causes **ALL** warnings ever, globally, to be supressed after this line. Probably there's a warnings.simplefilter("ignore")...
There is a typo in the documentation of `Parameters.DetectorGeometry.DetectorPanel.__init__` in the entry of `ranges`: ``` :param ranges: The minimum and maximum values pixel numbers on the respective transverse axis. :type...
This PR modifies the dockerfile such that now the example notebooks from https://github.com/PaNOSC-ViNYL/SimEx-notebooks are added to the image. Running the container now directly launches the jupyter notebook environment which can...
Trying to modify the dockerfile in Docker/simex/Dockerfile such that it adds the example notebooks from Simex_notebooks repo. It builds the image but the command `jupyter` is not found when running...
I'm compiling SimEx from the develop branch, but I'm hitting a wall. System is Ubuntu 18.04 LTS. I'm using Intel compliers (OpenAPI 4.4.20(1), ifort and icc version 2021.3.0). After I...
Adding compatibility with the 0.14.* release series of openPMD-api. There are no breaking changes to the 0.13 releases. Changelog: https://openpmd-api.readthedocs.io/en/0.14.2/install/changelog.html Upgrade Guide: https://openpmd-api.readthedocs.io/en/0.14.2/install/upgrade.html