Skip to content

Commit

Permalink
Setting Default behavior for ascending, descending
Browse files Browse the repository at this point in the history
After consulting with Wayne default behavior for these values should be
true for both of them. Changing the state default to reflect this
  • Loading branch information
LTDakin committed Nov 15, 2023
1 parent dbbee6f commit 199e4ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/modules/project_params.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ const state = {
// Project constraints below
project_is_active: true,
generic_instrument: 'Main Camera', // removed from ui with options Auxiliary, Echelle, UXEX, Planet, IR at waynes request
ascending: false,
descending: false,
ascending: true,
descending: true,
ra_offset: 0.0,
ra_offset_units: 'deg',
dec_offset: 0.0,
Expand Down

0 comments on commit 199e4ba

Please sign in to comment.