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/source/pipelines/yaml.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ These are archived full YAML pipelines that can be used with already released an
22
22
:download:`HTTomo version 2.5 full YAML pipelines <../templates_archive/httomo_ver2_5_full_yaml_pipelines.zip>`
23
23
24
24
:download:`HTTomo version 2.6 full YAML pipelines <../templates_archive/httomo_ver2_6_full_yaml_pipelines.zip>`
25
+
26
+
:download:`HTTomo version 3.0 full YAML pipelines <../templates_archive/httomo_ver3_0_full_yaml_pipelines.zip>`
25
27
26
28
27
29
.. warning:: At DLS, the templates below should work with the :code:`httomo/latest` module, however, for production please use :ref:`full_pipelines_archived`.
@@ -109,4 +111,4 @@ One can build CPU-only pipelines by using mostly TomoPy methods.
109
111
.. dropdown:: CPU pipeline using auto-centering and the gridrec reconstruction method from TomoPy.
Copy file name to clipboardExpand all lines: docs/source/utilities/yaml_checker.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,8 @@ other fields directly under the :code:`parameters` field.
92
92
* We check methods exist for the given module path.
93
93
* We check that the parameters for each method are valid. For example, :code:`find_center_vo` method from :code:`tomopy.recon.rotation` takes :code:`ratio` as a parameter with a float value. If you pass a string instead, it will raise an error. Again the trick is to refer the documentation always.
94
94
* We check the required parameters for each method are present.
95
+
* We check parameters that are omitted are not required (in particular, that omitted parameters
96
+
have a default value that can be assumed)
95
97
* If you pass :code:`IN_DATA` (path to the data) along with the yaml config, as:
0 commit comments