You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create an image from a NumPy array and coordinates object, the pixel units are missing, and I can't find a way to add (or change) pixel units in the images module.
I can go around this by opening an image as a table and add the units keyword with the corresponding value, but it seems to be a non-optimal solution.
Is it possible to add a putunit() functionality to the images module?
The text was updated successfully, but these errors were encountered:
When I create an image from a
NumPy array
andcoordinates
object, the pixel units are missing, and I can't find a way to add (or change) pixel units in the images module.I can go around this by opening an image as a table and add the units keyword with the corresponding value, but it seems to be a non-optimal solution.
Is it possible to add a
putunit()
functionality to the images module?The text was updated successfully, but these errors were encountered: