• Takes new scales and units and modifies the coordinate space resolution.

    Returns

    returns a boolean indicating whether the coordinate space has been updated or not.

    Parameters

    • scalesAndUnits: (undefined | {
          scale: number;
          unit: string;
      })[]

      New scales and units (new resolution).

    • modified: boolean[]

      An array with each index true or false indicating whether new resolution needs to be added to the corresponding dimension.

    • watchable: WatchableValueInterface<CoordinateSpace>

      A watchable value which contains the coordinate space of neuroglancer.

    Returns boolean

Generated using TypeDoc