-
Notifications
You must be signed in to change notification settings - Fork 3
/
kadi.cfg
25 lines (19 loc) · 1009 Bytes
/
kadi.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[commands]
# Default lookback for previous approved loads (days).
# default_lookback = 30
# Use Google sheets and OCCweb to get the latest information about approved
# loads and command events like SCS-107. If set to False then the existing
# local files will be used.
# update_from_network = True
# Cache backstop downloads in the astropy cache. Should typically be False,
# but useful during development to avoid re-downloading backstops.
# cache_loads_in_astropy_cache = False
# Clean backstop loads (like APR1421B.pkl.gz) in the loads directory that are
# older than the default lookback. Most users will want this to be True, but
# for development or if you always want a copy of the loads set to False.
# clean_loads_dir = True
# Directory where command loads and command events are stored.
# after downloading from Google Sheets and OCCweb.
# commands_dir = "~/.kadi"
# Google Sheet ID for command events (flight scenario).
# cmd_events_flight_id = "19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ"