navigate
Move the crosshair to a specific atlas region or to explicit coordinates in a brain volume. Accepts region labels or [x,y,z] coordinates in millimeters.
Instructions
Move the crosshair to a named atlas region or to explicit coordinates.
Exactly one of region_label or coords. A region_label must exist in the loaded atlas; a near-miss returns suggestions and moves nothing. Coordinates are accepted only from you or the user, and the space they were read in is echoed back.
Args: region_label: Label from the loaded atlas, e.g. "Left Hippocampus". coords: [x, y, z] in millimetres. space: Space for coords, e.g. "MNI152NLin6Asym". Defaults to the volume's space. volume: Which loaded volume to interpret against. Defaults to the most recent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space | No | ||
| coords | No | ||
| volume | No | ||
| region_label | No |