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
pyrsr
Commits
3519587f
Commit
3519587f
authored
Nov 28, 2020
by
Daniel Scheffler
Browse files
Fixed PEP8 style issues.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
abbc5793
Pipeline
#16145
passed with stages
in 2 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pyrsr/sensorspecs.py
View file @
3519587f
...
...
@@ -160,7 +160,7 @@ sensors = {
'satellite'
:
'SPOT-4'
,
'sensor'
:
'HRVIR1'
,
'LBA'
:
[
'1'
,
'2'
,
'3'
,
'4'
,
'5'
],
'LBA_sorted'
:
[
'1'
,
'5'
,
'2'
,
'3'
,
'4'
],
# TODO re-check that when issue #8 is fixed
'LBA_sorted'
:
[
'1'
,
'5'
,
'2'
,
'3'
,
'4'
],
# TODO re-check that when issue #8 is fixed
'pan'
:
[
'5'
]
},
...
...
@@ -200,7 +200,7 @@ sensors = {
'satellite'
:
'SPOT-4'
,
'sensor'
:
'HRVIR2'
,
'LBA'
:
[
'1'
,
'2'
,
'3'
,
'4'
,
'5'
],
'LBA_sorted'
:
[
'1'
,
'5'
,
'2'
,
'3'
,
'4'
],
# TODO re-check that when issue #8 is fixed
'LBA_sorted'
:
[
'1'
,
'5'
,
'2'
,
'3'
,
'4'
],
# TODO re-check that when issue #8 is fixed
'pan'
:
[
'5'
]
},
...
...
@@ -208,7 +208,7 @@ sensors = {
'satellite'
:
'SPOT-5'
,
'sensor'
:
'HRG2'
,
'LBA'
:
[
'1'
,
'2'
,
'3'
,
'4'
,
'5'
],
'LBA_sorted'
:
[
'1'
,
'5'
,
'2'
,
'3'
,
'4'
],
'LBA_sorted'
:
[
'1'
,
'5'
,
'2'
,
'3'
,
'4'
],
'pan'
:
[
'5'
]
},
...
...
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