add nodes, fft acf 1d

This commit is contained in:
2026-03-28 18:10:50 -07:00
parent 3b838deb4d
commit ce74cf0a3e
12 changed files with 283 additions and 9 deletions

View File

@@ -14,6 +14,7 @@ from typing import Any
MENU_LAYOUT: dict[str, list[str]] = {
"Input": [
"Image",
"IBWNote",
"ImageDemo",
"Folder",
"Number",
@@ -55,7 +56,8 @@ MENU_LAYOUT: dict[str, list[str]] = {
"InverseFFT2D",
"FFTFilter1D",
"FFTFilter2D",
"ACF",
"ACF2D",
"ACF1D",
"PSDF",
],
"Level & Correct": [
@@ -67,13 +69,15 @@ MENU_LAYOUT: dict[str, list[str]] = {
"ScarRemoval",
],
"Measure": [
"FFT1D",
"AngleMeasure",
"CrossSection",
"Histogram",
"Cursors",
"Curvature",
"FractalDimension",
"ACF",
"ACF2D",
"ACF1D",
"PSDF",
"Statistics",
"Stats",