mobie / mobie-viewer-fiji

BSD 2-Clause "Simplified" License
30 stars 12 forks source link

Improve transforms logging #1084

Closed tischi closed 8 months ago

tischi commented 8 months ago

Show Images Info yields:

# xray-uint8
Data type: class net.imglib2.type.numeric.integer.UnsignedByteType
Shape: [2000, 2000, 2000]
Number of resolution levels: 5
Voxel size: [350.0, 350.0, 350.0]
Additional transform:
[-0.9135454576426001, 0.40673664307580004, 1.8488927466117464E-32, 488817.83739536995, -0.40673664307580004, -0.9135454576426001, -1.2325951644078307E-32, 694340.3721211245, -7.21175310496158E-33, -2.377398831974692E-32, -0.9999999999999998, 381681.7579468699]
Full transform:
[-319.74091017491, 142.35782507653002, 6.471124613141112E-30, 488817.83739536995, -142.35782507653002, -319.74091017491, -4.3140830754274076E-30, 694340.3721211245, -2.524113586736553E-30, -8.320895911911421E-30, -349.99999999999994, 381681.7579468699]

In the IJ.log window the transforms are hard to read because of the many digits.

tischi commented 8 months ago