spectral
spectral copied to clipboard
Python module for hyperspectral image processing
I have large .bsq images I cannot load into memory. `Spectral` fails to apply the `.open_memmap` method to the `BsqFile` instance created from images (see [this post](https://stackoverflow.com/q/74995609/11611246)). Lacking other options,...
Hi there, I'm new to hyperspectral image classification and find out SPy is really a useful tool. But I wonder how to use SPy to train one model on multi...
Hi there, I'm new to spectral python and have come across unusual behavior when attempting to view a hyperspectral image with imshow. The information from the hdr file looks correct...
I am new to github, opensource, python.. a lot of things, so if this is inappropriate, please dont take offense and tell me. I have written an application of the...
Used codespell version 2.2.6
Hi, I want to check the PR160, as the master branch does not have the unit tests of ReLab in it. git clone ... git checkout develop error: pathspec 'develop'...
`------------------------------------------------------------------------ Running SpyFile read tests on BSQ complex128 little-endian file without memmap... ------------------------------------------------------------------------ Testing getitem_i_j......................................... OK Testing getitem_i_j_k....................................... OK Testing getitem_i_j_kslice.................................. OK Testing getitem_islice_jslice............................... OK Testing load................................................ OK Testing read_band..............................................
Some societies use the '.bin' format (like Silios' Toucan camera) to save the raw data.
Hi, first, thanks a lot for maintaining this very useful library! I use it extensively in one of my own packages and I have noticed that Numpy 2 breaks some...
Hello, I have been trying to familiarize myself with the library. However, I encountered a problem. The spectral library calls SetClientSizeWH. If the call is changed to SetClientSize, the error...