spectralpython / spectral

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

view_cube fails in HypercubeWindow.load_textures #25

Closed tboggs closed 9 years ago

tboggs commented 9 years ago

The error occurs when calling make_pil_image because an unused "format" keyword is given. The keyword is passed on to get_rgb, which previously ignored unused keywords but now checks keyword arguments and raises an exception when an unexpected keyword is given.