{
  "title": "SpatialDataArray",
  "public_path": "flex_rf.tidy3d.SpatialDataArray",
  "lookup_path": "tidy3d.SpatialDataArray",
  "slug": "flex_rf/tidy3d/SpatialDataArray",
  "public_url": "/rf/latest/autogenerated/flex_rf/tidy3d/spatialdataarray/",
  "object_kind": "class",
  "introduction": "Spatial distribution.",
  "notes": "",
  "examples": "```python\nx = [1,2]\ny = [2,3,4]\nz = [3,4,5,6]\ncoords = dict(x=x, y=y, z=z)\nfd = SpatialDataArray((1+1j) * np.random.random((2,3,4)), coords=coords)\n```",
  "references": "",
  "signature": "class SpatialDataArray(AbstractSpatialDataArray)",
  "source": {
    "path": "flex/public/tidy3d/tidy3d/components/data/data_array.py",
    "url": "",
    "lineno": 1100,
    "endlineno": 1181
  },
  "bases": [
    "AbstractSpatialDataArray"
  ],
  "parameter_rows": [],
  "members": [
    {
      "name": "reflect",
      "kind": "function",
      "signature": "reflect(axis: Axis, center: float, reflection_only: bool = False, symmetry: float = 1)",
      "description": "Reflect data across the plane define by parameters `axis` and `center` from right to left. Note that the returned data is sorted with respect to spatial coordinates."
    }
  ],
  "group": "flex_rf.tidy3d"
}
