Skip to content

Commit

Permalink
Merge pull request #23 from vatsal-j/issue-22
Browse files Browse the repository at this point in the history
Fixed options not being set for sma modes
  • Loading branch information
pgbrodrick authored Oct 18, 2024
2 parents 10676b8 + 2304490 commit ba8ba7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SpectralUnmixing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ function unmix_line(line::Int64, reflectance_file::String, mode::String, refl_no
img_dat = img_dat ./ refl_scale

class_idx = prepare_combinations(library, combination_type)
options = []
# Prepare combinations if relevant
if mode == "mesma" || mode == "mesma-best"
options = prepare_options(library, combination_type, num_endmembers, class_idx)
Expand Down

0 comments on commit ba8ba7a

Please sign in to comment.