Skip to content

Commit

Permalink
Update model.py
Browse files Browse the repository at this point in the history
Former-commit-id: 983b976
  • Loading branch information
BrandonSmithJ authored May 26, 2021
1 parent 850674d commit ee4c9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Benchmarks/tss/SOLID/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def model(Rrs, wavelengths, sensor, *args, **kwargs):
estimate[type3] = (c * bbp_NIR - d).flatten()[type3]

ests, idxs = mdn_estimate(Rrs(required), use_cmdline=False, **mdn_kws)
bbp_665 = ests[:, idxs['bb_p']][:, find_wavelength(660, required)]
bbp_665 = ests[:, idxs['bb_p']][:, find_wavelength(665, required, tol=tol)]
estimate[type2] = (a * bbp_665 ** b).flatten()[type2]

bbp = QAA(Rrs(None), wavelengths, sensor, *args, **kwargs)['bbp']
Expand Down

0 comments on commit ee4c9df

Please sign in to comment.