Skip to content

Commit

Permalink
Fix: hyb2onccal expects 2nd coord of ROI to be called X4, Y4; not X2,…
Browse files Browse the repository at this point in the history
… Y2 (#3827)
  • Loading branch information
foobarbecue authored and jessemapel committed Apr 9, 2020
1 parent b6df11c commit 69bc834
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ End_Group

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

Group = SelectedImageAreaY2
Auto
Optional
InputKey = P_OPOSY2
InputKey = ROI_URY
InputPosition = FitsLabels
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 69bc834

Please sign in to comment.