Commit 5d4d31a6 authored by Stuart Sides's avatar Stuart Sides Committed by Adam Paquette
Browse files

Fixed output bit type and added sun distance to labels (#3956)

* Fixed output bit type and added sun distance to labels

* Fixed to use correct sun distance
parent 88ddf26f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -471,4 +471,14 @@ Group = Compression
  Translation    = (*, *)
End_Group

# Distance from sun to Hayabusa2
Group = SolarDistance
  Auto
  InputKey       = S_DISTRS
  InputPosition  = FitsLabels
  OutputName     = SolarDistance
  OutputPosition = (Object, IsisCube, Group, Instrument)
  Translation    = (*, *)
End_Group

End
+11 −0
Original line number Diff line number Diff line
@@ -446,4 +446,15 @@ Group = Compression
  Translation    = (*, *)
End_Group


# Distance from sun to Hayabusa2
Group = SolarDistance
  Auto
  InputKey       = S_DISTRS
  InputPosition  = FitsLabels
  OutputName     = SolarDistance
  OutputPosition = (Object, IsisCube, Group, Instrument)
  Translation    = (*, *)
End_Group

End
+0 −1
Original line number Diff line number Diff line
@@ -134,7 +134,6 @@ xsi:noNamespaceSchemaLocation="http://isis.astrogeology.usgs.gov/Schemas/Applica
      
      <parameter name="TO">
         <type>cube</type>
         <pixelType>real</pixelType>
         <fileMode>output</fileMode>
         <brief>Output ISIS3 cube filename</brief>
         <description>
+1 −1

File changed.

Contains only whitespace changes.