ctherien / pysptools

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

FIPPI does not allow None in q and maxit parameter #8

Open ninsbl opened 6 years ago

ninsbl commented 6 years ago

According to documentation, FIPPI endmember extraction algorithm allows q and maxit to be None: https://pysptools.sourceforge.io/eea.html#fast-iterative-pixel-purity-index-fippi However, when I pass None to one of these parameters in FIPPI, it complains that the parameter is not of type int...