Prev   Index   Next

kadi: Tue Oct 14 08:41:07 2025

File: /proj/sot/ska/data/kadi/logs/daily.0/kadi_cmds.log

Task Status AgeMaxAge Last Date
kadi NOT OK 0.091.0 Tue Oct 14 08:41:07 2025

Errors:

File contents:

******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 08:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 08:51:03,519 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 08:51:03,932 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 08:51:03,933 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 08:51:04,339 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 08:51:04,359 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 08:51:05,004 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 08:51:05,017 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 08:51:05,029 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 08:51:05,038 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
Traceback (most recent call last):
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 534, in _make_request
response = conn.getresponse()
^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 516, in getresponse
httplib_response = super().getresponse()
^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/http/client.py", line 1428, in getresponse
response.begin()
File "/proj/sot/ska3/flight/lib/python3.12/http/client.py", line 331, in begin
version, status, reason = self._read_status()
^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/http/client.py", line 292, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/socket.py", line 720, in readinto
return self._sock.recv_into(b)
^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/ssl.py", line 1251, in recv_into
return self.read(nbytes, buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/ssl.py", line 1103, in read
return self._sslobj.read(len, buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TimeoutError: The read operation timed out

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 667, in send
resp = conn.urlopen(
^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 841, in urlopen
retries = retries.increment(
^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/retry.py", line 474, in increment
raise reraise(type(error), error, _stacktrace)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/util.py", line 39, in reraise
raise value
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 787, in urlopen
response = self._make_request(
^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 536, in _make_request
self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 367, in _raise_timeout
raise ReadTimeoutError(
urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Read timed out. (read timeout=30)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 724, in send
history = [resp for resp in gen]
^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 265, in resolve_redirects
resp = self.send(
^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 713, in send
raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Read timed out. (read timeout=30)
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 09:01:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 09:01:04,200 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 09:01:04,578 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 09:01:04,578 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 09:01:05,263 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 09:01:05,279 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 09:01:05,746 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 09:01:05,758 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 09:01:05,768 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 09:01:05,778 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 09:01:05,860 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 09:01:05,871 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 09:01:05,879 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 09:01:05,924 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 09:01:05,926 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 09:01:05,931 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 09:01:05,936 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 09:01:05,942 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 09:01:05,947 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 09:01:05,952 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 09:01:05,985 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 09:01:05,996 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 09:01:05,997 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 09:01:05,997 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 09:01:05,997 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 09:01:05,997 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 09:01:05,998 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 09:01:05,998 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 09:01:05,998 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 09:01:05,998 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 09:01:05,998 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 09:01:05,998 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 09:01:05,999 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 09:01:06,044 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 09:01:06,433 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 09:01:07,147 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 09:01:07,147 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 09:01:07,147 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 09:01:07,147 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 09:01:07,147 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 09:01:07,147 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 09:01:07,147 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 09:01:07,147 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 09:01:07,147 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 09:01:07,147 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 09:01:07,147 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 09:01:07,147 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 09:01:07,147 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 09:01:07,147 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 09:01:07,225 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 09:11:04 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 09:11:05,494 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 09:11:05,887 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 09:11:05,887 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 09:11:06,280 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 09:11:06,293 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 09:11:07,106 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 09:11:07,114 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 09:11:07,122 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 09:11:07,132 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 09:11:07,291 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 09:11:07,298 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 09:11:07,305 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 09:11:07,359 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 09:11:07,361 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 09:11:07,365 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 09:11:07,369 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 09:11:07,374 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 09:11:07,378 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 09:11:07,381 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 09:11:07,413 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 09:11:07,424 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 09:11:07,424 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 09:11:07,425 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 09:11:07,425 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 09:11:07,425 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 09:11:07,425 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 09:11:07,425 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 09:11:07,426 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 09:11:07,426 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 09:11:07,426 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 09:11:07,426 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 09:11:07,426 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 09:11:07,470 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 09:11:07,848 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 09:11:08,565 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 09:11:08,565 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 09:11:08,565 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 09:11:08,565 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 09:11:08,565 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 09:11:08,565 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 09:11:08,565 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 09:11:08,565 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 09:11:08,565 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 09:11:08,565 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 09:11:08,565 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 09:11:08,565 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 09:11:08,565 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 09:11:08,565 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 09:11:08,642 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 09:21:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 09:21:05,283 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 09:21:05,661 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 09:21:05,661 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 09:21:06,145 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 09:21:06,158 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 09:21:07,022 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 09:21:07,036 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 09:21:07,048 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 09:21:07,058 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 09:21:07,137 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 09:21:07,151 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 09:21:07,162 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 09:21:07,228 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 09:21:07,229 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 09:21:07,240 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 09:21:07,251 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 09:21:07,256 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 09:21:07,263 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 09:21:07,270 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 09:21:07,301 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 09:21:07,311 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 09:21:07,312 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 09:21:07,312 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 09:21:07,312 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 09:21:07,312 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 09:21:07,312 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 09:21:07,312 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 09:21:07,313 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 09:21:07,313 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 09:21:07,313 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 09:21:07,313 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 09:21:07,313 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 09:21:07,361 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 09:21:07,744 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 09:21:08,524 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 09:21:08,524 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 09:21:08,524 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 09:21:08,524 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 09:21:08,524 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 09:21:08,524 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 09:21:08,524 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 09:21:08,524 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 09:21:08,524 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 09:21:08,524 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 09:21:08,524 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 09:21:08,524 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 09:21:08,524 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 09:21:08,524 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 09:21:08,602 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 09:31:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 09:31:04,676 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 09:31:05,070 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 09:31:05,070 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 09:31:20,629 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 09:31:20,636 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 09:31:20,928 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 09:31:20,937 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 09:31:20,946 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 09:31:20,956 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 09:31:21,023 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 09:31:21,034 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 09:31:21,042 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 09:31:21,088 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 09:31:21,090 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 09:31:21,094 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 09:31:21,098 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 09:31:21,103 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 09:31:21,106 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 09:31:21,110 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 09:31:21,141 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 09:31:21,152 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 09:31:21,152 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 09:31:21,152 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 09:31:21,152 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 09:31:21,152 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 09:31:21,152 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 09:31:21,153 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 09:31:21,153 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 09:31:21,153 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 09:31:21,153 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 09:31:21,153 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 09:31:21,153 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 09:31:21,196 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 09:31:21,714 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 09:31:22,380 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 09:31:22,380 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 09:31:22,380 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 09:31:22,380 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 09:31:22,380 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 09:31:22,380 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 09:31:22,380 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 09:31:22,380 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 09:31:22,380 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 09:31:22,380 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 09:31:22,380 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 09:31:22,380 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 09:31:22,380 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 09:31:22,380 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 09:31:22,455 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 09:41:04 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 09:41:06,605 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 09:41:07,014 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 09:41:07,015 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 09:41:07,727 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 09:41:07,739 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 09:41:08,252 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 09:41:08,263 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 09:41:08,275 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 09:41:08,286 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 09:41:08,358 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 09:41:08,371 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 09:41:08,378 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 09:41:08,420 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 09:41:08,422 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 09:41:08,427 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 09:41:08,432 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 09:41:08,438 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 09:41:08,445 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 09:41:08,449 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 09:41:08,481 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 09:41:08,492 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 09:41:08,492 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 09:41:08,492 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 09:41:08,493 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 09:41:08,493 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 09:41:08,493 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 09:41:08,493 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 09:41:08,493 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 09:41:08,493 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 09:41:08,494 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 09:41:08,494 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 09:41:08,494 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 09:41:08,540 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 09:41:08,952 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 09:41:09,656 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 09:41:09,656 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 09:41:09,656 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 09:41:09,656 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 09:41:09,656 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 09:41:09,656 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 09:41:09,656 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 09:41:09,656 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 09:41:09,656 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 09:41:09,656 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 09:41:09,656 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 09:41:09,656 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 09:41:09,656 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 09:41:09,656 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 09:41:09,749 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 09:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 09:51:05,873 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 09:51:06,321 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 09:51:06,322 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 09:51:06,738 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 09:51:06,746 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 09:51:07,067 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 09:51:07,074 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 09:51:07,083 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 09:51:07,091 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 09:51:07,156 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 09:51:07,164 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 09:51:07,171 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 09:51:07,209 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 09:51:07,210 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 09:51:07,214 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 09:51:07,218 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 09:51:07,223 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 09:51:07,226 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 09:51:07,230 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 09:51:07,262 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 09:51:07,273 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 09:51:07,273 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 09:51:07,273 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 09:51:07,273 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 09:51:07,273 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 09:51:07,274 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 09:51:07,274 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 09:51:07,274 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 09:51:07,274 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 09:51:07,274 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 09:51:07,274 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 09:51:07,275 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 09:51:07,320 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 09:51:07,710 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 09:51:08,409 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 09:51:08,409 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 09:51:08,409 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 09:51:08,409 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 09:51:08,409 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 09:51:08,409 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 09:51:08,409 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 09:51:08,409 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 09:51:08,409 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 09:51:08,409 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 09:51:08,409 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 09:51:08,409 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 09:51:08,409 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 09:51:08,409 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 09:51:08,486 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 10:01:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 10:01:05,842 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 10:01:06,289 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 10:01:06,290 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 10:01:06,706 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 10:01:06,747 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 10:01:07,280 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 10:01:07,292 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 10:01:07,303 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 10:01:07,313 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 10:01:07,426 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 10:01:07,435 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 10:01:07,442 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 10:01:07,500 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 10:01:07,501 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 10:01:07,507 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 10:01:07,512 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 10:01:07,517 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 10:01:07,522 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 10:01:07,526 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 10:01:07,559 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 10:01:07,570 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 10:01:07,570 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 10:01:07,570 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 10:01:07,570 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 10:01:07,570 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 10:01:07,571 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 10:01:07,571 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 10:01:07,571 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 10:01:07,571 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 10:01:07,571 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 10:01:07,571 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 10:01:07,572 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 10:01:07,632 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 10:01:08,020 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 10:01:08,721 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 10:01:08,721 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 10:01:08,721 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 10:01:08,721 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 10:01:08,721 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 10:01:08,721 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 10:01:08,721 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 10:01:08,721 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 10:01:08,721 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 10:01:08,721 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 10:01:08,721 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 10:01:08,721 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 10:01:08,721 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 10:01:08,721 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 10:01:08,798 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 10:11:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 10:11:06,231 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 10:11:06,675 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 10:11:06,675 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 10:11:07,099 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 10:11:07,115 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 10:11:07,565 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 10:11:07,580 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 10:11:07,593 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 10:11:07,605 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 10:11:07,687 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 10:11:07,695 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 10:11:07,702 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 10:11:07,750 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 10:11:07,752 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 10:11:07,757 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 10:11:07,762 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 10:11:07,766 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 10:11:07,771 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 10:11:07,775 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 10:11:07,807 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 10:11:07,817 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 10:11:07,817 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 10:11:07,817 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 10:11:07,818 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 10:11:07,818 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 10:11:07,818 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 10:11:07,818 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 10:11:07,819 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 10:11:07,819 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 10:11:07,819 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 10:11:07,819 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 10:11:07,819 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 10:11:07,865 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 10:11:08,517 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 10:11:09,268 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 10:11:09,268 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 10:11:09,268 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 10:11:09,268 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 10:11:09,268 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 10:11:09,268 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 10:11:09,268 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 10:11:09,268 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 10:11:09,268 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 10:11:09,268 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 10:11:09,268 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 10:11:09,268 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 10:11:09,268 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 10:11:09,268 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 10:11:09,362 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 10:21:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 10:21:04,710 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 10:21:05,094 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 10:21:05,095 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 10:21:05,588 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 10:21:05,605 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 10:21:05,901 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 10:21:05,913 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 10:21:05,923 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 10:21:05,932 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 10:21:06,014 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 10:21:06,021 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 10:21:06,026 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 10:21:06,072 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 10:21:06,074 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 10:21:06,078 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 10:21:06,082 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 10:21:06,087 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 10:21:06,090 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 10:21:06,094 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 10:21:06,126 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 10:21:06,136 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 10:21:06,137 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 10:21:06,137 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 10:21:06,137 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 10:21:06,137 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 10:21:06,137 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 10:21:06,137 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 10:21:06,138 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 10:21:06,138 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 10:21:06,138 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 10:21:06,138 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 10:21:06,138 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 10:21:06,182 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 10:21:06,548 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 10:21:07,316 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 10:21:07,317 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 10:21:07,317 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 10:21:07,317 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 10:21:07,317 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 10:21:07,317 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 10:21:07,317 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 10:21:07,317 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 10:21:07,317 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 10:21:07,317 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 10:21:07,317 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 10:21:07,317 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 10:21:07,317 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 10:21:07,317 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 10:21:07,416 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 10:31:04 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 10:31:07,156 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 10:31:07,554 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 10:31:07,554 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 10:31:08,313 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 10:31:08,735 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 10:31:09,235 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 10:31:09,257 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 10:31:09,273 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 10:31:09,285 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 10:31:09,373 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 10:31:09,381 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 10:31:09,388 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 10:31:09,430 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 10:31:09,431 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 10:31:09,437 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 10:31:09,441 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 10:31:09,447 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 10:31:09,452 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 10:31:09,456 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 10:31:09,493 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 10:31:09,504 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 10:31:09,504 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 10:31:09,504 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 10:31:09,505 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 10:31:09,505 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 10:31:09,505 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 10:31:09,505 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 10:31:09,505 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 10:31:09,505 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 10:31:09,506 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 10:31:09,506 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 10:31:09,506 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 10:31:09,551 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 10:31:09,948 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 10:31:10,653 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 10:31:10,653 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 10:31:10,653 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 10:31:10,653 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 10:31:10,653 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 10:31:10,653 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 10:31:10,653 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 10:31:10,653 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 10:31:10,653 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 10:31:10,653 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 10:31:10,653 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 10:31:10,653 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 10:31:10,653 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 10:31:10,653 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 10:31:10,734 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 10:41:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 10:41:05,079 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 10:41:05,473 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 10:41:05,473 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 10:41:05,902 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 10:41:05,910 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 10:41:06,163 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 10:41:06,171 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 10:41:06,178 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 10:41:06,185 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 10:41:06,254 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 10:41:06,260 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 10:41:06,266 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 10:41:06,306 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 10:41:06,308 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 10:41:06,314 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 10:41:06,318 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 10:41:06,322 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 10:41:06,326 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 10:41:06,329 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 10:41:06,362 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 10:41:06,372 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 10:41:06,372 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 10:41:06,372 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 10:41:06,373 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 10:41:06,373 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 10:41:06,373 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 10:41:06,373 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 10:41:06,373 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 10:41:06,373 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 10:41:06,374 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 10:41:06,374 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 10:41:06,374 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 10:41:06,418 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 10:41:06,801 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 10:41:07,478 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 10:41:07,480 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 10:41:07,480 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 10:41:07,480 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 10:41:07,480 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 10:41:07,480 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 10:41:07,480 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 10:41:07,480 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 10:41:07,480 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 10:41:07,480 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 10:41:07,480 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 10:41:07,480 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 10:41:07,480 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 10:41:07,480 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 10:41:07,564 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 10:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 10:51:03,820 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 10:51:04,207 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 10:51:04,208 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 10:51:04,582 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 10:51:04,598 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 10:51:05,368 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 10:51:05,386 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 10:51:05,410 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 10:51:05,423 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 10:51:05,527 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 10:51:05,546 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 10:51:05,563 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 10:51:05,619 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 10:51:05,620 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 10:51:05,627 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 10:51:05,638 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 10:51:05,646 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 10:51:05,657 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 10:51:05,665 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 10:51:05,700 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 10:51:05,711 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 10:51:05,712 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 10:51:05,712 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 10:51:05,712 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 10:51:05,712 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 10:51:05,712 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 10:51:05,712 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 10:51:05,713 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 10:51:05,713 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 10:51:05,713 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 10:51:05,713 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 10:51:05,713 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 10:51:05,760 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 10:51:06,147 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 10:51:06,837 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 10:51:06,837 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 10:51:06,837 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 10:51:06,837 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 10:51:06,837 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 10:51:06,837 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 10:51:06,837 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 10:51:06,837 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 10:51:06,837 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 10:51:06,837 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 10:51:06,837 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 10:51:06,837 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 10:51:06,837 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 10:51:06,837 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 10:51:06,915 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 11:01:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 11:01:04,973 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 11:01:05,365 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 11:01:05,365 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 11:01:05,799 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 11:01:05,809 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 11:01:06,149 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 11:01:06,155 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 11:01:06,161 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 11:01:06,167 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 11:01:06,239 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 11:01:06,246 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 11:01:06,251 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 11:01:06,306 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 11:01:06,308 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 11:01:06,312 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 11:01:06,316 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 11:01:06,321 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 11:01:06,324 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 11:01:06,328 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 11:01:06,359 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 11:01:06,370 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 11:01:06,370 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 11:01:06,370 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 11:01:06,371 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 11:01:06,371 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 11:01:06,371 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 11:01:06,371 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 11:01:06,371 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 11:01:06,371 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 11:01:06,372 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 11:01:06,372 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 11:01:06,372 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 11:01:06,416 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 11:01:06,807 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 11:01:07,519 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 11:01:07,519 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 11:01:07,519 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 11:01:07,519 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 11:01:07,520 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 11:01:07,520 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 11:01:07,520 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 11:01:07,520 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 11:01:07,520 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 11:01:07,520 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 11:01:07,520 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 11:01:07,520 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 11:01:07,520 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 11:01:07,520 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 11:01:07,598 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 11:11:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 11:11:04,059 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 11:11:04,438 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 11:11:04,439 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 11:11:04,840 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 11:11:04,858 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 11:11:05,476 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 11:11:05,492 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 11:11:05,508 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 11:11:05,518 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 11:11:05,616 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 11:11:05,627 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 11:11:05,634 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 11:11:05,689 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 11:11:05,690 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 11:11:05,696 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 11:11:05,703 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 11:11:05,708 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 11:11:05,715 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 11:11:05,719 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 11:11:05,751 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 11:11:05,761 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 11:11:05,762 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 11:11:05,762 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 11:11:05,762 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 11:11:05,762 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 11:11:05,762 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 11:11:05,762 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 11:11:05,763 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 11:11:05,763 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 11:11:05,763 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 11:11:05,763 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 11:11:05,763 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 11:11:05,807 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 11:11:06,209 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 11:11:06,947 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 11:11:06,947 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 11:11:06,947 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 11:11:06,947 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 11:11:06,947 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 11:11:06,947 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 11:11:06,947 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 11:11:06,947 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 11:11:06,947 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 11:11:06,948 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 11:11:06,948 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 11:11:06,948 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 11:11:06,948 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 11:11:06,948 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 11:11:07,027 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 11:21:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 11:21:03,852 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 11:21:04,262 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 11:21:04,262 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 11:21:04,658 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 11:21:04,674 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 11:21:05,162 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 11:21:05,175 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 11:21:05,187 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 11:21:05,201 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 11:21:05,292 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 11:21:05,302 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 11:21:05,308 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 11:21:05,356 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 11:21:05,357 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 11:21:05,365 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 11:21:05,371 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 11:21:05,376 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 11:21:05,383 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 11:21:05,386 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 11:21:05,418 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 11:21:05,429 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 11:21:05,429 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 11:21:05,429 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 11:21:05,430 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 11:21:05,430 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 11:21:05,430 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 11:21:05,430 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 11:21:05,430 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 11:21:05,430 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 11:21:05,431 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 11:21:05,431 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 11:21:05,431 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 11:21:05,476 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 11:21:05,871 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 11:21:06,631 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 11:21:06,631 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 11:21:06,631 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 11:21:06,631 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 11:21:06,631 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 11:21:06,631 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 11:21:06,631 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 11:21:06,631 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 11:21:06,631 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 11:21:06,631 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 11:21:06,631 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 11:21:06,631 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 11:21:06,631 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 11:21:06,631 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 11:21:06,712 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 11:31:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 11:31:04,317 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 11:31:04,699 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 11:31:04,700 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 11:31:07,023 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 11:31:07,035 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 11:31:07,564 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 11:31:07,576 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 11:31:07,587 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 11:31:07,596 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 11:31:07,683 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 11:31:07,692 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 11:31:07,699 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 11:31:07,747 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 11:31:07,748 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 11:31:07,753 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 11:31:07,757 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 11:31:07,763 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 11:31:07,767 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 11:31:07,771 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 11:31:07,802 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 11:31:07,813 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 11:31:07,813 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 11:31:07,813 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 11:31:07,813 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 11:31:07,814 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 11:31:07,814 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 11:31:07,814 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 11:31:07,814 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 11:31:07,814 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 11:31:07,814 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 11:31:07,815 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 11:31:07,815 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 11:31:07,859 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 11:31:08,257 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 11:31:08,983 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 11:31:08,983 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 11:31:08,983 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 11:31:08,983 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 11:31:08,983 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 11:31:08,983 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 11:31:08,983 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 11:31:08,983 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 11:31:08,983 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 11:31:08,983 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 11:31:08,983 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 11:31:08,983 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 11:31:08,983 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 11:31:08,983 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 11:31:09,062 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 11:41:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 11:41:04,151 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 11:41:04,541 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 11:41:04,542 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 11:41:05,187 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 11:41:05,209 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 11:41:05,945 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 11:41:05,958 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 11:41:05,970 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 11:41:05,978 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 11:41:06,060 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 11:41:06,074 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 11:41:06,081 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 11:41:06,147 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 11:41:06,149 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 11:41:06,155 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 11:41:06,162 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 11:41:06,170 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 11:41:06,176 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 11:41:06,181 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 11:41:06,216 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 11:41:06,227 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 11:41:06,227 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 11:41:06,227 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 11:41:06,228 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 11:41:06,228 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 11:41:06,228 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 11:41:06,228 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 11:41:06,229 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 11:41:06,229 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 11:41:06,229 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 11:41:06,229 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 11:41:06,229 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 11:41:06,277 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 11:41:06,674 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 11:41:07,419 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 11:41:07,419 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 11:41:07,419 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 11:41:07,419 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 11:41:07,419 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 11:41:07,419 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 11:41:07,419 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 11:41:07,419 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 11:41:07,419 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 11:41:07,419 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 11:41:07,419 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 11:41:07,419 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 11:41:07,419 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 11:41:07,419 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 11:41:07,512 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 11:51:04 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 11:51:05,406 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 11:51:05,804 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 11:51:05,804 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 11:51:06,241 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 11:51:06,251 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 11:51:06,735 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 11:51:06,741 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 11:51:06,747 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 11:51:06,754 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 11:51:06,828 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 11:51:06,835 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 11:51:06,840 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 11:51:06,877 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 11:51:06,879 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 11:51:06,883 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 11:51:06,887 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 11:51:06,892 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 11:51:06,895 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 11:51:06,899 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 11:51:06,931 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 11:51:06,941 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 11:51:06,942 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 11:51:06,942 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 11:51:06,942 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 11:51:06,942 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 11:51:06,942 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 11:51:06,942 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 11:51:06,943 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 11:51:06,943 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 11:51:06,943 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 11:51:06,943 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 11:51:06,943 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 11:51:06,987 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 11:51:07,635 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 11:51:08,326 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 11:51:08,326 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 11:51:08,326 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 11:51:08,326 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 11:51:08,326 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 11:51:08,326 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 11:51:08,326 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 11:51:08,326 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 11:51:08,326 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 11:51:08,326 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 11:51:08,326 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 11:51:08,326 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 11:51:08,326 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 11:51:08,326 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 11:51:08,403 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 12:01:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 12:01:04,503 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 12:01:04,911 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 12:01:04,911 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 12:01:05,296 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 12:01:05,311 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 12:01:06,395 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 12:01:06,401 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 12:01:06,407 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 12:01:06,413 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 12:01:06,477 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 12:01:06,483 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 12:01:06,487 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 12:01:06,531 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 12:01:06,533 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 12:01:06,537 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 12:01:06,541 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 12:01:06,545 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 12:01:06,548 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 12:01:06,552 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 12:01:06,584 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 12:01:06,594 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 12:01:06,594 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 12:01:06,594 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 12:01:06,594 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 12:01:06,594 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 12:01:06,595 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 12:01:06,595 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 12:01:06,595 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 12:01:06,595 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 12:01:06,595 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 12:01:06,595 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 12:01:06,596 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 12:01:06,639 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 12:01:06,999 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 12:01:07,682 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 12:01:07,682 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 12:01:07,682 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 12:01:07,682 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 12:01:07,682 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 12:01:07,682 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 12:01:07,682 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 12:01:07,682 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 12:01:07,682 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 12:01:07,682 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 12:01:07,682 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 12:01:07,682 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 12:01:07,682 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 12:01:07,682 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 12:01:07,759 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 12:11:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 12:11:04,165 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 12:11:04,544 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 12:11:04,544 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 12:11:04,937 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 12:11:04,954 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 12:11:05,614 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 12:11:05,624 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 12:11:05,635 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 12:11:05,642 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 12:11:05,744 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 12:11:05,770 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 12:11:05,780 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 12:11:05,865 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 12:11:05,866 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 12:11:05,873 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 12:11:05,878 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 12:11:05,884 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 12:11:05,889 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 12:11:05,894 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 12:11:05,926 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 12:11:05,937 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 12:11:05,937 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 12:11:05,937 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 12:11:05,937 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 12:11:05,938 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 12:11:05,938 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 12:11:05,938 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 12:11:05,938 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 12:11:05,938 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 12:11:05,938 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 12:11:05,939 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 12:11:05,939 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 12:11:05,983 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 12:11:06,380 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 12:11:07,087 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 12:11:07,087 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 12:11:07,087 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 12:11:07,087 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 12:11:07,087 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 12:11:07,087 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 12:11:07,087 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 12:11:07,087 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 12:11:07,087 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 12:11:07,087 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 12:11:07,087 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 12:11:07,087 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 12:11:07,087 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 12:11:07,087 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 12:11:07,167 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 12:21:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 12:21:05,308 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 12:21:05,698 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 12:21:05,699 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 12:21:06,161 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 12:21:06,170 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 12:21:06,721 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 12:21:06,727 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 12:21:06,733 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 12:21:06,740 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 12:21:06,812 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 12:21:06,819 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 12:21:06,824 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 12:21:06,868 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 12:21:06,869 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 12:21:06,875 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 12:21:06,879 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 12:21:06,884 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 12:21:06,889 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 12:21:06,893 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 12:21:06,925 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 12:21:06,935 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 12:21:06,936 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 12:21:06,936 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 12:21:06,936 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 12:21:06,936 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 12:21:06,937 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 12:21:06,937 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 12:21:06,937 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 12:21:06,937 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 12:21:06,937 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 12:21:06,937 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 12:21:06,938 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 12:21:06,982 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 12:21:07,367 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 12:21:08,067 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 12:21:08,067 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 12:21:08,067 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 12:21:08,067 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 12:21:08,067 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 12:21:08,067 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 12:21:08,067 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 12:21:08,067 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 12:21:08,067 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 12:21:08,067 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 12:21:08,067 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 12:21:08,067 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 12:21:08,067 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 12:21:08,067 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 12:21:08,144 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 12:31:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 12:31:04,798 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 12:31:05,177 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 12:31:05,177 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 12:31:05,695 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 12:31:05,740 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 12:31:06,447 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 12:31:06,464 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 12:31:06,475 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 12:31:06,481 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 12:31:06,580 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 12:31:06,595 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 12:31:06,603 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 12:31:06,663 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 12:31:06,664 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 12:31:06,669 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 12:31:06,678 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 12:31:06,687 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 12:31:06,694 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 12:31:06,698 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 12:31:06,730 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 12:31:06,740 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 12:31:06,740 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 12:31:06,740 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 12:31:06,741 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 12:31:06,741 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 12:31:06,741 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 12:31:06,741 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 12:31:06,741 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 12:31:06,741 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 12:31:06,742 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 12:31:06,742 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 12:31:06,742 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 12:31:06,784 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 12:31:07,168 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 12:31:07,861 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 12:31:07,861 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 12:31:07,861 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 12:31:07,861 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 12:31:07,861 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 12:31:07,861 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 12:31:07,861 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 12:31:07,861 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 12:31:07,861 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 12:31:07,861 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 12:31:07,861 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 12:31:07,861 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 12:31:07,862 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 12:31:07,862 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 12:31:07,937 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 12:41:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 12:41:03,968 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 12:41:04,373 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 12:41:04,373 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 12:41:04,800 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 12:41:04,815 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 12:41:05,287 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 12:41:05,300 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 12:41:05,310 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 12:41:05,320 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 12:41:05,397 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 12:41:05,409 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 12:41:05,418 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 12:41:05,465 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 12:41:05,467 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 12:41:05,472 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 12:41:05,478 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 12:41:05,484 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 12:41:05,489 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 12:41:05,494 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 12:41:05,525 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 12:41:05,535 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 12:41:05,536 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 12:41:05,536 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 12:41:05,536 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 12:41:05,536 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 12:41:05,536 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 12:41:05,536 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 12:41:05,537 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 12:41:05,537 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 12:41:05,537 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 12:41:05,537 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 12:41:05,537 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 12:41:05,580 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 12:41:05,984 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 12:41:06,686 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 12:41:06,687 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 12:41:06,687 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 12:41:06,687 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 12:41:06,687 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 12:41:06,687 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 12:41:06,687 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 12:41:06,687 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 12:41:06,687 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 12:41:06,687 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 12:41:06,687 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 12:41:06,687 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 12:41:06,687 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 12:41:06,687 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 12:41:06,766 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 12:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 12:51:03,754 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 12:51:04,149 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 12:51:04,150 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 12:51:04,864 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 12:51:04,882 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 12:51:05,364 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 12:51:05,375 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 12:51:05,387 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 12:51:05,396 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 12:51:05,477 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 12:51:05,489 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 12:51:05,496 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 12:51:05,544 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 12:51:05,546 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 12:51:05,554 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 12:51:05,561 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 12:51:05,569 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 12:51:05,574 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 12:51:05,580 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 12:51:05,612 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 12:51:05,623 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 12:51:05,623 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 12:51:05,623 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 12:51:05,623 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 12:51:05,623 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 12:51:05,624 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 12:51:05,624 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 12:51:05,624 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 12:51:05,624 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 12:51:05,624 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 12:51:05,624 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 12:51:05,625 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 12:51:05,670 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 12:51:06,075 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 12:51:06,900 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 12:51:06,900 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 12:51:06,900 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 12:51:06,900 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 12:51:06,900 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 12:51:06,900 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 12:51:06,900 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 12:51:06,900 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 12:51:06,900 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 12:51:06,900 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 12:51:06,900 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 12:51:06,900 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 12:51:06,900 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 12:51:06,900 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 12:51:06,988 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 13:01:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 13:01:04,048 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 13:01:04,430 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 13:01:04,430 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 13:01:04,856 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 13:01:04,873 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 13:01:06,063 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 13:01:06,072 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 13:01:06,078 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 13:01:06,084 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 13:01:06,151 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 13:01:06,157 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 13:01:06,162 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 13:01:06,206 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 13:01:06,207 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 13:01:06,212 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 13:01:06,216 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 13:01:06,220 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 13:01:06,223 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 13:01:06,227 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 13:01:06,259 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 13:01:06,269 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 13:01:06,269 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 13:01:06,269 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 13:01:06,270 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 13:01:06,270 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 13:01:06,270 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 13:01:06,270 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 13:01:06,270 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 13:01:06,270 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 13:01:06,271 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 13:01:06,271 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 13:01:06,271 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 13:01:06,314 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 13:01:06,700 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 13:01:07,387 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 13:01:07,387 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 13:01:07,387 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 13:01:07,387 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 13:01:07,387 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 13:01:07,387 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 13:01:07,387 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 13:01:07,387 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 13:01:07,387 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 13:01:07,387 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 13:01:07,387 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 13:01:07,387 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 13:01:07,387 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 13:01:07,387 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 13:01:07,470 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 13:11:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 13:11:04,104 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 13:11:04,479 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 13:11:04,480 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 13:11:04,873 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 13:11:04,891 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 13:11:05,366 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 13:11:05,377 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 13:11:05,388 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 13:11:05,396 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 13:11:05,473 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 13:11:05,482 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 13:11:05,490 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 13:11:05,533 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 13:11:05,535 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 13:11:05,540 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 13:11:05,545 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 13:11:05,552 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 13:11:05,558 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 13:11:05,563 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 13:11:05,595 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 13:11:05,605 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 13:11:05,606 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 13:11:05,606 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 13:11:05,606 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 13:11:05,606 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 13:11:05,607 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 13:11:05,607 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 13:11:05,607 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 13:11:05,607 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 13:11:05,607 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 13:11:05,607 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 13:11:05,608 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 13:11:05,652 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 13:11:06,042 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 13:11:06,780 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 13:11:06,780 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 13:11:06,780 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 13:11:06,780 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 13:11:06,780 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 13:11:06,780 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 13:11:06,780 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 13:11:06,780 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 13:11:06,780 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 13:11:06,780 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 13:11:06,780 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 13:11:06,780 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 13:11:06,780 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 13:11:06,780 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 13:11:06,859 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 13:21:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 13:21:04,180 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 13:21:04,568 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 13:21:04,569 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 13:21:05,065 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 13:21:05,081 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 13:21:05,573 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 13:21:05,585 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 13:21:05,597 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 13:21:05,607 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 13:21:05,688 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 13:21:05,700 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 13:21:05,708 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 13:21:05,754 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 13:21:05,756 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 13:21:05,763 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 13:21:05,768 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 13:21:05,774 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 13:21:05,779 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 13:21:05,784 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 13:21:05,815 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 13:21:05,826 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 13:21:05,826 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 13:21:05,826 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 13:21:05,827 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 13:21:05,827 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 13:21:05,827 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 13:21:05,827 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 13:21:05,827 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 13:21:05,827 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 13:21:05,828 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 13:21:05,828 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 13:21:05,828 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 13:21:05,873 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 13:21:06,265 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 13:21:07,113 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 13:21:07,113 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 13:21:07,113 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 13:21:07,113 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 13:21:07,113 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 13:21:07,113 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 13:21:07,113 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 13:21:07,113 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 13:21:07,114 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 13:21:07,114 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 13:21:07,114 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 13:21:07,114 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 13:21:07,114 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 13:21:07,114 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 13:21:07,207 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 13:31:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 13:31:03,993 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 13:31:04,382 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 13:31:04,382 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 13:31:04,759 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 13:31:04,775 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 13:31:05,278 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 13:31:05,289 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 13:31:05,302 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 13:31:05,311 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 13:31:05,398 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 13:31:05,409 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 13:31:05,417 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 13:31:05,462 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 13:31:05,463 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 13:31:05,469 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 13:31:05,474 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 13:31:05,480 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 13:31:05,486 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 13:31:05,490 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 13:31:05,521 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 13:31:05,531 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 13:31:05,532 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 13:31:05,532 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 13:31:05,532 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 13:31:05,532 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 13:31:05,532 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 13:31:05,532 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 13:31:05,533 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 13:31:05,533 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 13:31:05,533 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 13:31:05,533 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 13:31:05,533 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 13:31:05,577 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 13:31:05,976 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 13:31:06,747 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 13:31:06,747 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 13:31:06,747 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 13:31:06,747 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 13:31:06,747 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 13:31:06,747 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 13:31:06,747 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 13:31:06,747 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 13:31:06,747 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 13:31:06,747 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 13:31:06,747 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 13:31:06,747 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 13:31:06,747 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 13:31:06,747 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 13:31:06,835 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 13:41:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 13:41:04,204 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 13:41:04,586 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 13:41:04,586 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 13:41:05,023 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 13:41:05,036 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 13:41:05,494 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 13:41:05,508 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 13:41:05,521 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 13:41:05,534 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 13:41:05,629 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 13:41:05,644 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 13:41:05,653 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 13:41:05,705 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 13:41:05,707 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 13:41:05,711 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 13:41:05,717 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 13:41:05,725 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 13:41:05,730 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 13:41:05,736 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 13:41:05,768 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 13:41:05,778 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 13:41:05,778 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 13:41:05,778 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 13:41:05,778 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 13:41:05,779 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 13:41:05,779 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 13:41:05,779 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 13:41:05,779 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 13:41:05,779 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 13:41:05,779 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 13:41:05,779 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 13:41:05,780 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 13:41:05,822 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 13:41:06,221 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 13:41:06,937 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 13:41:06,937 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 13:41:06,937 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 13:41:06,937 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 13:41:06,937 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 13:41:06,937 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 13:41:06,937 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 13:41:06,937 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 13:41:06,937 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 13:41:06,937 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 13:41:06,937 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 13:41:06,937 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 13:41:06,937 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 13:41:06,937 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 13:41:07,079 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 13:51:04 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 13:51:06,581 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 13:51:06,958 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 13:51:06,959 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 13:51:07,438 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 13:51:07,448 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 13:51:08,041 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 13:51:08,047 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 13:51:08,054 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 13:51:08,061 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 13:51:08,130 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 13:51:08,137 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 13:51:08,143 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 13:51:08,182 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 13:51:08,184 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 13:51:08,188 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 13:51:08,192 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 13:51:08,197 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 13:51:08,201 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 13:51:08,205 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 13:51:08,237 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 13:51:08,247 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 13:51:08,248 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 13:51:08,248 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 13:51:08,248 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 13:51:08,248 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 13:51:08,248 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 13:51:08,248 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 13:51:08,249 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 13:51:08,249 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 13:51:08,249 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 13:51:08,249 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 13:51:08,249 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 13:51:08,296 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 13:51:08,688 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 13:51:09,479 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 13:51:09,479 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 13:51:09,479 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 13:51:09,479 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 13:51:09,479 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 13:51:09,479 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 13:51:09,479 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 13:51:09,479 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 13:51:09,479 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 13:51:09,479 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 13:51:09,479 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 13:51:09,479 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 13:51:09,479 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 13:51:09,479 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 13:51:09,565 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 14:01:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 14:01:05,396 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 14:01:05,803 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 14:01:05,803 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 14:01:06,318 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 14:01:06,329 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 14:01:06,634 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 14:01:06,644 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 14:01:06,651 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 14:01:06,657 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 14:01:06,729 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 14:01:06,736 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 14:01:06,744 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 14:01:06,790 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 14:01:06,791 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 14:01:06,796 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 14:01:06,804 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 14:01:06,808 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 14:01:06,812 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 14:01:06,816 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 14:01:06,848 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 14:01:06,858 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 14:01:06,858 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 14:01:06,858 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 14:01:06,859 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 14:01:06,859 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 14:01:06,859 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 14:01:06,859 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 14:01:06,859 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 14:01:06,859 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 14:01:06,860 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 14:01:06,860 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 14:01:06,860 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 14:01:06,907 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 14:01:07,295 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 14:01:08,006 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 14:01:08,006 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 14:01:08,006 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 14:01:08,006 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 14:01:08,006 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 14:01:08,006 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 14:01:08,006 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 14:01:08,006 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 14:01:08,006 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 14:01:08,006 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 14:01:08,006 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 14:01:08,007 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 14:01:08,007 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 14:01:08,007 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 14:01:08,089 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 14:11:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 14:11:03,958 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 14:11:04,381 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 14:11:04,382 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 14:11:04,997 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 14:11:05,016 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 14:11:05,553 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 14:11:05,566 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 14:11:05,578 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 14:11:05,587 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 14:11:05,674 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 14:11:05,687 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 14:11:05,694 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 14:11:05,748 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 14:11:05,749 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 14:11:05,755 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 14:11:05,761 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 14:11:05,767 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 14:11:05,772 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 14:11:05,777 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 14:11:05,808 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 14:11:05,819 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 14:11:05,819 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 14:11:05,819 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 14:11:05,820 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 14:11:05,820 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 14:11:05,820 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 14:11:05,820 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 14:11:05,820 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 14:11:05,821 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 14:11:05,821 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 14:11:05,821 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 14:11:05,821 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 14:11:05,865 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 14:11:06,254 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 14:11:06,968 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 14:11:06,968 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 14:11:06,968 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 14:11:06,968 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 14:11:06,968 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 14:11:06,968 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 14:11:06,968 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 14:11:06,968 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 14:11:06,968 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 14:11:06,968 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 14:11:06,968 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 14:11:06,968 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 14:11:06,968 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 14:11:06,968 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 14:11:07,044 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 14:21:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 14:21:04,141 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 14:21:04,538 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 14:21:04,538 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 14:21:04,920 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 14:21:04,937 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 14:21:05,423 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 14:21:05,434 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 14:21:05,446 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 14:21:05,455 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 14:21:05,535 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 14:21:05,546 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 14:21:05,554 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 14:21:05,599 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 14:21:05,601 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 14:21:05,607 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 14:21:05,614 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 14:21:05,620 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 14:21:05,625 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 14:21:05,630 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 14:21:05,662 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 14:21:05,673 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 14:21:05,673 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 14:21:05,673 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 14:21:05,674 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 14:21:05,674 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 14:21:05,674 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 14:21:05,674 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 14:21:05,674 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 14:21:05,675 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 14:21:05,675 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 14:21:05,675 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 14:21:05,675 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 14:21:05,720 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 14:21:06,119 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 14:21:06,832 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 14:21:06,832 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 14:21:06,832 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 14:21:06,832 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 14:21:06,832 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 14:21:06,832 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 14:21:06,832 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 14:21:06,832 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 14:21:06,832 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 14:21:06,832 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 14:21:06,832 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 14:21:06,832 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 14:21:06,832 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 14:21:06,832 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 14:21:06,911 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 14:31:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 14:31:04,513 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 14:31:04,900 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 14:31:04,900 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 14:31:05,271 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 14:31:05,288 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 14:31:06,006 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 14:31:06,026 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 14:31:06,034 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 14:31:06,042 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 14:31:06,125 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 14:31:06,135 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 14:31:06,142 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 14:31:06,186 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 14:31:06,188 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 14:31:06,193 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 14:31:06,197 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 14:31:06,202 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 14:31:06,207 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 14:31:06,211 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 14:31:06,243 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 14:31:06,254 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 14:31:06,254 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 14:31:06,254 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 14:31:06,255 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 14:31:06,255 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 14:31:06,255 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 14:31:06,255 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 14:31:06,255 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 14:31:06,255 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 14:31:06,256 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 14:31:06,256 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 14:31:06,256 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 14:31:06,300 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 14:31:06,677 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 14:31:07,394 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 14:31:07,394 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 14:31:07,394 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 14:31:07,394 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 14:31:07,394 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 14:31:07,394 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 14:31:07,394 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 14:31:07,394 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 14:31:07,394 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 14:31:07,394 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 14:31:07,394 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 14:31:07,394 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 14:31:07,394 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 14:31:07,394 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 14:31:07,472 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 14:41:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 14:41:04,630 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 14:41:05,014 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 14:41:05,015 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 14:41:05,426 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 14:41:05,441 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 14:41:06,557 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 14:41:06,564 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 14:41:06,572 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 14:41:06,594 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 14:41:06,712 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 14:41:06,737 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 14:41:06,748 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 14:41:06,813 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 14:41:06,815 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 14:41:06,820 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 14:41:06,825 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 14:41:06,832 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 14:41:06,840 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 14:41:06,847 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 14:41:06,881 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 14:41:06,891 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 14:41:06,892 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 14:41:06,892 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 14:41:06,892 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 14:41:06,892 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 14:41:06,892 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 14:41:06,892 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 14:41:06,893 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 14:41:06,893 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 14:41:06,893 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 14:41:06,893 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 14:41:06,893 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 14:41:06,936 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 14:41:07,301 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 14:41:08,007 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 14:41:08,007 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 14:41:08,007 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 14:41:08,007 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 14:41:08,007 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 14:41:08,007 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 14:41:08,007 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 14:41:08,007 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 14:41:08,007 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 14:41:08,007 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 14:41:08,007 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 14:41:08,008 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 14:41:08,008 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 14:41:08,008 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 14:41:08,083 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 14:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 14:51:04,263 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 14:51:04,662 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 14:51:04,663 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 14:51:05,075 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 14:51:05,092 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 14:51:05,574 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 14:51:05,586 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 14:51:05,598 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 14:51:05,607 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 14:51:05,684 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 14:51:05,695 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 14:51:05,703 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 14:51:05,749 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 14:51:05,750 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 14:51:05,756 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 14:51:05,761 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 14:51:05,767 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 14:51:05,772 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 14:51:05,776 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 14:51:05,808 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 14:51:05,818 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 14:51:05,819 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 14:51:05,819 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 14:51:05,819 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 14:51:05,819 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 14:51:05,820 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 14:51:05,820 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 14:51:05,820 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 14:51:05,820 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 14:51:05,820 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 14:51:05,820 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 14:51:05,821 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 14:51:05,865 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 14:51:06,273 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 14:51:06,977 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 14:51:06,977 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 14:51:06,977 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 14:51:06,977 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 14:51:06,978 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 14:51:06,978 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 14:51:06,978 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 14:51:06,978 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 14:51:06,978 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 14:51:06,978 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 14:51:06,978 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 14:51:06,978 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 14:51:06,978 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 14:51:06,978 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 14:51:07,057 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 15:01:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 15:01:04,412 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 15:01:04,794 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 15:01:04,794 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 15:01:05,244 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 15:01:05,257 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 15:01:05,737 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 15:01:05,749 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 15:01:05,759 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 15:01:05,768 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 15:01:05,848 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 15:01:05,860 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 15:01:05,867 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 15:01:05,913 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 15:01:05,915 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 15:01:05,920 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 15:01:05,925 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 15:01:05,932 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 15:01:05,936 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 15:01:05,941 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 15:01:05,973 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 15:01:05,983 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 15:01:05,983 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 15:01:05,983 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 15:01:05,984 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 15:01:05,984 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 15:01:05,984 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 15:01:05,984 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 15:01:05,984 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 15:01:05,984 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 15:01:05,985 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 15:01:05,985 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 15:01:05,985 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 15:01:06,029 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 15:01:06,407 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 15:01:07,138 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 15:01:07,138 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 15:01:07,138 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 15:01:07,138 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 15:01:07,138 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 15:01:07,138 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 15:01:07,138 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 15:01:07,138 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 15:01:07,138 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 15:01:07,138 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 15:01:07,138 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 15:01:07,138 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 15:01:07,139 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 15:01:07,139 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 15:01:07,216 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 15:11:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 15:11:04,485 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 15:11:04,867 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 15:11:04,867 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 15:11:05,295 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 15:11:05,310 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 15:11:06,115 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 15:11:06,147 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 15:11:06,183 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 15:11:06,206 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 15:11:06,367 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 15:11:06,399 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 15:11:06,415 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 15:11:06,500 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 15:11:06,501 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 15:11:06,511 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 15:11:06,523 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 15:11:06,531 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 15:11:06,535 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 15:11:06,542 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 15:11:06,574 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 15:11:06,584 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 15:11:06,585 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 15:11:06,585 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 15:11:06,585 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 15:11:06,585 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 15:11:06,585 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 15:11:06,585 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 15:11:06,586 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 15:11:06,586 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 15:11:06,586 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 15:11:06,586 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 15:11:06,586 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 15:11:06,628 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 15:11:07,009 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 15:11:07,695 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 15:11:07,695 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 15:11:07,695 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 15:11:07,695 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 15:11:07,695 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 15:11:07,695 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 15:11:07,695 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 15:11:07,695 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 15:11:07,695 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 15:11:07,695 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 15:11:07,695 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 15:11:07,695 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 15:11:07,695 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 15:11:07,695 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 15:11:07,772 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 15:21:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 15:21:04,079 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 15:21:04,486 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 15:21:04,486 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 15:21:04,888 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 15:21:04,903 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 15:21:05,412 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 15:21:05,423 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 15:21:05,436 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 15:21:05,446 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 15:21:05,524 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 15:21:05,538 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 15:21:05,552 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 15:21:05,599 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 15:21:05,601 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 15:21:05,606 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 15:21:05,618 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 15:21:05,623 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 15:21:05,628 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 15:21:05,632 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 15:21:05,664 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 15:21:05,675 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 15:21:05,675 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 15:21:05,676 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 15:21:05,676 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 15:21:05,676 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 15:21:05,676 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 15:21:05,676 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 15:21:05,677 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 15:21:05,677 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 15:21:05,677 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 15:21:05,677 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 15:21:05,677 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 15:21:05,723 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 15:21:06,113 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 15:21:06,859 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 15:21:06,859 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 15:21:06,860 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 15:21:06,860 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 15:21:06,860 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 15:21:06,860 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 15:21:06,860 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 15:21:06,860 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 15:21:06,860 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 15:21:06,860 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 15:21:06,860 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 15:21:06,860 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 15:21:06,860 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 15:21:06,860 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 15:21:06,939 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 15:31:05 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 15:31:06,922 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 15:31:07,311 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 15:31:07,312 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 15:31:07,962 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 15:31:07,976 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 15:31:08,664 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 15:31:08,674 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 15:31:08,955 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 15:31:08,963 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 15:31:09,037 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 15:31:09,045 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 15:31:09,051 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 15:31:09,094 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 15:31:09,095 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 15:31:09,101 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 15:31:09,105 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 15:31:09,110 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 15:31:09,114 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 15:31:09,118 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 15:31:09,151 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 15:31:09,162 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 15:31:09,162 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 15:31:09,162 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 15:31:09,162 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 15:31:09,162 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 15:31:09,163 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 15:31:09,163 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 15:31:09,163 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 15:31:09,163 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 15:31:09,163 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 15:31:09,163 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 15:31:09,164 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 15:31:09,207 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 15:31:09,585 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 15:31:10,255 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 15:31:10,256 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 15:31:10,256 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 15:31:10,256 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 15:31:10,256 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 15:31:10,256 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 15:31:10,256 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 15:31:10,256 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 15:31:10,256 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 15:31:10,256 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 15:31:10,256 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 15:31:10,256 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 15:31:10,256 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 15:31:10,256 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 15:31:10,343 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 15:41:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 15:41:04,182 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 15:41:04,568 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 15:41:04,568 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 15:41:04,924 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 15:41:04,939 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 15:41:05,424 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 15:41:05,437 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 15:41:05,448 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 15:41:05,457 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 15:41:05,547 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 15:41:05,559 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 15:41:05,566 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 15:41:05,617 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 15:41:05,619 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 15:41:05,624 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 15:41:05,629 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 15:41:05,634 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 15:41:05,639 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 15:41:05,644 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 15:41:05,676 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 15:41:05,686 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 15:41:05,687 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 15:41:05,687 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 15:41:05,687 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 15:41:05,687 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 15:41:05,687 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 15:41:05,687 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 15:41:05,688 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 15:41:05,688 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 15:41:05,688 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 15:41:05,688 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 15:41:05,688 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 15:41:05,732 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 15:41:06,121 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 15:41:06,826 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 15:41:06,826 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 15:41:06,826 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 15:41:06,826 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 15:41:06,826 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 15:41:06,826 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 15:41:06,826 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 15:41:06,826 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 15:41:06,826 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 15:41:06,826 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 15:41:06,826 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 15:41:06,826 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 15:41:06,826 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 15:41:06,826 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 15:41:06,904 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 15:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 15:51:03,949 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 15:51:04,335 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 15:51:04,335 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 15:51:05,141 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 15:51:05,156 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 15:51:05,616 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 15:51:05,627 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 15:51:05,638 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 15:51:05,647 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 15:51:05,728 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 15:51:05,736 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 15:51:05,741 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 15:51:05,789 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 15:51:05,791 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 15:51:05,797 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 15:51:05,802 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 15:51:05,809 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 15:51:05,814 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 15:51:05,820 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 15:51:05,851 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 15:51:05,862 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 15:51:05,862 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 15:51:05,862 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 15:51:05,862 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 15:51:05,862 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 15:51:05,863 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 15:51:05,863 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 15:51:05,863 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 15:51:05,863 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 15:51:05,863 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 15:51:05,863 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 15:51:05,864 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 15:51:05,908 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 15:51:06,295 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 15:51:06,981 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 15:51:06,981 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 15:51:06,981 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 15:51:06,981 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 15:51:06,981 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 15:51:06,981 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 15:51:06,981 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 15:51:06,981 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 15:51:06,981 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 15:51:06,982 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 15:51:06,982 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 15:51:06,982 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 15:51:06,982 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 15:51:06,982 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 15:51:07,069 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 16:01:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 16:01:04,828 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 16:01:05,234 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 16:01:05,234 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 16:01:05,660 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 16:01:05,677 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 16:01:06,459 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 16:01:06,465 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 16:01:06,470 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 16:01:06,476 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 16:01:06,633 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 16:01:06,639 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 16:01:06,644 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 16:01:06,697 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 16:01:06,699 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 16:01:06,703 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 16:01:06,706 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 16:01:06,711 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 16:01:06,714 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 16:01:06,718 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 16:01:06,750 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 16:01:06,760 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 16:01:06,761 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 16:01:06,761 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 16:01:06,761 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 16:01:06,761 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 16:01:06,761 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 16:01:06,761 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 16:01:06,762 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 16:01:06,762 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 16:01:06,762 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 16:01:06,762 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 16:01:06,762 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 16:01:06,805 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 16:01:07,172 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 16:01:07,841 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 16:01:07,841 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 16:01:07,841 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 16:01:07,841 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 16:01:07,841 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 16:01:07,841 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 16:01:07,841 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 16:01:07,841 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 16:01:07,841 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 16:01:07,841 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 16:01:07,841 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 16:01:07,842 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 16:01:07,842 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 16:01:07,842 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 16:01:07,919 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 16:11:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 16:11:04,028 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 16:11:04,409 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 16:11:04,410 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 16:11:04,864 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 16:11:04,880 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 16:11:05,403 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 16:11:05,417 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 16:11:05,427 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 16:11:05,437 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 16:11:05,527 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 16:11:05,537 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 16:11:05,544 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 16:11:05,597 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 16:11:05,599 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 16:11:05,606 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 16:11:05,610 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 16:11:05,615 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 16:11:05,619 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 16:11:05,623 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 16:11:05,655 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 16:11:05,665 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 16:11:05,666 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 16:11:05,666 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 16:11:05,666 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 16:11:05,666 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 16:11:05,666 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 16:11:05,666 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 16:11:05,667 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 16:11:05,667 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 16:11:05,667 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 16:11:05,667 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 16:11:05,667 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 16:11:05,711 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 16:11:06,105 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 16:11:06,796 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 16:11:06,796 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 16:11:06,796 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 16:11:06,796 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 16:11:06,796 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 16:11:06,796 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 16:11:06,796 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 16:11:06,796 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 16:11:06,796 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 16:11:06,796 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 16:11:06,796 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 16:11:06,796 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 16:11:06,796 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 16:11:06,796 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 16:11:06,875 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 16:21:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 16:21:05,351 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 16:21:05,766 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 16:21:05,766 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 16:21:06,273 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 16:21:06,283 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 16:21:06,599 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 16:21:06,606 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 16:21:06,613 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 16:21:06,620 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 16:21:06,791 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 16:21:06,798 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 16:21:06,804 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 16:21:06,857 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 16:21:06,859 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 16:21:06,864 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 16:21:06,868 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 16:21:06,873 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 16:21:06,877 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 16:21:06,881 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 16:21:06,912 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 16:21:06,923 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 16:21:06,923 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 16:21:06,923 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 16:21:06,923 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 16:21:06,924 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 16:21:06,924 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 16:21:06,924 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 16:21:06,924 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 16:21:06,924 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 16:21:06,924 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 16:21:06,924 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 16:21:06,925 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 16:21:06,968 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 16:21:07,351 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 16:21:08,053 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 16:21:08,053 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 16:21:08,053 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 16:21:08,053 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 16:21:08,053 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 16:21:08,053 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 16:21:08,053 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 16:21:08,053 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 16:21:08,053 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 16:21:08,053 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 16:21:08,053 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 16:21:08,053 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 16:21:08,053 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 16:21:08,053 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 16:21:08,135 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 16:31:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 16:31:03,731 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 16:31:04,151 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 16:31:04,151 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 16:31:04,733 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 16:31:04,747 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 16:31:05,245 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 16:31:05,257 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 16:31:05,269 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 16:31:05,277 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 16:31:05,355 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 16:31:05,366 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 16:31:05,374 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 16:31:05,439 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 16:31:05,440 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 16:31:05,447 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 16:31:05,454 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 16:31:05,462 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 16:31:05,474 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 16:31:05,481 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 16:31:05,513 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 16:31:05,523 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 16:31:05,524 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 16:31:05,524 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 16:31:05,524 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 16:31:05,524 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 16:31:05,524 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 16:31:05,524 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 16:31:05,525 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 16:31:05,525 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 16:31:05,525 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 16:31:05,525 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 16:31:05,525 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 16:31:05,569 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 16:31:05,938 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 16:31:06,615 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 16:31:06,615 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 16:31:06,615 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 16:31:06,615 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 16:31:06,615 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 16:31:06,615 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 16:31:06,616 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 16:31:06,616 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 16:31:06,616 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 16:31:06,616 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 16:31:06,616 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 16:31:06,616 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 16:31:06,616 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 16:31:06,616 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 16:31:06,692 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 16:41:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 16:41:03,802 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 16:41:04,196 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 16:41:04,197 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 16:41:04,759 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 16:41:04,774 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 16:41:05,854 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 16:41:05,865 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 16:41:05,878 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 16:41:05,887 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 16:41:05,973 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 16:41:05,989 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 16:41:05,997 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 16:41:06,058 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 16:41:06,060 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 16:41:06,066 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 16:41:06,070 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 16:41:06,076 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 16:41:06,083 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 16:41:06,089 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 16:41:06,120 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 16:41:06,130 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 16:41:06,131 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 16:41:06,131 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 16:41:06,131 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 16:41:06,131 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 16:41:06,131 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 16:41:06,132 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 16:41:06,132 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 16:41:06,132 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 16:41:06,132 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 16:41:06,132 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 16:41:06,132 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 16:41:06,175 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 16:41:06,567 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 16:41:07,284 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 16:41:07,284 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 16:41:07,284 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 16:41:07,284 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 16:41:07,284 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 16:41:07,284 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 16:41:07,284 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 16:41:07,284 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 16:41:07,284 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 16:41:07,284 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 16:41:07,284 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 16:41:07,284 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 16:41:07,284 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 16:41:07,284 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 16:41:07,363 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 16:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 16:51:03,935 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 16:51:04,329 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 16:51:04,330 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 16:51:05,112 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 16:51:05,131 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 16:51:05,689 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 16:51:05,705 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 16:51:05,725 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 16:51:05,735 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 16:51:05,855 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 16:51:05,871 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 16:51:05,879 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 16:51:05,945 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 16:51:05,947 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 16:51:05,955 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 16:51:05,962 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 16:51:05,969 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 16:51:05,974 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 16:51:05,980 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 16:51:06,012 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 16:51:06,023 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 16:51:06,023 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 16:51:06,023 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 16:51:06,024 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 16:51:06,024 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 16:51:06,024 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 16:51:06,024 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 16:51:06,024 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 16:51:06,024 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 16:51:06,025 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 16:51:06,025 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 16:51:06,025 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 16:51:06,069 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 16:51:06,464 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 16:51:07,209 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 16:51:07,209 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 16:51:07,209 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 16:51:07,209 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 16:51:07,209 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 16:51:07,209 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 16:51:07,209 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 16:51:07,209 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 16:51:07,209 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 16:51:07,209 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 16:51:07,209 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 16:51:07,209 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 16:51:07,209 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 16:51:07,209 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 16:51:07,288 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 17:01:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 17:01:03,832 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 17:01:04,241 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 17:01:04,242 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 17:01:04,671 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 17:01:04,691 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 17:01:05,378 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 17:01:05,391 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 17:01:05,402 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 17:01:05,411 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 17:01:05,570 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 17:01:05,583 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 17:01:05,601 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 17:01:05,705 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 17:01:05,706 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 17:01:05,716 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 17:01:05,727 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 17:01:05,736 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 17:01:05,748 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 17:01:05,755 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 17:01:05,787 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 17:01:05,798 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 17:01:05,798 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 17:01:05,798 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 17:01:05,798 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 17:01:05,798 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 17:01:05,799 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 17:01:05,799 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 17:01:05,799 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 17:01:05,799 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 17:01:05,799 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 17:01:05,799 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 17:01:05,800 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 17:01:05,843 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 17:01:06,233 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 17:01:07,020 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 17:01:07,020 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 17:01:07,020 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 17:01:07,020 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 17:01:07,020 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 17:01:07,020 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 17:01:07,020 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 17:01:07,020 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 17:01:07,020 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 17:01:07,020 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 17:01:07,020 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 17:01:07,020 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 17:01:07,020 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 17:01:07,020 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 17:01:07,107 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 17:11:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 17:11:04,622 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 17:11:05,010 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 17:11:05,011 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 17:11:05,512 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 17:11:05,539 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 17:11:06,140 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 17:11:06,152 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 17:11:06,160 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 17:11:06,167 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 17:11:06,248 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 17:11:06,261 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 17:11:06,271 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 17:11:06,317 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 17:11:06,319 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 17:11:06,324 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 17:11:06,330 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 17:11:06,336 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 17:11:06,343 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 17:11:06,347 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 17:11:06,379 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 17:11:06,389 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 17:11:06,390 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 17:11:06,390 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 17:11:06,390 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 17:11:06,390 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 17:11:06,391 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 17:11:06,391 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 17:11:06,391 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 17:11:06,391 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 17:11:06,391 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 17:11:06,391 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 17:11:06,392 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 17:11:06,435 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 17:11:06,821 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 17:11:07,565 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 17:11:07,565 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 17:11:07,565 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 17:11:07,565 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 17:11:07,565 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 17:11:07,565 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 17:11:07,565 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 17:11:07,565 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 17:11:07,565 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 17:11:07,565 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 17:11:07,565 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 17:11:07,565 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 17:11:07,565 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 17:11:07,565 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 17:11:07,645 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 17:21:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 17:21:04,311 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 17:21:04,707 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 17:21:04,708 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 17:21:05,122 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 17:21:05,137 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 17:21:05,627 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 17:21:05,637 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 17:21:05,649 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 17:21:05,659 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 17:21:05,742 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 17:21:05,753 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 17:21:05,761 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 17:21:05,807 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 17:21:05,808 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 17:21:05,814 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 17:21:05,819 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 17:21:05,825 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 17:21:05,830 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 17:21:05,835 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 17:21:05,866 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 17:21:05,882 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 17:21:05,883 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 17:21:05,883 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 17:21:05,883 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 17:21:05,884 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 17:21:05,884 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 17:21:05,884 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 17:21:05,884 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 17:21:05,884 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 17:21:05,884 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 17:21:05,885 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 17:21:05,885 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 17:21:05,930 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 17:21:06,318 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 17:21:07,055 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 17:21:07,055 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 17:21:07,055 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 17:21:07,055 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 17:21:07,055 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 17:21:07,055 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 17:21:07,055 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 17:21:07,055 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 17:21:07,055 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 17:21:07,055 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 17:21:07,055 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 17:21:07,055 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 17:21:07,055 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 17:21:07,055 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 17:21:07,132 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 17:31:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 17:31:03,889 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 17:31:04,271 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 17:31:04,271 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 17:31:04,735 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 17:31:04,772 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 17:31:05,266 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 17:31:05,277 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 17:31:05,288 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 17:31:05,297 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 17:31:05,377 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 17:31:05,388 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 17:31:05,396 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 17:31:05,445 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 17:31:05,446 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 17:31:05,452 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 17:31:05,457 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 17:31:05,463 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 17:31:05,469 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 17:31:05,475 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 17:31:05,507 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 17:31:05,517 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 17:31:05,517 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 17:31:05,517 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 17:31:05,518 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 17:31:05,518 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 17:31:05,518 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 17:31:05,518 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 17:31:05,518 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 17:31:05,518 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 17:31:05,519 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 17:31:05,519 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 17:31:05,519 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 17:31:05,563 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 17:31:05,944 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 17:31:06,681 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 17:31:06,681 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 17:31:06,681 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 17:31:06,681 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 17:31:06,681 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 17:31:06,681 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 17:31:06,681 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 17:31:06,681 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 17:31:06,681 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 17:31:06,681 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 17:31:06,681 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 17:31:06,681 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 17:31:06,681 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 17:31:06,681 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 17:31:06,761 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 17:41:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 17:41:04,134 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 17:41:04,518 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 17:41:04,519 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 17:41:04,923 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 17:41:04,937 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 17:41:05,558 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 17:41:05,577 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 17:41:05,586 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 17:41:05,594 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 17:41:05,672 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 17:41:05,682 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 17:41:05,688 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 17:41:05,730 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 17:41:05,732 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 17:41:05,738 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 17:41:05,744 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 17:41:05,750 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 17:41:05,756 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 17:41:05,760 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 17:41:05,791 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 17:41:05,802 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 17:41:05,802 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 17:41:05,802 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 17:41:05,802 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 17:41:05,802 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 17:41:05,803 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 17:41:05,803 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 17:41:05,803 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 17:41:05,803 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 17:41:05,803 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 17:41:05,803 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 17:41:05,804 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 17:41:05,847 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 17:41:06,253 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 17:41:06,955 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 17:41:06,955 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 17:41:06,955 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 17:41:06,955 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 17:41:06,955 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 17:41:06,955 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 17:41:06,955 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 17:41:06,955 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 17:41:06,955 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 17:41:06,956 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 17:41:06,956 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 17:41:06,956 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 17:41:06,956 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 17:41:06,956 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 17:41:07,034 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 17:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 17:51:04,403 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 17:51:04,784 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 17:51:04,784 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 17:51:05,247 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 17:51:05,266 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 17:51:05,852 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 17:51:05,865 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 17:51:05,883 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 17:51:05,892 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 17:51:06,001 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 17:51:06,011 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 17:51:06,018 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 17:51:06,078 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 17:51:06,079 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 17:51:06,085 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 17:51:06,089 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 17:51:06,094 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 17:51:06,100 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 17:51:06,108 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 17:51:06,140 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 17:51:06,150 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 17:51:06,151 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 17:51:06,151 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 17:51:06,151 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 17:51:06,151 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 17:51:06,152 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 17:51:06,152 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 17:51:06,152 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 17:51:06,152 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 17:51:06,152 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 17:51:06,152 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 17:51:06,153 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 17:51:06,196 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 17:51:06,587 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 17:51:07,289 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 17:51:07,289 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 17:51:07,289 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 17:51:07,289 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 17:51:07,289 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 17:51:07,289 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 17:51:07,289 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 17:51:07,289 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 17:51:07,289 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 17:51:07,289 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 17:51:07,289 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 17:51:07,289 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 17:51:07,289 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 17:51:07,289 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 17:51:07,366 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 18:01:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 18:01:04,356 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 18:01:04,751 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 18:01:04,751 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 18:01:05,179 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 18:01:05,200 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 18:01:05,793 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 18:01:05,817 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 18:01:05,836 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 18:01:05,846 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 18:01:05,977 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 18:01:05,997 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 18:01:06,009 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 18:01:06,069 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 18:01:06,071 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 18:01:06,077 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 18:01:06,081 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 18:01:06,087 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 18:01:06,093 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 18:01:06,100 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 18:01:06,132 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 18:01:06,143 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 18:01:06,143 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 18:01:06,143 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 18:01:06,143 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 18:01:06,143 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 18:01:06,144 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 18:01:06,144 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 18:01:06,144 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 18:01:06,144 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 18:01:06,144 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 18:01:06,144 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 18:01:06,145 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 18:01:06,188 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 18:01:06,575 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 18:01:07,367 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 18:01:07,367 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 18:01:07,367 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 18:01:07,367 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 18:01:07,367 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 18:01:07,367 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 18:01:07,367 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 18:01:07,367 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 18:01:07,367 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 18:01:07,367 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 18:01:07,367 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 18:01:07,367 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 18:01:07,367 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 18:01:07,367 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 18:01:07,454 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 18:11:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 18:11:04,319 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 18:11:04,712 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 18:11:04,713 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 18:11:05,131 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 18:11:05,146 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 18:11:05,713 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 18:11:05,732 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 18:11:05,760 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 18:11:05,773 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 18:11:05,892 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 18:11:05,920 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 18:11:05,937 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 18:11:06,016 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 18:11:06,018 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 18:11:06,028 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 18:11:06,035 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 18:11:06,044 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 18:11:06,051 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 18:11:06,059 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 18:11:06,091 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 18:11:06,101 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 18:11:06,101 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 18:11:06,101 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 18:11:06,101 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 18:11:06,101 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 18:11:06,102 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 18:11:06,102 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 18:11:06,102 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 18:11:06,102 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 18:11:06,102 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 18:11:06,102 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 18:11:06,103 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 18:11:06,144 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 18:11:06,540 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 18:11:07,314 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 18:11:07,314 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 18:11:07,314 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 18:11:07,314 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 18:11:07,314 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 18:11:07,314 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 18:11:07,314 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 18:11:07,314 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 18:11:07,314 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 18:11:07,314 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 18:11:07,314 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 18:11:07,314 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 18:11:07,314 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 18:11:07,314 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 18:11:07,399 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 18:21:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 18:21:04,516 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 18:21:04,919 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 18:21:04,919 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 18:21:05,335 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 18:21:05,349 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 18:21:05,912 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 18:21:05,922 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 18:21:05,933 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 18:21:05,944 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 18:21:06,088 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 18:21:06,103 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 18:21:06,109 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 18:21:06,168 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 18:21:06,170 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 18:21:06,175 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 18:21:06,183 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 18:21:06,192 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 18:21:06,199 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 18:21:06,203 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 18:21:06,234 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 18:21:06,245 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 18:21:06,245 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 18:21:06,245 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 18:21:06,245 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 18:21:06,245 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 18:21:06,246 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 18:21:06,246 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 18:21:06,246 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 18:21:06,246 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 18:21:06,246 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 18:21:06,246 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 18:21:06,247 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 18:21:06,290 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 18:21:06,692 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 18:21:07,404 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 18:21:07,404 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 18:21:07,404 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 18:21:07,404 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 18:21:07,404 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 18:21:07,404 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 18:21:07,404 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 18:21:07,404 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 18:21:07,404 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 18:21:07,404 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 18:21:07,404 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 18:21:07,404 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 18:21:07,404 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 18:21:07,404 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 18:21:07,482 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 18:31:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 18:31:04,116 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 18:31:04,498 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 18:31:04,499 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 18:31:05,130 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 18:31:05,148 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 18:31:05,650 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 18:31:05,662 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 18:31:05,675 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 18:31:05,684 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 18:31:05,761 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 18:31:05,774 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 18:31:05,782 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 18:31:05,829 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 18:31:05,830 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 18:31:05,836 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 18:31:05,841 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 18:31:05,847 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 18:31:05,853 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 18:31:05,858 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 18:31:05,890 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 18:31:05,900 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 18:31:05,901 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 18:31:05,901 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 18:31:05,901 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 18:31:05,901 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 18:31:05,901 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 18:31:05,901 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 18:31:05,902 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 18:31:05,902 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 18:31:05,902 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 18:31:05,902 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 18:31:05,902 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 18:31:05,948 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 18:31:06,340 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 18:31:07,075 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 18:31:07,075 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 18:31:07,075 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 18:31:07,075 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 18:31:07,075 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 18:31:07,075 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 18:31:07,075 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 18:31:07,075 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 18:31:07,075 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 18:31:07,075 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 18:31:07,075 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 18:31:07,075 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 18:31:07,075 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 18:31:07,075 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 18:31:07,167 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 18:41:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 18:41:04,514 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 18:41:04,899 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 18:41:04,900 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 18:41:05,310 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 18:41:05,326 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 18:41:05,870 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 18:41:05,882 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 18:41:05,898 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 18:41:05,910 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 18:41:05,994 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 18:41:06,011 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 18:41:06,023 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 18:41:06,075 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 18:41:06,077 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 18:41:06,083 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 18:41:06,090 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 18:41:06,097 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 18:41:06,104 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 18:41:06,109 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 18:41:06,141 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 18:41:06,152 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 18:41:06,152 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 18:41:06,152 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 18:41:06,152 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 18:41:06,152 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 18:41:06,153 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 18:41:06,153 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 18:41:06,153 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 18:41:06,153 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 18:41:06,153 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 18:41:06,153 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 18:41:06,154 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 18:41:06,197 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 18:41:06,599 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 18:41:07,310 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 18:41:07,310 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 18:41:07,310 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 18:41:07,310 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 18:41:07,310 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 18:41:07,310 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 18:41:07,311 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 18:41:07,311 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 18:41:07,311 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 18:41:07,311 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 18:41:07,311 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 18:41:07,311 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 18:41:07,311 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 18:41:07,311 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 18:41:07,390 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 18:51:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 18:51:04,637 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 18:51:05,021 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 18:51:05,022 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 18:51:05,419 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 18:51:05,434 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 18:51:05,917 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 18:51:05,926 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 18:51:05,938 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 18:51:05,947 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 18:51:06,049 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 18:51:06,058 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 18:51:06,066 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 18:51:06,118 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 18:51:06,120 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 18:51:06,126 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 18:51:06,130 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 18:51:06,135 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 18:51:06,139 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 18:51:06,144 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 18:51:06,177 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 18:51:06,187 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 18:51:06,187 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 18:51:06,187 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 18:51:06,188 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 18:51:06,188 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 18:51:06,188 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 18:51:06,188 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 18:51:06,188 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 18:51:06,188 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 18:51:06,189 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 18:51:06,189 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 18:51:06,189 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 18:51:06,233 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 18:51:06,635 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 18:51:07,351 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 18:51:07,351 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 18:51:07,351 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 18:51:07,351 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 18:51:07,351 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 18:51:07,351 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 18:51:07,351 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 18:51:07,351 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 18:51:07,351 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 18:51:07,351 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 18:51:07,351 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 18:51:07,351 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 18:51:07,351 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 18:51:07,351 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 18:51:07,433 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 19:01:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 19:01:04,365 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 19:01:04,755 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 19:01:04,755 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 19:01:05,187 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 19:01:05,204 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 19:01:05,785 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 19:01:05,794 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 19:01:05,805 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 19:01:05,813 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 19:01:05,949 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 19:01:05,960 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 19:01:05,967 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 19:01:06,014 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 19:01:06,015 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 19:01:06,021 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 19:01:06,027 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 19:01:06,037 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 19:01:06,047 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 19:01:06,056 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 19:01:06,087 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 19:01:06,097 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 19:01:06,098 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 19:01:06,098 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 19:01:06,098 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 19:01:06,098 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 19:01:06,098 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 19:01:06,098 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 19:01:06,099 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 19:01:06,099 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 19:01:06,099 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 19:01:06,099 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 19:01:06,099 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 19:01:06,143 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 19:01:06,525 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 19:01:07,192 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 19:01:07,192 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 19:01:07,192 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 19:01:07,192 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 19:01:07,192 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 19:01:07,192 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 19:01:07,192 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 19:01:07,192 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 19:01:07,192 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 19:01:07,192 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 19:01:07,192 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 19:01:07,192 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 19:01:07,192 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 19:01:07,192 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 19:01:07,268 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 19:11:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 19:11:03,867 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 19:11:04,269 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 19:11:04,270 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 19:11:04,653 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 19:11:04,662 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 19:11:05,062 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 19:11:05,070 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 19:11:05,076 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 19:11:05,083 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 19:11:05,153 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 19:11:05,161 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 19:11:05,169 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 19:11:05,221 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 19:11:05,222 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 19:11:05,227 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 19:11:05,231 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 19:11:05,237 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 19:11:05,242 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 19:11:05,247 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 19:11:05,279 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 19:11:05,289 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 19:11:05,289 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 19:11:05,289 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 19:11:05,290 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 19:11:05,290 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 19:11:05,290 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 19:11:05,290 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 19:11:05,290 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 19:11:05,290 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 19:11:05,291 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 19:11:05,291 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 19:11:05,291 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 19:11:05,336 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 19:11:05,729 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 19:11:06,444 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 19:11:06,444 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 19:11:06,444 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 19:11:06,444 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 19:11:06,444 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 19:11:06,444 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 19:11:06,444 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 19:11:06,444 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 19:11:06,444 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 19:11:06,444 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 19:11:06,444 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 19:11:06,444 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 19:11:06,444 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 19:11:06,444 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 19:11:06,523 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 19:21:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 19:21:04,424 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 19:21:04,808 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 19:21:04,808 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 19:21:05,195 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 19:21:05,211 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 19:21:05,699 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 19:21:05,711 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 19:21:05,723 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 19:21:05,732 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 19:21:05,820 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 19:21:05,834 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 19:21:05,841 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 19:21:05,895 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 19:21:05,896 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 19:21:05,902 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 19:21:05,907 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 19:21:05,913 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 19:21:05,918 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 19:21:05,923 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 19:21:05,965 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 19:21:05,983 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 19:21:05,984 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 19:21:05,984 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 19:21:05,984 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 19:21:05,984 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 19:21:05,985 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 19:21:05,985 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 19:21:05,986 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 19:21:05,986 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 19:21:05,986 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 19:21:05,986 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 19:21:05,987 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 19:21:06,044 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 19:21:06,434 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 19:21:07,127 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 19:21:07,127 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 19:21:07,127 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 19:21:07,127 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 19:21:07,127 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 19:21:07,127 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 19:21:07,127 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 19:21:07,127 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 19:21:07,127 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 19:21:07,127 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 19:21:07,127 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 19:21:07,127 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 19:21:07,127 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 19:21:07,127 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 19:21:07,205 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 19:31:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 19:31:04,484 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 19:31:05,078 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 19:31:05,078 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 19:31:05,482 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 19:31:05,496 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 19:31:06,012 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 19:31:06,024 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 19:31:06,037 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 19:31:06,047 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 19:31:06,125 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 19:31:06,138 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 19:31:06,145 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 19:31:06,192 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 19:31:06,194 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 19:31:06,200 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 19:31:06,205 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 19:31:06,212 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 19:31:06,216 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 19:31:06,220 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 19:31:06,252 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 19:31:06,263 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 19:31:06,263 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 19:31:06,263 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 19:31:06,264 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 19:31:06,264 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 19:31:06,264 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 19:31:06,264 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 19:31:06,264 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 19:31:06,265 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 19:31:06,265 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 19:31:06,265 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 19:31:06,265 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 19:31:06,310 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 19:31:06,712 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 19:31:07,413 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 19:31:07,413 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 19:31:07,413 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 19:31:07,413 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 19:31:07,413 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 19:31:07,413 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 19:31:07,413 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 19:31:07,413 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 19:31:07,413 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 19:31:07,413 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 19:31:07,413 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 19:31:07,413 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 19:31:07,413 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 19:31:07,413 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 19:31:07,492 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 19:41:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 19:41:04,363 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 19:41:04,739 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 19:41:04,739 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 19:41:05,136 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 19:41:05,150 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 19:41:05,581 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 19:41:05,591 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 19:41:05,602 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 19:41:05,611 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 19:41:05,699 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 19:41:05,711 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 19:41:05,718 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 19:41:05,763 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 19:41:05,765 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 19:41:05,770 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 19:41:05,776 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 19:41:05,782 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 19:41:05,786 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 19:41:05,791 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 19:41:05,823 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 19:41:05,833 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 19:41:05,834 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 19:41:05,834 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 19:41:05,834 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 19:41:05,834 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 19:41:05,834 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 19:41:05,834 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 19:41:05,835 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 19:41:05,835 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 19:41:05,835 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 19:41:05,835 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 19:41:05,835 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 19:41:05,879 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 19:41:06,262 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 19:41:06,933 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 19:41:06,933 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 19:41:06,933 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 19:41:06,933 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 19:41:06,934 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 19:41:06,934 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 19:41:06,934 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 19:41:06,934 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 19:41:06,934 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 19:41:06,934 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 19:41:06,934 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 19:41:06,934 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 19:41:06,934 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 19:41:06,934 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 19:41:07,010 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 19:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 19:51:04,222 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 19:51:04,606 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 19:51:04,606 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 19:51:05,038 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 19:51:05,052 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 19:51:05,535 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 19:51:05,547 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 19:51:05,558 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 19:51:05,567 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 19:51:05,647 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 19:51:05,659 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 19:51:05,667 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 19:51:05,713 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 19:51:05,714 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 19:51:05,720 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 19:51:05,725 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 19:51:05,731 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 19:51:05,736 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 19:51:05,741 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 19:51:05,773 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 19:51:05,783 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 19:51:05,784 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 19:51:05,784 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 19:51:05,784 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 19:51:05,784 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 19:51:05,784 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 19:51:05,784 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 19:51:05,785 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 19:51:05,785 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 19:51:05,785 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 19:51:05,785 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 19:51:05,785 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 19:51:05,829 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 19:51:06,221 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 19:51:06,907 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 19:51:06,907 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 19:51:06,907 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 19:51:06,907 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 19:51:06,907 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 19:51:06,907 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 19:51:06,907 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 19:51:06,907 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 19:51:06,907 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 19:51:06,907 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 19:51:06,907 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 19:51:06,907 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 19:51:06,907 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 19:51:06,907 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 19:51:06,993 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 20:01:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 20:01:04,091 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 20:01:04,480 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 20:01:04,480 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 20:01:04,952 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 20:01:04,967 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 20:01:05,511 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 20:01:05,524 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 20:01:05,537 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 20:01:05,548 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 20:01:05,628 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 20:01:05,640 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 20:01:05,646 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 20:01:05,694 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 20:01:05,695 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 20:01:05,705 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 20:01:05,713 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 20:01:05,720 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 20:01:05,727 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 20:01:05,735 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 20:01:05,766 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 20:01:05,776 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 20:01:05,777 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 20:01:05,777 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 20:01:05,777 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 20:01:05,777 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 20:01:05,777 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 20:01:05,777 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 20:01:05,778 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 20:01:05,778 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 20:01:05,778 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 20:01:05,778 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 20:01:05,778 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 20:01:05,822 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 20:01:06,201 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 20:01:06,887 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 20:01:06,887 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 20:01:06,887 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 20:01:06,887 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 20:01:06,887 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 20:01:06,887 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 20:01:06,887 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 20:01:06,887 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 20:01:06,887 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 20:01:06,887 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 20:01:06,887 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 20:01:06,887 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 20:01:06,887 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 20:01:06,887 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 20:01:06,963 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 20:11:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 20:11:04,762 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 20:11:05,144 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 20:11:05,145 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 20:11:05,597 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 20:11:05,620 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 20:11:06,224 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 20:11:06,230 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 20:11:06,236 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 20:11:06,242 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 20:11:06,315 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 20:11:06,321 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 20:11:06,326 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 20:11:06,368 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 20:11:06,370 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 20:11:06,374 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 20:11:06,378 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 20:11:06,382 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 20:11:06,385 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 20:11:06,389 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 20:11:06,420 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 20:11:06,431 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 20:11:06,431 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 20:11:06,431 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 20:11:06,432 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 20:11:06,432 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 20:11:06,432 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 20:11:06,432 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 20:11:06,432 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 20:11:06,432 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 20:11:06,433 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 20:11:06,433 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 20:11:06,433 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 20:11:06,477 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 20:11:06,849 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 20:11:07,571 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 20:11:07,572 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 20:11:07,572 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 20:11:07,572 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 20:11:07,572 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 20:11:07,572 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 20:11:07,572 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 20:11:07,572 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 20:11:07,572 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 20:11:07,572 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 20:11:07,572 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 20:11:07,572 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 20:11:07,572 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 20:11:07,572 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 20:11:07,649 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 20:21:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 20:21:03,953 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 20:21:04,340 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 20:21:04,340 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 20:21:04,736 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 20:21:04,750 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 20:21:05,352 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 20:21:05,363 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 20:21:05,372 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 20:21:05,379 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 20:21:05,470 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 20:21:05,488 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 20:21:05,497 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 20:21:05,550 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 20:21:05,552 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 20:21:05,558 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 20:21:05,564 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 20:21:05,570 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 20:21:05,575 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 20:21:05,581 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 20:21:05,613 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 20:21:05,623 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 20:21:05,624 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 20:21:05,624 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 20:21:05,624 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 20:21:05,624 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 20:21:05,624 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 20:21:05,624 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 20:21:05,625 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 20:21:05,625 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 20:21:05,625 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 20:21:05,625 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 20:21:05,625 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 20:21:05,669 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 20:21:06,070 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 20:21:06,786 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 20:21:06,786 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 20:21:06,786 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 20:21:06,786 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 20:21:06,786 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 20:21:06,786 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 20:21:06,786 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 20:21:06,786 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 20:21:06,786 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 20:21:06,786 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 20:21:06,786 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 20:21:06,786 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 20:21:06,786 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 20:21:06,786 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 20:21:06,865 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 20:31:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 20:31:04,140 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 20:31:04,689 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 20:31:04,689 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 20:31:05,118 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 20:31:05,132 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 20:31:05,673 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 20:31:05,687 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 20:31:05,702 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 20:31:05,711 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 20:31:05,800 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 20:31:05,811 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 20:31:05,818 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 20:31:05,874 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 20:31:05,875 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 20:31:05,880 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 20:31:05,885 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 20:31:05,890 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 20:31:05,895 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 20:31:05,898 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 20:31:05,930 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 20:31:05,940 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 20:31:05,941 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 20:31:05,941 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 20:31:05,941 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 20:31:05,941 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 20:31:05,941 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 20:31:05,941 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 20:31:05,942 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 20:31:05,942 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 20:31:05,942 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 20:31:05,942 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 20:31:05,942 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 20:31:05,987 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 20:31:06,368 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 20:31:07,091 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 20:31:07,091 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 20:31:07,092 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 20:31:07,092 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 20:31:07,092 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 20:31:07,092 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 20:31:07,092 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 20:31:07,092 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 20:31:07,092 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 20:31:07,092 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 20:31:07,092 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 20:31:07,092 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 20:31:07,092 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 20:31:07,092 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 20:31:07,169 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 20:41:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 20:41:04,055 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 20:41:04,456 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 20:41:04,456 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 20:41:04,885 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 20:41:04,900 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 20:41:05,396 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 20:41:05,408 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 20:41:05,420 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 20:41:05,429 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 20:41:05,508 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 20:41:05,520 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 20:41:05,528 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 20:41:05,574 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 20:41:05,576 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 20:41:05,582 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 20:41:05,587 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 20:41:05,594 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 20:41:05,599 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 20:41:05,605 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 20:41:05,639 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 20:41:05,651 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 20:41:05,651 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 20:41:05,651 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 20:41:05,651 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 20:41:05,652 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 20:41:05,652 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 20:41:05,652 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 20:41:05,652 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 20:41:05,652 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 20:41:05,653 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 20:41:05,653 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 20:41:05,653 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 20:41:05,701 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 20:41:06,103 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 20:41:06,817 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 20:41:06,817 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 20:41:06,817 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 20:41:06,817 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 20:41:06,817 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 20:41:06,817 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 20:41:06,817 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 20:41:06,817 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 20:41:06,817 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 20:41:06,817 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 20:41:06,817 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 20:41:06,817 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 20:41:06,817 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 20:41:06,817 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 20:41:06,911 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 20:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 20:51:04,286 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 20:51:04,664 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 20:51:04,664 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 20:51:05,066 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 20:51:05,080 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 20:51:05,590 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 20:51:05,601 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 20:51:05,614 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 20:51:05,624 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 20:51:05,890 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 20:51:05,900 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 20:51:05,908 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 20:51:05,954 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 20:51:05,956 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 20:51:05,962 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 20:51:05,967 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 20:51:05,972 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 20:51:05,979 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 20:51:05,983 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 20:51:06,015 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 20:51:06,025 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 20:51:06,026 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 20:51:06,026 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 20:51:06,026 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 20:51:06,026 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 20:51:06,026 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 20:51:06,026 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 20:51:06,027 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 20:51:06,027 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 20:51:06,027 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 20:51:06,027 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 20:51:06,027 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 20:51:06,071 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 20:51:06,456 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 20:51:07,121 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 20:51:07,121 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 20:51:07,121 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 20:51:07,121 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 20:51:07,121 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 20:51:07,121 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 20:51:07,121 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 20:51:07,121 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 20:51:07,121 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 20:51:07,121 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 20:51:07,121 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 20:51:07,121 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 20:51:07,121 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 20:51:07,121 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 20:51:07,197 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 21:01:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 21:01:04,299 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 21:01:04,689 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 21:01:04,689 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 21:01:05,143 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 21:01:05,162 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 21:01:06,200 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 21:01:06,209 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 21:01:06,233 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 21:01:06,249 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 21:01:06,356 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 21:01:06,377 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 21:01:06,397 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 21:01:06,470 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 21:01:06,471 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 21:01:06,477 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 21:01:06,485 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 21:01:06,491 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 21:01:06,500 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 21:01:06,508 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 21:01:06,540 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 21:01:06,550 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 21:01:06,550 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 21:01:06,550 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 21:01:06,550 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 21:01:06,550 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 21:01:06,550 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 21:01:06,550 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 21:01:06,551 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 21:01:06,551 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 21:01:06,551 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 21:01:06,551 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 21:01:06,551 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 21:01:06,593 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 21:01:06,963 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 21:01:07,633 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 21:01:07,633 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 21:01:07,633 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 21:01:07,633 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 21:01:07,633 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 21:01:07,633 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 21:01:07,633 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 21:01:07,633 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 21:01:07,633 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 21:01:07,633 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 21:01:07,633 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 21:01:07,633 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 21:01:07,633 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 21:01:07,633 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 21:01:07,709 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 21:11:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 21:11:04,376 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 21:11:04,867 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 21:11:04,867 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 21:11:05,288 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 21:11:05,303 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 21:11:05,786 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 21:11:05,796 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 21:11:05,809 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 21:11:05,823 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 21:11:05,923 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 21:11:05,935 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 21:11:05,941 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 21:11:05,997 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 21:11:05,999 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 21:11:06,009 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 21:11:06,016 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 21:11:06,021 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 21:11:06,028 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 21:11:06,034 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 21:11:06,066 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 21:11:06,076 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 21:11:06,076 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 21:11:06,076 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 21:11:06,077 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 21:11:06,077 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 21:11:06,077 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 21:11:06,077 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 21:11:06,077 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 21:11:06,077 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 21:11:06,078 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 21:11:06,078 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 21:11:06,078 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 21:11:06,120 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 21:11:06,503 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 21:11:07,189 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 21:11:07,189 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 21:11:07,189 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 21:11:07,189 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 21:11:07,189 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 21:11:07,189 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 21:11:07,189 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 21:11:07,189 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 21:11:07,189 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 21:11:07,189 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 21:11:07,189 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 21:11:07,189 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 21:11:07,189 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 21:11:07,190 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 21:11:07,266 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 21:21:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 21:21:04,560 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 21:21:04,935 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 21:21:04,936 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 21:21:05,332 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 21:21:05,348 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 21:21:05,844 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 21:21:05,857 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 21:21:05,869 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 21:21:05,877 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 21:21:05,968 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 21:21:05,979 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 21:21:05,984 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 21:21:06,038 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 21:21:06,040 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 21:21:06,045 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 21:21:06,049 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 21:21:06,054 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 21:21:06,058 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 21:21:06,062 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 21:21:06,093 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 21:21:06,103 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 21:21:06,103 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 21:21:06,103 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 21:21:06,104 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 21:21:06,104 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 21:21:06,104 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 21:21:06,104 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 21:21:06,104 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 21:21:06,104 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 21:21:06,105 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 21:21:06,105 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 21:21:06,105 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 21:21:06,148 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 21:21:06,521 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 21:21:07,202 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 21:21:07,202 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 21:21:07,202 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 21:21:07,202 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 21:21:07,202 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 21:21:07,202 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 21:21:07,202 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 21:21:07,202 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 21:21:07,202 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 21:21:07,202 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 21:21:07,202 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 21:21:07,202 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 21:21:07,202 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 21:21:07,202 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 21:21:07,280 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 21:31:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 21:31:04,180 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 21:31:04,577 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 21:31:04,578 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 21:31:05,430 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 21:31:05,449 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 21:31:05,959 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 21:31:05,971 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 21:31:05,983 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 21:31:05,993 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 21:31:06,072 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 21:31:06,081 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 21:31:06,087 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 21:31:06,133 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 21:31:06,135 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 21:31:06,140 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 21:31:06,147 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 21:31:06,155 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 21:31:06,162 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 21:31:06,166 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 21:31:06,199 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 21:31:06,209 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 21:31:06,210 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 21:31:06,210 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 21:31:06,210 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 21:31:06,210 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 21:31:06,210 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 21:31:06,210 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 21:31:06,211 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 21:31:06,211 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 21:31:06,211 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 21:31:06,211 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 21:31:06,211 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 21:31:06,256 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 21:31:06,636 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 21:31:07,358 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 21:31:07,358 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 21:31:07,358 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 21:31:07,358 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 21:31:07,358 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 21:31:07,358 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 21:31:07,358 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 21:31:07,358 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 21:31:07,358 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 21:31:07,358 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 21:31:07,358 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 21:31:07,358 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 21:31:07,358 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 21:31:07,358 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 21:31:07,435 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 21:41:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 21:41:03,850 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 21:41:04,248 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 21:41:04,249 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 21:41:04,768 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 21:41:04,791 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 21:41:05,358 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 21:41:05,369 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 21:41:05,381 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 21:41:05,389 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 21:41:05,503 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 21:41:05,515 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 21:41:05,522 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 21:41:05,585 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 21:41:05,587 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 21:41:05,593 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 21:41:05,599 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 21:41:05,606 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 21:41:05,612 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 21:41:05,616 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 21:41:05,648 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 21:41:05,659 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 21:41:05,659 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 21:41:05,659 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 21:41:05,660 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 21:41:05,660 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 21:41:05,660 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 21:41:05,660 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 21:41:05,660 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 21:41:05,660 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 21:41:05,661 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 21:41:05,661 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 21:41:05,661 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 21:41:05,706 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 21:41:06,107 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 21:41:06,851 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 21:41:06,851 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 21:41:06,851 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 21:41:06,851 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 21:41:06,851 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 21:41:06,851 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 21:41:06,851 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 21:41:06,851 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 21:41:06,851 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 21:41:06,851 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 21:41:06,851 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 21:41:06,851 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 21:41:06,851 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 21:41:06,851 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 21:41:06,930 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 21:51:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 21:51:04,310 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 21:51:04,692 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 21:51:04,692 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 21:51:05,106 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 21:51:05,121 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 21:51:05,559 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 21:51:05,570 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 21:51:05,584 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 21:51:05,592 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 21:51:05,680 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 21:51:05,689 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 21:51:05,694 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 21:51:05,750 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 21:51:05,751 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 21:51:05,758 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 21:51:05,762 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 21:51:05,768 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 21:51:05,773 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 21:51:05,777 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 21:51:05,809 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 21:51:05,819 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 21:51:05,819 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 21:51:05,819 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 21:51:05,820 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 21:51:05,820 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 21:51:05,820 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 21:51:05,820 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 21:51:05,820 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 21:51:05,820 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 21:51:05,821 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 21:51:05,821 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 21:51:05,821 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 21:51:05,865 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 21:51:06,247 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 21:51:06,926 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 21:51:06,926 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 21:51:06,926 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 21:51:06,926 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 21:51:06,926 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 21:51:06,926 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 21:51:06,926 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 21:51:06,926 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 21:51:06,926 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 21:51:06,926 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 21:51:06,926 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 21:51:06,926 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 21:51:06,926 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 21:51:06,926 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 21:51:07,003 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 22:01:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 22:01:04,579 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 22:01:04,957 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 22:01:04,957 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 22:01:05,362 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 22:01:05,399 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 22:01:06,389 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 22:01:06,398 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 22:01:06,407 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 22:01:06,416 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 22:01:06,529 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 22:01:06,545 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 22:01:06,562 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 22:01:06,650 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 22:01:06,651 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 22:01:06,657 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 22:01:06,660 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 22:01:06,669 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 22:01:06,677 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 22:01:06,680 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 22:01:06,712 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 22:01:06,722 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 22:01:06,722 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 22:01:06,723 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 22:01:06,723 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 22:01:06,723 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 22:01:06,723 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 22:01:06,723 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 22:01:06,724 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 22:01:06,724 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 22:01:06,724 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 22:01:06,724 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 22:01:06,724 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 22:01:06,767 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 22:01:07,162 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 22:01:07,857 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 22:01:07,857 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 22:01:07,857 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 22:01:07,857 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 22:01:07,857 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 22:01:07,857 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 22:01:07,857 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 22:01:07,857 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 22:01:07,857 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 22:01:07,857 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 22:01:07,857 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 22:01:07,857 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 22:01:07,857 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 22:01:07,858 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 22:01:07,937 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 22:11:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 22:11:04,412 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 22:11:04,809 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 22:11:04,810 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 22:11:05,221 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 22:11:05,240 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 22:11:05,784 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 22:11:05,793 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 22:11:05,804 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 22:11:05,813 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 22:11:05,896 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 22:11:05,908 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 22:11:05,917 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 22:11:05,967 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 22:11:05,969 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 22:11:05,975 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 22:11:05,979 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 22:11:05,985 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 22:11:05,989 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 22:11:05,994 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 22:11:06,027 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 22:11:06,037 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 22:11:06,038 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 22:11:06,038 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 22:11:06,038 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 22:11:06,038 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 22:11:06,038 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 22:11:06,038 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 22:11:06,039 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 22:11:06,039 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 22:11:06,039 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 22:11:06,039 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 22:11:06,039 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 22:11:06,083 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 22:11:06,475 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 22:11:07,208 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 22:11:07,209 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 22:11:07,209 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 22:11:07,209 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 22:11:07,209 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 22:11:07,209 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 22:11:07,209 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 22:11:07,209 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 22:11:07,209 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 22:11:07,209 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 22:11:07,209 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 22:11:07,209 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 22:11:07,209 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 22:11:07,209 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 22:11:07,287 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 22:21:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 22:21:04,827 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 22:21:05,221 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 22:21:05,221 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 22:21:05,828 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 22:21:05,847 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 22:21:06,324 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 22:21:06,331 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 22:21:06,344 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 22:21:06,351 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 22:21:06,424 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 22:21:06,434 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 22:21:06,441 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 22:21:06,479 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 22:21:06,481 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 22:21:06,486 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 22:21:06,490 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 22:21:06,495 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 22:21:06,500 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 22:21:06,506 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 22:21:06,538 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 22:21:06,549 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 22:21:06,549 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 22:21:06,550 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 22:21:06,550 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 22:21:06,550 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 22:21:06,550 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 22:21:06,550 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 22:21:06,551 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 22:21:06,551 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 22:21:06,551 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 22:21:06,551 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 22:21:06,551 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 22:21:06,596 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 22:21:07,005 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 22:21:07,756 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 22:21:07,756 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 22:21:07,756 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 22:21:07,756 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 22:21:07,756 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 22:21:07,756 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 22:21:07,756 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 22:21:07,756 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 22:21:07,756 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 22:21:07,756 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 22:21:07,756 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 22:21:07,756 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 22:21:07,756 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 22:21:07,756 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 22:21:07,837 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 22:31:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 22:31:04,035 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 22:31:04,430 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 22:31:04,430 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 22:31:05,168 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 22:31:05,186 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 22:31:05,653 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 22:31:05,664 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 22:31:05,675 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 22:31:05,685 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 22:31:05,766 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 22:31:05,780 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 22:31:05,788 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 22:31:05,834 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 22:31:05,835 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 22:31:05,841 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 22:31:05,846 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 22:31:05,852 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 22:31:05,857 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 22:31:05,862 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 22:31:05,893 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 22:31:05,904 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 22:31:05,904 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 22:31:05,904 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 22:31:05,904 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 22:31:05,904 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 22:31:05,905 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 22:31:05,905 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 22:31:05,905 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 22:31:05,905 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 22:31:05,905 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 22:31:05,905 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 22:31:05,906 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 22:31:05,949 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 22:31:06,332 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 22:31:07,061 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 22:31:07,061 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 22:31:07,061 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 22:31:07,061 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 22:31:07,061 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 22:31:07,061 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 22:31:07,061 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 22:31:07,061 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 22:31:07,061 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 22:31:07,061 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 22:31:07,061 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 22:31:07,061 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 22:31:07,061 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 22:31:07,061 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 22:31:07,137 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 22:41:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 22:41:04,211 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 22:41:04,589 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 22:41:04,590 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 22:41:05,128 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 22:41:05,144 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 22:41:05,625 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 22:41:05,638 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 22:41:05,649 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 22:41:05,658 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 22:41:05,735 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 22:41:05,747 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 22:41:05,755 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 22:41:05,801 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 22:41:05,803 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 22:41:05,809 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 22:41:05,814 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 22:41:05,820 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 22:41:05,824 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 22:41:05,829 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 22:41:05,861 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 22:41:05,871 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 22:41:05,871 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 22:41:05,871 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 22:41:05,872 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 22:41:05,872 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 22:41:05,872 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 22:41:05,872 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 22:41:05,872 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 22:41:05,872 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 22:41:05,873 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 22:41:05,873 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 22:41:05,873 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 22:41:05,916 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 22:41:06,319 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 22:41:07,029 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 22:41:07,029 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 22:41:07,029 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 22:41:07,029 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 22:41:07,029 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 22:41:07,029 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 22:41:07,029 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 22:41:07,029 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 22:41:07,029 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 22:41:07,029 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 22:41:07,029 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 22:41:07,029 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 22:41:07,029 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 22:41:07,029 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 22:41:07,109 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 22:51:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 22:51:04,701 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 22:51:05,085 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 22:51:05,085 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 22:51:05,627 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 22:51:05,642 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 22:51:06,126 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 22:51:06,138 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 22:51:06,150 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 22:51:06,159 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 22:51:06,258 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 22:51:06,268 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 22:51:06,274 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 22:51:06,322 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 22:51:06,323 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 22:51:06,330 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 22:51:06,334 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 22:51:06,340 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 22:51:06,345 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 22:51:06,350 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 22:51:06,382 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 22:51:06,392 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 22:51:06,392 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 22:51:06,393 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 22:51:06,393 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 22:51:06,393 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 22:51:06,393 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 22:51:06,393 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 22:51:06,394 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 22:51:06,394 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 22:51:06,394 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 22:51:06,394 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 22:51:06,394 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 22:51:06,438 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 22:51:06,814 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 22:51:07,540 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 22:51:07,540 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 22:51:07,540 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 22:51:07,540 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 22:51:07,540 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 22:51:07,540 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 22:51:07,540 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 22:51:07,540 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 22:51:07,540 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 22:51:07,540 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 22:51:07,540 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 22:51:07,540 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 22:51:07,540 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 22:51:07,540 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 22:51:07,615 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 23:01:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 23:01:04,794 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 23:01:05,187 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 23:01:05,187 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 23:01:05,682 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 23:01:05,707 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 23:01:06,269 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 23:01:06,281 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 23:01:06,305 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 23:01:06,317 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 23:01:06,421 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 23:01:06,445 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 23:01:06,456 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 23:01:06,505 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 23:01:06,507 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 23:01:06,513 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 23:01:06,517 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 23:01:06,522 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 23:01:06,526 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 23:01:06,532 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 23:01:06,563 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 23:01:06,574 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 23:01:06,574 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 23:01:06,574 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 23:01:06,574 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 23:01:06,575 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 23:01:06,575 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 23:01:06,575 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 23:01:06,575 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 23:01:06,575 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 23:01:06,575 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 23:01:06,575 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 23:01:06,576 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 23:01:06,619 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 23:01:07,011 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 23:01:07,720 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 23:01:07,720 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 23:01:07,720 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 23:01:07,720 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 23:01:07,720 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 23:01:07,720 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 23:01:07,720 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 23:01:07,720 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 23:01:07,720 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 23:01:07,720 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 23:01:07,720 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 23:01:07,720 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 23:01:07,720 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 23:01:07,720 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 23:01:07,799 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 23:11:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 23:11:04,544 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 23:11:04,928 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 23:11:04,928 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 23:11:05,527 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 23:11:05,542 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 23:11:06,140 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 23:11:06,164 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 23:11:06,188 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 23:11:06,206 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 23:11:06,348 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 23:11:06,368 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 23:11:06,377 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 23:11:06,444 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 23:11:06,446 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 23:11:06,452 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 23:11:06,457 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 23:11:06,463 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 23:11:06,468 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 23:11:06,475 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 23:11:06,507 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 23:11:06,517 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 23:11:06,518 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 23:11:06,518 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 23:11:06,518 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 23:11:06,518 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 23:11:06,518 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 23:11:06,518 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 23:11:06,519 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 23:11:06,519 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 23:11:06,519 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 23:11:06,519 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 23:11:06,519 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 23:11:06,562 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 23:11:06,933 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 23:11:07,718 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 23:11:07,718 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 23:11:07,718 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 23:11:07,718 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 23:11:07,718 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 23:11:07,718 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 23:11:07,718 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 23:11:07,718 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 23:11:07,718 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 23:11:07,718 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 23:11:07,718 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 23:11:07,718 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 23:11:07,718 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 23:11:07,718 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 23:11:07,799 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 23:21:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 23:21:04,451 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 23:21:04,834 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 23:21:04,834 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 23:21:05,377 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 23:21:05,412 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 23:21:05,933 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 23:21:05,946 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 23:21:05,958 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 23:21:05,967 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 23:21:06,100 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 23:21:06,113 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 23:21:06,122 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 23:21:06,177 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 23:21:06,179 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 23:21:06,186 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 23:21:06,192 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 23:21:06,198 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 23:21:06,204 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 23:21:06,209 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 23:21:06,248 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 23:21:06,260 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 23:21:06,261 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 23:21:06,261 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 23:21:06,261 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 23:21:06,261 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 23:21:06,262 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 23:21:06,262 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 23:21:06,262 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 23:21:06,262 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 23:21:06,262 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 23:21:06,262 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 23:21:06,263 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 23:21:06,311 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 23:21:06,715 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 23:21:07,429 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 23:21:07,429 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 23:21:07,429 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 23:21:07,429 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 23:21:07,429 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 23:21:07,429 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 23:21:07,429 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 23:21:07,429 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 23:21:07,429 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 23:21:07,429 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 23:21:07,429 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 23:21:07,429 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 23:21:07,429 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 23:21:07,429 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 23:21:07,508 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 23:31:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 23:31:04,240 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 23:31:04,626 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 23:31:04,626 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 23:31:05,214 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 23:31:05,228 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 23:31:05,737 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 23:31:05,749 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 23:31:05,761 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 23:31:05,771 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 23:31:05,850 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 23:31:05,869 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 23:31:05,879 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 23:31:05,954 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 23:31:05,956 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 23:31:05,964 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 23:31:05,973 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 23:31:05,986 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 23:31:05,997 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 23:31:06,001 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 23:31:06,032 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 23:31:06,043 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 23:31:06,043 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 23:31:06,043 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 23:31:06,043 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 23:31:06,043 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 23:31:06,044 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 23:31:06,044 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 23:31:06,044 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 23:31:06,044 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 23:31:06,044 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 23:31:06,044 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 23:31:06,045 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 23:31:06,087 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 23:31:06,461 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 23:31:07,161 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 23:31:07,161 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 23:31:07,161 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 23:31:07,161 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 23:31:07,161 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 23:31:07,161 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 23:31:07,161 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 23:31:07,161 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 23:31:07,161 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 23:31:07,161 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 23:31:07,161 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 23:31:07,161 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 23:31:07,161 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 23:31:07,161 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 23:31:07,237 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 23:41:08 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 23:41:12,512 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 23:41:12,950 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 23:41:12,950 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 23:41:13,400 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 23:41:13,418 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 23:41:13,930 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 23:41:13,946 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 23:41:13,961 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 23:41:13,973 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 23:41:14,053 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 23:41:14,069 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 23:41:14,080 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 23:41:14,128 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 23:41:14,129 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 23:41:14,135 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 23:41:14,140 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 23:41:14,147 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 23:41:14,152 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 23:41:14,158 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 23:41:14,193 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 23:41:14,203 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 23:41:14,204 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 23:41:14,204 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 23:41:14,204 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 23:41:14,204 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 23:41:14,204 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 23:41:14,205 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 23:41:14,205 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 23:41:14,205 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 23:41:14,205 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 23:41:14,205 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 23:41:14,205 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 23:41:14,250 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 23:41:14,615 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 23:41:15,346 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 23:41:15,346 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 23:41:15,346 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 23:41:15,346 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 23:41:15,346 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 23:41:15,346 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 23:41:15,346 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 23:41:15,346 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 23:41:15,346 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 23:41:15,346 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 23:41:15,346 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 23:41:15,346 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 23:41:15,346 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 23:41:15,346 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 23:41:15,428 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Mon Oct 13 23:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-13 23:51:04,939 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-13 23:51:05,328 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 23:51:05,329 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-13 23:51:05,716 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-13 23:51:05,727 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-13 23:51:06,131 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-13 23:51:06,142 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-13 23:51:06,152 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-13 23:51:06,159 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-13 23:51:06,455 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-13 23:51:06,466 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-13 23:51:06,475 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-13 23:51:06,516 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-13 23:51:06,518 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-13 23:51:06,523 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-13 23:51:06,527 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-13 23:51:06,535 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-13 23:51:06,540 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-13 23:51:06,544 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-13 23:51:06,580 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-13 23:51:06,592 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-13 23:51:06,592 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-13 23:51:06,592 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-13 23:51:06,592 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-13 23:51:06,592 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-13 23:51:06,593 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-13 23:51:06,593 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-13 23:51:06,593 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-13 23:51:06,593 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-13 23:51:06,593 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-13 23:51:06,593 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-13 23:51:06,594 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-13 23:51:06,640 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-13 23:51:07,079 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-13 23:51:07,865 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-13 23:51:07,866 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-13 23:51:07,866 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-13 23:51:07,866 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-13 23:51:07,866 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-13 23:51:07,866 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-13 23:51:07,866 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-13 23:51:07,866 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-13 23:51:07,866 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-13 23:51:07,866 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-13 23:51:07,866 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-13 23:51:07,866 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-13 23:51:07,866 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-13 23:51:07,866 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-13 23:51:07,948 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 00:01:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 00:01:04,674 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 00:01:05,045 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 00:01:05,046 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 00:01:05,435 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 00:01:05,450 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 00:01:05,874 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 00:01:05,884 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 00:01:05,895 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 00:01:05,904 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 00:01:05,978 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 00:01:05,988 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 00:01:05,996 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 00:01:06,038 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 00:01:06,040 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 00:01:06,045 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 00:01:06,050 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 00:01:06,055 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 00:01:06,060 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 00:01:06,064 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 00:01:06,096 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 00:01:06,106 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 00:01:06,107 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 00:01:06,107 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 00:01:06,107 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 00:01:06,107 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 00:01:06,107 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 00:01:06,107 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 00:01:06,108 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 00:01:06,108 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 00:01:06,108 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 00:01:06,108 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 00:01:06,108 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 00:01:06,156 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 00:01:06,552 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 00:01:07,370 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 00:01:07,371 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 00:01:07,371 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 00:01:07,371 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 00:01:07,371 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 00:01:07,371 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 00:01:07,371 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 00:01:07,371 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 00:01:07,371 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 00:01:07,371 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 00:01:07,371 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 00:01:07,371 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 00:01:07,371 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 00:01:07,371 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 00:01:07,480 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 00:11:07 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 00:11:10,706 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 00:11:11,306 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 00:11:11,306 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 00:11:11,714 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 00:11:11,734 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 00:11:12,357 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 00:11:12,370 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 00:11:12,381 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 00:11:12,390 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 00:11:12,479 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 00:11:12,493 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 00:11:12,503 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 00:11:12,546 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 00:11:12,547 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 00:11:12,552 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 00:11:12,556 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 00:11:12,564 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 00:11:12,569 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 00:11:12,572 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 00:11:12,604 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 00:11:12,615 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 00:11:12,615 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 00:11:12,615 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 00:11:12,615 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 00:11:12,615 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 00:11:12,616 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 00:11:12,616 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 00:11:12,619 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 00:11:12,619 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 00:11:12,620 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 00:11:12,620 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 00:11:12,620 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 00:11:12,706 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 00:11:13,136 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 00:11:13,981 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 00:11:13,981 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 00:11:13,981 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 00:11:13,981 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 00:11:13,981 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 00:11:13,981 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 00:11:13,981 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 00:11:13,982 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 00:11:13,982 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 00:11:13,982 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 00:11:13,982 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 00:11:13,982 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 00:11:13,982 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 00:11:13,982 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 00:11:14,060 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 00:21:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 00:21:04,675 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 00:21:05,077 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 00:21:05,077 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 00:21:05,672 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 00:21:05,682 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 00:21:06,010 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 00:21:06,024 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 00:21:06,031 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 00:21:06,038 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 00:21:06,105 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 00:21:06,113 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 00:21:06,119 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 00:21:06,161 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 00:21:06,163 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 00:21:06,167 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 00:21:06,171 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 00:21:06,176 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 00:21:06,180 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 00:21:06,184 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 00:21:06,216 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 00:21:06,227 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 00:21:06,228 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 00:21:06,228 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 00:21:06,228 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 00:21:06,228 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 00:21:06,229 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 00:21:06,229 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 00:21:06,229 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 00:21:06,229 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 00:21:06,229 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 00:21:06,229 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 00:21:06,230 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 00:21:06,274 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 00:21:06,666 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 00:21:07,420 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 00:21:07,420 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 00:21:07,420 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 00:21:07,420 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 00:21:07,420 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 00:21:07,420 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 00:21:07,420 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 00:21:07,420 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 00:21:07,420 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 00:21:07,420 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 00:21:07,420 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 00:21:07,420 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 00:21:07,420 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 00:21:07,420 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 00:21:07,500 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 00:31:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 00:31:04,099 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 00:31:04,483 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 00:31:04,484 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 00:31:04,878 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 00:31:04,887 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 00:31:05,187 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 00:31:05,194 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 00:31:05,200 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 00:31:05,205 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 00:31:05,284 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 00:31:05,290 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 00:31:05,294 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 00:31:05,333 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 00:31:05,334 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 00:31:05,338 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 00:31:05,341 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 00:31:05,345 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 00:31:05,349 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 00:31:05,353 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 00:31:05,385 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 00:31:05,395 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 00:31:05,395 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 00:31:05,395 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 00:31:05,396 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 00:31:05,396 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 00:31:05,396 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 00:31:05,396 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 00:31:05,396 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 00:31:05,396 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 00:31:05,397 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 00:31:05,397 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 00:31:05,397 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 00:31:05,439 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 00:31:05,798 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 00:31:06,517 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 00:31:06,517 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 00:31:06,517 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 00:31:06,517 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 00:31:06,517 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 00:31:06,517 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 00:31:06,517 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 00:31:06,517 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 00:31:06,517 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 00:31:06,517 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 00:31:06,517 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 00:31:06,517 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 00:31:06,517 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 00:31:06,517 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 00:31:06,594 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 00:41:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 00:41:04,264 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 00:41:04,663 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 00:41:04,663 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 00:41:05,650 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 00:41:05,668 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 00:41:05,981 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 00:41:05,987 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 00:41:05,993 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 00:41:06,000 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 00:41:06,069 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 00:41:06,076 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 00:41:06,081 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 00:41:06,122 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 00:41:06,124 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 00:41:06,128 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 00:41:06,132 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 00:41:06,137 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 00:41:06,140 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 00:41:06,144 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 00:41:06,180 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 00:41:06,190 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 00:41:06,190 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 00:41:06,190 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 00:41:06,191 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 00:41:06,191 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 00:41:06,191 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 00:41:06,191 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 00:41:06,191 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 00:41:06,191 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 00:41:06,192 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 00:41:06,192 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 00:41:06,192 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 00:41:06,237 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 00:41:06,633 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 00:41:07,382 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 00:41:07,382 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 00:41:07,382 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 00:41:07,382 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 00:41:07,382 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 00:41:07,382 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 00:41:07,382 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 00:41:07,382 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 00:41:07,382 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 00:41:07,382 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 00:41:07,382 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 00:41:07,382 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 00:41:07,382 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 00:41:07,382 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 00:41:07,464 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 00:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 00:51:04,116 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 00:51:04,493 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 00:51:04,493 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 00:51:05,065 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 00:51:05,090 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 00:51:05,522 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 00:51:05,529 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 00:51:05,535 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 00:51:05,543 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 00:51:05,614 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 00:51:05,621 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 00:51:05,625 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 00:51:05,669 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 00:51:05,670 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 00:51:05,675 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 00:51:05,679 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 00:51:05,683 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 00:51:05,686 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 00:51:05,690 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 00:51:05,722 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 00:51:05,733 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 00:51:05,733 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 00:51:05,733 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 00:51:05,734 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 00:51:05,734 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 00:51:05,734 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 00:51:05,734 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 00:51:05,734 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 00:51:05,734 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 00:51:05,735 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 00:51:05,735 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 00:51:05,735 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 00:51:05,778 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 00:51:06,152 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 00:51:06,860 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 00:51:06,860 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 00:51:06,860 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 00:51:06,860 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 00:51:06,860 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 00:51:06,860 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 00:51:06,860 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 00:51:06,860 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 00:51:06,860 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 00:51:06,860 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 00:51:06,860 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 00:51:06,860 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 00:51:06,860 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 00:51:06,860 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 00:51:06,936 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 01:01:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 01:01:04,791 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 01:01:05,169 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 01:01:05,169 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 01:01:05,650 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 01:01:05,658 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 01:01:06,956 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 01:01:06,962 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 01:01:06,968 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 01:01:06,972 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 01:01:08,562 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 01:01:08,568 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 01:01:08,572 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 01:01:10,068 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 01:01:10,070 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 01:01:10,074 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 01:01:10,078 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 01:01:10,083 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 01:01:10,086 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 01:01:10,089 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 01:01:10,121 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 01:01:10,131 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 01:01:10,131 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 01:01:10,131 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 01:01:10,132 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 01:01:10,132 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 01:01:10,132 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 01:01:10,132 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 01:01:10,132 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 01:01:10,132 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 01:01:10,133 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 01:01:10,133 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 01:01:10,133 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 01:01:10,175 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 01:01:10,570 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 01:01:11,356 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 01:01:11,356 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 01:01:11,356 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 01:01:11,356 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 01:01:11,356 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 01:01:11,356 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 01:01:11,356 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 01:01:11,356 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 01:01:11,356 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 01:01:11,356 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 01:01:11,356 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 01:01:11,356 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 01:01:11,356 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 01:01:11,356 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 01:01:11,461 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 01:11:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 01:11:04,530 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 01:11:04,924 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 01:11:04,924 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 01:11:05,695 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 01:11:05,728 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 01:11:06,025 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 01:11:06,031 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 01:11:06,037 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 01:11:06,043 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 01:11:06,123 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 01:11:06,129 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 01:11:06,134 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 01:11:06,183 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 01:11:06,185 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 01:11:06,190 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 01:11:06,193 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 01:11:06,198 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 01:11:06,202 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 01:11:06,205 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 01:11:06,237 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 01:11:06,247 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 01:11:06,247 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 01:11:06,247 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 01:11:06,248 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 01:11:06,248 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 01:11:06,248 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 01:11:06,248 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 01:11:06,248 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 01:11:06,248 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 01:11:06,249 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 01:11:06,249 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 01:11:06,249 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 01:11:06,292 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 01:11:06,670 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 01:11:07,339 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 01:11:07,339 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 01:11:07,339 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 01:11:07,339 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 01:11:07,339 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 01:11:07,339 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 01:11:07,339 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 01:11:07,339 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 01:11:07,339 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 01:11:07,339 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 01:11:07,339 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 01:11:07,339 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 01:11:07,339 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 01:11:07,339 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 01:11:07,424 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 01:21:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 01:21:04,969 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 01:21:05,367 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 01:21:05,367 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 01:21:05,979 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 01:21:05,996 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 01:21:06,478 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 01:21:06,483 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 01:21:06,489 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 01:21:06,495 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 01:21:06,565 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 01:21:06,571 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 01:21:06,576 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 01:21:06,616 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 01:21:06,618 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 01:21:06,622 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 01:21:06,626 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 01:21:06,631 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 01:21:06,634 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 01:21:06,638 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 01:21:06,669 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 01:21:06,680 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 01:21:06,680 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 01:21:06,680 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 01:21:06,680 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 01:21:06,680 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 01:21:06,681 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 01:21:06,681 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 01:21:06,681 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 01:21:06,681 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 01:21:06,681 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 01:21:06,681 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 01:21:06,682 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 01:21:06,725 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 01:21:07,106 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 01:21:07,791 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 01:21:07,791 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 01:21:07,791 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 01:21:07,791 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 01:21:07,791 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 01:21:07,791 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 01:21:07,791 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 01:21:07,791 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 01:21:07,791 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 01:21:07,791 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 01:21:07,791 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 01:21:07,791 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 01:21:07,791 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 01:21:07,791 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 01:21:07,876 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 01:31:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 01:31:04,645 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 01:31:05,035 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 01:31:05,035 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 01:31:05,563 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 01:31:05,572 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 01:31:05,954 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 01:31:05,959 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 01:31:05,965 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 01:31:05,970 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 01:31:06,069 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 01:31:06,074 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 01:31:06,079 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 01:31:06,123 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 01:31:06,124 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 01:31:06,128 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 01:31:06,132 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 01:31:06,136 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 01:31:06,140 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 01:31:06,143 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 01:31:06,175 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 01:31:06,185 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 01:31:06,185 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 01:31:06,185 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 01:31:06,185 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 01:31:06,186 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 01:31:06,186 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 01:31:06,186 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 01:31:06,186 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 01:31:06,186 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 01:31:06,186 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 01:31:06,186 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 01:31:06,187 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 01:31:06,229 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 01:31:06,590 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 01:31:07,274 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 01:31:07,274 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 01:31:07,274 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 01:31:07,274 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 01:31:07,274 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 01:31:07,274 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 01:31:07,274 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 01:31:07,274 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 01:31:07,274 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 01:31:07,274 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 01:31:07,274 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 01:31:07,274 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 01:31:07,274 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 01:31:07,274 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 01:31:07,349 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 01:41:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 01:41:05,625 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 01:41:06,009 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 01:41:06,009 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 01:41:07,024 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 01:41:07,035 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 01:41:07,390 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 01:41:07,398 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 01:41:07,405 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 01:41:07,411 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 01:41:07,487 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 01:41:07,495 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 01:41:07,500 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 01:41:07,543 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 01:41:07,544 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 01:41:07,549 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 01:41:07,554 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 01:41:07,559 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 01:41:07,563 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 01:41:07,566 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 01:41:07,600 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 01:41:07,611 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 01:41:07,612 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 01:41:07,612 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 01:41:07,612 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 01:41:07,612 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 01:41:07,612 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 01:41:07,612 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 01:41:07,613 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 01:41:07,613 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 01:41:07,613 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 01:41:07,613 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 01:41:07,613 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 01:41:07,657 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 01:41:08,024 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 01:41:08,826 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 01:41:08,826 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 01:41:08,826 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 01:41:08,826 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 01:41:08,826 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 01:41:08,826 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 01:41:08,826 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 01:41:08,826 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 01:41:08,826 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 01:41:08,826 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 01:41:08,826 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 01:41:08,826 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 01:41:08,826 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 01:41:08,826 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 01:41:08,903 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 01:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 01:51:03,787 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 01:51:04,169 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 01:51:04,170 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 01:51:04,953 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 01:51:04,961 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 01:51:05,326 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 01:51:05,332 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 01:51:05,338 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 01:51:05,343 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 01:51:05,419 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 01:51:05,425 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 01:51:05,430 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 01:51:05,477 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 01:51:05,479 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 01:51:05,483 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 01:51:05,487 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 01:51:05,491 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 01:51:05,495 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 01:51:05,498 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 01:51:05,533 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 01:51:05,544 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 01:51:05,544 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 01:51:05,544 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 01:51:05,545 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 01:51:05,545 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 01:51:05,545 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 01:51:05,545 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 01:51:05,545 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 01:51:05,545 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 01:51:05,546 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 01:51:05,546 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 01:51:05,546 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 01:51:05,592 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 01:51:05,974 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 01:51:06,711 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 01:51:06,711 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 01:51:06,711 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 01:51:06,711 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 01:51:06,711 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 01:51:06,711 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 01:51:06,711 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 01:51:06,711 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 01:51:06,711 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 01:51:06,711 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 01:51:06,711 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 01:51:06,711 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 01:51:06,711 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 01:51:06,711 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 01:51:06,805 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 02:01:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 02:01:04,432 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 02:01:04,816 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 02:01:04,816 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 02:01:05,406 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 02:01:05,416 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 02:01:05,787 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 02:01:05,793 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 02:01:05,798 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 02:01:05,804 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 02:01:05,874 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 02:01:05,880 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 02:01:05,885 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 02:01:05,927 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 02:01:05,928 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 02:01:05,933 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 02:01:05,936 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 02:01:05,941 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 02:01:05,944 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 02:01:05,947 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 02:01:05,980 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 02:01:05,990 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 02:01:05,990 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 02:01:05,991 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 02:01:05,991 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 02:01:05,991 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 02:01:05,991 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 02:01:05,991 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 02:01:05,992 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 02:01:05,992 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 02:01:05,992 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 02:01:05,992 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 02:01:05,992 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 02:01:06,035 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 02:01:06,418 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 02:01:07,111 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 02:01:07,111 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 02:01:07,111 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 02:01:07,111 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 02:01:07,111 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 02:01:07,111 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 02:01:07,111 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 02:01:07,111 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 02:01:07,111 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 02:01:07,111 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 02:01:07,111 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 02:01:07,111 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 02:01:07,111 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 02:01:07,111 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 02:01:07,200 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 02:11:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 02:11:04,123 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 02:11:04,515 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 02:11:04,515 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
Traceback (most recent call last):
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 534, in _make_request
response = conn.getresponse()
^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 516, in getresponse
httplib_response = super().getresponse()
^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/http/client.py", line 1428, in getresponse
response.begin()
File "/proj/sot/ska3/flight/lib/python3.12/http/client.py", line 331, in begin
version, status, reason = self._read_status()
^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/http/client.py", line 292, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/socket.py", line 720, in readinto
return self._sock.recv_into(b)
^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/ssl.py", line 1251, in recv_into
return self.read(nbytes, buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/ssl.py", line 1103, in read
return self._sslobj.read(len, buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TimeoutError: The read operation timed out

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 667, in send
resp = conn.urlopen(
^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 841, in urlopen
retries = retries.increment(
^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/retry.py", line 474, in increment
raise reraise(type(error), error, _stacktrace)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/util.py", line 39, in reraise
raise value
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 787, in urlopen
response = self._make_request(
^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 536, in _make_request
self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 367, in _raise_timeout
raise ReadTimeoutError(
urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='docs.google.com', port=443): Read timed out. (read timeout=30)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 412, in update_cmd_events_and_loads_and_get_cmds_recent
cmd_events = update_cmd_events(scenario, event_filter)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1054, in update_cmd_events
cmd_events = get_cmd_events_from_sheet(scenario)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1098, in get_cmd_events_from_sheet
req = requests.get(url, timeout=30)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 713, in send
raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='docs.google.com', port=443): Read timed out. (read timeout=30)
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 02:21:04 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 02:21:06,543 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 02:21:07,248 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 02:21:07,248 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 02:21:08,163 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 02:21:08,175 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 02:21:08,650 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 02:21:08,659 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 02:21:08,672 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 02:21:08,681 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 02:21:08,763 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 02:21:08,772 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 02:21:08,782 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 02:21:08,828 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 02:21:08,829 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 02:21:08,835 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 02:21:08,839 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 02:21:08,844 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 02:21:08,847 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 02:21:08,852 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 02:21:08,884 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 02:21:08,895 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 02:21:08,895 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 02:21:08,895 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 02:21:08,896 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 02:21:08,896 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 02:21:08,896 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 02:21:08,896 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 02:21:08,896 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 02:21:08,896 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 02:21:08,897 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 02:21:08,897 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 02:21:08,897 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 02:21:08,945 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 02:21:09,490 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 02:21:10,237 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 02:21:10,237 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 02:21:10,237 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 02:21:10,237 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 02:21:10,237 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 02:21:10,237 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 02:21:10,237 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 02:21:10,237 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 02:21:10,237 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 02:21:10,237 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 02:21:10,237 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 02:21:10,237 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 02:21:10,237 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 02:21:10,237 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 02:21:10,318 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 02:31:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 02:31:04,486 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 02:31:04,892 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 02:31:04,892 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 02:31:05,731 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 02:31:05,744 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 02:31:06,140 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 02:31:06,150 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 02:31:06,156 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 02:31:06,163 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 02:31:06,235 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 02:31:06,242 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 02:31:06,247 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 02:31:06,288 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 02:31:06,290 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 02:31:06,294 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 02:31:06,298 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 02:31:06,303 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 02:31:06,306 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 02:31:06,310 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 02:31:06,344 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 02:31:06,355 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 02:31:06,355 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 02:31:06,355 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 02:31:06,355 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 02:31:06,355 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 02:31:06,356 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 02:31:06,356 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 02:31:06,356 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 02:31:06,356 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 02:31:06,356 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 02:31:06,356 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 02:31:06,357 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 02:31:06,403 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 02:31:06,791 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 02:31:07,651 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 02:31:07,651 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 02:31:07,651 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 02:31:07,651 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 02:31:07,651 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 02:31:07,651 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 02:31:07,651 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 02:31:07,651 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 02:31:07,651 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 02:31:07,651 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 02:31:07,651 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 02:31:07,651 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 02:31:07,651 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 02:31:07,651 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 02:31:07,739 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 02:41:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 02:41:03,730 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 02:41:04,127 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 02:41:04,127 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 02:41:05,067 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 02:41:05,076 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 02:41:05,362 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 02:41:05,367 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 02:41:05,373 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 02:41:05,378 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 02:41:05,447 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 02:41:05,453 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 02:41:05,458 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 02:41:05,497 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 02:41:05,499 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 02:41:05,503 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 02:41:05,507 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 02:41:05,511 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 02:41:05,515 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 02:41:05,518 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 02:41:05,551 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 02:41:05,562 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 02:41:05,562 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 02:41:05,562 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 02:41:05,562 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 02:41:05,563 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 02:41:05,563 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 02:41:05,563 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 02:41:05,563 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 02:41:05,563 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 02:41:05,563 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 02:41:05,564 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 02:41:05,564 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 02:41:05,608 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 02:41:05,975 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 02:41:06,688 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 02:41:06,688 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 02:41:06,688 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 02:41:06,688 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 02:41:06,688 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 02:41:06,688 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 02:41:06,688 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 02:41:06,688 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 02:41:06,688 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 02:41:06,688 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 02:41:06,688 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 02:41:06,688 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 02:41:06,688 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 02:41:06,688 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 02:41:06,766 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 02:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 02:51:04,184 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 02:51:04,565 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 02:51:04,565 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 02:51:05,341 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 02:51:05,348 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 02:51:05,883 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 02:51:05,888 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 02:51:05,894 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 02:51:05,900 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 02:51:06,314 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 02:51:06,321 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 02:51:06,326 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 02:51:06,405 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 02:51:06,406 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 02:51:06,411 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 02:51:06,415 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 02:51:06,420 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 02:51:06,424 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 02:51:06,428 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 02:51:06,460 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 02:51:06,471 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 02:51:06,471 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 02:51:06,471 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 02:51:06,471 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 02:51:06,471 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 02:51:06,472 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 02:51:06,472 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 02:51:06,472 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 02:51:06,472 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 02:51:06,472 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 02:51:06,472 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 02:51:06,473 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 02:51:06,516 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 02:51:06,896 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 02:51:07,602 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 02:51:07,602 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 02:51:07,602 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 02:51:07,602 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 02:51:07,602 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 02:51:07,602 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 02:51:07,602 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 02:51:07,602 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 02:51:07,602 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 02:51:07,602 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 02:51:07,602 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 02:51:07,602 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 02:51:07,602 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 02:51:07,602 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 02:51:07,681 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 03:01:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 03:01:04,329 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 03:01:04,709 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 03:01:04,710 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 03:01:05,568 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 03:01:05,578 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 03:01:05,881 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 03:01:05,887 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 03:01:05,892 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 03:01:05,898 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 03:01:05,968 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 03:01:05,974 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 03:01:05,978 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 03:01:06,018 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 03:01:06,019 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 03:01:06,023 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 03:01:06,027 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 03:01:06,032 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 03:01:06,035 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 03:01:06,039 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 03:01:06,071 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 03:01:06,082 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 03:01:06,082 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 03:01:06,082 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 03:01:06,082 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 03:01:06,082 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 03:01:06,083 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 03:01:06,083 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 03:01:06,083 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 03:01:06,083 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 03:01:06,083 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 03:01:06,083 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 03:01:06,084 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 03:01:06,127 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 03:01:06,508 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 03:01:07,203 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 03:01:07,203 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 03:01:07,203 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 03:01:07,203 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 03:01:07,203 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 03:01:07,203 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 03:01:07,203 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 03:01:07,203 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 03:01:07,203 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 03:01:07,203 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 03:01:07,203 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 03:01:07,203 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 03:01:07,203 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 03:01:07,203 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 03:01:07,292 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 03:11:07 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 03:11:10,312 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 03:11:11,186 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 03:11:11,186 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 03:11:11,990 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 03:11:12,011 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 03:11:12,941 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 03:11:12,964 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 03:11:12,974 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 03:11:12,993 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 03:11:13,074 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 03:11:13,090 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 03:11:13,101 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 03:11:13,159 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 03:11:13,161 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 03:11:13,176 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 03:11:13,181 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 03:11:13,187 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 03:11:13,192 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 03:11:13,197 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 03:11:13,229 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 03:11:13,241 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 03:11:13,241 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 03:11:13,241 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 03:11:13,242 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 03:11:13,242 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 03:11:13,242 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 03:11:13,242 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 03:11:13,242 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 03:11:13,242 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 03:11:13,243 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 03:11:13,243 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 03:11:13,243 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 03:11:13,290 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 03:11:13,871 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 03:11:14,627 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 03:11:14,627 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 03:11:14,627 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 03:11:14,627 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 03:11:14,627 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 03:11:14,627 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 03:11:14,627 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 03:11:14,627 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 03:11:14,627 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 03:11:14,627 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 03:11:14,627 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 03:11:14,627 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 03:11:14,627 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 03:11:14,627 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 03:11:14,712 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 03:21:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 03:21:05,229 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 03:21:05,622 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 03:21:05,623 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 03:21:06,621 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 03:21:06,629 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 03:21:06,949 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 03:21:06,955 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 03:21:06,962 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 03:21:06,967 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 03:21:07,031 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 03:21:07,037 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 03:21:07,042 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 03:21:07,078 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 03:21:07,079 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 03:21:07,083 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 03:21:07,086 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 03:21:07,091 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 03:21:07,094 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 03:21:07,098 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 03:21:07,129 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 03:21:07,139 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 03:21:07,139 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 03:21:07,139 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 03:21:07,140 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 03:21:07,140 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 03:21:07,140 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 03:21:07,140 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 03:21:07,140 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 03:21:07,140 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 03:21:07,141 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 03:21:07,141 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 03:21:07,141 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 03:21:07,184 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 03:21:07,553 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 03:21:08,214 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 03:21:08,214 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 03:21:08,214 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 03:21:08,214 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 03:21:08,214 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 03:21:08,214 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 03:21:08,214 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 03:21:08,214 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 03:21:08,214 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 03:21:08,214 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 03:21:08,214 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 03:21:08,214 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 03:21:08,214 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 03:21:08,214 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 03:21:08,289 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 03:31:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 03:31:04,108 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 03:31:04,490 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 03:31:04,490 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 03:31:05,464 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 03:31:05,473 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 03:31:05,758 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 03:31:05,764 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 03:31:05,770 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 03:31:05,775 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 03:31:05,842 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 03:31:05,848 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 03:31:05,852 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 03:31:05,894 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 03:31:05,895 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 03:31:05,899 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 03:31:05,903 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 03:31:05,907 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 03:31:05,911 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 03:31:05,914 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 03:31:05,947 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 03:31:05,957 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 03:31:05,957 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 03:31:05,957 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 03:31:05,958 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 03:31:05,958 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 03:31:05,958 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 03:31:05,958 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 03:31:05,958 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 03:31:05,958 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 03:31:05,959 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 03:31:05,959 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 03:31:05,959 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 03:31:06,002 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 03:31:06,376 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 03:31:07,086 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 03:31:07,086 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 03:31:07,086 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 03:31:07,086 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 03:31:07,086 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 03:31:07,086 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 03:31:07,086 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 03:31:07,086 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 03:31:07,086 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 03:31:07,086 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 03:31:07,086 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 03:31:07,086 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 03:31:07,086 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 03:31:07,086 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 03:31:07,164 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 03:41:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 03:41:05,039 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 03:41:05,430 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 03:41:05,431 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 03:41:06,220 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 03:41:06,233 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 03:41:06,751 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 03:41:06,757 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 03:41:06,764 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 03:41:06,769 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 03:41:06,870 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 03:41:06,876 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 03:41:06,881 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 03:41:06,929 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 03:41:06,930 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 03:41:06,934 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 03:41:06,937 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 03:41:06,942 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 03:41:06,945 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 03:41:06,949 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 03:41:06,980 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 03:41:06,990 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 03:41:06,991 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 03:41:06,991 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 03:41:06,991 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 03:41:06,991 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 03:41:06,991 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 03:41:06,992 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 03:41:06,992 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 03:41:06,992 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 03:41:06,992 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 03:41:06,992 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 03:41:06,992 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 03:41:07,035 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 03:41:07,403 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 03:41:08,070 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 03:41:08,070 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 03:41:08,070 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 03:41:08,071 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 03:41:08,071 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 03:41:08,071 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 03:41:08,071 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 03:41:08,071 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 03:41:08,071 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 03:41:08,071 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 03:41:08,071 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 03:41:08,071 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 03:41:08,071 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 03:41:08,071 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 03:41:08,146 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 03:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 03:51:04,116 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 03:51:04,499 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 03:51:04,499 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 03:51:05,311 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 03:51:05,323 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 03:51:05,712 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 03:51:05,717 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 03:51:05,723 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 03:51:05,729 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 03:51:05,795 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 03:51:05,801 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 03:51:05,806 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 03:51:05,845 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 03:51:05,846 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 03:51:05,850 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 03:51:05,854 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 03:51:05,858 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 03:51:05,862 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 03:51:05,865 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 03:51:05,897 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 03:51:05,907 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 03:51:05,907 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 03:51:05,907 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 03:51:05,908 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 03:51:05,908 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 03:51:05,908 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 03:51:05,908 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 03:51:05,908 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 03:51:05,908 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 03:51:05,909 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 03:51:05,909 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 03:51:05,909 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 03:51:05,952 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 03:51:06,313 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 03:51:06,978 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 03:51:06,978 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 03:51:06,978 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 03:51:06,978 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 03:51:06,978 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 03:51:06,978 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 03:51:06,978 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 03:51:06,978 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 03:51:06,978 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 03:51:06,978 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 03:51:06,978 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 03:51:06,978 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 03:51:06,978 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 03:51:06,978 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 03:51:07,054 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 04:01:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 04:01:04,050 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 04:01:04,426 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 04:01:04,426 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 04:01:05,184 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 04:01:05,198 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 04:01:05,476 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 04:01:05,482 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 04:01:05,487 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 04:01:05,493 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 04:01:05,560 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 04:01:05,566 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 04:01:05,571 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 04:01:05,609 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 04:01:05,610 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 04:01:05,615 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 04:01:05,619 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 04:01:05,623 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 04:01:05,626 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 04:01:05,630 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 04:01:05,661 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 04:01:05,671 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 04:01:05,671 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 04:01:05,671 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 04:01:05,672 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 04:01:05,672 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 04:01:05,672 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 04:01:05,672 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 04:01:05,672 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 04:01:05,672 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 04:01:05,673 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 04:01:05,673 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 04:01:05,673 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 04:01:05,716 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 04:01:06,096 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 04:01:06,763 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 04:01:06,763 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 04:01:06,763 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 04:01:06,763 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 04:01:06,763 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 04:01:06,763 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 04:01:06,763 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 04:01:06,763 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 04:01:06,763 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 04:01:06,763 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 04:01:06,763 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 04:01:06,763 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 04:01:06,763 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 04:01:06,763 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 04:01:06,843 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 04:11:05 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 04:11:08,440 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 04:11:09,017 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 04:11:09,018 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 04:11:09,813 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 04:11:09,827 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 04:11:10,273 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 04:11:10,284 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 04:11:10,292 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 04:11:10,300 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 04:11:10,378 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 04:11:10,388 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 04:11:10,397 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 04:11:10,435 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 04:11:10,436 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 04:11:10,441 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 04:11:10,445 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 04:11:10,451 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 04:11:10,455 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 04:11:10,460 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 04:11:10,492 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 04:11:10,502 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 04:11:10,503 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 04:11:10,503 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 04:11:10,503 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 04:11:10,503 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 04:11:10,503 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 04:11:10,503 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 04:11:10,504 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 04:11:10,504 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 04:11:10,504 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 04:11:10,504 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 04:11:10,504 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 04:11:10,549 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 04:11:11,008 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 04:11:11,796 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 04:11:11,796 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 04:11:11,796 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 04:11:11,796 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 04:11:11,796 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 04:11:11,796 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 04:11:11,796 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 04:11:11,796 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 04:11:11,796 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 04:11:11,796 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 04:11:11,796 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 04:11:11,796 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 04:11:11,796 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 04:11:11,796 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 04:11:11,875 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 04:21:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 04:21:04,936 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 04:21:05,330 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 04:21:05,330 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 04:21:06,113 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 04:21:06,124 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 04:21:06,496 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 04:21:06,502 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 04:21:06,509 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 04:21:06,515 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 04:21:06,581 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 04:21:06,589 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 04:21:06,599 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 04:21:06,638 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 04:21:06,639 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 04:21:06,644 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 04:21:06,648 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 04:21:06,652 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 04:21:06,656 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 04:21:06,659 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 04:21:06,692 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 04:21:06,703 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 04:21:06,703 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 04:21:06,703 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 04:21:06,703 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 04:21:06,703 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 04:21:06,704 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 04:21:06,704 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 04:21:06,704 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 04:21:06,704 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 04:21:06,704 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 04:21:06,705 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 04:21:06,705 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 04:21:06,749 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 04:21:07,132 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 04:21:07,828 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 04:21:07,828 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 04:21:07,828 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 04:21:07,828 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 04:21:07,828 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 04:21:07,828 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 04:21:07,828 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 04:21:07,828 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 04:21:07,828 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 04:21:07,828 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 04:21:07,828 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 04:21:07,828 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 04:21:07,828 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 04:21:07,828 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 04:21:07,904 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 04:31:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 04:31:04,027 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 04:31:04,417 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 04:31:04,417 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 04:31:05,327 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 04:31:05,334 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 04:31:05,612 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 04:31:05,618 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 04:31:05,624 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 04:31:05,629 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 04:31:05,701 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 04:31:05,707 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 04:31:05,712 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 04:31:05,751 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 04:31:05,752 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 04:31:05,757 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 04:31:05,760 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 04:31:05,765 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 04:31:05,768 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 04:31:05,772 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 04:31:05,803 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 04:31:05,814 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 04:31:05,814 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 04:31:05,814 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 04:31:05,814 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 04:31:05,814 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 04:31:05,815 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 04:31:05,815 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 04:31:05,815 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 04:31:05,815 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 04:31:05,815 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 04:31:05,815 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 04:31:05,815 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 04:31:05,858 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 04:31:06,230 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 04:31:06,907 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 04:31:06,907 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 04:31:06,907 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 04:31:06,908 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 04:31:06,908 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 04:31:06,908 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 04:31:06,908 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 04:31:06,908 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 04:31:06,908 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 04:31:06,908 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 04:31:06,908 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 04:31:06,908 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 04:31:06,908 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 04:31:06,908 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 04:31:06,984 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 04:41:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 04:41:03,513 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 04:41:03,902 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 04:41:03,902 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 04:41:04,710 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 04:41:04,718 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 04:41:04,999 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 04:41:05,005 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 04:41:05,011 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 04:41:05,017 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 04:41:05,083 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 04:41:05,089 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 04:41:05,094 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 04:41:05,136 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 04:41:05,137 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 04:41:05,142 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 04:41:05,146 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 04:41:05,150 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 04:41:05,154 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 04:41:05,157 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 04:41:05,189 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 04:41:05,199 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 04:41:05,199 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 04:41:05,199 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 04:41:05,200 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 04:41:05,200 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 04:41:05,200 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 04:41:05,200 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 04:41:05,200 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 04:41:05,200 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 04:41:05,201 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 04:41:05,201 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 04:41:05,201 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 04:41:05,246 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 04:41:05,640 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 04:41:06,333 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 04:41:06,333 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 04:41:06,333 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 04:41:06,333 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 04:41:06,333 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 04:41:06,333 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 04:41:06,333 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 04:41:06,333 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 04:41:06,333 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 04:41:06,333 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 04:41:06,333 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 04:41:06,333 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 04:41:06,333 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 04:41:06,333 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 04:41:06,410 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 04:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 04:51:04,239 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 04:51:04,631 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 04:51:04,631 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 04:51:05,546 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 04:51:05,553 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 04:51:05,849 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 04:51:05,855 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 04:51:05,861 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 04:51:05,867 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 04:51:05,935 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 04:51:05,942 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 04:51:05,947 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 04:51:05,986 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 04:51:05,988 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 04:51:05,992 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 04:51:05,996 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 04:51:06,001 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 04:51:06,005 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 04:51:06,008 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 04:51:06,040 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 04:51:06,050 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 04:51:06,051 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 04:51:06,051 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 04:51:06,051 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 04:51:06,051 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 04:51:06,051 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 04:51:06,051 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 04:51:06,052 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 04:51:06,052 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 04:51:06,052 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 04:51:06,052 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 04:51:06,052 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 04:51:06,098 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 04:51:06,490 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 04:51:07,184 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 04:51:07,184 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 04:51:07,184 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 04:51:07,184 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 04:51:07,184 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 04:51:07,184 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 04:51:07,184 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 04:51:07,184 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 04:51:07,184 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 04:51:07,184 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 04:51:07,184 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 04:51:07,184 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 04:51:07,184 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 04:51:07,184 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 04:51:07,321 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 05:01:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 05:01:03,835 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 05:01:04,221 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 05:01:04,221 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 05:01:05,139 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 05:01:05,148 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 05:01:05,473 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 05:01:05,479 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 05:01:05,485 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 05:01:05,491 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 05:01:05,554 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 05:01:05,560 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 05:01:05,565 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 05:01:05,609 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 05:01:05,611 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 05:01:05,615 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 05:01:05,619 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 05:01:05,623 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 05:01:05,627 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 05:01:05,630 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 05:01:05,662 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 05:01:05,672 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 05:01:05,672 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 05:01:05,672 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 05:01:05,672 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 05:01:05,672 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 05:01:05,673 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 05:01:05,673 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 05:01:05,673 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 05:01:05,673 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 05:01:05,673 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 05:01:05,673 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 05:01:05,674 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 05:01:05,716 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 05:01:06,104 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 05:01:06,830 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 05:01:06,830 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 05:01:06,830 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 05:01:06,830 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 05:01:06,830 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 05:01:06,830 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 05:01:06,830 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 05:01:06,830 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 05:01:06,830 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 05:01:06,830 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 05:01:06,830 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 05:01:06,830 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 05:01:06,830 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 05:01:06,830 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 05:01:06,906 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 05:11:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 05:11:04,134 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 05:11:04,515 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 05:11:04,515 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 05:11:05,372 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 05:11:05,386 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 05:11:05,734 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 05:11:05,740 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 05:11:05,746 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 05:11:05,752 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 05:11:05,823 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 05:11:05,829 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 05:11:05,834 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 05:11:05,878 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 05:11:05,880 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 05:11:05,884 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 05:11:05,888 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 05:11:05,892 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 05:11:05,896 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 05:11:05,900 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 05:11:05,931 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 05:11:05,942 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 05:11:05,942 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 05:11:05,942 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 05:11:05,942 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 05:11:05,942 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 05:11:05,943 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 05:11:05,943 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 05:11:05,943 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 05:11:05,943 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 05:11:05,943 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 05:11:05,943 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 05:11:05,944 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 05:11:05,986 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 05:11:06,373 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 05:11:07,046 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 05:11:07,046 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 05:11:07,046 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 05:11:07,046 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 05:11:07,046 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 05:11:07,046 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 05:11:07,046 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 05:11:07,046 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 05:11:07,046 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 05:11:07,046 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 05:11:07,046 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 05:11:07,046 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 05:11:07,046 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 05:11:07,046 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 05:11:07,127 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 05:21:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 05:21:04,638 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 05:21:05,024 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 05:21:05,024 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 05:21:05,854 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 05:21:05,862 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 05:21:06,156 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 05:21:06,162 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 05:21:06,168 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 05:21:06,173 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 05:21:06,237 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 05:21:06,243 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 05:21:06,248 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 05:21:06,289 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 05:21:06,290 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 05:21:06,295 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 05:21:06,298 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 05:21:06,303 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 05:21:06,306 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 05:21:06,310 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 05:21:06,342 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 05:21:06,352 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 05:21:06,352 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 05:21:06,352 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 05:21:06,353 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 05:21:06,353 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 05:21:06,353 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 05:21:06,353 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 05:21:06,353 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 05:21:06,354 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 05:21:06,354 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 05:21:06,354 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 05:21:06,354 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 05:21:06,397 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 05:21:06,777 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 05:21:07,482 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 05:21:07,482 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 05:21:07,482 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 05:21:07,482 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 05:21:07,482 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 05:21:07,482 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 05:21:07,482 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 05:21:07,482 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 05:21:07,482 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 05:21:07,482 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 05:21:07,482 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 05:21:07,482 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 05:21:07,482 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 05:21:07,482 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 05:21:07,558 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 05:31:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 05:31:04,403 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 05:31:04,810 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 05:31:04,810 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 05:31:05,709 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 05:31:05,723 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 05:31:06,092 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 05:31:06,098 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 05:31:06,104 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 05:31:06,110 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 05:31:06,173 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 05:31:06,179 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 05:31:06,184 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 05:31:06,222 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 05:31:06,223 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 05:31:06,228 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 05:31:06,231 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 05:31:06,236 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 05:31:06,239 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 05:31:06,243 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 05:31:06,275 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 05:31:06,285 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 05:31:06,286 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 05:31:06,286 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 05:31:06,286 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 05:31:06,286 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 05:31:06,286 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 05:31:06,286 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 05:31:06,287 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 05:31:06,287 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 05:31:06,287 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 05:31:06,287 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 05:31:06,287 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 05:31:06,331 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 05:31:06,711 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 05:31:07,428 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 05:31:07,428 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 05:31:07,428 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 05:31:07,428 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 05:31:07,428 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 05:31:07,428 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 05:31:07,428 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 05:31:07,428 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 05:31:07,428 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 05:31:07,428 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 05:31:07,428 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 05:31:07,428 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 05:31:07,428 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 05:31:07,428 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 05:31:07,505 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 05:41:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 05:41:04,499 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 05:41:04,888 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 05:41:04,888 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 05:41:05,786 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 05:41:05,793 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 05:41:06,077 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 05:41:06,083 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 05:41:06,089 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 05:41:06,094 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 05:41:06,165 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 05:41:06,171 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 05:41:06,176 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 05:41:06,218 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 05:41:06,219 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 05:41:06,224 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 05:41:06,228 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 05:41:06,232 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 05:41:06,241 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 05:41:06,245 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 05:41:06,277 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 05:41:06,287 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 05:41:06,287 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 05:41:06,287 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 05:41:06,287 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 05:41:06,288 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 05:41:06,288 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 05:41:06,288 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 05:41:06,288 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 05:41:06,288 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 05:41:06,288 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 05:41:06,289 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 05:41:06,289 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 05:41:06,332 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 05:41:06,709 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 05:41:07,382 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 05:41:07,383 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 05:41:07,383 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 05:41:07,383 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 05:41:07,383 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 05:41:07,383 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 05:41:07,383 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 05:41:07,383 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 05:41:07,383 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 05:41:07,383 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 05:41:07,383 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 05:41:07,383 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 05:41:07,383 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 05:41:07,383 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 05:41:07,458 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 05:51:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 05:51:04,439 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 05:51:04,836 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 05:51:04,836 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 05:51:05,697 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 05:51:05,705 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 05:51:05,993 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 05:51:05,999 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 05:51:06,005 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 05:51:06,011 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 05:51:06,080 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 05:51:06,086 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 05:51:06,091 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 05:51:06,130 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 05:51:06,131 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 05:51:06,135 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 05:51:06,139 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 05:51:06,144 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 05:51:06,147 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 05:51:06,151 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 05:51:06,182 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 05:51:06,192 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 05:51:06,192 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 05:51:06,192 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 05:51:06,193 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 05:51:06,193 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 05:51:06,193 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 05:51:06,193 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 05:51:06,193 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 05:51:06,193 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 05:51:06,193 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 05:51:06,194 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 05:51:06,194 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 05:51:06,237 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 05:51:06,620 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 05:51:07,298 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 05:51:07,298 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 05:51:07,298 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 05:51:07,298 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 05:51:07,298 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 05:51:07,298 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 05:51:07,298 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 05:51:07,299 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 05:51:07,299 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 05:51:07,299 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 05:51:07,299 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 05:51:07,299 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 05:51:07,299 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 05:51:07,299 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 05:51:07,375 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 06:01:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 06:01:04,665 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 06:01:05,049 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 06:01:05,050 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 06:01:05,796 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 06:01:05,810 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 06:01:06,303 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 06:01:06,308 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 06:01:06,314 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 06:01:06,320 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 06:01:06,394 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 06:01:06,400 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 06:01:06,405 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 06:01:06,445 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 06:01:06,447 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 06:01:06,451 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 06:01:06,455 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 06:01:06,460 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 06:01:06,463 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 06:01:06,467 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 06:01:06,498 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 06:01:06,509 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 06:01:06,509 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 06:01:06,509 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 06:01:06,509 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 06:01:06,509 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 06:01:06,510 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 06:01:06,510 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 06:01:06,510 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 06:01:06,510 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 06:01:06,510 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 06:01:06,510 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 06:01:06,510 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 06:01:06,554 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 06:01:06,947 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 06:01:07,613 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 06:01:07,613 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 06:01:07,613 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 06:01:07,613 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 06:01:07,613 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 06:01:07,613 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 06:01:07,613 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 06:01:07,613 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 06:01:07,613 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 06:01:07,613 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 06:01:07,614 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 06:01:07,614 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 06:01:07,614 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 06:01:07,614 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 06:01:07,694 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 06:11:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 06:11:04,708 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 06:11:05,096 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 06:11:05,096 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 06:11:05,917 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 06:11:05,937 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 06:11:06,256 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 06:11:06,262 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 06:11:06,268 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 06:11:06,274 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 06:11:06,340 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 06:11:06,347 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 06:11:06,360 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 06:11:06,398 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 06:11:06,400 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 06:11:06,404 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 06:11:06,408 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 06:11:06,412 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 06:11:06,416 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 06:11:06,419 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 06:11:06,451 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 06:11:06,461 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 06:11:06,462 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 06:11:06,462 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 06:11:06,462 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 06:11:06,462 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 06:11:06,462 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 06:11:06,462 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 06:11:06,463 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 06:11:06,463 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 06:11:06,463 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 06:11:06,463 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 06:11:06,463 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 06:11:06,507 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 06:11:06,889 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 06:11:07,561 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 06:11:07,561 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 06:11:07,561 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 06:11:07,561 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 06:11:07,561 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 06:11:07,561 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 06:11:07,561 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 06:11:07,561 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 06:11:07,561 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 06:11:07,561 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 06:11:07,561 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 06:11:07,561 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 06:11:07,561 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 06:11:07,562 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 06:11:07,638 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 06:21:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 06:21:03,937 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 06:21:04,337 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 06:21:04,338 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 06:21:05,362 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 06:21:05,382 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 06:21:05,878 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 06:21:05,890 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 06:21:05,902 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 06:21:05,910 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 06:21:05,995 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 06:21:06,007 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 06:21:06,015 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 06:21:06,064 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 06:21:06,066 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 06:21:06,071 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 06:21:06,080 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 06:21:06,085 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 06:21:06,091 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 06:21:06,099 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 06:21:06,131 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 06:21:06,141 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 06:21:06,142 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 06:21:06,142 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 06:21:06,142 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 06:21:06,142 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 06:21:06,142 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 06:21:06,143 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 06:21:06,143 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 06:21:06,143 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 06:21:06,143 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 06:21:06,143 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 06:21:06,143 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 06:21:06,194 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 06:21:06,617 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 06:21:07,418 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 06:21:07,418 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 06:21:07,418 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 06:21:07,418 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 06:21:07,418 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 06:21:07,418 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 06:21:07,418 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 06:21:07,418 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 06:21:07,418 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 06:21:07,418 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 06:21:07,418 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 06:21:07,418 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 06:21:07,418 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 06:21:07,418 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 06:21:07,507 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 06:31:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 06:31:05,347 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 06:31:05,733 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 06:31:05,733 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 06:31:06,206 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 06:31:06,241 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 06:31:06,828 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 06:31:06,833 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 06:31:06,839 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 06:31:06,844 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 06:31:06,919 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 06:31:06,925 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 06:31:06,929 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 06:31:06,969 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 06:31:06,970 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 06:31:06,975 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 06:31:06,978 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 06:31:06,983 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 06:31:06,986 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 06:31:06,990 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 06:31:07,022 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 06:31:07,033 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 06:31:07,033 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 06:31:07,033 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 06:31:07,033 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 06:31:07,033 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 06:31:07,034 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 06:31:07,034 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 06:31:07,034 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 06:31:07,034 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 06:31:07,034 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 06:31:07,034 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 06:31:07,035 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 06:31:07,078 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 06:31:07,447 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 06:31:08,138 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 06:31:08,138 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 06:31:08,138 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 06:31:08,138 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 06:31:08,138 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 06:31:08,138 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 06:31:08,138 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 06:31:08,138 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 06:31:08,138 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 06:31:08,138 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 06:31:08,138 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 06:31:08,138 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 06:31:08,138 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 06:31:08,138 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 06:31:08,213 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 06:41:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 06:41:03,751 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 06:41:04,157 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 06:41:04,157 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 06:41:04,653 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 06:41:04,669 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 06:41:05,154 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 06:41:05,167 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 06:41:05,180 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 06:41:05,189 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 06:41:05,268 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 06:41:05,277 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 06:41:05,284 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 06:41:05,330 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 06:41:05,332 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 06:41:05,341 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 06:41:05,346 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 06:41:05,350 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 06:41:05,357 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 06:41:05,361 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 06:41:05,396 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 06:41:05,407 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 06:41:05,407 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 06:41:05,407 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 06:41:05,408 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 06:41:05,408 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 06:41:05,408 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 06:41:05,408 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 06:41:05,408 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 06:41:05,408 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 06:41:05,409 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 06:41:05,409 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 06:41:05,409 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 06:41:05,456 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 06:41:05,853 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 06:41:06,580 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 06:41:06,580 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 06:41:06,580 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 06:41:06,580 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 06:41:06,580 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 06:41:06,580 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 06:41:06,580 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 06:41:06,580 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 06:41:06,581 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 06:41:06,581 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 06:41:06,581 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 06:41:06,581 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 06:41:06,581 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 06:41:06,581 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 06:41:06,674 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 06:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 06:51:03,904 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 06:51:04,295 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 06:51:04,296 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 06:51:04,697 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 06:51:04,715 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 06:51:05,207 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 06:51:05,218 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 06:51:05,229 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 06:51:05,237 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 06:51:05,322 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 06:51:05,334 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 06:51:05,342 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 06:51:05,388 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 06:51:05,390 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 06:51:05,396 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 06:51:05,401 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 06:51:05,407 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 06:51:05,413 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 06:51:05,417 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 06:51:05,450 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 06:51:05,460 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 06:51:05,461 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 06:51:05,461 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 06:51:05,461 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 06:51:05,461 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 06:51:05,461 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 06:51:05,461 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 06:51:05,462 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 06:51:05,462 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 06:51:05,462 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 06:51:05,462 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 06:51:05,462 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 06:51:05,506 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 06:51:05,923 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 06:51:06,746 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 06:51:06,746 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 06:51:06,746 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 06:51:06,746 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 06:51:06,746 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 06:51:06,746 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 06:51:06,746 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 06:51:06,746 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 06:51:06,746 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 06:51:06,746 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 06:51:06,746 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 06:51:06,746 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 06:51:06,746 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 06:51:06,746 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 06:51:06,832 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 07:01:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 07:01:05,948 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 07:01:06,354 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 07:01:06,354 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 07:01:06,840 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 07:01:06,857 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 07:01:07,181 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 07:01:07,187 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 07:01:07,193 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 07:01:07,199 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 07:01:07,271 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 07:01:07,277 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 07:01:07,282 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 07:01:07,324 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 07:01:07,325 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 07:01:07,330 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 07:01:07,334 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 07:01:07,338 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 07:01:07,342 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 07:01:07,345 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 07:01:07,381 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 07:01:07,392 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 07:01:07,393 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 07:01:07,393 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 07:01:07,393 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 07:01:07,393 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 07:01:07,393 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 07:01:07,393 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 07:01:07,394 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 07:01:07,394 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 07:01:07,394 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 07:01:07,394 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 07:01:07,394 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 07:01:07,441 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 07:01:07,821 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 07:01:08,566 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 07:01:08,566 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 07:01:08,566 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 07:01:08,566 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 07:01:08,566 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 07:01:08,566 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 07:01:08,566 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 07:01:08,566 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 07:01:08,566 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 07:01:08,566 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 07:01:08,566 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 07:01:08,566 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 07:01:08,566 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 07:01:08,566 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 07:01:08,644 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 07:11:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 07:11:06,043 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 07:11:06,426 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 07:11:06,426 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 07:11:06,827 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 07:11:06,835 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 07:11:07,136 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 07:11:07,142 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 07:11:07,149 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 07:11:07,155 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 07:11:07,218 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 07:11:07,225 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 07:11:07,231 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 07:11:07,269 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 07:11:07,270 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 07:11:07,275 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 07:11:07,279 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 07:11:07,283 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 07:11:07,287 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 07:11:07,290 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 07:11:07,323 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 07:11:07,333 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 07:11:07,333 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 07:11:07,333 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 07:11:07,334 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 07:11:07,334 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 07:11:07,334 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 07:11:07,334 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 07:11:07,334 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 07:11:07,334 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 07:11:07,335 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 07:11:07,335 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 07:11:07,335 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 07:11:07,378 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 07:11:07,762 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 07:11:08,438 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 07:11:08,438 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 07:11:08,438 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 07:11:08,438 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 07:11:08,438 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 07:11:08,438 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 07:11:08,438 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 07:11:08,438 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 07:11:08,438 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 07:11:08,438 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 07:11:08,438 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 07:11:08,438 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 07:11:08,438 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 07:11:08,438 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 07:11:08,516 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 07:21:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 07:21:05,068 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 07:21:05,469 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 07:21:05,470 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 07:21:05,958 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 07:21:05,974 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 07:21:06,870 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 07:21:06,898 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 07:21:06,930 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 07:21:06,948 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 07:21:07,059 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 07:21:07,068 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 07:21:07,073 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 07:21:07,142 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 07:21:07,144 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 07:21:07,150 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 07:21:07,154 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 07:21:07,162 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 07:21:07,173 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 07:21:07,181 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 07:21:07,212 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 07:21:07,223 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 07:21:07,223 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 07:21:07,223 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 07:21:07,223 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 07:21:07,223 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 07:21:07,224 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 07:21:07,224 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 07:21:07,224 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 07:21:07,224 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 07:21:07,224 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 07:21:07,224 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 07:21:07,225 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 07:21:07,268 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 07:21:07,650 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 07:21:08,357 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 07:21:08,357 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 07:21:08,357 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 07:21:08,357 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 07:21:08,357 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 07:21:08,357 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 07:21:08,357 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 07:21:08,357 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 07:21:08,357 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 07:21:08,357 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 07:21:08,357 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 07:21:08,357 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 07:21:08,357 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 07:21:08,357 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 07:21:08,434 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 07:31:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 07:31:05,997 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 07:31:06,389 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 07:31:06,390 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 07:31:06,865 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 07:31:06,911 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 07:31:08,081 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 07:31:08,086 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 07:31:08,092 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 07:31:08,097 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 07:31:08,170 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 07:31:08,176 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 07:31:08,181 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 07:31:08,222 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 07:31:08,223 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 07:31:08,228 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 07:31:08,231 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 07:31:08,236 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 07:31:08,239 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 07:31:08,243 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 07:31:08,275 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 07:31:08,289 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 07:31:08,289 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 07:31:08,289 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 07:31:08,290 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 07:31:08,290 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 07:31:08,290 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 07:31:08,290 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 07:31:08,291 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 07:31:08,291 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 07:31:08,291 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 07:31:08,291 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 07:31:08,292 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 07:31:08,343 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 07:31:08,712 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 07:31:09,382 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 07:31:09,382 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 07:31:09,382 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 07:31:09,382 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 07:31:09,382 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 07:31:09,382 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 07:31:09,382 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 07:31:09,382 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 07:31:09,382 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 07:31:09,382 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 07:31:09,382 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 07:31:09,382 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 07:31:09,382 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 07:31:09,382 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 07:31:09,460 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 07:41:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 07:41:03,783 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 07:41:04,173 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 07:41:04,173 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 07:41:04,853 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 07:41:04,869 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 07:41:05,394 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 07:41:05,406 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 07:41:05,418 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 07:41:05,427 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 07:41:05,513 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 07:41:05,523 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 07:41:05,532 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 07:41:05,580 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 07:41:05,582 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 07:41:05,587 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 07:41:05,592 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 07:41:05,598 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 07:41:05,603 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 07:41:05,607 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 07:41:05,639 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 07:41:05,650 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 07:41:05,651 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 07:41:05,651 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 07:41:05,651 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 07:41:05,651 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 07:41:05,651 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 07:41:05,651 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 07:41:05,652 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 07:41:05,652 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 07:41:05,652 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 07:41:05,652 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 07:41:05,652 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 07:41:05,699 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 07:41:06,161 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 07:41:06,944 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 07:41:06,944 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 07:41:06,944 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 07:41:06,944 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 07:41:06,944 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 07:41:06,944 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 07:41:06,944 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 07:41:06,944 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 07:41:06,944 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 07:41:06,944 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 07:41:06,944 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 07:41:06,944 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 07:41:06,944 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 07:41:06,944 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 07:41:07,025 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 07:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 07:51:03,817 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 07:51:04,236 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 07:51:04,237 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 07:51:04,870 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 07:51:04,885 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 07:51:05,388 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 07:51:05,400 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 07:51:05,411 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 07:51:05,420 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 07:51:05,496 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 07:51:05,508 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 07:51:05,515 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 07:51:05,560 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 07:51:05,562 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 07:51:05,569 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 07:51:05,575 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 07:51:05,582 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 07:51:05,587 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 07:51:05,592 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 07:51:05,625 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 07:51:05,635 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 07:51:05,636 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 07:51:05,636 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 07:51:05,636 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 07:51:05,636 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 07:51:05,636 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 07:51:05,636 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 07:51:05,637 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 07:51:05,637 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 07:51:05,637 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 07:51:05,637 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 07:51:05,637 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 07:51:05,681 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 07:51:06,110 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 07:51:06,859 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 07:51:06,859 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 07:51:06,860 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 07:51:06,860 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 07:51:06,860 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 07:51:06,860 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 07:51:06,860 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 07:51:06,860 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 07:51:06,860 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 07:51:06,860 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 07:51:06,860 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 07:51:06,860 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 07:51:06,860 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 07:51:06,860 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 07:51:06,938 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 08:01:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 08:01:03,700 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 08:01:04,092 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 08:01:04,092 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 08:01:04,473 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 08:01:04,488 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 08:01:05,042 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 08:01:05,054 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 08:01:05,066 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 08:01:05,075 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 08:01:05,219 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 08:01:05,230 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 08:01:05,238 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 08:01:05,307 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 08:01:05,309 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 08:01:05,314 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 08:01:05,318 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 08:01:05,322 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 08:01:05,326 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 08:01:05,329 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 08:01:05,362 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 08:01:05,372 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 08:01:05,373 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 08:01:05,373 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 08:01:05,373 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 08:01:05,373 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 08:01:05,373 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 08:01:05,374 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 08:01:05,374 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 08:01:05,374 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 08:01:05,374 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 08:01:05,374 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 08:01:05,374 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 08:01:05,419 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 08:01:05,795 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 08:01:06,466 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 08:01:06,466 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 08:01:06,466 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 08:01:06,466 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 08:01:06,466 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 08:01:06,466 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 08:01:06,466 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 08:01:06,466 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 08:01:06,466 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 08:01:06,466 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 08:01:06,466 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 08:01:06,466 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 08:01:06,466 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 08:01:06,466 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 08:01:06,542 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 08:11:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 08:11:04,289 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 08:11:04,681 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 08:11:04,681 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 08:11:05,056 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 08:11:05,070 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 08:11:05,550 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 08:11:05,561 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 08:11:05,573 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 08:11:05,581 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 08:11:05,665 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 08:11:05,677 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 08:11:05,684 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 08:11:05,729 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 08:11:05,731 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 08:11:05,736 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 08:11:05,742 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 08:11:05,748 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 08:11:05,753 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 08:11:05,758 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 08:11:05,790 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 08:11:05,800 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 08:11:05,800 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 08:11:05,801 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 08:11:05,801 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 08:11:05,801 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 08:11:05,801 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 08:11:05,801 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 08:11:05,802 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 08:11:05,802 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 08:11:05,802 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 08:11:05,802 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 08:11:05,802 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 08:11:05,847 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 08:11:06,240 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 08:11:06,945 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 08:11:06,945 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 08:11:06,945 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 08:11:06,945 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 08:11:06,945 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 08:11:06,945 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 08:11:06,945 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 08:11:06,945 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 08:11:06,945 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 08:11:06,945 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 08:11:06,945 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 08:11:06,945 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 08:11:06,945 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 08:11:06,945 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 08:11:07,021 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 08:21:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 08:21:03,612 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 08:21:03,994 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 08:21:03,994 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 08:21:04,400 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 08:21:04,420 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 08:21:04,740 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 08:21:04,749 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 08:21:04,756 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 08:21:04,762 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 08:21:04,831 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 08:21:04,842 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 08:21:04,849 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 08:21:04,898 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 08:21:04,899 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 08:21:04,904 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 08:21:04,908 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 08:21:04,912 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 08:21:04,917 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 08:21:04,921 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 08:21:04,953 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 08:21:04,963 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 08:21:04,964 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 08:21:04,964 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 08:21:04,964 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 08:21:04,964 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 08:21:04,965 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 08:21:04,965 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 08:21:04,965 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 08:21:04,965 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 08:21:04,965 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 08:21:04,965 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 08:21:04,965 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 08:21:05,010 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 08:21:05,406 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 08:21:06,108 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 08:21:06,108 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 08:21:06,108 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 08:21:06,108 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 08:21:06,108 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 08:21:06,108 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 08:21:06,108 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 08:21:06,108 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 08:21:06,108 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 08:21:06,108 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 08:21:06,108 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 08:21:06,108 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 08:21:06,108 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 08:21:06,108 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 08:21:06,187 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 08:31:04 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 08:31:05,564 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 08:31:05,942 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 08:31:05,943 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 08:31:21,468 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 08:31:21,476 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 08:31:21,730 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 08:31:21,736 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 08:31:21,742 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 08:31:21,747 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 08:31:21,819 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 08:31:21,826 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 08:31:21,831 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 08:31:21,873 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 08:31:21,875 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 08:31:21,879 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 08:31:21,883 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 08:31:21,887 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 08:31:21,891 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 08:31:21,894 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 08:31:21,926 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 08:31:21,936 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 08:31:21,937 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 08:31:21,937 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 08:31:21,937 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 08:31:21,937 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 08:31:21,937 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 08:31:21,937 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 08:31:21,938 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 08:31:21,938 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 08:31:21,938 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 08:31:21,938 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 08:31:21,938 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 08:31:21,981 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 08:31:22,354 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 08:31:23,047 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 08:31:23,047 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 08:31:23,047 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 08:31:23,047 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 08:31:23,047 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 08:31:23,047 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 08:31:23,047 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 08:31:23,047 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 08:31:23,047 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 08:31:23,047 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 08:31:23,047 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 08:31:23,047 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 08:31:23,047 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 08:31:23,047 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 08:31:23,123 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.17.1
Time: Tue Oct 14 08:41:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': None,
'scenario': None,
'stop': None}
******************************************
2025-10-14 08:41:04,306 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1751277 commands
2025-10-14 08:41:05,045 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 08:41:05,045 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-10-14 08:41:05,396 get_cmd_events_from_sheet: Writing 156 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-10-14 08:41:05,411 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/SEP with cache=False
2025-10-14 08:41:05,883 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP1525A.pkl.gz
2025-10-14 08:41:05,895 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2225A.pkl.gz
2025-10-14 08:41:05,910 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/SEP2925A.pkl.gz
2025-10-14 08:41:05,918 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/OCT with cache=False
2025-10-14 08:41:06,011 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT0625A.pkl.gz
2025-10-14 08:41:06,025 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/OCT1325A.pkl.gz
2025-10-14 08:41:06,033 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV with cache=False
2025-10-14 08:41:06,094 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/NOV
2025-10-14 08:41:06,096 update_cmd_events_and_loads_and_get_cmds_recent: Including loads SEP1525A, SEP2225A, SEP2925A, OCT0625A, OCT1325A
2025-10-14 08:41:06,101 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP1525A has 2241 commands with RLTT=2025:257:23:00:15.000
2025-10-14 08:41:06,111 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2225A has 1964 commands with RLTT=2025:265:00:07:59.836
2025-10-14 08:41:06,116 update_cmd_events_and_loads_and_get_cmds_recent: Load SEP2925A has 2067 commands with RLTT=2025:272:00:17:23.646
2025-10-14 08:41:06,121 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT0625A has 1760 commands with RLTT=2025:278:23:13:04.346
2025-10-14 08:41:06,126 update_cmd_events_and_loads_and_get_cmds_recent: Load OCT1325A has 1869 commands with RLTT=2025:285:13:23:00.000
2025-10-14 08:41:06,157 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:244:21:09:40.323
2025-10-14 08:41:06,168 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:244:21:09:40.323 with 16 commands
2025-10-14 08:41:06,168 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:244:21:09:40.323
2025-10-14 08:41:06,168 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP1525A with 2241 commands
2025-10-14 08:41:06,168 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2241 commands from SEP1525A
2025-10-14 08:41:06,168 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2225A with 1964 commands
2025-10-14 08:41:06,169 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1964 commands from SEP2225A
2025-10-14 08:41:06,169 update_cmd_events_and_loads_and_get_cmds_recent: Processing SEP2925A with 2067 commands
2025-10-14 08:41:06,169 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2067 commands from SEP2925A
2025-10-14 08:41:06,169 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT0625A with 1760 commands
2025-10-14 08:41:06,169 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1760 commands from OCT0625A
2025-10-14 08:41:06,169 update_cmd_events_and_loads_and_get_cmds_recent: Processing OCT1325A with 1869 commands
2025-10-14 08:41:06,170 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1869 commands from OCT1325A
2025-10-14 08:41:06,213 get_matching_block_idx: Selecting commands from cmds_arch[1737121:]
2025-10-14 08:41:06,612 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 183968 pars
2025-10-14 08:41:07,297 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-10-14 08:41:07,297 get_matching_block_idx: Match(a=0, b=0, size=16)
2025-10-14 08:41:07,297 get_matching_block_idx: Match(a=4002, b=16, size=3)
2025-10-14 08:41:07,297 get_matching_block_idx: Match(a=4024, b=19, size=36)
2025-10-14 08:41:07,297 get_matching_block_idx: Match(a=4061, b=55, size=10095)
2025-10-14 08:41:07,297 get_matching_block_idx: Match(a=14156, b=10150, size=0)
2025-10-14 08:41:07,297 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-10-14 08:41:07,297 get_matching_block_idx: ('equal', 0, 16, 0, 16)
2025-10-14 08:41:07,297 get_matching_block_idx: ('delete', 16, 4002, 16, 16)
2025-10-14 08:41:07,297 get_matching_block_idx: ('equal', 4002, 4005, 16, 19)
2025-10-14 08:41:07,297 get_matching_block_idx: ('delete', 4005, 4024, 19, 19)
2025-10-14 08:41:07,297 get_matching_block_idx: ('equal', 4024, 4060, 19, 55)
2025-10-14 08:41:07,297 get_matching_block_idx: ('delete', 4060, 4061, 55, 55)
2025-10-14 08:41:07,298 get_matching_block_idx: ('equal', 4061, 14156, 55, 10150)
2025-10-14 08:41:07,375 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5