Skip to content

Commit

Permalink
passing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvinrr committed Sep 17, 2024
1 parent 64f8c6a commit 04326c2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion ale/drivers/apollo_drivers.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def detector_center_sample(self):
class ApolloPanIsisLabelIsisSpiceDriver(LineScanner, IsisLabel, IsisSpice, NoDistortion, Driver):

@property
def instrument_name(self):
def instrument_id(self):
"""
The name of the instrument.
Expand All @@ -158,6 +158,18 @@ def instrument_name(self):
return id_lookup[super().instrument_id]


@property
def instrument_name(self):
"""
The name of the instrument.
Returns
-------
str
The short text name for the instrument
"""
return "APOLLO PANORAMIC CAMERA"

@property
def sensor_model_version(self):
"""
Expand Down

0 comments on commit 04326c2

Please sign in to comment.