FABLE-3DXRD / fabian

GNU General Public License v3.0
1 stars 6 forks source link

Fix fabio 0.9 #13

Closed vallsv closed 5 years ago

vallsv commented 5 years ago

Here is a proposal to fix Fabian with fabio 0.9.

This should be compatible with previous versions of Fabio.

jonwright commented 5 years ago

Looks good to me. Thanks!

vallsv commented 5 years ago

Oh and be careful. My patch breaks the getheader function. Thats maybe better to do:

img = fabio.fabioimage.FabioImage(data=img.data, header=img.header)

Sorry for that