Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ale
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aflab
astrogeology
Ale
Commits
80ac4eb5
Unverified
Commit
80ac4eb5
authored
1 year ago
by
acpaquette
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixed typos in doc strings
parent
f390d33f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ale/drivers/co_drivers.py
+2
-2
2 additions, 2 deletions
ale/drivers/co_drivers.py
with
2 additions
and
2 deletions
ale/drivers/co_drivers.py
+
2
−
2
View file @
80ac4eb5
...
@@ -335,7 +335,7 @@ class CassiniVimsIsisLabelNaifSpiceDriver(LineScanner, IsisLabel, NaifSpice, NoD
...
@@ -335,7 +335,7 @@ class CassiniVimsIsisLabelNaifSpiceDriver(LineScanner, IsisLabel, NaifSpice, NoD
@property
@property
def
sensor_name
(
self
):
def
sensor_name
(
self
):
"""
"""
ISIS doesn
'
t prop
er
gate this to the ingested cube label, so hard-code it.
ISIS doesn
'
t prop
a
gate this to the ingested cube label, so hard-code it.
"""
"""
return
vims_name_lookup
[
super
().
instrument_id
]
return
vims_name_lookup
[
super
().
instrument_id
]
...
@@ -464,7 +464,7 @@ class CassiniVimsIsisLabelIsisSpiceDriver(LineScanner, IsisLabel, IsisSpice, NoD
...
@@ -464,7 +464,7 @@ class CassiniVimsIsisLabelIsisSpiceDriver(LineScanner, IsisLabel, IsisSpice, NoD
@property
@property
def
sensor_name
(
self
):
def
sensor_name
(
self
):
"""
"""
ISIS doesn
'
t prop
er
gate this to the ingested cube label, so hard-code it.
ISIS doesn
'
t prop
a
gate this to the ingested cube label, so hard-code it.
"""
"""
return
"
Visible and Infrared Mapping Spectrometer
"
return
"
Visible and Infrared Mapping Spectrometer
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment