From 4489f143c4eee8c16f791693af29258ce65e15cf Mon Sep 17 00:00:00 2001 From: Andrej Prochazka Date: Mon, 30 Nov 2020 00:59:44 +0100 Subject: [PATCH] Update catima_calculator.md --- docs/catima_calculator.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/catima_calculator.md b/docs/catima_calculator.md index a07f6ec..3207dea 100644 --- a/docs/catima_calculator.md +++ b/docs/catima_calculator.md @@ -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,