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:
20
docs/nodes/Zero Maximum.md
Normal file
20
docs/nodes/Zero Maximum.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Zero Maximum
|
||||
|
||||
Shift all values so the maximum is exactly zero. All resulting values will be zero or negative.
|
||||
|
||||
## Inputs
|
||||
|
||||
| Name | Type | Required | Description |
|
||||
|------|------|----------|-------------|
|
||||
| field | DATA_FIELD | Yes | Input field to level |
|
||||
|
||||
## Outputs
|
||||
|
||||
| Name | Type | Description |
|
||||
|------|------|-------------|
|
||||
| leveled | DATA_FIELD | Field with maximum subtracted |
|
||||
|
||||
## Notes
|
||||
|
||||
- Equivalent to subtracting the global maximum from every pixel.
|
||||
- Useful when the highest point should represent the zero reference.
|
||||
Reference in New Issue
Block a user