LED
LED copied to clipboard
rawpy bug fix need upgrade
The old code in rawpy/_rawpy.pyx
ndarr.base = <PyObject*> self
through error Assignment to a read-only property
should be changed to issue
np.PyArray_SetBaseObject(ndarr, self)
please checkout the official rawpy implementation.
https://github.com/letmaik/rawpy/blob/main/rawpy/_rawpy.pyx