clean tests

This commit is contained in:
2026-03-28 00:21:37 -07:00
parent 240a2529eb
commit 4baadd4c3e
14 changed files with 330 additions and 211 deletions

View File

@@ -25,11 +25,11 @@ MENU_LAYOUT: dict[str, list[str]] = {
],
"Output": [
"PreviewImage",
"ValueDisplay",
"View3D",
"Save",
"SaveImage",
"View3D",
"PrintTable",
"ValueDisplay",
],
"Overlay": [
"Markup",
@@ -37,10 +37,10 @@ MENU_LAYOUT: dict[str, list[str]] = {
"AngleMeasure",
],
"Modify": [
"ColormapAdjust",
"CropResizeField",
"RotateField",
"FlipField",
"ColormapAdjust",
],
"Filter": [
"GaussianFilter",
@@ -51,24 +51,24 @@ MENU_LAYOUT: dict[str, list[str]] = {
"ScarRemoval",
],
"Frequency": [
"FFT2D",
"PSDF",
"FFT2D",
"InverseFFT2D",
],
"Flatten": [
"PlaneLevelField",
"FacetLevelField",
"PolyLevelField",
"FixZero",
"LineCorrection",
"PlaneLevelField",
"PolyLevelField",
"FacetLevelField",
],
"Measure": [
"CrossSection",
"Curvature",
"Histogram",
"Cursors",
"Curvature",
"FractalDimension",
"ACF",
"Cursors",
"Statistics",
"Stats",
],
@@ -77,12 +77,12 @@ MENU_LAYOUT: dict[str, list[str]] = {
"ThresholdMask",
"MaskMorphology",
"MaskInvert",
"MaskCombine",
"GrainDistanceTransform",
"MaskOperations",
],
"Particles": [
"Grains": [
"GrainAnalysis",
"GrainDistanceTransform",
"WatershedSegmentation",
"ParticleAnalysis",
],
}