Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion starcheck/src/lib/Ska/Starcheck/Obsid.pm
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ sub set_maneuver {

# where manvr_dest is either the final_obsid of a maneuver or the eventual destination obsid
# of a segmented maneuver
if ( ($manvr_obsid eq $self->{dot_obsid})
if ( ($manvr_obsid eq $self->{obsid})
&& abs($m->{q1} - $c->{Q1}) < 1e-7
&& abs($m->{q2} - $c->{Q2}) < 1e-7
&& abs($m->{q3} - $c->{Q3}) < 1e-7)
Expand Down