Skip to content

Commit 8c424ff

Browse files
committed
update doc
1 parent 6ed5060 commit 8c424ff

3 files changed

Lines changed: 37 additions & 2 deletions

File tree

doc/analysis.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ Analysis
2222
:show-inheritance:
2323

2424
.. automodule:: ledsa.analysis.ExperimentData
25+
:members:
26+
:undoc-members:
27+
:show-inheritance:
28+
29+
Stacked Multi-Camera Analysis
30+
------------------------------
31+
32+
.. automodule:: ledsa.analysis.StackedExtinctionCoefficients
2533
:members:
2634
:undoc-members:
2735
:show-inheritance:

doc/cli_documentation.rst

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
CLI Documentation
32
=================
43

@@ -68,6 +67,26 @@ Analysis
6867
.. warning::
6968
Color Correction is in a test state and has not yet been sufficiently evaluated. The application may lead to incorrect results.
7069

70+
Stacked Multi-Camera Analysis
71+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
72+
73+
.. list-table::
74+
:widths: 20 50 30
75+
:header-rows: 1
76+
77+
* - Argument
78+
- Description
79+
- Options
80+
* - ``-conf_s [FILENAME]``, ``--config_stacked [FILENAME]``
81+
- Create a template ``config_stacked.ini`` for multi-camera stacked analysis. The optional argument sets the output filename (default: ``config_stacked.ini``).
82+
- ``--n_simulations N`` sets the number of simulation blocks in the template (default: 2).
83+
* - ``--n_simulations N``
84+
- Number of ``[simulation_N]`` blocks written into the template ``config_stacked.ini``. Only used together with ``-conf_s``.
85+
- Default: 2
86+
* - ``-as``, ``--analysis_stacked``
87+
- Run the stacked multi-camera extinction coefficient calculation using ``config_stacked.ini`` in the current directory.
88+
- --
89+
7190
Coordinates
7291
^^^^^^^^^^^
7392

@@ -117,4 +136,4 @@ Demo
117136
- Optional: Path to setup simulation and image directories. Default to ``'.'``
118137
* - ``--run``
119138
- Run the LEDSA demo in the current working directory.
120-
- --
139+
- --

doc/config.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,11 @@ ConfigDataAnalysis
1717
:members:
1818
:undoc-members:
1919
:show-inheritance:
20+
21+
ConfigDataStacked
22+
-----------------
23+
24+
.. automodule:: ledsa.analysis.ConfigDataStacked
25+
:members:
26+
:undoc-members:
27+
:show-inheritance:

0 commit comments

Comments
 (0)