Open
Description
Spectral libraries may have more bands than actually needed or may have bands in a non-monotonic order. This issue is to add a filter
method to the SpectralLibrary
to enable things like:
- Selecting a subset of bands from the library
- Re-ordering bands to make them monotonically increasing/decreasing
- Removing bad bands (e.g., bands identified in the
bbl
list)