add acf and psdf nodes

This commit is contained in:
2026-03-27 23:11:04 -07:00
parent ab71688e01
commit 61d7b0fdcc
8 changed files with 325 additions and 81 deletions

View File

@@ -52,6 +52,7 @@ MENU_LAYOUT: dict[str, list[str]] = {
],
"Frequency": [
"FFT2D",
"PSDF",
"InverseFFT2D",
],
"Flatten": [
@@ -63,6 +64,7 @@ MENU_LAYOUT: dict[str, list[str]] = {
"Measure": [
"CrossSection",
"Histogram",
"ACF",
"Cursors",
"Statistics",
"Stats",