Skip to content
Snippets Groups Projects

Draft: Add sphinx documentation

Closed Tammo Jan Dijkema requested to merge add-sphinx into main
Compare and Show latest version
3 files
+ 401
42
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 9
1
@@ -18,7 +18,15 @@ namespace radler {
* @brief The value of LocalRmsMethod describes if and how an RMS map
* should be used.
*/
enum class LocalRmsMethod { kNone, kRmsWindow, kRmsAndMinimumWindow };
enum class LocalRmsMethod {
/// No local RMS
kNone,
/// Spatially varying RMS image
kRmsWindow,
/// Spatially varying RMS image with min. Computed as max(window RMS, 0.3 x
/// window min)
kRmsAndMinimumWindow
};
/**
* @brief The deconvolution algorithm type.
Loading