Skip to content
GitLab
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
203b1468
Commit
203b1468
authored
Nov 07, 2017
by
Daniel Scheffler
Browse files
Bugfix.
Former-commit-id:
45f84ca1
parent
cebe4b0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
gms_preprocessing/algorithms/L2B_P.py
View file @
203b1468
...
...
@@ -336,7 +336,7 @@ class SpecHomo_Classifier(object):
self
.
logger
=
logger
or
GMS_logger
(
__name__
)
# must be pickable
def
generate_reference_cube
(
self
,
tgt_satellite
,
tgt_sensor
,
n_clusters
=
10
,
tgt_n_samples
=
1000
,
path_out
=
''
,
fmt_out
=
''
):
fmt_out
=
'
ENVI
'
):
# type: (str, str, int, int, str, str) -> np.ndarray
"""Generate reference spectra from all hyperspectral input images.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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