Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -161,6 +161,7 @@ End_Group ...@@ -161,6 +161,7 @@ End_Group
Group = SelectedImageAreaX2 Group = SelectedImageAreaX2
Auto Auto
Optional
InputKey = P_OPOSX2 InputKey = P_OPOSX2
InputKey = ROI_URX InputKey = ROI_URX
InputPosition = FitsLabels InputPosition = FitsLabels
...@@ -171,6 +172,7 @@ End_Group ...@@ -171,6 +172,7 @@ End_Group
Group = SelectedImageAreaY2 Group = SelectedImageAreaY2
Auto Auto
Optional
InputKey = P_OPOSY2 InputKey = P_OPOSY2
InputKey = ROI_URY InputKey = ROI_URY
InputPosition = FitsLabels InputPosition = FitsLabels
...@@ -201,8 +203,8 @@ End_Group ...@@ -201,8 +203,8 @@ End_Group
Group = SelectedImageAreaX4 Group = SelectedImageAreaX4
Auto Auto
Optional
InputKey = P_OPOSX4 InputKey = P_OPOSX4
InputKey = ROI_URX
InputPosition = FitsLabels InputPosition = FitsLabels
OutputName = SelectedImageAreaX4 OutputName = SelectedImageAreaX4
OutputPosition = (Object, IsisCube, Group, Instrument) OutputPosition = (Object, IsisCube, Group, Instrument)
...@@ -211,8 +213,8 @@ End_Group ...@@ -211,8 +213,8 @@ End_Group
Group = SelectedImageAreaY4 Group = SelectedImageAreaY4
Auto Auto
Optional
InputKey = P_OPOSY4 InputKey = P_OPOSY4
InputKey = ROI_URY
InputPosition = FitsLabels InputPosition = FitsLabels
OutputName = SelectedImageAreaY4 OutputName = SelectedImageAreaY4
OutputPosition = (Object, IsisCube, Group, Instrument) OutputPosition = (Object, IsisCube, Group, Instrument)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment