flex_rf.tidy3d.SpatialDataArray
Type: class │ Base(s): AbstractSpatialDataArray
Description
Section titled “Description”Spatial distribution.
Example(s)
Section titled “Example(s)”x = [1,2]y = [2,3,4]z = [3,4,5,6]coords = dict(x=x, y=y, z=z)fd = SpatialDataArray((1+1j) * np.random.random((2,3,4)), coords=coords)Methods
Section titled “Methods”reflect(axis: Axis, center: float, reflection_only: bool = False, symmetry: float = 1) |
|
Reflect data across the plane define by parameters |