add help docs and ?

This commit is contained in:
2026-03-30 23:10:42 -07:00
parent ced43bec4f
commit 63d76bac72
76 changed files with 2184 additions and 1 deletions

27
docs/nodes/ACF 1D.md Normal file
View File

@@ -0,0 +1,27 @@
# ACF 1D
Compute the one-dimensional autocorrelation function of a line profile. Only positive lags are output on the x-axis. The measurement table reports the dominant period from the first positive peak.
## Inputs
| Name | Type | Required | Description |
|------|------|----------|-------------|
| profile | LINE | Yes | Input line profile |
## Outputs
| Name | Type | Description |
|------|------|-------------|
| acf | LINE | Autocorrelation function (positive lags only) |
| measurement | RECORD_TABLE | Table with the dominant peak period |
## Controls
| Name | Type | Default | Description |
|------|------|---------|-------------|
| level | dropdown | mean | Pre-processing: subtract mean before correlation, or none |
## Limitations
- Only one-sided (positive lag) ACF is returned.
- Peak period detection finds only the first local maximum; multi-periodic signals report only the shortest detected period.