Saving/re-opening transformed data

When I transform my data and harden the transform, the next time I load the data it is no longer oriented in the way I switched it to. Does anyone know what is happening?
(I’m on Windows)


I suspect that what may be happening is that you are reloading the data from DICOM, using the DICOM Browser? When you load an image from the DICOM browser, you are, from that point on, working with an imported copy of that image data, and any modifications you make are to that copy, not to the original data. When you save, using the Save dialog box, you are saving that modified copy, but not saving it back to the DICOM database, instead you are saving it to a different format (.nrrd by default) and in a different location. If you load the saved scene file (.mrml file extension), you will see that the loaded version is as it was when you saved it (transformed). If you load from the DICOM browser, you will be reloading the original (un-transformed) image data.

I understand why this might seem confusing. DICOM is intended to be an archival, non-modifiable format. If you load an image from DICOM and then make a change, then according to the DICOM standard, you shouldn’t save it back to the same files because it is not the same data and at least some of the associated metadata is no longer correct (at minimum, all new data should have unique UIDs).

The view that’s being used in red/green/yellow slice views might not be what you expect. Check the view described in this dropdown:

image

So the image transformation may be there no problem, and it’s just the default view directions re-aligning after you re-load the data