You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Configuration
4
4
==============
5
5
6
-
Each run of `unfold` requires a configuration file in the `TOML format <https://toml.io/en/>`. The configuration file
6
+
Each run of `unfold` requires a configuration file in the `TOML format <https://toml.io/en/>`_. The configuration file
7
7
is divided into sections:
8
8
9
9
- **paths**: provides the input file paths.
@@ -15,7 +15,7 @@ is divided into sections:
15
15
.. note::
16
16
All sections and parameters are expected in the configuration file. There are no optional parameters with defaults.
17
17
18
-
`We provide an example configuration file here. <https://github.com/ECCCO-mission/overlappogram/blob/main/example_config.toml>`
18
+
`We provide an example configuration file here. <https://github.com/ECCCO-mission/overlappogram/blob/main/example_config.toml>`_
19
19
20
20
**paths** section
21
21
------------------
@@ -47,12 +47,12 @@ There are six configurables for this section:
47
47
- *field_angle_range*: a list of two integers defining the range of field angles to use in inversion. Units are arc seconds.
48
48
- *response_dependency_name*: for now, only "logt" is supported.
49
49
- *response_dependency_list*: a list of floats defining the logarithm of the temperature used in the response dependency.
50
-
- *smooth_over*: ?
50
+
- *smooth_over*: the method of smoothing, currently only supports "dependence"
51
51
52
52
**model** section
53
53
-------------------
54
54
55
-
This section defines the parameters used by `Scikit-Learn's ElasticNet <https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html>`.
55
+
This section defines the parameters used by `Scikit-Learn's ElasticNet <https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html>`_.
56
56
You can find more exhaustive descriptions of the parameters at that link in the `sklearn` documentation.
0 commit comments