brainvisa / anatomist-free

3D visualization of neuroimaging objects, C++ part
Other
2 stars 0 forks source link

“Save resampled” keeps the 'referential' attribute even when it changes the referential #24

Closed ylep closed 3 years ago

ylep commented 3 years ago

It seems that “Save resampled” adjusts the field of view of the resampled image, but it still keeps the referential attribute of the reference image, so we end up with two images with the same referential uuid, which represent different referentials.

denisri commented 3 years ago

There was a problem in header settings of the resampled volume, which should be fixed now. Does the problem still happen ? Normally the resampled volume should get the same referential as the target image (and not keep its initial one).

denisri commented 3 years ago

I close this issue - if it's not fixed please reopen it.