Skip to content

Commit

Permalink
Fixed options not being set for sma modes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vatsal A Jhalani committed Oct 10, 2024
1 parent 10676b8 commit 2304490
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 2304490

Please sign in to comment.