update FFT naming

This commit is contained in:
2026-03-28 21:08:05 -07:00
parent b8133c064a
commit 6e113725d5
4 changed files with 10 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ from typing import Any
MENU_LAYOUT: dict[str, list[str]] = {
"Input": [
"Image",
"IBWNote",
"Note",
"ImageDemo",
"Folder",
"Number",
@@ -53,7 +53,7 @@ MENU_LAYOUT: dict[str, list[str]] = {
],
"Spectral": [
"FFT2D",
"InverseFFT2D",
"FFT2DInverse",
"FFTFilter1D",
"FFTFilter2D",
"ACF2D",