multichannel support + colormap inherit

This commit is contained in:
2026-03-24 21:01:58 -07:00
parent 53e2fc7746
commit a60b0c15ca
12 changed files with 889 additions and 220 deletions

View File

@@ -326,6 +326,7 @@ class FFT2D:
si_unit_xy="1/m",
si_unit_z=z_unit,
domain="frequency",
colormap=field.colormap,
)
return (out_field,)