spectralpython / spectral

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

format keyword causes error in save_rgb #24

Closed tboggs closed 9 years ago

tboggs commented 9 years ago

This error is due to the fact that keywords are passed on to get_rgb, which now checks for allowable keywords (and "format" is not one of them). Need to remove "format" from the keywords dictionary prior to calling get_rgb.