Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Remote Modules
let-it-snow
Commits
93cf8f39
Commit
93cf8f39
authored
Jul 25, 2016
by
Tristan Klempka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG: fix instance not set when no snow
parent
cba5ccc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
python/s2snow/snow_detector.py
python/s2snow/snow_detector.py
+1
-0
No files found.
python/s2snow/snow_detector.py
View file @
93cf8f39
...
...
@@ -236,6 +236,7 @@ class snow_detector :
self
.
rRed_pass2
*=
self
.
multi
self
.
fsnow_lim
=
snow
.
get
(
"fsnow_lim"
)
self
.
fsnow_total_lim
=
snow
.
get
(
"fsnow_total_lim"
)
self
.
zs
=-
1
#default value when zs is not set
#Build useful paths
self
.
redBand_path
=
op
.
join
(
self
.
path_tmp
,
"red.tif"
)
self
.
ndsi_pass1_path
=
op
.
join
(
self
.
path_tmp
,
"pass1.tif"
)
...
...
Write
Preview
Markdown
is supported
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