spectralpython / spectral

Python module for hyperspectral image processing
MIT License
571 stars 139 forks source link

spectral tool development. #78

Closed BlcaKHat closed 6 years ago

BlcaKHat commented 6 years ago

I want to add features like FLAASH atmospheric correction , principle component analysis, minimum noise fraction and independent component analysis. Can i do with this library ? . if not then suggest some libraries for it.

tboggs commented 6 years ago

It isn't clear what you're asking here. PCA and MNF are already part of the package. If you want to add additional capabilities, you can do so. Just add the feature and submit a merge request.