Unverified Commit e3c19b13 authored by Aaron Curtis's avatar Aaron Curtis Committed by GitHub
Browse files

Fix: hyb2onccal expects 2nd coord of ROI to be called X4, Y4; not X2, Y2 (#3827)

parent 6bdf2888
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -161,6 +161,7 @@ End_Group

Group = SelectedImageAreaX2
  Auto
  Optional
  InputKey       = P_OPOSX2
  InputKey       = ROI_URX
  InputPosition  = FitsLabels
@@ -171,6 +172,7 @@ End_Group

Group = SelectedImageAreaY2
  Auto
  Optional
  InputKey       = P_OPOSY2
  InputKey       = ROI_URY
  InputPosition  = FitsLabels
@@ -201,8 +203,8 @@ End_Group

Group = SelectedImageAreaX4
  Auto
  Optional
  InputKey       = P_OPOSX4
  InputKey       = ROI_URX
  InputPosition  = FitsLabels
  OutputName     = SelectedImageAreaX4
  OutputPosition = (Object, IsisCube, Group, Instrument)
@@ -211,8 +213,8 @@ End_Group

Group = SelectedImageAreaY4
  Auto
  Optional
  InputKey       = P_OPOSY4
  InputKey       = ROI_URY
  InputPosition  = FitsLabels
  OutputName     = SelectedImageAreaY4
  OutputPosition = (Object, IsisCube, Group, Instrument)