Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
geomultisens
gms_preprocessing
Commits
0b84b858
Commit
0b84b858
authored
Dec 13, 2017
by
Daniel Scheffler
Browse files
Bugfix
parent
541d89fe
Pipeline
#1719
passed with stage
in 12 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gms_preprocessing/algorithms/L2B_P.py
View file @
0b84b858
...
...
@@ -74,8 +74,8 @@ class L2B_object(L2A_object):
"the spectral refernce sensor."
)
return
if
src_cwls
==
tgt_cwls
or
\
(
self
.
satellite
==
tgt_sat
and
self
.
sensor
==
tgt_sen
and
self
.
LayerBandsAssignment
==
tgt_LBA
):
if
src_cwls
==
tgt_cwls
or
(
self
.
satellite
==
tgt_sat
and
self
.
sensor
==
tgt_sen
):
# FIXME catch the case if LayerBandsAssignments are unequal with np.take
self
.
logger
.
info
(
"Spectral homogenization has been skipped because the current spectral characteristics "
"are already equal to the target sensor's."
)
return
...
...
Daniel Scheffler
@danschef
mentioned in commit
98d757f2
·
Feb 06, 2018
mentioned in commit
98d757f2
mentioned in commit 98d757f23af015c0ec6a65a31226f584ce0797f1
Toggle commit list
Daniel Scheffler
@danschef
mentioned in commit
beaecf1b
·
Mar 31, 2020
mentioned in commit
beaecf1b
mentioned in commit beaecf1bdd84d13e005aee66f030da184754d89e
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment