add a few more nodes
Some checks failed
Build / Build (Linux) (push) Has been cancelled
Build / Build (macOS) (push) Has been cancelled
Build / Build (Windows) (push) Has been cancelled
Deploy / test (push) Has been cancelled
Deploy / deploy (push) Has been cancelled
Tests / test (push) Has been cancelled
Some checks failed
Build / Build (Linux) (push) Has been cancelled
Build / Build (macOS) (push) Has been cancelled
Build / Build (Windows) (push) Has been cancelled
Deploy / test (push) Has been cancelled
Deploy / deploy (push) Has been cancelled
Tests / test (push) Has been cancelled
This commit is contained in:
29
docs/nodes/Arc Revolve.md
Normal file
29
docs/nodes/Arc Revolve.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# Arc Revolve
|
||||
|
||||
Subtract a cylindrical arc background. A circular arc of the given radius is rolled under each row (or column), and the envelope it traces is subtracted as the background.
|
||||
|
||||
## Inputs
|
||||
|
||||
| Name | Type | Required | Description |
|
||||
|------|------|----------|-------------|
|
||||
| field | DATA_FIELD | Yes | Input field |
|
||||
|
||||
## Outputs
|
||||
|
||||
| Name | Type | Description |
|
||||
|------|------|-------------|
|
||||
| leveled | DATA_FIELD | Field with arc background subtracted |
|
||||
| background | DATA_FIELD | The estimated arc background |
|
||||
|
||||
## Controls
|
||||
|
||||
| Name | Type | Default | Description |
|
||||
|------|------|---------|-------------|
|
||||
| radius | INT | 20 | Arc radius in pixels (1–1000) |
|
||||
| direction | dropdown | horizontal | Direction to apply the arc: horizontal, vertical, or both |
|
||||
|
||||
## Notes
|
||||
|
||||
- Larger radii produce smoother backgrounds that follow gentle curvature. Smaller radii track finer features.
|
||||
- The "both" direction takes the minimum of horizontal and vertical backgrounds.
|
||||
- Deep outliers are suppressed before fitting so that scratches or pits do not pull the arc down.
|
||||
Reference in New Issue
Block a user