Since the python module I made that I want to extend with 3D slicer follows w.c.s (general world coordinate system), do RAS coordinates of 3D slicer refer to normal w.c.s?
Actually, the question was whether the 3D slicer’s RAS coordinate system is the (general - people think) world coordinate system. However, if you refer to the reference of lassoan, it seems to be roughly understood. I will try and come back if successful.
the question was whether the 3D slicer’s RAS coordinate system is the (general - people think) world coordinate system
Yes, the world coordinate system of the application is the RAS coordinate system. For example, when you load a medical image then the image is displayed so that the image origin is aligned with the world coordinate system origin; R, A, S axes of the image are the first, second, and third axis of the world coordinate system; and world coordinate system unit is millimeters.