How to change this value in 3D slicer?

1.What is this? why this can not be changed, when click on it can not change it.

  1. what exact command controls this parameters because my script adds here -1 and -1 there.

if i would know which command controls this, I could look it up in the script and modify it.
image

1 Like

These values are the elements of the direction matrix of the volume based on which it is placed in the RAS coordinate systems (from IJK which is the voxel space of the volume). You cannot change it manually because:

  1. This matrix is a component of the whole IJK2RAS matrix, which also contains origin and scaling
  2. Editing manually a direction matrix is not a good idea because that way you couldn’t guarantee a valid matrix (orthogonal axes, etc)

The easiest way to modify the volume directions is applying a transformation on top of it, for which see the Transforms module.