mirror of
https://github.com/gwm17/catima.git
synced 2025-01-30 09:48:51 -05:00
minor docs
This commit is contained in:
parent
9b27d008bc
commit
96a03ffc22
|
@ -32,6 +32,13 @@ This can be done sourcing the init.sh file, which is generated in the build dire
|
|||
> source init.sh
|
||||
```
|
||||
|
||||
Python Module
|
||||
-------------
|
||||
Python module can be installed for Linux and Windows and python versions 3.7-3.9 using pip:
|
||||
```
|
||||
pip install pycatima
|
||||
```
|
||||
|
||||
cmake options
|
||||
-------------
|
||||
compile options, enable or disable with cmake:
|
||||
|
|
|
@ -18,6 +18,12 @@ This can be done sourcing the init.sh file, which is generated in the build dire
|
|||
source init.sh
|
||||
```
|
||||
|
||||
Python Module
|
||||
-------------
|
||||
Python module can be installed also using pip:
|
||||
```
|
||||
pip install pycatima
|
||||
```
|
||||
|
||||
cmake options
|
||||
-------------
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
Usage
|
||||
=====
|
||||
Installation
|
||||
------------
|
||||
Easiest way is to install pycatima on Linux and Windows is using pip:
|
||||
```
|
||||
pip install pycatima
|
||||
```
|
||||
note: python 3.7-3.9 is required
|
||||
|
||||
|
||||
Pojectile
|
||||
---------
|
||||
|
@ -158,7 +166,7 @@ __Results__ class stores results for 1 layer of __Material__. It has following v
|
|||
* dEdxo - Stopping power at exit
|
||||
* range - range in the material in g/cm^2
|
||||
* sigma_E - Energy straggling in MeV/u
|
||||
* sigma_a - Angular straggling in MeV/u
|
||||
* sigma_a - Angular straggling in rad
|
||||
* sigma_r - range straggling in g/cm^2
|
||||
* sigma_x - position straggling in cm
|
||||
* sp - non-reaction probability
|
||||
|
|
Loading…
Reference in New Issue
Block a user