ctherien / pysptools

Hyperspectral library for Python
Apache License 2.0
50 stars 21 forks source link

Functions like HySime and NFINDR are not taking Numpy memmap object as input #10

Open deepanshi-s opened 4 years ago

deepanshi-s commented 4 years ago

I have a 14GB envi image along with a header file. I opened it with envi.open function and I am trying to load it as memmap object. But the functions in pysptools do not take memmap object as an input. Is there any other way to load the image without running out of ram?