Skip to content

Commit

Permalink
Merge pull request #293 from ExoCTK/switch_duration_groups
Browse files Browse the repository at this point in the history
Flipped min and max duration time.
  • Loading branch information
Jules Fowler authored Aug 9, 2019
2 parents 23e8ea7 + ee8c525 commit 39b631a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ <h4> APT Ready Outputs and Useful Tidbits </h4>
<td>1 (fixed for target acquisition)</td>
<td>{{ results_dict['max_ta_groups'] }}</td>
<td>{{ results_dict['min_ta_groups'] }}</td>
<td>{{ results_dict['t_duration_ta_min'] }}</td>
<td>{{ results_dict['t_duration_ta_max'] }}</td>
<td>{{ results_dict['t_duration_ta_min'] }}</td>
<td>{{ results_dict['max_sat_ta'] }}</td>
<td>{{ results_dict['min_sat_ta'] }}</td>
</tr>
Expand Down

0 comments on commit 39b631a

Please sign in to comment.