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/analyze_spectral.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,8 @@ the values out as observations to get saved out. Can also print out a histogram
14
14
- label - Optional label parameter, modifies the variable name of observations recorded. (default `label="default"`)
15
15
-**Example use:**
16
16
- Below
17
-
-**Output data stored:** Data ('max_reflectance', 'min_reflectance', 'median_reflectance', 'spectral_std', 'spectral_frequencies', 'global_mean_reflectance', 'global_median_reflectance', 'global_spectral_std') automatically gets stored to the
17
+
-**Output data stored:** Data ('global_mean_reflectance', 'global_median_reflectance', 'global_spectral_std', 'wavelength_means', 'max_reflectance',
18
+
'min_reflectance', 'spectral_std', 'spectral_frequencies') automatically gets stored to the
18
19
[`Outputs` class](outputs.md) when this function is ran.
19
20
These data can always get accessed during a workflow (example below). For more detail about data output see [Summary of Output Observations](output_measurements.md#summary-of-output-observations)
0 commit comments