
#
# The group names listed here are the native names used by
# applications to get the foreign names and values
#
# There is only one level of groups the groups are not
# allowed to be nested
#
# The Group names can NOT be repeated.
#
# ForeignGroup is a comma delimited list of objects and/or
# groups in the foreign label. Traversing this list will
# lead to the correct level to find the foreign keyword.
#
# ForeignKey is the keyword within the group which holds
# the information.
#
# ForeignDefault is the value used if there is no value for
# the keyword
#
# Translation is the native and corresponding foreign values.
# Translation may be repeated as needed.
#
Group = FilterName
  Auto
  NativeName = Name
  NativePosition = ("Object","IsisCube","Group","BandBin");
  ForeignGroup = INSTRUMENT_SETTING_PARAMETERS
  ForeignKey = FILTER_NAME
  Translation = (Red,RED)
  Translation = (BlueGreen, BLUE-GREEN)
  Translation = (NearInfrared, NEAR-INFRARED)
EndGroup
Group = FilterCenter
  Auto
  NativeName = Center
  NativePosition = ("Object","IsisCube","Group","BandBin");
  ForeignGroup = INSTRUMENT_SETTING_PARAMETERS
  ForeignKey = CENTER_FILTER_WAVELENGTH
  Translation = (700, 700)
  Translation = (500, 500)
  Translation = (900, 900)
  Translation = ("--- Illegal Value ---", *)
EndGroup
Group = FilterWidth
  Auto
  NativeName = Width
  NativePosition = ("Object","IsisCube","Group","BandBin");
  ForeignGroup = INSTRUMENT_SETTING_PARAMETERS
  ForeignKey = BANDWIDTH
  Translation = (100, 100)
  Translation = (150, 150)
  Translation = (300, 300)
  Translation = ("--- Illegal Value ---", *)
EndGroup
End
