1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2024-11-22 10:18:50 -05:00

Update catima_calculator.md

This commit is contained in:
Andrej Prochazka 2020-11-30 00:59:44 +01:00 committed by GitHub
parent 4d18b1a4d6
commit 4489f143c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,18 +42,18 @@ Optional material object keywords are:
* __thickness__ - material or layer thickness in g/cm2
#### energy
The __energy__ keyword can be
1.a number specifying the kinetic energy:
The __energy__ keyword can be:
* a number specifying the kinetic energy:
```
"energy":"500.0"
```
2. array of numbers for multiple energies:
* array of numbers for multiple energies:
```
"energy":[100,200,500,1000]
```
3. Object specifying minimum energy, maximum energy and energy step, to calculate multiple energies:
* Object specifying minimum energy, maximum energy and energy step, to calculate multiple energies:
```
"energy":{
"min": 100,