Instrument Models¶
Supported Instruments¶
- MER
- Pancam
- MSL
- Mastcam
- Cassini
- Imaging Science Subsystem (ISS)
get_wavelength¶
instrument¶
Provide base class for all instrument models
-
class
instrument_models.instrument.InstrumentBase(label)[source]¶ Abstract Base Class for all instrument models
Parameters: label ( pvl.PVLModule) – Image’s label-
label¶ pvl.PVLModule– Image’s label
-
get_wavelength(unit, *args, **kwargs)[source]¶ Abstract method to get the image’s wavelength
Parameters: unit ( str[nm]) – The wavelength unit. Best practice forunitto exist inpdsspect.pdsspect_image_set.ImageStamp.accepted_unitsReturns: wavelength – The image’s filter wavelength Return type: float
-