Prev
Index
Next
kadi: Sat Mar 8 07:01:11 2025
File: /proj/sot/ska/data/kadi/logs/daily.0/kadi_cmds.log
Task | Status | Age | MaxAge | Last Date |
kadi |
NOT OK
|
0.16 | 1.0 |
Sat Mar 8 07:01:11 2025 |
Errors:
- Line 18: Traceback (most recent call last):
- Line 42: TimeoutError: The read operation timed out
- Line 44: The above exception was the direct cause of the following exception:
- Line 46: Traceback (most recent call last):
- Line 54: raise reraise(type(error), error, _stacktrace)
- Line 64: raise ReadTimeoutError(
- Line 65: urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Read timed out. (read timeout=30)
- Line 65: urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Read timed out. (read timeout=30)
- Line 67: During handling of the above exception, another exception occurred:
- Line 69: Traceback (most recent call last):
- Line 106: requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Read timed out. (read timeout=30)
- Line 5310: Traceback (most recent call last):
- Line 5334: TimeoutError: The read operation timed out
- Line 5336: The above exception was the direct cause of the following exception:
- Line 5338: Traceback (most recent call last):
- Line 5346: raise reraise(type(error), error, _stacktrace)
- Line 5356: raise ReadTimeoutError(
- Line 5357: urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Read timed out. (read timeout=30)
- Line 5357: urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Read timed out. (read timeout=30)
- Line 5359: During handling of the above exception, another exception occurred:
- Line 5361: Traceback (most recent call last):
- Line 5404: requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Read timed out. (read timeout=30)
- Line 6988: Traceback (most recent call last):
- Line 7012: TimeoutError: The read operation timed out
- Line 7014: The above exception was the direct cause of the following exception:
- Line 7016: Traceback (most recent call last):
- Line 7024: raise reraise(type(error), error, _stacktrace)
- Line 7034: raise ReadTimeoutError(
- Line 7035: urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Read timed out. (read timeout=30)
- Line 7035: urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Read timed out. (read timeout=30)
- Line 7037: During handling of the above exception, another exception occurred:
- Line 7039: Traceback (most recent call last):
- Line 7076: requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Read timed out. (read timeout=30)
File contents:
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.14.2
Time: Fri Mar 7 07: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-03-07 07:11:04,327 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 07:11:04,693 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 07:11:04,694 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 07:11:05,090 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 07:11:05,103 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB 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 1269, 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 1292, in _update_cmds_archive
cmds_recent = update_archive_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 363, in update_archive_and_get_cmds_recent
loads = update_loads(scenario, cmd_events=cmd_events, lookback=lookback, stop=stop)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1090, 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 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.14.2
Time: Fri Mar 7 07: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-03-07 07:21:04,313 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 07:21:04,680 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 07:21:04,682 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 07:21:05,044 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 07:21:05,059 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 07:21:05,580 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 07:21:05,589 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 07:21:05,601 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 07:21:05,619 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 07:21:05,636 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 07:21:05,725 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 07:21:05,758 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 07:21:05,769 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 07:21:05,782 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 07:21:05,792 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 07:21:05,804 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 07:21:05,813 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 07:21:05,844 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 07:21:05,845 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 07:21:05,845 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 07:21:05,845 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 07:21:05,846 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 07:21:05,847 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 07:21:05,847 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 07:21:05,848 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 07:21:05,848 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 07:21:05,848 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 07:21:05,848 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 07:21:05,849 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 07:21:05,896 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 07:21:06,264 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 07:21:06,672 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 07:21:06,673 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 07:21:06,673 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 07:21:06,673 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 07:21:06,673 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 07:21:06,673 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 07:21:06,673 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 07:21:06,673 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 07:21:06,673 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 07:21:06,673 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 07:21:06,673 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 07:21:06,967 _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.14.2
Time: Fri Mar 7 07: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-03-07 07:31:04,187 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 07:31:04,542 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 07:31:04,542 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 07:31:04,892 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 07:31:04,937 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 07:31:05,561 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 07:31:05,570 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 07:31:05,580 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 07:31:05,590 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 07:31:05,600 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 07:31:05,671 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 07:31:05,683 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 07:31:05,689 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 07:31:05,693 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 07:31:05,698 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 07:31:05,705 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 07:31:05,711 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 07:31:05,749 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 07:31:05,749 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 07:31:05,750 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 07:31:05,750 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 07:31:05,750 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 07:31:05,752 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 07:31:05,752 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 07:31:05,752 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 07:31:05,753 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 07:31:05,753 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 07:31:05,753 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 07:31:05,753 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 07:31:05,814 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 07:31:06,184 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 07:31:06,613 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 07:31:06,613 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 07:31:06,613 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 07:31:06,614 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 07:31:06,614 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 07:31:06,614 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 07:31:06,614 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 07:31:06,614 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 07:31:06,614 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 07:31:06,614 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 07:31:06,614 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 07:31: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.14.2
Time: Fri Mar 7 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-03-07 07:41:04,755 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 07:41:05,111 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 07:41:05,112 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 07:41:05,448 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 07:41:05,461 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 07:41:06,252 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 07:41:06,284 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 07:41:06,316 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 07:41:06,352 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 07:41:06,374 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 07:41:06,456 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 07:41:06,477 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 07:41:06,487 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 07:41:06,495 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 07:41:06,503 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 07:41:06,512 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 07:41:06,524 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 07:41:06,554 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 07:41:06,554 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 07:41:06,555 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 07:41:06,555 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 07:41:06,555 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 07:41:06,556 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 07:41:06,556 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 07:41:06,557 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 07:41:06,557 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 07:41:06,557 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 07:41:06,557 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 07:41:06,557 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 07:41:06,601 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 07:41:06,975 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 07:41:07,360 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 07:41:07,360 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 07:41:07,360 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 07:41:07,360 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 07:41:07,360 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 07:41:07,360 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 07:41:07,360 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 07:41:07,360 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 07:41:07,360 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 07:41:07,360 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 07:41:07,360 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 07:41:07,620 _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.14.2
Time: Fri Mar 7 07:51: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-03-07 07:51:07,091 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 07:51:07,437 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 07:51:07,438 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 07:51:07,820 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 07:51:07,829 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 07:51:08,078 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 07:51:08,084 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 07:51:08,089 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 07:51:08,095 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 07:51:08,100 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 07:51:08,157 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 07:51:08,165 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 07:51:08,169 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 07:51:08,172 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 07:51:08,176 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 07:51:08,181 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 07:51:08,185 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 07:51:08,221 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 07:51:08,222 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 07:51:08,222 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 07:51:08,222 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 07:51:08,223 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 07:51:08,224 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 07:51:08,224 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 07:51:08,225 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 07:51:08,225 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 07:51:08,225 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 07:51:08,225 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 07:51:08,225 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 07:51:08,272 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 07:51:08,624 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 07:51:09,017 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 07:51:09,017 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 07:51:09,017 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 07:51:09,017 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 07:51:09,017 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 07:51:09,017 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 07:51:09,017 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 07:51:09,017 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 07:51:09,017 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 07:51:09,017 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 07:51:09,017 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 07:51:09,304 _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.14.2
Time: Fri Mar 7 08:01: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-03-07 08:01:06,368 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 08:01:06,724 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 08:01:06,725 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 08:01:07,118 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 08:01:07,127 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 08:01:07,386 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 08:01:07,393 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 08:01:07,398 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 08:01:07,403 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 08:01:07,408 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 08:01:07,475 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 08:01:07,484 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 08:01:07,488 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 08:01:07,491 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 08:01:07,495 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 08:01:07,500 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 08:01:07,504 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 08:01:07,535 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 08:01:07,535 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 08:01:07,535 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 08:01:07,535 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 08:01:07,536 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 08:01:07,537 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 08:01:07,537 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 08:01:07,537 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 08:01:07,537 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 08:01:07,538 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 08:01:07,538 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 08:01:07,538 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 08:01:07,583 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 08:01:07,944 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 08:01:08,335 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 08:01:08,335 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 08:01:08,335 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 08:01:08,335 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 08:01:08,335 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 08:01:08,335 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 08:01:08,335 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 08:01:08,335 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 08:01:08,335 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 08:01:08,335 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 08:01:08,335 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 08:01:08,637 _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.14.2
Time: Fri Mar 7 08: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-03-07 08:11:04,086 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 08:11:04,451 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 08:11:04,453 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 08:11:04,816 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 08:11:04,830 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 08:11:05,565 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 08:11:05,606 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 08:11:05,642 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 08:11:05,670 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 08:11:05,700 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 08:11:05,802 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 08:11:05,839 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 08:11:05,846 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 08:11:05,857 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 08:11:05,865 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 08:11:05,875 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 08:11:05,886 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 08:11:05,917 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 08:11:05,917 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 08:11:05,918 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 08:11:05,918 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 08:11:05,918 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 08:11:05,920 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 08:11:05,920 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 08:11:05,920 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 08:11:05,920 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 08:11:05,920 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 08:11:05,920 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 08:11:05,921 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 08:11:05,966 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 08:11:06,326 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 08:11:06,727 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 08:11:06,727 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 08:11:06,727 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 08:11:06,727 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 08:11:06,727 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 08:11:06,727 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 08:11:06,727 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 08:11:06,727 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 08:11:06,727 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 08:11:06,727 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 08:11:06,727 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 08:11:07,051 _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.14.2
Time: Fri Mar 7 08:21: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-03-07 08:21:07,411 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 08:21:07,756 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 08:21:07,757 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 08:21:08,125 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 08:21:08,133 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 08:21:08,385 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 08:21:08,391 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 08:21:08,396 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 08:21:08,401 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 08:21:08,407 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 08:21:08,469 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 08:21:08,477 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 08:21:08,481 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 08:21:08,484 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 08:21:08,488 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 08:21:08,492 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 08:21:08,497 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 08:21:08,527 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 08:21:08,527 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 08:21:08,527 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 08:21:08,528 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 08:21:08,528 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 08:21:08,529 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 08:21:08,529 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 08:21:08,529 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 08:21:08,529 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 08:21:08,530 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 08:21:08,530 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 08:21:08,530 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 08:21:08,575 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 08:21:08,923 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 08:21:09,309 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 08:21:09,309 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 08:21:09,309 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 08:21:09,310 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 08:21:09,310 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 08:21:09,310 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 08:21:09,310 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 08:21:09,310 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 08:21:09,310 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 08:21:09,310 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 08:21:09,310 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 08:21:09,563 _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.14.2
Time: Fri Mar 7 08: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-03-07 08:31:05,293 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 08:31:05,703 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 08:31:05,704 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 08:31:06,112 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 08:31:06,138 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 08:31:06,495 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 08:31:06,501 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 08:31:06,507 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 08:31:06,512 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 08:31:06,518 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 08:31:06,575 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 08:31:06,584 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 08:31:06,589 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 08:31:06,592 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 08:31:06,596 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 08:31:06,601 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 08:31:06,605 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 08:31:06,635 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 08:31:06,635 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 08:31:06,635 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 08:31:06,635 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 08:31:06,636 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 08:31:06,637 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 08:31:06,637 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 08:31:06,638 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 08:31:06,638 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 08:31:06,638 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 08:31:06,638 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 08:31:06,638 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 08:31:06,682 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 08:31:07,047 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 08:31:07,442 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 08:31:07,442 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 08:31:07,442 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 08:31:07,442 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 08:31:07,442 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 08:31:07,442 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 08:31:07,442 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 08:31:07,442 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 08:31:07,442 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 08:31:07,442 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 08:31:07,442 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 08:31:07,792 _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.14.2
Time: Fri Mar 7 08:41: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-03-07 08:41:07,001 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 08:41:07,352 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 08:41:07,352 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 08:41:07,761 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 08:41:07,769 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 08:41:08,014 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 08:41:08,020 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 08:41:08,025 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 08:41:08,030 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 08:41:08,036 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 08:41:08,093 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 08:41:08,101 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 08:41:08,105 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 08:41:08,108 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 08:41:08,112 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 08:41:08,117 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 08:41:08,121 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 08:41:08,152 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 08:41:08,152 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 08:41:08,152 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 08:41:08,153 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 08:41:08,153 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 08:41:08,154 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 08:41:08,154 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 08:41:08,155 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 08:41:08,155 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 08:41:08,155 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 08:41:08,155 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 08:41:08,155 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 08:41:08,199 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 08:41:08,562 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 08:41:08,952 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 08:41:08,952 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 08:41:08,953 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 08:41:08,953 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 08:41:08,953 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 08:41:08,953 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 08:41:08,953 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 08:41:08,953 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 08:41:08,953 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 08:41:08,953 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 08:41:08,953 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 08:41:09,209 _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.14.2
Time: Fri Mar 7 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-03-07 08:51:04,425 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 08:51:04,777 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 08:51:04,778 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 08:51:05,138 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 08:51:05,178 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 08:51:05,957 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 08:51:05,963 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 08:51:05,969 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 08:51:05,974 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 08:51:05,981 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 08:51:06,038 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 08:51:06,048 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 08:51:06,052 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 08:51:06,055 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 08:51:06,059 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 08:51:06,064 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 08:51:06,069 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 08:51:06,100 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 08:51:06,100 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 08:51:06,101 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 08:51:06,101 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 08:51:06,101 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 08:51:06,103 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 08:51:06,103 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 08:51:06,103 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 08:51:06,103 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 08:51:06,103 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 08:51:06,103 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 08:51:06,104 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 08:51:06,149 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 08:51:06,511 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 08:51:06,921 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 08:51:06,921 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 08:51:06,921 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 08:51:06,921 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 08:51:06,921 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 08:51:06,921 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 08:51:06,921 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 08:51:06,921 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 08:51:06,921 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 08:51:06,921 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 08:51:06,921 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 08:51:07,202 _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.14.2
Time: Fri Mar 7 09:01: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-03-07 09:01:06,838 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 09:01:07,194 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 09:01:07,194 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 09:01:07,539 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 09:01:07,547 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 09:01:07,847 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 09:01:07,854 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 09:01:07,859 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 09:01:07,865 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 09:01:07,872 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 09:01:07,935 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 09:01:07,944 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 09:01:07,948 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 09:01:07,952 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 09:01:07,956 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 09:01:07,963 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 09:01:07,971 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 09:01:08,024 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 09:01:08,024 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 09:01:08,025 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 09:01:08,025 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 09:01:08,026 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 09:01:08,029 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 09:01:08,029 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 09:01:08,029 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 09:01:08,029 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 09:01:08,030 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 09:01:08,030 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 09:01:08,030 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 09:01:08,103 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 09:01:08,527 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 09:01:08,932 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 09:01:08,932 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 09:01:08,932 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 09:01:08,932 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 09:01:08,932 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 09:01:08,932 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 09:01:08,932 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 09:01:08,932 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 09:01:08,932 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 09:01:08,932 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 09:01:08,932 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 09:01:09,209 _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.14.2
Time: Fri Mar 7 09: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-03-07 09:11:04,095 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 09:11:04,449 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 09:11:04,452 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 09:11:04,814 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 09:11:04,827 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 09:11:05,814 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 09:11:05,838 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 09:11:05,874 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 09:11:05,905 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 09:11:05,923 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 09:11:06,030 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 09:11:06,055 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 09:11:06,061 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 09:11:06,073 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 09:11:06,081 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 09:11:06,094 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 09:11:06,102 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 09:11:06,134 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 09:11:06,134 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 09:11:06,135 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 09:11:06,135 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 09:11:06,135 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 09:11:06,137 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 09:11:06,137 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 09:11:06,137 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 09:11:06,137 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 09:11:06,137 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 09:11:06,137 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 09:11:06,138 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 09:11:06,189 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 09:11:06,587 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 09:11:06,980 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 09:11:06,980 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 09:11:06,980 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 09:11:06,980 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 09:11:06,980 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 09:11:06,980 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 09:11:06,980 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 09:11:06,980 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 09:11:06,980 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 09:11:06,980 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 09:11:06,980 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 09: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.14.2
Time: Fri Mar 7 09: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-03-07 09:21:06,865 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 09:21:07,234 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 09:21:07,236 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 09:21:07,577 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 09:21:07,585 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 09:21:07,831 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 09:21:07,838 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 09:21:07,843 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 09:21:07,848 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 09:21:07,854 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 09:21:07,911 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 09:21:07,920 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 09:21:07,924 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 09:21:07,928 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 09:21:07,932 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 09:21:07,936 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 09:21:07,941 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 09:21:07,971 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 09:21:07,972 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 09:21:07,972 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 09:21:07,972 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 09:21:07,972 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 09:21:07,974 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 09:21:07,974 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 09:21:07,974 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 09:21:07,974 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 09:21:07,975 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 09:21:07,975 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 09:21:07,975 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 09:21:08,019 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 09:21:08,388 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 09:21:08,777 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 09:21:08,777 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 09:21:08,777 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 09:21:08,778 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 09:21:08,778 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 09:21:08,778 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 09:21:08,778 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 09:21:08,778 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 09:21:08,778 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 09:21:08,778 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 09:21:08,778 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 09:21:09,080 _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.14.2
Time: Fri Mar 7 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-03-07 09:31:06,196 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 09:31:06,550 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 09:31:06,552 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 09:31:06,955 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 09:31:06,980 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 09:31:07,356 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 09:31:07,362 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 09:31:07,367 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 09:31:07,372 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 09:31:07,377 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 09:31:07,438 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 09:31:07,446 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 09:31:07,449 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 09:31:07,452 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 09:31:07,456 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 09:31:07,462 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 09:31:07,466 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 09:31:07,497 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 09:31:07,497 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 09:31:07,497 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 09:31:07,498 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 09:31:07,498 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 09:31:07,499 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 09:31:07,499 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 09:31:07,500 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 09:31:07,500 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 09:31:07,500 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 09:31:07,500 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 09:31:07,500 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 09:31:07,544 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 09:31:07,904 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 09:31:08,297 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 09:31:08,297 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 09:31:08,297 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 09:31:08,297 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 09:31:08,297 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 09:31:08,297 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 09:31:08,297 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 09:31:08,297 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 09:31:08,297 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 09:31:08,297 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 09:31:08,297 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 09:31:08,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.14.2
Time: Fri Mar 7 09: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-03-07 09:41:05,628 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 09:41:06,021 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 09:41:06,024 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 09:41:06,479 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 09:41:06,503 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 09:41:07,062 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 09:41:07,069 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 09:41:07,074 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 09:41:07,079 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 09:41:07,084 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 09:41:07,142 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 09:41:07,150 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 09:41:07,154 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 09:41:07,157 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 09:41:07,161 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 09:41:07,165 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 09:41:07,170 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 09:41:07,199 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 09:41:07,200 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 09:41:07,200 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 09:41:07,200 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 09:41:07,200 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 09:41:07,203 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 09:41:07,203 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 09:41:07,203 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 09:41:07,203 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 09:41:07,203 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 09:41:07,203 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 09:41:07,204 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 09:41:07,249 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 09:41:07,628 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 09:41:08,016 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 09:41:08,016 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 09:41:08,016 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 09:41:08,016 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 09:41:08,016 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 09:41:08,016 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 09:41:08,016 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 09:41:08,016 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 09:41:08,016 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 09:41:08,016 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 09:41:08,016 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 09:41:08,282 _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.14.2
Time: Fri Mar 7 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-03-07 09:51:03,725 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 09:51:04,098 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 09:51:04,100 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 09:51:04,511 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 09:51:04,527 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 09:51:05,053 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 09:51:05,064 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 09:51:05,079 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 09:51:05,098 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 09:51:05,117 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 09:51:05,247 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 09:51:05,280 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 09:51:05,291 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 09:51:05,302 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 09:51:05,311 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 09:51:05,324 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 09:51:05,335 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 09:51:05,366 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 09:51:05,366 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 09:51:05,366 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 09:51:05,366 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 09:51:05,367 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 09:51:05,368 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 09:51:05,369 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 09:51:05,369 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 09:51:05,369 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 09:51:05,369 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 09:51:05,369 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 09:51:05,370 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 09:51:05,416 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 09:51:05,787 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 09:51:06,196 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 09:51:06,197 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 09:51:06,197 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 09:51:06,197 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 09:51:06,197 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 09:51:06,197 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 09:51:06,197 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 09:51:06,197 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 09:51:06,197 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 09:51:06,197 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 09:51:06,197 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 09:51:06,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.14.2
Time: Fri Mar 7 10:01: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-03-07 10:01:06,256 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 10:01:07,367 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 10:01:07,368 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 10:01:08,096 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 10:01:08,122 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 10:01:08,599 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 10:01:08,617 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 10:01:08,640 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 10:01:08,657 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 10:01:08,669 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 10:01:08,760 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 10:01:08,805 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 10:01:08,812 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 10:01:08,818 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 10:01:08,824 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 10:01:08,830 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 10:01:08,838 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 10:01:08,869 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 10:01:08,869 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 10:01:08,869 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 10:01:08,869 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 10:01:08,870 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 10:01:08,871 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 10:01:08,871 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 10:01:08,872 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 10:01:08,872 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 10:01:08,872 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 10:01:08,872 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 10:01:08,872 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 10:01:08,918 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 10:01:09,331 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 10:01:09,751 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 10:01:09,751 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 10:01:09,751 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 10:01:09,751 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 10:01:09,751 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 10:01:09,751 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 10:01:09,751 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 10:01:09,751 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 10:01:09,751 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 10:01:09,751 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 10:01:09,751 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 10:01:10,042 _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.14.2
Time: Fri Mar 7 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-03-07 10:11:05,495 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 10:11:05,857 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 10:11:05,857 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 10:11:06,234 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 10:11:06,250 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 10:11:06,804 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 10:11:06,810 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 10:11:06,816 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 10:11:06,822 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 10:11:06,829 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 10:11:06,884 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 10:11:06,893 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 10:11:06,897 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 10:11:06,900 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 10:11:06,904 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 10:11:06,908 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 10:11:06,913 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 10:11:06,945 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 10:11:06,945 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 10:11:06,946 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 10:11:06,946 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 10:11:06,946 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 10:11:06,947 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 10:11:06,947 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 10:11:06,948 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 10:11:06,948 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 10:11:06,948 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 10:11:06,948 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 10:11:06,949 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 10:11:06,997 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 10:11:07,360 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 10:11:07,786 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 10:11:07,787 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 10:11:07,787 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 10:11:07,787 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 10:11:07,787 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 10:11:07,787 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 10:11:07,787 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 10:11:07,787 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 10:11:07,787 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 10:11:07,787 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 10:11:07,787 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 10:11:08,075 _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.14.2
Time: Fri Mar 7 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-03-07 10:21:05,628 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 10:21:06,002 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 10:21:06,005 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 10:21:06,476 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 10:21:06,500 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 10:21:06,944 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 10:21:06,951 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 10:21:06,957 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 10:21:06,962 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 10:21:06,969 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 10:21:07,039 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 10:21:07,049 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 10:21:07,053 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 10:21:07,056 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 10:21:07,061 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 10:21:07,068 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 10:21:07,073 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 10:21:07,104 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 10:21:07,104 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 10:21:07,104 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 10:21:07,104 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 10:21:07,105 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 10:21:07,106 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 10:21:07,106 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 10:21:07,107 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 10:21:07,107 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 10:21:07,107 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 10:21:07,107 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 10:21:07,108 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 10:21:07,154 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 10:21:07,519 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 10:21:07,935 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 10:21:07,935 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 10:21:07,935 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 10:21:07,935 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 10:21:07,935 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 10:21:07,935 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 10:21:07,935 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 10:21:07,935 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 10:21:07,935 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 10:21:07,935 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 10:21:07,935 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 10:21:08,253 _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.14.2
Time: Fri Mar 7 10: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-03-07 10:31:05,264 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 10:31:05,628 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 10:31:05,628 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 10:31:06,116 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 10:31:06,124 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 10:31:06,419 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 10:31:06,425 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 10:31:06,432 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 10:31:06,437 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 10:31:06,443 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 10:31:06,508 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 10:31:06,521 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 10:31:06,525 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 10:31:06,528 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 10:31:06,532 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 10:31:06,540 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 10:31:06,545 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 10:31:06,576 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 10:31:06,576 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 10:31:06,576 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 10:31:06,576 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 10:31:06,576 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 10:31:06,578 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 10:31:06,578 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 10:31:06,578 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 10:31:06,578 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 10:31:06,578 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 10:31:06,578 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 10:31:06,579 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 10:31:06,622 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 10:31:06,990 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 10:31:07,373 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 10:31:07,374 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 10:31:07,374 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 10:31:07,374 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 10:31:07,374 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 10:31:07,374 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 10:31:07,374 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 10:31:07,374 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 10:31:07,374 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 10:31:07,374 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 10:31:07,374 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 10:31:07,633 _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.14.2
Time: Fri Mar 7 10: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-03-07 10:41:05,647 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 10:41:06,052 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 10:41:06,059 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 10:41:06,523 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 10:41:06,531 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 10:41:06,775 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 10:41:06,782 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 10:41:06,788 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 10:41:06,794 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 10:41:06,800 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 10:41:06,857 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 10:41:06,867 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 10:41:06,871 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 10:41:06,875 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 10:41:06,879 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 10:41:06,884 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 10:41:06,889 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 10:41:06,920 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 10:41:06,920 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 10:41:06,920 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 10:41:06,920 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 10:41:06,921 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 10:41:06,922 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 10:41:06,922 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 10:41:06,923 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 10:41:06,923 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 10:41:06,923 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 10:41:06,923 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 10:41:06,924 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 10:41:06,971 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 10:41:07,323 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 10:41:07,705 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 10:41:07,705 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 10:41:07,705 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 10:41:07,705 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 10:41:07,705 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 10:41:07,705 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 10:41:07,705 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 10:41:07,705 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 10:41:07,705 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 10:41:07,705 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 10:41:07,705 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 10:41:07,972 _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.14.2
Time: Fri Mar 7 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-03-07 10:51:04,370 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 10:51:04,752 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 10:51:04,753 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 10:51:05,164 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 10:51:05,179 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 10:51:06,397 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 10:51:06,403 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 10:51:06,409 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 10:51:06,415 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 10:51:06,421 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 10:51:06,488 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 10:51:06,498 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 10:51:06,502 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 10:51:06,506 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 10:51:06,510 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 10:51:06,515 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 10:51:06,519 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 10:51:06,550 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 10:51:06,550 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 10:51:06,550 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 10:51:06,550 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 10:51:06,551 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 10:51:06,552 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 10:51:06,552 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 10:51:06,552 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 10:51:06,552 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 10:51:06,553 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 10:51:06,553 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 10:51:06,553 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 10:51:06,598 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 10:51:06,957 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 10:51:07,347 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 10:51:07,347 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 10:51:07,347 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 10:51:07,347 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 10:51:07,347 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 10:51:07,347 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 10:51:07,347 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 10:51:07,347 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 10:51:07,347 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 10:51:07,347 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 10:51:07,347 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 10:51:07,616 _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.14.2
Time: Fri Mar 7 11: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-03-07 11:01:04,266 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 11:01:04,637 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 11:01:04,638 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 11:01:05,081 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 11:01:05,098 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 11:01:05,579 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 11:01:05,593 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 11:01:05,607 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 11:01:05,618 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 11:01:05,627 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 11:01:05,780 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 11:01:05,794 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 11:01:05,800 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 11:01:05,807 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 11:01:05,812 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 11:01:05,818 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 11:01:05,825 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 11:01:05,856 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 11:01:05,856 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 11:01:05,856 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 11:01:05,856 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 11:01:05,857 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 11:01:05,858 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 11:01:05,858 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 11:01:05,859 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 11:01:05,859 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 11:01:05,859 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 11:01:05,859 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 11:01:05,859 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 11:01:05,906 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 11:01:06,315 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 11:01:06,728 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 11:01:06,729 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 11:01:06,729 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 11:01:06,729 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 11:01:06,729 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 11:01:06,729 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 11:01:06,729 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 11:01:06,729 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 11:01:06,729 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 11:01:06,729 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 11:01:06,729 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 11:01: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.14.2
Time: Fri Mar 7 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-03-07 11:11:04,188 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 11:11:04,549 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 11:11:04,552 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 11:11:05,008 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 11:11:05,021 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 11:11:05,553 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 11:11:05,585 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 11:11:05,621 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 11:11:05,654 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 11:11:05,675 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 11:11:05,781 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 11:11:05,805 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 11:11:05,817 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 11:11:05,824 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 11:11:05,833 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 11:11:05,839 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 11:11:05,849 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 11:11:05,880 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 11:11:05,880 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 11:11:05,880 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 11:11:05,880 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 11:11:05,881 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 11:11:05,882 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 11:11:05,882 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 11:11:05,883 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 11:11:05,883 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 11:11:05,883 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 11:11:05,883 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 11:11:05,883 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 11:11:05,929 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 11:11:06,303 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 11:11:06,746 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 11:11:06,747 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 11:11:06,747 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 11:11:06,747 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 11:11:06,747 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 11:11:06,747 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 11:11:06,747 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 11:11:06,747 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 11:11:06,747 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 11:11:06,747 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 11:11:06,747 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 11:11:07,040 _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.14.2
Time: Fri Mar 7 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-03-07 11:21:04,408 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 11:21:04,868 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 11:21:04,871 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 11:21:05,305 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 11:21:05,322 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 11:21:05,868 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 11:21:05,887 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 11:21:05,898 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 11:21:05,913 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 11:21:05,926 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 11:21:06,038 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 11:21:06,062 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 11:21:06,068 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 11:21:06,075 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 11:21:06,080 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 11:21:06,089 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 11:21:06,096 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 11:21:06,127 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 11:21:06,127 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 11:21:06,127 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 11:21:06,127 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 11:21:06,128 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 11:21:06,129 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 11:21:06,129 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 11:21:06,130 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 11:21:06,130 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 11:21:06,130 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 11:21:06,130 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 11:21:06,130 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 11:21:06,176 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 11:21:06,534 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 11:21:06,938 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 11:21:06,938 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 11:21:06,938 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 11:21:06,938 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 11:21:06,938 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 11:21:06,938 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 11:21:06,938 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 11:21:06,938 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 11:21:06,938 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 11:21:06,938 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 11:21:06,938 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 11:21:07,259 _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.14.2
Time: Fri Mar 7 11: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-03-07 11:31:04,142 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 11:31:04,502 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 11:31:04,504 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 11:31:04,865 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 11:31:04,879 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 11:31:05,601 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 11:31:05,632 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 11:31:05,656 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 11:31:05,676 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 11:31:05,694 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 11:31:05,792 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 11:31:05,817 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 11:31:05,827 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 11:31:05,835 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 11:31:05,843 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 11:31:05,852 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 11:31:05,864 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 11:31:05,894 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 11:31:05,894 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 11:31:05,894 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 11:31:05,894 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 11:31:05,895 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 11:31:05,896 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 11:31:05,896 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 11:31:05,897 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 11:31:05,897 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 11:31:05,897 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 11:31:05,897 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 11:31:05,897 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 11:31:05,941 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 11:31:06,301 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 11:31:06,788 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 11:31:06,788 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 11:31:06,788 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 11:31:06,788 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 11:31:06,788 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 11:31:06,788 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 11:31:06,788 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 11:31:06,788 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 11:31:06,788 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 11:31:06,788 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 11:31:06,788 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 11:31:07,063 _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.14.2
Time: Fri Mar 7 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-03-07 11:41:04,203 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 11:41:04,604 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 11:41:04,607 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 11:41:05,015 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 11:41:05,035 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 11:41:05,885 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 11:41:05,920 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 11:41:05,939 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 11:41:05,964 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 11:41:05,974 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 11:41:06,067 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 11:41:06,084 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 11:41:06,091 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 11:41:06,098 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 11:41:06,107 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 11:41:06,115 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 11:41:06,127 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 11:41:06,159 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 11:41:06,159 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 11:41:06,159 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 11:41:06,159 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 11:41:06,160 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 11:41:06,161 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 11:41:06,161 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 11:41:06,162 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 11:41:06,162 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 11:41:06,162 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 11:41:06,162 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 11:41:06,162 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 11:41:06,209 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 11:41:06,595 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 11:41:07,002 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 11:41:07,002 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 11:41:07,002 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 11:41:07,002 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 11:41:07,002 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 11:41:07,002 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 11:41:07,002 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 11:41:07,002 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 11:41:07,002 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 11:41:07,002 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 11:41:07,002 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 11:41:07,297 _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.14.2
Time: Fri Mar 7 11: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-03-07 11:51:04,274 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 11:51:04,660 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 11:51:04,661 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 11:51:05,048 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 11:51:05,062 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 11:51:06,632 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 11:51:06,648 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 11:51:06,654 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 11:51:06,659 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 11:51:06,665 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 11:51:06,730 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 11:51:06,740 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 11:51:06,743 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 11:51:06,747 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 11:51:06,751 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 11:51:06,755 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 11:51:06,760 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 11:51:06,791 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 11:51:06,791 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 11:51:06,792 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 11:51:06,792 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 11:51:06,792 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 11:51:06,794 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 11:51:06,794 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 11:51:06,794 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 11:51:06,794 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 11:51:06,794 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 11:51:06,795 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 11:51:06,795 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 11:51:06,841 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 11:51:07,219 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 11:51:07,608 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 11:51:07,609 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 11:51:07,609 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 11:51:07,609 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 11:51:07,609 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 11:51:07,609 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 11:51:07,609 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 11:51:07,609 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 11:51:07,609 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 11:51:07,609 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 11:51:07,609 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 11:51:07,924 _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.14.2
Time: Fri Mar 7 12: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-03-07 12:01:04,933 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 12:01:05,347 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 12:01:05,349 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 12:01:05,905 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 12:01:05,946 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 12:01:06,785 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 12:01:06,798 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 12:01:06,814 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 12:01:06,834 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 12:01:06,844 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 12:01:06,931 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 12:01:06,943 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 12:01:06,953 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 12:01:06,961 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 12:01:06,969 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 12:01:06,975 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 12:01:06,979 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 12:01:07,012 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 12:01:07,012 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 12:01:07,012 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 12:01:07,012 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 12:01:07,013 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 12:01:07,014 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 12:01:07,014 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 12:01:07,015 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 12:01:07,015 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 12:01:07,015 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 12:01:07,015 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 12:01:07,015 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 12:01:07,060 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 12:01:07,408 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 12:01:07,815 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 12:01:07,815 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 12:01:07,815 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 12:01:07,815 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 12:01:07,815 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 12:01:07,815 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 12:01:07,815 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 12:01:07,815 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 12:01:07,815 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 12:01:07,815 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 12:01:07,815 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 12:01:08,113 _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.14.2
Time: Fri Mar 7 12: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-03-07 12:11:04,698 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 12:11:05,053 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 12:11:05,054 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 12:11:05,388 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 12:11:05,403 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 12:11:05,841 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 12:11:05,852 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 12:11:05,863 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 12:11:05,873 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 12:11:05,881 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 12:11:05,947 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 12:11:05,960 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 12:11:05,965 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 12:11:05,976 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 12:11:05,985 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 12:11:05,995 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 12:11:06,005 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 12:11:06,039 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 12:11:06,039 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 12:11:06,040 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 12:11:06,040 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 12:11:06,040 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 12:11:06,042 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 12:11:06,042 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 12:11:06,042 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 12:11:06,042 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 12:11:06,042 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 12:11:06,042 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 12:11:06,043 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 12:11:06,090 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 12:11:06,464 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 12:11:06,858 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 12:11:06,858 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 12:11:06,858 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 12:11:06,858 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 12:11:06,858 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 12:11:06,858 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 12:11:06,858 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 12:11:06,858 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 12:11:06,858 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 12:11:06,858 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 12:11:06,858 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 12:11:07,152 _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.14.2
Time: Fri Mar 7 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-03-07 12:21:05,359 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 12:21:05,723 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 12:21:05,725 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 12:21:06,065 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 12:21:06,081 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 12:21:06,563 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 12:21:06,573 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 12:21:06,584 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 12:21:06,594 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 12:21:06,603 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 12:21:06,672 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 12:21:06,687 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 12:21:06,692 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 12:21:06,695 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 12:21:06,701 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 12:21:06,709 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 12:21:06,717 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 12:21:06,748 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 12:21:06,749 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 12:21:06,749 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 12:21:06,749 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 12:21:06,749 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 12:21:06,751 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 12:21:06,751 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 12:21:06,751 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 12:21:06,751 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 12:21:06,752 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 12:21:06,752 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 12:21:06,752 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 12:21:06,809 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 12:21:07,187 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 12:21:07,610 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 12:21:07,611 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 12:21:07,611 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 12:21:07,611 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 12:21:07,611 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 12:21:07,611 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 12:21:07,611 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 12:21:07,611 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 12:21:07,611 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 12:21:07,611 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 12:21:07,611 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 12:21:07,897 _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.14.2
Time: Fri Mar 7 12: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-03-07 12:31:04,665 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 12:31:05,039 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 12:31:05,040 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 12:31:05,468 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 12:31:05,483 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 12:31:06,510 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 12:31:06,546 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 12:31:06,577 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 12:31:06,605 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 12:31:06,617 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 12:31:06,718 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 12:31:06,743 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 12:31:06,753 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 12:31:06,761 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 12:31:06,765 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 12:31:06,774 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 12:31:06,784 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 12:31:06,815 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 12:31:06,815 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 12:31:06,815 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 12:31:06,815 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 12:31:06,816 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 12:31:06,817 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 12:31:06,817 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 12:31:06,818 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 12:31:06,818 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 12:31:06,818 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 12:31:06,818 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 12:31:06,818 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 12:31:06,863 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 12:31:07,225 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 12:31:07,634 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 12:31:07,634 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 12:31:07,634 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 12:31:07,634 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 12:31:07,634 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 12:31:07,634 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 12:31:07,634 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 12:31:07,634 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 12:31:07,634 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 12:31:07,634 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 12:31:07,634 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 12:31:07,966 _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.14.2
Time: Fri Mar 7 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-03-07 12:41:04,168 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 12:41:04,518 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 12:41:04,519 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 12:41:04,863 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 12:41:04,872 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 12:41:05,180 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 12:41:05,186 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 12:41:05,192 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 12:41:05,197 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 12:41:05,203 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 12:41:05,259 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 12:41:05,269 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 12:41:05,273 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 12:41:05,276 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 12:41:05,280 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 12:41:05,285 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 12:41:05,289 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 12:41:05,319 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 12:41:05,319 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 12:41:05,319 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 12:41:05,319 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 12:41:05,320 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 12:41:05,321 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 12:41:05,321 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 12:41:05,322 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 12:41:05,322 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 12:41:05,322 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 12:41:05,322 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 12:41:05,322 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 12:41:05,372 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 12:41:05,726 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 12:41:06,112 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 12:41:06,112 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 12:41:06,112 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 12:41:06,112 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 12:41:06,112 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 12:41:06,112 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 12:41:06,112 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 12:41:06,112 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 12:41:06,112 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 12:41:06,112 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 12:41:06,112 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 12:41:06,400 _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.14.2
Time: Fri Mar 7 12: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-03-07 12:51:05,359 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 12:51:05,715 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 12:51:05,722 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 12:51:06,153 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 12:51:06,182 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 12:51:07,020 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 12:51:07,026 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 12:51:07,031 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 12:51:07,036 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 12:51:07,041 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 12:51:07,099 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 12:51:07,107 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 12:51:07,111 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 12:51:07,114 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 12:51:07,118 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 12:51:07,123 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 12:51:07,127 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 12:51:07,160 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 12:51:07,160 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 12:51:07,160 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 12:51:07,161 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 12:51:07,161 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 12:51:07,162 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 12:51:07,162 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 12:51:07,163 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 12:51:07,163 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 12:51:07,163 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 12:51:07,163 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 12:51:07,163 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 12:51:07,212 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 12:51:07,573 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 12:51:07,992 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 12:51:07,992 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 12:51:07,992 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 12:51:07,992 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 12:51:07,992 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 12:51:07,992 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 12:51:07,992 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 12:51:07,992 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 12:51:07,992 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 12:51:07,992 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 12:51:07,992 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 12:51:08,301 _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.14.2
Time: Fri Mar 7 13: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-03-07 13:01:05,609 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 13:01:05,966 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 13:01:05,968 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 13:01:06,324 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 13:01:06,347 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 13:01:07,045 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 13:01:07,069 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 13:01:07,080 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 13:01:07,091 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 13:01:07,099 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 13:01:07,189 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 13:01:07,203 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 13:01:07,208 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 13:01:07,211 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 13:01:07,216 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 13:01:07,222 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 13:01:07,228 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 13:01:07,259 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 13:01:07,259 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 13:01:07,259 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 13:01:07,259 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 13:01:07,260 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 13:01:07,262 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 13:01:07,262 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 13:01:07,262 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 13:01:07,262 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 13:01:07,263 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 13:01:07,263 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 13:01:07,263 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 13:01:07,309 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 13:01:07,679 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 13:01:08,074 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 13:01:08,074 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 13:01:08,074 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 13:01:08,074 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 13:01:08,074 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 13:01:08,074 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 13:01:08,074 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 13:01:08,074 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 13:01:08,074 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 13:01:08,074 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 13:01:08,074 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 13:01:08,371 _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.14.2
Time: Fri Mar 7 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-03-07 13:11:04,458 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 13:11:04,822 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 13:11:04,825 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 13:11:05,175 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 13:11:05,189 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 13:11:06,636 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 13:11:06,642 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 13:11:06,648 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 13:11:06,652 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 13:11:06,658 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 13:11:06,737 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 13:11:06,746 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 13:11:06,749 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 13:11:06,753 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 13:11:06,756 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 13:11:06,764 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 13:11:06,769 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 13:11:06,803 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 13:11:06,803 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 13:11:06,803 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 13:11:06,804 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 13:11:06,804 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 13:11:06,806 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 13:11:06,806 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 13:11:06,806 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 13:11:06,806 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 13:11:06,806 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 13:11:06,806 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 13:11:06,807 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 13:11:06,853 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 13:11:07,219 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 13:11:07,607 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 13:11:07,607 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 13:11:07,607 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 13:11:07,607 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 13:11:07,607 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 13:11:07,607 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 13:11:07,607 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 13:11:07,607 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 13:11:07,607 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 13:11:07,607 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 13:11:07,607 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 13:11:07,897 _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.14.2
Time: Fri Mar 7 13:21: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-03-07 13:21:07,232 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 13:21:07,580 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 13:21:07,581 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 13:21:07,961 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 13:21:07,969 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 13:21:08,214 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 13:21:08,220 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 13:21:08,225 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 13:21:08,230 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 13:21:08,236 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 13:21:08,295 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 13:21:08,307 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 13:21:08,311 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 13:21:08,314 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 13:21:08,318 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 13:21:08,323 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 13:21:08,328 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 13:21:08,359 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 13:21:08,359 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 13:21:08,360 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 13:21:08,360 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 13:21:08,360 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 13:21:08,362 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 13:21:08,362 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 13:21:08,362 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 13:21:08,362 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 13:21:08,362 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 13:21:08,362 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 13:21:08,363 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 13:21:08,408 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 13:21:08,767 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 13:21:09,154 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 13:21:09,154 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 13:21:09,154 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 13:21:09,154 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 13:21:09,154 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 13:21:09,154 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 13:21:09,154 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 13:21:09,154 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 13:21:09,154 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 13:21:09,154 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 13:21:09,154 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 13:21:09,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.14.2
Time: Fri Mar 7 13: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-03-07 13:31:06,966 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 13:31:07,312 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 13:31:07,313 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 13:31:07,688 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 13:31:07,697 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 13:31:07,950 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 13:31:07,956 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 13:31:07,961 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 13:31:07,967 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 13:31:07,972 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 13:31:08,030 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 13:31:08,039 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 13:31:08,043 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 13:31:08,046 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 13:31:08,050 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 13:31:08,055 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 13:31:08,060 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 13:31:08,090 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 13:31:08,090 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 13:31:08,091 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 13:31:08,091 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 13:31:08,091 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 13:31:08,093 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 13:31:08,093 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 13:31:08,093 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 13:31:08,093 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 13:31:08,093 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 13:31:08,093 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 13:31:08,094 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 13:31:08,139 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 13:31:08,502 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 13:31:08,906 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 13:31:08,906 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 13:31:08,906 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 13:31:08,907 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 13:31:08,907 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 13:31:08,907 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 13:31:08,907 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 13:31:08,907 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 13:31:08,907 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 13:31:08,907 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 13:31:08,907 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 13:31:09,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.14.2
Time: Fri Mar 7 13: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-03-07 13:41:06,107 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 13:41:06,464 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 13:41:06,465 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 13:41:06,871 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 13:41:06,885 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 13:41:07,165 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 13:41:07,171 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 13:41:07,177 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 13:41:07,182 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 13:41:07,188 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 13:41:07,259 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 13:41:07,268 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 13:41:07,274 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 13:41:07,278 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 13:41:07,281 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 13:41:07,286 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 13:41:07,291 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 13:41:07,323 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 13:41:07,323 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 13:41:07,324 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 13:41:07,324 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 13:41:07,324 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 13:41:07,325 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 13:41:07,325 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 13:41:07,326 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 13:41:07,326 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 13:41:07,326 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 13:41:07,326 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 13:41:07,326 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 13:41:07,376 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 13:41:07,740 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 13:41:08,134 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 13:41:08,134 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 13:41:08,134 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 13:41:08,134 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 13:41:08,134 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 13:41:08,134 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 13:41:08,134 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 13:41:08,134 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 13:41:08,134 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 13:41:08,134 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 13:41:08,134 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 13:41:08,425 _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.14.2
Time: Fri Mar 7 13:51: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-03-07 13:51:06,731 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 13:51:07,089 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 13:51:07,090 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 13:51:07,412 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 13:51:07,421 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 13:51:07,678 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 13:51:07,684 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 13:51:07,689 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 13:51:07,695 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 13:51:07,701 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 13:51:07,759 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 13:51:07,769 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 13:51:07,773 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 13:51:07,776 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 13:51:07,780 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 13:51:07,785 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 13:51:07,789 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 13:51:07,820 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 13:51:07,820 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 13:51:07,821 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 13:51:07,821 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 13:51:07,821 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 13:51:07,823 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 13:51:07,823 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 13:51:07,823 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 13:51:07,823 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 13:51:07,824 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 13:51:07,824 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 13:51:07,824 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 13:51:07,875 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 13:51:08,231 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 13:51:08,616 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 13:51:08,617 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 13:51:08,617 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 13:51:08,617 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 13:51:08,617 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 13:51:08,617 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 13:51:08,617 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 13:51:08,617 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 13:51:08,617 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 13:51:08,617 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 13:51:08,617 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 13:51:08,907 _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.14.2
Time: Fri Mar 7 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-03-07 14:01:05,474 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 14:01:05,835 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 14:01:05,835 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 14:01:06,299 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 14:01:06,307 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 14:01:06,553 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 14:01:06,559 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 14:01:06,564 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 14:01:06,569 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 14:01:06,575 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 14:01:06,635 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 14:01:06,645 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 14:01:06,649 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 14:01:06,653 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 14:01:06,656 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 14:01:06,661 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 14:01:06,666 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 14:01:06,696 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 14:01:06,697 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 14:01:06,697 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 14:01:06,697 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 14:01:06,697 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 14:01:06,699 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 14:01:06,699 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 14:01:06,699 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 14:01:06,699 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 14:01:06,699 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 14:01:06,700 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 14:01:06,700 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 14:01:06,746 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 14:01:07,109 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 14:01:07,499 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 14:01:07,499 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 14:01:07,499 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 14:01:07,499 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 14:01:07,500 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 14:01:07,500 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 14:01:07,500 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 14:01:07,500 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 14:01:07,500 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 14:01:07,500 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 14:01:07,500 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 14:01:07,791 _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.14.2
Time: Fri Mar 7 14: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-03-07 14:11:05,529 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 14:11:05,905 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 14:11:05,909 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 14:11:06,336 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 14:11:06,355 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 14:11:06,931 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 14:11:06,937 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 14:11:06,943 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 14:11:06,948 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 14:11:06,954 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 14:11:07,012 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 14:11:07,021 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 14:11:07,025 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 14:11:07,029 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 14:11:07,033 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 14:11:07,038 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 14:11:07,042 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 14:11:07,078 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 14:11:07,079 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 14:11:07,079 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 14:11:07,079 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 14:11:07,080 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 14:11:07,081 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 14:11:07,081 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 14:11:07,082 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 14:11:07,082 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 14:11:07,082 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 14:11:07,082 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 14:11:07,083 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 14:11:07,130 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 14:11:07,484 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 14:11:07,885 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 14:11:07,885 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 14:11:07,885 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 14:11:07,885 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 14:11:07,885 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 14:11:07,885 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 14:11:07,885 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 14:11:07,885 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 14:11:07,885 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 14:11:07,885 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 14:11:07,885 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 14:11:08,174 _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.14.2
Time: Fri Mar 7 14: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-03-07 14:21:05,196 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 14:21:05,575 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 14:21:05,577 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 14:21:06,093 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 14:21:06,101 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 14:21:06,349 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 14:21:06,355 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 14:21:06,360 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 14:21:06,365 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 14:21:06,370 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 14:21:06,427 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 14:21:06,436 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 14:21:06,440 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 14:21:06,443 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 14:21:06,447 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 14:21:06,452 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 14:21:06,456 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 14:21:06,486 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 14:21:06,486 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 14:21:06,487 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 14:21:06,487 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 14:21:06,487 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 14:21:06,488 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 14:21:06,488 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 14:21:06,489 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 14:21:06,489 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 14:21:06,489 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 14:21:06,489 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 14:21:06,489 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 14:21:06,533 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 14:21:06,906 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 14:21:07,291 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 14:21:07,291 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 14:21:07,291 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 14:21:07,291 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 14:21:07,291 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 14:21:07,291 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 14:21:07,291 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 14:21:07,291 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 14:21:07,291 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 14:21:07,291 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 14:21:07,291 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 14:21:07,567 _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.14.2
Time: Fri Mar 7 14: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-03-07 14:31:07,223 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 14:31:07,573 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 14:31:07,573 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 14:31:07,965 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 14:31:08,098 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 14:31:08,434 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 14:31:08,441 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 14:31:08,446 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 14:31:08,451 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 14:31:08,457 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 14:31:08,518 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 14:31:08,529 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 14:31:08,533 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 14:31:08,536 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 14:31:08,541 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 14:31:08,545 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 14:31:08,550 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 14:31:08,580 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 14:31:08,580 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 14:31:08,581 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 14:31:08,581 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 14:31:08,581 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 14:31:08,583 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 14:31:08,583 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 14:31:08,583 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 14:31:08,583 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 14:31:08,584 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 14:31:08,584 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 14:31:08,584 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 14:31:08,629 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 14:31:08,987 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 14:31:09,378 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 14:31:09,378 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 14:31:09,378 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 14:31:09,378 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 14:31:09,378 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 14:31:09,378 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 14:31:09,378 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 14:31:09,378 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 14:31:09,378 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 14:31:09,378 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 14:31:09,378 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 14:31:09,636 _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.14.2
Time: Fri Mar 7 14: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-03-07 14:41:06,415 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 14:41:06,781 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 14:41:06,781 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 14:41:07,183 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 14:41:07,192 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 14:41:07,441 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 14:41:07,447 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 14:41:07,452 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 14:41:07,457 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 14:41:07,462 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 14:41:07,517 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 14:41:07,526 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 14:41:07,530 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 14:41:07,533 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 14:41:07,537 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 14:41:07,542 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 14:41:07,546 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 14:41:07,576 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 14:41:07,576 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 14:41:07,576 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 14:41:07,577 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 14:41:07,577 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 14:41:07,578 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 14:41:07,578 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 14:41:07,579 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 14:41:07,579 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 14:41:07,579 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 14:41:07,579 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 14:41:07,579 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 14:41:07,626 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 14:41:07,975 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 14:41:08,355 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 14:41:08,356 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 14:41:08,356 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 14:41:08,356 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 14:41:08,356 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 14:41:08,356 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 14:41:08,356 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 14:41:08,356 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 14:41:08,356 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 14:41:08,356 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 14:41:08,356 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 14:41:08,643 _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.14.2
Time: Fri Mar 7 14:51: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-03-07 14:51:07,159 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 14:51:07,510 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 14:51:07,511 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 14:51:07,893 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 14:51:07,902 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 14:51:08,156 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 14:51:08,162 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 14:51:08,167 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 14:51:08,172 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 14:51:08,178 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 14:51:08,234 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 14:51:08,243 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 14:51:08,247 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 14:51:08,250 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 14:51:08,254 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 14:51:08,259 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 14:51:08,263 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 14:51:08,296 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 14:51:08,296 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 14:51:08,297 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 14:51:08,297 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 14:51:08,297 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 14:51:08,299 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 14:51:08,299 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 14:51:08,299 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 14:51:08,299 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 14:51:08,300 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 14:51:08,300 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 14:51:08,300 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 14:51:08,352 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 14:51:08,708 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 14:51:09,104 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 14:51:09,104 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 14:51:09,104 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 14:51:09,104 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 14:51:09,104 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 14:51:09,104 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 14:51:09,104 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 14:51:09,104 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 14:51:09,104 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 14:51:09,104 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 14:51:09,104 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 14:51:09,412 _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.14.2
Time: Fri Mar 7 15:01: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-03-07 15:01:06,597 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 15:01:06,958 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 15:01:06,961 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 15:01:07,350 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 15:01:07,358 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 15:01:07,604 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 15:01:07,610 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 15:01:07,615 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 15:01:07,620 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 15:01:07,625 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 15:01:07,681 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 15:01:07,689 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 15:01:07,693 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 15:01:07,696 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 15:01:07,700 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 15:01:07,705 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 15:01:07,709 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 15:01:07,739 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 15:01:07,739 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 15:01:07,739 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 15:01:07,740 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 15:01:07,740 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 15:01:07,741 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 15:01:07,741 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 15:01:07,742 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 15:01:07,742 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 15:01:07,742 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 15:01:07,742 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 15:01:07,742 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 15:01:07,786 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 15:01:08,141 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 15:01:08,525 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 15:01:08,525 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 15:01:08,525 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 15:01:08,525 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 15:01:08,525 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 15:01:08,525 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 15:01:08,525 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 15:01:08,525 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 15:01:08,525 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 15:01:08,525 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 15:01:08,525 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 15:01:08,802 _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.14.2
Time: Fri Mar 7 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-03-07 15:11:04,344 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 15:11:04,727 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 15:11:04,730 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 15:11:05,110 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 15:11:05,123 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 15:11:05,648 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 15:11:05,680 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 15:11:05,700 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 15:11:05,732 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 15:11:05,748 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 15:11:05,873 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 15:11:05,894 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 15:11:05,904 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 15:11:05,916 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 15:11:05,924 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 15:11:05,933 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 15:11:05,944 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 15:11:05,975 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 15:11:05,975 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 15:11:05,976 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 15:11:05,976 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 15:11:05,976 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 15:11:05,978 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 15:11:05,978 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 15:11:05,978 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 15:11:05,978 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 15:11:05,979 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 15:11:05,979 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 15:11:05,979 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 15:11:06,024 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 15:11:06,390 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 15:11:06,787 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 15:11:06,787 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 15:11:06,787 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 15:11:06,787 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 15:11:06,787 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 15:11:06,787 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 15:11:06,787 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 15:11:06,787 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 15:11:06,787 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 15:11:06,788 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 15:11:06,788 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 15:11:07,111 _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.14.2
Time: Fri Mar 7 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-03-07 15:21:04,876 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 15:21:05,258 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 15:21:05,264 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 15:21:05,721 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 15:21:05,774 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 15:21:06,097 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 15:21:06,103 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 15:21:06,108 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 15:21:06,113 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 15:21:06,119 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 15:21:06,175 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 15:21:06,184 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 15:21:06,187 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 15:21:06,190 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 15:21:06,194 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 15:21:06,199 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 15:21:06,203 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 15:21:06,235 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 15:21:06,235 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 15:21:06,235 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 15:21:06,235 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 15:21:06,236 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 15:21:06,237 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 15:21:06,237 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 15:21:06,238 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 15:21:06,238 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 15:21:06,238 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 15:21:06,238 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 15:21:06,238 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 15:21:06,283 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 15:21:06,642 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 15:21:07,043 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 15:21:07,043 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 15:21:07,043 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 15:21:07,043 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 15:21:07,043 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 15:21:07,043 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 15:21:07,043 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 15:21:07,043 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 15:21:07,043 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 15:21:07,043 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 15:21:07,043 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 15:21:07,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.14.2
Time: Fri Mar 7 15: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-03-07 15:31:04,995 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 15:31:05,374 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 15:31:05,380 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 15:31:05,790 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 15:31:05,798 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 15:31:06,044 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 15:31:06,051 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 15:31:06,057 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 15:31:06,062 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 15:31:06,068 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 15:31:06,125 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 15:31:06,135 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 15:31:06,138 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 15:31:06,142 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 15:31:06,145 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 15:31:06,150 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 15:31:06,154 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 15:31:06,187 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 15:31:06,187 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 15:31:06,188 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 15:31:06,188 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 15:31:06,188 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 15:31:06,190 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 15:31:06,190 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 15:31:06,190 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 15:31:06,190 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 15:31:06,190 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 15:31:06,190 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 15:31:06,191 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 15:31:06,235 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 15:31:06,618 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 15:31:07,009 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 15:31:07,009 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 15:31:07,009 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 15:31:07,009 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 15:31:07,009 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 15:31:07,009 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 15:31:07,009 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 15:31:07,009 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 15:31:07,009 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 15:31:07,009 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 15:31:07,009 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 15:31:07,312 _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.14.2
Time: Fri Mar 7 15: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-03-07 15:41:04,742 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 15:41:05,108 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 15:41:05,111 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 15:41:05,501 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 15:41:05,516 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 15:41:06,578 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 15:41:06,588 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 15:41:06,594 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 15:41:06,598 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 15:41:06,604 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 15:41:06,662 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 15:41:06,671 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 15:41:06,675 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 15:41:06,678 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 15:41:06,682 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 15:41:06,686 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 15:41:06,691 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 15:41:06,726 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 15:41:06,726 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 15:41:06,727 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 15:41:06,727 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 15:41:06,728 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 15:41:06,729 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 15:41:06,729 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 15:41:06,730 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 15:41:06,730 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 15:41:06,730 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 15:41:06,730 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 15:41:06,730 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 15:41:06,778 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 15:41:07,131 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 15:41:07,536 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 15:41:07,536 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 15:41:07,536 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 15:41:07,537 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 15:41:07,537 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 15:41:07,537 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 15:41:07,537 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 15:41:07,537 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 15:41:07,537 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 15:41:07,537 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 15:41:07,537 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 15:41:07,860 _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.14.2
Time: Fri Mar 7 15: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-03-07 15:51:05,355 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 15:51:05,734 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 15:51:05,738 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 15:51:06,250 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 15:51:06,282 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 15:51:06,615 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 15:51:06,622 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 15:51:06,628 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 15:51:06,633 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 15:51:06,640 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 15:51:06,700 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 15:51:06,713 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 15:51:06,717 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 15:51:06,720 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 15:51:06,724 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 15:51:06,729 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 15:51:06,734 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 15:51:06,767 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 15:51:06,767 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 15:51:06,767 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 15:51:06,767 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 15:51:06,768 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 15:51:06,769 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 15:51:06,769 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 15:51:06,770 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 15:51:06,770 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 15:51:06,770 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 15:51:06,770 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 15:51:06,770 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 15:51:06,817 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 15:51:07,189 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 15:51:07,573 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 15:51:07,573 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 15:51:07,573 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 15:51:07,573 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 15:51:07,573 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 15:51:07,573 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 15:51:07,573 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 15:51:07,573 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 15:51:07,573 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 15:51:07,573 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 15:51:07,573 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 15:51:07,856 _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.14.2
Time: Fri Mar 7 16:01: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-03-07 16:01:06,773 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 16:01:07,159 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 16:01:07,165 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 16:01:07,606 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 16:01:07,615 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 16:01:07,872 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 16:01:07,879 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 16:01:07,884 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 16:01:07,889 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 16:01:07,894 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 16:01:07,956 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 16:01:07,969 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 16:01:07,973 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 16:01:07,977 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 16:01:07,980 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 16:01:07,985 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 16:01:07,990 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 16:01:08,021 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 16:01:08,021 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 16:01:08,022 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 16:01:08,022 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 16:01:08,022 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 16:01:08,023 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 16:01:08,024 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 16:01:08,024 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 16:01:08,024 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 16:01:08,024 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 16:01:08,024 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 16:01:08,025 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 16:01:08,069 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 16:01:08,449 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 16:01:08,852 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 16:01:08,853 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 16:01:08,853 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 16:01:08,853 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 16:01:08,853 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 16:01:08,853 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 16:01:08,853 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 16:01:08,853 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 16:01:08,853 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 16:01:08,853 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 16:01:08,853 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 16:01:09,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.14.2
Time: Fri Mar 7 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-03-07 16:11:04,129 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 16:11:04,486 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 16:11:04,489 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 16:11:04,855 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 16:11:04,884 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 16:11:06,175 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 16:11:06,181 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 16:11:06,186 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 16:11:06,191 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 16:11:06,197 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 16:11:06,255 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 16:11:06,264 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 16:11:06,268 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 16:11:06,271 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 16:11:06,275 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 16:11:06,280 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 16:11:06,284 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 16:11:06,314 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 16:11:06,314 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 16:11:06,315 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 16:11:06,315 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 16:11:06,315 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 16:11:06,317 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 16:11:06,317 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 16:11:06,317 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 16:11:06,317 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 16:11:06,317 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 16:11:06,317 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 16:11:06,318 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 16:11:06,362 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 16:11:06,725 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 16:11:07,117 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 16:11:07,117 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 16:11:07,117 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 16:11:07,117 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 16:11:07,117 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 16:11:07,117 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 16:11:07,117 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 16:11:07,117 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 16:11:07,117 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 16:11:07,117 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 16:11:07,117 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 16:11: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.14.2
Time: Fri Mar 7 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-03-07 16:21:04,994 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 16:21:05,379 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 16:21:05,382 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 16:21:05,699 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 16:21:05,743 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 16:21:06,536 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 16:21:06,556 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 16:21:06,573 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 16:21:06,594 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 16:21:06,610 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 16:21:06,700 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 16:21:06,721 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 16:21:06,727 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 16:21:06,731 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 16:21:06,739 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 16:21:06,744 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 16:21:06,752 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 16:21:06,782 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 16:21:06,782 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 16:21:06,782 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 16:21:06,782 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 16:21:06,783 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 16:21:06,784 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 16:21:06,784 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 16:21:06,784 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 16:21:06,785 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 16:21:06,785 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 16:21:06,785 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 16:21:06,785 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 16:21:06,835 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 16:21:07,221 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 16:21:07,623 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 16:21:07,623 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 16:21:07,623 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 16:21:07,623 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 16:21:07,623 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 16:21:07,623 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 16:21:07,623 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 16:21:07,623 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 16:21:07,623 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 16:21:07,623 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 16:21:07,623 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 16:21:07,946 _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.14.2
Time: Fri Mar 7 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-03-07 16:31:04,653 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 16:31:05,001 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 16:31:05,004 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 16:31:05,370 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 16:31:05,384 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 16:31:06,271 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 16:31:06,303 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 16:31:06,327 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 16:31:06,363 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 16:31:06,385 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 16:31:06,503 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 16:31:06,520 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 16:31:06,530 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 16:31:06,538 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 16:31:06,543 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 16:31:06,548 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 16:31:06,553 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 16:31:06,589 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 16:31:06,590 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 16:31:06,590 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 16:31:06,590 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 16:31:06,591 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 16:31:06,593 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 16:31:06,593 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 16:31:06,593 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 16:31:06,593 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 16:31:06,593 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 16:31:06,593 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 16:31:06,594 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 16:31:06,645 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 16:31:07,008 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 16:31:07,396 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 16:31:07,396 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 16:31:07,396 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 16:31:07,396 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 16:31:07,396 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 16:31:07,396 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 16:31:07,396 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 16:31:07,396 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 16:31:07,396 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 16:31:07,396 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 16:31:07,396 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 16:31:07,690 _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.14.2
Time: Fri Mar 7 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-03-07 16:41:03,978 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 16:41:04,344 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 16:41:04,350 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 16:41:04,754 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 16:41:04,768 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 16:41:05,207 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 16:41:05,221 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 16:41:05,235 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 16:41:05,248 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 16:41:05,261 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 16:41:05,328 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 16:41:05,347 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 16:41:05,352 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 16:41:05,355 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 16:41:05,361 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 16:41:05,367 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 16:41:05,374 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 16:41:05,406 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 16:41:05,406 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 16:41:05,407 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 16:41:05,407 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 16:41:05,407 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 16:41:05,408 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 16:41:05,409 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 16:41:05,409 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 16:41:05,409 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 16:41:05,409 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 16:41:05,409 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 16:41:05,410 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 16:41:05,455 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 16:41:05,823 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 16:41:06,224 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 16:41:06,224 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 16:41:06,224 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 16:41:06,224 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 16:41:06,224 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 16:41:06,224 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 16:41:06,224 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 16:41:06,224 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 16:41:06,224 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 16:41:06,224 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 16:41:06,224 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 16:41:06,552 _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.14.2
Time: Fri Mar 7 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-03-07 16:51:04,421 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 16:51:04,786 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 16:51:04,788 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 16:51:05,152 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 16:51:05,168 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 16:51:06,474 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 16:51:06,502 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 16:51:06,534 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 16:51:06,566 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 16:51:06,587 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 16:51:06,694 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 16:51:06,704 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 16:51:06,708 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 16:51:06,711 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 16:51:06,715 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 16:51:06,720 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 16:51:06,724 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 16:51:06,756 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 16:51:06,756 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 16:51:06,756 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 16:51:06,756 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 16:51:06,757 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 16:51:06,758 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 16:51:06,758 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 16:51:06,759 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 16:51:06,759 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 16:51:06,759 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 16:51:06,759 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 16:51:06,759 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 16:51:06,804 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 16:51:07,177 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 16:51:07,572 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 16:51:07,572 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 16:51:07,572 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 16:51:07,572 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 16:51:07,572 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 16:51:07,572 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 16:51:07,573 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 16:51:07,573 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 16:51:07,573 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 16:51:07,573 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 16:51:07,573 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 16:51:07,864 _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.14.2
Time: Fri Mar 7 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-03-07 17:01:04,478 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 17:01:04,833 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 17:01:04,835 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 17:01:05,287 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 17:01:05,304 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 17:01:06,634 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 17:01:06,640 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 17:01:06,645 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 17:01:06,650 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 17:01:06,656 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 17:01:06,803 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 17:01:06,815 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 17:01:06,819 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 17:01:06,822 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 17:01:06,826 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 17:01:06,831 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 17:01:06,836 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 17:01:06,867 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 17:01:06,867 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 17:01:06,867 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 17:01:06,867 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 17:01:06,868 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 17:01:06,869 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 17:01:06,869 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 17:01:06,870 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 17:01:06,870 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 17:01:06,870 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 17:01:06,870 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 17:01:06,870 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 17:01:06,915 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 17:01:07,276 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 17:01:07,663 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 17:01:07,663 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 17:01:07,663 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 17:01:07,664 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 17:01:07,664 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 17:01:07,664 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 17:01:07,664 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 17:01:07,664 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 17:01:07,664 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 17:01:07,664 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 17:01:07,664 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 17:01:07,950 _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.14.2
Time: Fri Mar 7 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-03-07 17:11:04,635 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 17:11:05,010 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 17:11:05,012 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 17:11:05,411 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 17:11:05,451 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 17:11:06,467 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 17:11:06,474 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 17:11:06,480 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 17:11:06,486 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 17:11:06,492 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 17:11:06,550 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 17:11:06,560 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 17:11:06,564 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 17:11:06,567 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 17:11:06,570 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 17:11:06,575 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 17:11:06,580 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 17:11:06,610 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 17:11:06,610 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 17:11:06,611 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 17:11:06,611 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 17:11:06,611 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 17:11:06,612 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 17:11:06,612 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 17:11:06,613 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 17:11:06,613 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 17:11:06,613 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 17:11:06,613 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 17:11:06,613 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 17:11:06,657 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 17:11:07,053 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 17:11:07,449 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 17:11:07,449 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 17:11:07,449 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 17:11:07,449 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 17:11:07,449 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 17:11:07,449 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 17:11:07,449 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 17:11:07,449 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 17:11:07,449 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 17:11:07,449 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 17:11:07,449 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 17:11:07,716 _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.14.2
Time: Fri Mar 7 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-03-07 17:21:03,938 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 17:21:04,286 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 17:21:04,286 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 17:21:04,696 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 17:21:04,711 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 17:21:05,183 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 17:21:05,194 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 17:21:05,203 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 17:21:05,214 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 17:21:05,222 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 17:21:05,300 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 17:21:05,316 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 17:21:05,321 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 17:21:05,326 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 17:21:05,332 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 17:21:05,339 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 17:21:05,345 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 17:21:05,376 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 17:21:05,376 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 17:21:05,376 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 17:21:05,376 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 17:21:05,377 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 17:21:05,378 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 17:21:05,378 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 17:21:05,378 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 17:21:05,379 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 17:21:05,379 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 17:21:05,379 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 17:21:05,379 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 17:21:05,424 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 17:21:05,786 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 17:21:06,175 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 17:21:06,175 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 17:21:06,175 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 17:21:06,175 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 17:21:06,175 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 17:21:06,175 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 17:21:06,175 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 17:21:06,175 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 17:21:06,175 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 17:21:06,175 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 17:21:06,175 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 17:21:06,451 _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.14.2
Time: Fri Mar 7 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-03-07 17:31:04,706 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 17:31:05,077 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 17:31:05,081 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 17:31:05,462 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 17:31:05,510 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 17:31:06,388 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 17:31:06,394 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 17:31:06,402 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 17:31:06,408 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 17:31:06,414 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 17:31:06,479 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 17:31:06,491 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 17:31:06,495 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 17:31:06,498 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 17:31:06,502 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 17:31:06,507 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 17:31:06,512 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 17:31:06,543 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 17:31:06,543 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 17:31:06,543 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 17:31:06,544 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 17:31:06,544 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 17:31:06,545 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 17:31:06,545 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 17:31:06,546 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 17:31:06,546 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 17:31:06,546 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 17:31:06,546 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 17:31:06,546 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 17:31:06,591 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 17:31:06,950 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 17:31:07,346 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 17:31:07,346 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 17:31:07,346 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 17:31:07,346 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 17:31:07,346 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 17:31:07,346 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 17:31:07,346 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 17:31:07,346 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 17:31:07,346 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 17:31:07,346 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 17:31:07,346 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 17:31:07,617 _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.14.2
Time: Fri Mar 7 17: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-03-07 17:41:05,551 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 17:41:05,915 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 17:41:05,922 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 17:41:06,354 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 17:41:06,363 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 17:41:06,611 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 17:41:06,616 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 17:41:06,622 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 17:41:06,631 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 17:41:06,638 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 17:41:06,699 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 17:41:06,708 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 17:41:06,712 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 17:41:06,715 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 17:41:06,719 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 17:41:06,724 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 17:41:06,728 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 17:41:06,760 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 17:41:06,760 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 17:41:06,760 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 17:41:06,760 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 17:41:06,761 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 17:41:06,762 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 17:41:06,762 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 17:41:06,762 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 17:41:06,763 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 17:41:06,763 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 17:41:06,763 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 17:41:06,763 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 17:41:06,808 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 17:41:07,176 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 17:41:07,564 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 17:41:07,564 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 17:41:07,564 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 17:41:07,564 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 17:41:07,564 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 17:41:07,564 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 17:41:07,564 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 17:41:07,564 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 17:41:07,564 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 17:41:07,564 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 17:41:07,564 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 17:41:07,856 _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.14.2
Time: Fri Mar 7 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-03-07 17:51:05,475 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 17:51:05,858 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 17:51:05,866 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 17:51:06,340 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 17:51:06,365 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 17:51:07,040 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 17:51:07,046 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 17:51:07,052 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 17:51:07,057 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 17:51:07,062 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 17:51:07,127 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 17:51:07,136 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 17:51:07,140 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 17:51:07,143 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 17:51:07,147 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 17:51:07,152 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 17:51:07,156 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 17:51:07,187 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 17:51:07,187 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 17:51:07,187 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 17:51:07,188 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 17:51:07,188 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 17:51:07,190 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 17:51:07,190 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 17:51:07,190 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 17:51:07,190 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 17:51:07,190 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 17:51:07,190 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 17:51:07,191 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 17:51:07,236 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 17:51:07,596 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 17:51:08,012 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 17:51:08,012 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 17:51:08,012 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 17:51:08,012 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 17:51:08,012 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 17:51:08,012 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 17:51:08,012 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 17:51:08,012 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 17:51:08,012 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 17:51:08,012 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 17:51:08,012 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 17:51:08,325 _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.14.2
Time: Fri Mar 7 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-03-07 18:01:05,761 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 18:01:06,162 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 18:01:06,169 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 18:01:06,648 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 18:01:06,689 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 18:01:07,207 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 18:01:07,213 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 18:01:07,218 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 18:01:07,223 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 18:01:07,229 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 18:01:07,289 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 18:01:07,298 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 18:01:07,302 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 18:01:07,305 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 18:01:07,309 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 18:01:07,313 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 18:01:07,318 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 18:01:07,354 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 18:01:07,354 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 18:01:07,355 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 18:01:07,355 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 18:01:07,355 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 18:01:07,357 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 18:01:07,357 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 18:01:07,358 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 18:01:07,358 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 18:01:07,358 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 18:01:07,358 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 18:01:07,359 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 18:01:07,405 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 18:01:07,759 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 18:01:08,148 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 18:01:08,148 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 18:01:08,148 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 18:01:08,148 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 18:01:08,148 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 18:01:08,148 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 18:01:08,148 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 18:01:08,148 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 18:01:08,148 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 18:01:08,148 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 18:01:08,148 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 18:01:08,445 _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.14.2
Time: Fri Mar 7 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-03-07 18:11:05,067 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 18:11:05,454 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 18:11:05,456 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 18:11:05,855 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 18:11:05,870 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 18:11:06,724 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 18:11:06,755 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 18:11:06,792 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 18:11:06,828 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 18:11:06,848 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 18:11:06,944 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 18:11:06,962 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 18:11:06,967 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 18:11:06,970 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 18:11:06,975 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 18:11:06,981 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 18:11:06,988 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 18:11:07,020 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 18:11:07,020 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 18:11:07,020 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 18:11:07,021 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 18:11:07,021 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 18:11:07,023 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 18:11:07,023 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 18:11:07,023 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 18:11:07,023 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 18:11:07,023 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 18:11:07,023 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 18:11:07,024 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 18:11:07,069 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 18:11:07,470 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 18:11:07,860 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 18:11:07,860 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 18:11:07,860 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 18:11:07,860 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 18:11:07,860 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 18:11:07,860 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 18:11:07,860 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 18:11:07,860 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 18:11:07,860 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 18:11:07,860 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 18:11:07,860 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 18:11:08,152 _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.14.2
Time: Fri Mar 7 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-03-07 18:21:04,638 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 18:21:05,008 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 18:21:05,010 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 18:21:05,423 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 18:21:05,460 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 18:21:06,530 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 18:21:06,539 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 18:21:06,551 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 18:21:06,566 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 18:21:06,573 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 18:21:06,650 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 18:21:06,660 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 18:21:06,667 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 18:21:06,674 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 18:21:06,679 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 18:21:06,688 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 18:21:06,695 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 18:21:06,726 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 18:21:06,726 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 18:21:06,726 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 18:21:06,726 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 18:21:06,727 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 18:21:06,728 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 18:21:06,728 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 18:21:06,728 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 18:21:06,729 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 18:21:06,729 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 18:21:06,729 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 18:21:06,729 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 18:21:06,774 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 18:21:07,131 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 18:21:07,538 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 18:21:07,538 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 18:21:07,538 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 18:21:07,538 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 18:21:07,539 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 18:21:07,539 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 18:21:07,539 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 18:21:07,539 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 18:21:07,539 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 18:21:07,539 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 18:21:07,539 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 18:21:07,833 _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.14.2
Time: Fri Mar 7 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-03-07 18:31:04,482 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 18:31:04,869 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 18:31:04,871 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 18:31:05,291 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 18:31:05,305 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 18:31:05,743 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 18:31:05,763 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 18:31:05,787 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 18:31:05,807 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 18:31:05,821 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 18:31:05,951 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 18:31:05,984 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 18:31:05,993 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 18:31:06,002 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 18:31:06,010 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 18:31:06,020 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 18:31:06,031 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 18:31:06,064 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 18:31:06,064 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 18:31:06,064 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 18:31:06,064 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 18:31:06,065 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 18:31:06,066 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 18:31:06,066 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 18:31:06,067 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 18:31:06,067 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 18:31:06,067 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 18:31:06,067 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 18:31:06,067 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 18:31:06,113 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 18:31:06,470 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 18:31:06,869 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 18:31:06,869 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 18:31:06,869 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 18:31:06,869 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 18:31:06,869 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 18:31:06,869 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 18:31:06,869 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 18:31:06,869 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 18:31:06,869 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 18:31:06,869 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 18:31:06,869 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 18:31:07,142 _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.14.2
Time: Fri Mar 7 18: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-03-07 18:41:04,697 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 18:41:05,053 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 18:41:05,054 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 18:41:05,441 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 18:41:05,454 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 18:41:06,026 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 18:41:06,062 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 18:41:06,094 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 18:41:06,130 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 18:41:06,148 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 18:41:06,274 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 18:41:06,307 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 18:41:06,314 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 18:41:06,325 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 18:41:06,334 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 18:41:06,343 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 18:41:06,354 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 18:41:06,384 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 18:41:06,384 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 18:41:06,385 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 18:41:06,385 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 18:41:06,385 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 18:41:06,386 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 18:41:06,386 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 18:41:06,387 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 18:41:06,387 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 18:41:06,387 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 18:41:06,387 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 18:41:06,387 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 18:41:06,433 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 18:41:06,791 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 18:41:07,195 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 18:41:07,195 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 18:41:07,195 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 18:41:07,195 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 18:41:07,195 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 18:41:07,196 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 18:41:07,196 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 18:41:07,196 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 18:41:07,196 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 18:41:07,196 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 18:41:07,196 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 18:41:07,462 _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.14.2
Time: Fri Mar 7 18:51: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-03-07 18:51:07,030 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 18:51:07,374 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 18:51:07,375 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 18:51:07,744 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 18:51:07,752 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 18:51:07,997 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 18:51:08,003 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 18:51:08,008 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 18:51:08,013 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 18:51:08,018 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 18:51:08,078 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 18:51:08,086 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 18:51:08,090 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 18:51:08,093 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 18:51:08,097 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 18:51:08,102 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 18:51:08,106 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 18:51:08,137 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 18:51:08,137 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 18:51:08,137 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 18:51:08,137 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 18:51:08,137 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 18:51:08,139 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 18:51:08,139 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 18:51:08,139 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 18:51:08,139 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 18:51:08,139 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 18:51:08,139 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 18:51:08,140 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 18:51:08,183 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 18:51:08,529 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 18:51:08,913 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 18:51:08,913 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 18:51:08,913 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 18:51:08,913 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 18:51:08,913 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 18:51:08,913 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 18:51:08,913 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 18:51:08,913 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 18:51:08,913 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 18:51:08,913 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 18:51:08,913 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 18:51:09,173 _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.14.2
Time: Fri Mar 7 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-03-07 19:01:05,905 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 19:01:06,266 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 19:01:06,267 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 19:01:06,712 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 19:01:06,721 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 19:01:06,979 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 19:01:06,985 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 19:01:06,991 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 19:01:06,996 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 19:01:07,002 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 19:01:07,063 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 19:01:07,072 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 19:01:07,076 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 19:01:07,079 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 19:01:07,083 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 19:01:07,088 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 19:01:07,092 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 19:01:07,125 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 19:01:07,125 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 19:01:07,125 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 19:01:07,125 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 19:01:07,126 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 19:01:07,127 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 19:01:07,127 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 19:01:07,128 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 19:01:07,128 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 19:01:07,128 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 19:01:07,128 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 19:01:07,128 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 19:01:07,174 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 19:01:07,537 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 19:01:07,943 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 19:01:07,943 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 19:01:07,943 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 19:01:07,943 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 19:01:07,943 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 19:01:07,943 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 19:01:07,943 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 19:01:07,943 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 19:01:07,943 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 19:01:07,943 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 19:01:07,943 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 19:01:08,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.14.2
Time: Fri Mar 7 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-03-07 19:11:04,080 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 19:11:04,436 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 19:11:04,438 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 19:11:04,789 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 19:11:04,803 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 19:11:05,122 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 19:11:05,134 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 19:11:05,144 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 19:11:05,154 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 19:11:05,164 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 19:11:05,244 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 19:11:05,262 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 19:11:05,268 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 19:11:05,271 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 19:11:05,276 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 19:11:05,286 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 19:11:05,292 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 19:11:05,325 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 19:11:05,325 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 19:11:05,325 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 19:11:05,325 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 19:11:05,326 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 19:11:05,327 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 19:11:05,327 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 19:11:05,328 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 19:11:05,328 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 19:11:05,328 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 19:11:05,328 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 19:11:05,328 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 19:11:05,374 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 19:11:05,764 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 19:11:06,148 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 19:11:06,148 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 19:11:06,148 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 19:11:06,149 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 19:11:06,149 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 19:11:06,149 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 19:11:06,149 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 19:11:06,149 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 19:11:06,149 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 19:11:06,149 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 19:11:06,149 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 19:11:06,418 _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.14.2
Time: Fri Mar 7 19:21: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-03-07 19:21:07,399 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 19:21:07,746 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 19:21:07,746 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 19:21:08,089 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 19:21:08,098 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 19:21:08,351 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 19:21:08,358 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 19:21:08,364 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 19:21:08,369 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 19:21:08,375 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 19:21:08,432 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 19:21:08,440 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A
2025-03-07 19:21:08,444 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 19:21:08,447 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 19:21:08,451 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 19:21:08,456 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 19:21:08,461 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 19:21:08,492 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 19:21:08,492 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 19:21:08,493 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 19:21:08,493 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 19:21:08,493 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 19:21:08,495 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 19:21:08,495 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 19:21:08,495 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 19:21:08,495 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 19:21:08,496 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 19:21:08,496 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 19:21:08,496 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 19:21:08,540 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 19:21:08,898 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 19:21:09,287 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 19:21:09,287 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 19:21:09,287 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 19:21:09,287 get_matching_block_idx: Match(a=37, b=33, size=9922)
2025-03-07 19:21:09,287 get_matching_block_idx: Match(a=9959, b=9955, size=0)
2025-03-07 19:21:09,287 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 19:21:09,287 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 19:21:09,287 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 19:21:09,287 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 19:21:09,287 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 19:21:09,287 get_matching_block_idx: ('equal', 37, 9959, 33, 9955)
2025-03-07 19:21:09,553 _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.14.2
Time: Fri Mar 7 19: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-03-07 19:31:05,005 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1683658 commands
2025-03-07 19:31:05,376 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 19:31:05,379 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 19:31:05,793 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 19:31:05,815 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 19:31:06,515 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 19:31:06,535 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 19:31:06,555 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 19:31:06,575 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 19:31:06,588 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 19:31:06,671 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 19:31:06,679 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR/MAR1025B with cache=False
2025-03-07 19:31:06,744 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR/MAR1025B/CR068_1703.backstop with cache=False
2025-03-07 19:31:06,987 parse_backstop_and_write: Saving /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-07 19:31:07,009 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-07 19:31:07,014 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 19:31:07,017 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 19:31:07,021 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 19:31:07,118 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 19:31:07,123 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 19:31:07,127 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-07 19:31:07,158 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 19:31:07,158 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 19:31:07,159 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 19:31:07,159 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 19:31:07,159 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 19:31:07,161 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 19:31:07,161 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 19:31:07,161 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 19:31:07,161 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 19:31:07,161 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 19:31:07,161 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 19:31:07,162 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 19:31:07,162 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-07 19:31:07,162 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-07 19:31:07,217 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 19:31:07,561 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177682 pars
2025-03-07 19:31:08,077 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 19:31:08,077 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 19:31:08,077 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 19:31:08,077 get_matching_block_idx: Match(a=37, b=33, size=9905)
2025-03-07 19:31:08,077 get_matching_block_idx: Match(a=9943, b=9939, size=11)
2025-03-07 19:31:08,078 get_matching_block_idx: Match(a=9955, b=9950, size=4)
2025-03-07 19:31:08,078 get_matching_block_idx: Match(a=9959, b=12546, size=0)
2025-03-07 19:31:08,078 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 19:31:08,078 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 19:31:08,078 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 19:31:08,078 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 19:31:08,078 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 19:31:08,078 get_matching_block_idx: ('equal', 37, 9942, 33, 9938)
2025-03-07 19:31:08,078 get_matching_block_idx: ('replace', 9942, 9943, 9938, 9939)
2025-03-07 19:31:08,078 get_matching_block_idx: ('equal', 9943, 9954, 9939, 9950)
2025-03-07 19:31:08,078 get_matching_block_idx: ('delete', 9954, 9955, 9950, 9950)
2025-03-07 19:31:08,078 get_matching_block_idx: ('equal', 9955, 9959, 9950, 9954)
2025-03-07 19:31:08,078 get_matching_block_idx: ('insert', 9959, 9959, 9954, 12546)
2025-03-07 19:31:08,180 _update_cmds_archive: Appending 2608 new commands after removing 17 from existing archive
2025-03-07 19:31:08,180 _update_cmds_archive: starting with cmds_arch[:1683641] and adding cmds_recent[9938:12546]
2025-03-07 19:31:08,462 _update_cmds_archive: Writing 1686249 commands to /proj/sot/ska3/flight/data/kadi/cmds2.h5
2025-03-07 19:31:09,962 _update_cmds_archive: Writing updated pars_dict to /proj/sot/ska3/flight/data/kadi/cmds2.pkl
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.14.2
Time: Fri Mar 7 19: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-03-07 19:41:05,933 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-07 19:41:06,286 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 19:41:06,293 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 19:41:06,742 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 19:41:06,749 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 19:41:06,990 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 19:41:06,996 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 19:41:07,001 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 19:41:07,006 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 19:41:07,011 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 19:41:07,068 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 19:41:07,075 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-07 19:41:07,082 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-07 19:41:07,085 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 19:41:07,088 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 19:41:07,092 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 19:41:07,097 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 19:41:07,101 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 19:41:07,105 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-07 19:41:07,136 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 19:41:07,136 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 19:41:07,136 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 19:41:07,136 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 19:41:07,137 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 19:41:07,138 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 19:41:07,138 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 19:41:07,139 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 19:41:07,139 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 19:41:07,139 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 19:41:07,139 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 19:41:07,139 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 19:41:07,139 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-07 19:41:07,140 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-07 19:41:07,192 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 19:41:07,547 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 19:41:08,237 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 19:41:08,237 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 19:41:08,237 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 19:41:08,237 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-07 19:41:08,237 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-07 19:41:08,237 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 19:41:08,237 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 19:41:08,237 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 19:41:08,237 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 19:41:08,237 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 19:41:08,237 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-07 19:41:08,353 _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.14.2
Time: Fri Mar 7 19: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-03-07 19:51:06,781 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-07 19:51:07,126 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 19:51:07,126 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 19:51:07,502 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 19:51:07,511 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 19:51:07,948 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 19:51:07,954 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 19:51:07,960 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 19:51:07,965 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 19:51:07,970 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 19:51:08,134 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 19:51:08,141 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-07 19:51:08,148 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-07 19:51:08,152 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 19:51:08,154 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 19:51:08,158 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 19:51:08,163 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 19:51:08,167 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 19:51:08,171 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-07 19:51:08,201 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 19:51:08,201 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 19:51:08,201 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 19:51:08,201 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 19:51:08,202 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 19:51:08,203 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 19:51:08,203 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 19:51:08,203 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 19:51:08,203 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 19:51:08,204 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 19:51:08,204 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 19:51:08,204 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 19:51:08,204 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-07 19:51:08,204 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-07 19:51:08,261 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 19:51:08,611 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 19:51:09,322 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 19:51:09,322 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 19:51:09,322 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 19:51:09,322 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-07 19:51:09,323 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-07 19:51:09,323 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 19:51:09,323 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 19:51:09,323 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 19:51:09,323 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 19:51:09,323 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 19:51:09,323 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-07 19:51:09,418 _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.14.2
Time: Fri Mar 7 20: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-03-07 20:01:05,582 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-07 20:01:05,963 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 20:01:05,965 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 20:01:06,379 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 20:01:06,399 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 20:01:07,029 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 20:01:07,035 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 20:01:07,040 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 20:01:07,045 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 20:01:07,051 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 20:01:07,112 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 20:01:07,120 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-07 20:01:07,127 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-07 20:01:07,131 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 20:01:07,134 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 20:01:07,137 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 20:01:07,142 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 20:01:07,146 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 20:01:07,150 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-07 20:01:07,183 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 20:01:07,184 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 20:01:07,184 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 20:01:07,184 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 20:01:07,184 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 20:01:07,186 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 20:01:07,186 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 20:01:07,186 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 20:01:07,186 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 20:01:07,187 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 20:01:07,187 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 20:01:07,187 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 20:01:07,187 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-07 20:01:07,187 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-07 20:01:07,241 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 20:01:07,594 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 20:01:08,293 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 20:01:08,293 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 20:01:08,293 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 20:01:08,293 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-07 20:01:08,293 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-07 20:01:08,293 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 20:01:08,293 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 20:01:08,293 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 20:01:08,293 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 20:01:08,293 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 20:01:08,293 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-07 20:01:08,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.14.2
Time: Fri Mar 7 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-03-07 20:11:04,515 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-07 20:11:04,926 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 20:11:04,928 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 20:11:05,323 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 20:11:05,399 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 20:11:05,968 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 20:11:05,979 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 20:11:05,989 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 20:11:06,002 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 20:11:06,010 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 20:11:06,100 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 20:11:06,132 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-07 20:11:06,161 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-07 20:11:06,168 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 20:11:06,175 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 20:11:06,179 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 20:11:06,185 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 20:11:06,196 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 20:11:06,206 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-07 20:11:06,237 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 20:11:06,237 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 20:11:06,238 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 20:11:06,238 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 20:11:06,238 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 20:11:06,240 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 20:11:06,240 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 20:11:06,240 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 20:11:06,240 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 20:11:06,240 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 20:11:06,241 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 20:11:06,241 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 20:11:06,241 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-07 20:11:06,241 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-07 20:11:06,294 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 20:11:06,669 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 20:11:07,370 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 20:11:07,370 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 20:11:07,370 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 20:11:07,370 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-07 20:11:07,370 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-07 20:11:07,370 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 20:11:07,370 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 20:11:07,370 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 20:11:07,370 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 20:11:07,370 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 20:11:07,370 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-07 20:11:07,474 _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.14.2
Time: Fri Mar 7 20: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-03-07 20:21:06,160 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-07 20:21:06,529 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 20:21:06,536 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 20:21:06,963 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 20:21:06,971 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 20:21:07,256 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 20:21:07,262 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 20:21:07,267 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 20:21:07,273 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 20:21:07,278 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 20:21:07,337 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 20:21:07,345 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-07 20:21:07,352 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-07 20:21:07,355 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 20:21:07,358 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 20:21:07,362 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 20:21:07,366 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 20:21:07,371 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 20:21:07,375 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-07 20:21:07,413 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 20:21:07,414 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 20:21:07,414 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 20:21:07,414 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 20:21:07,415 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 20:21:07,417 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 20:21:07,417 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 20:21:07,417 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 20:21:07,417 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 20:21:07,417 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 20:21:07,417 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 20:21:07,418 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 20:21:07,418 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-07 20:21:07,418 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-07 20:21:07,478 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 20:21:07,841 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 20:21:08,623 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 20:21:08,623 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 20:21:08,623 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 20:21:08,623 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-07 20:21:08,623 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-07 20:21:08,623 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 20:21:08,623 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 20:21:08,623 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 20:21:08,623 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 20:21:08,623 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 20:21:08,623 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-07 20:21:08,730 _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.14.2
Time: Fri Mar 7 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-03-07 20:31:04,474 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-07 20:31:04,839 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 20:31:04,841 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 20:31:05,238 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 20:31:05,284 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 20:31:06,395 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 20:31:06,401 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 20:31:06,407 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 20:31:06,412 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 20:31:06,418 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 20:31:06,482 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 20:31:06,490 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-07 20:31:06,497 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-07 20:31:06,501 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 20:31:06,504 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 20:31:06,508 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 20:31:06,513 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 20:31:06,517 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 20:31:06,521 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-07 20:31:06,555 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 20:31:06,555 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 20:31:06,555 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 20:31:06,555 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 20:31:06,556 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 20:31:06,557 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 20:31:06,557 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 20:31:06,557 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 20:31:06,557 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 20:31:06,558 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 20:31:06,558 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 20:31:06,558 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 20:31:06,558 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-07 20:31:06,558 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-07 20:31:06,612 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 20:31:06,973 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 20:31:07,819 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 20:31:07,819 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 20:31:07,819 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 20:31:07,819 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-07 20:31:07,819 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-07 20:31:07,819 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 20:31:07,819 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 20:31:07,819 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 20:31:07,819 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 20:31:07,819 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 20:31:07,819 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-07 20: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.14.2
Time: Fri Mar 7 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-03-07 20:41:03,644 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-07 20:41:03,992 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 20:41:03,993 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 20:41:04,349 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 20:41:04,370 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 20:41:05,132 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 20:41:05,143 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 20:41:05,156 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 20:41:05,169 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 20:41:05,180 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 20:41:05,256 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 20:41:05,274 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-07 20:41:05,289 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-07 20:41:05,295 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 20:41:05,300 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 20:41:05,305 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 20:41:05,311 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 20:41:05,318 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 20:41:05,323 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-07 20:41:05,354 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 20:41:05,354 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 20:41:05,354 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 20:41:05,354 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 20:41:05,355 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 20:41:05,356 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 20:41:05,356 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 20:41:05,356 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 20:41:05,356 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 20:41:05,357 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 20:41:05,357 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 20:41:05,357 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 20:41:05,357 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-07 20:41:05,357 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-07 20:41:05,417 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 20:41:05,768 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 20:41:06,516 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 20:41:06,516 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 20:41:06,516 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 20:41:06,516 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-07 20:41:06,516 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-07 20:41:06,516 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 20:41:06,517 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 20:41:06,517 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 20:41:06,517 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 20:41:06,517 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 20:41:06,517 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-07 20:41:06,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.14.2
Time: Fri Mar 7 20: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-03-07 20:51:05,445 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-07 20:51:05,798 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 20:51:05,805 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 20:51:06,304 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 20:51:06,349 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 20:51:06,629 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 20:51:06,635 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 20:51:06,641 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 20:51:06,646 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 20:51:06,652 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 20:51:06,711 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 20:51:06,719 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-07 20:51:06,726 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-07 20:51:06,730 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 20:51:06,733 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 20:51:06,736 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 20:51:06,741 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 20:51:06,746 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 20:51:06,750 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-07 20:51:06,780 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 20:51:06,780 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 20:51:06,781 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 20:51:06,781 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 20:51:06,781 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 20:51:06,782 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 20:51:06,782 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 20:51:06,783 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 20:51:06,783 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 20:51:06,783 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 20:51:06,783 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 20:51:06,783 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 20:51:06,783 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-07 20:51:06,784 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-07 20:51:06,838 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 20:51:07,206 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 20:51:07,933 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 20:51:07,934 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 20:51:07,934 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 20:51:07,934 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-07 20:51:07,934 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-07 20:51:07,934 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 20:51:07,934 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 20:51:07,934 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 20:51:07,934 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 20:51:07,934 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 20:51:07,934 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-07 20:51:08,031 _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.14.2
Time: Fri Mar 7 21:01: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-03-07 21:01:06,626 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-07 21:01:06,979 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 21:01:06,980 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 21:01:07,445 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 21:01:07,454 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 21:01:07,735 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 21:01:07,742 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 21:01:07,748 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 21:01:07,753 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 21:01:07,758 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 21:01:07,824 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 21:01:07,832 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-07 21:01:07,854 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-07 21:01:07,858 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 21:01:07,861 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 21:01:07,864 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 21:01:07,869 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 21:01:07,874 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 21:01:07,878 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-07 21:01:07,909 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 21:01:07,909 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 21:01:07,909 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 21:01:07,909 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 21:01:07,910 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 21:01:07,911 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 21:01:07,911 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 21:01:07,912 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 21:01:07,912 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 21:01:07,912 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 21:01:07,912 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 21:01:07,913 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 21:01:07,913 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-07 21:01:07,913 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-07 21:01:07,966 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 21:01:08,312 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 21:01:09,042 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 21:01:09,042 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 21:01:09,042 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 21:01:09,042 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-07 21:01:09,042 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-07 21:01:09,042 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 21:01:09,042 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 21:01:09,042 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 21:01:09,042 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 21:01:09,042 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 21:01:09,042 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-07 21:01:09,139 _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.14.2
Time: Fri Mar 7 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-03-07 21:11:04,729 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-07 21:11:05,087 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 21:11:05,090 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 21:11:05,486 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 21:11:05,503 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 21:11:06,624 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 21:11:06,652 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 21:11:06,684 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 21:11:06,716 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 21:11:06,730 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 21:11:06,832 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 21:11:06,860 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-07 21:11:06,887 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-07 21:11:06,902 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 21:11:06,911 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 21:11:06,915 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 21:11:06,920 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 21:11:06,925 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 21:11:06,929 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-07 21:11:06,963 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 21:11:06,964 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 21:11:06,964 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 21:11:06,964 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 21:11:06,965 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 21:11:06,966 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 21:11:06,966 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 21:11:06,966 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 21:11:06,966 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 21:11:06,967 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 21:11:06,967 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 21:11:06,967 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 21:11:06,967 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-07 21:11:06,968 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-07 21:11:07,022 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 21:11:07,367 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 21:11:08,117 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 21:11:08,117 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 21:11:08,117 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 21:11:08,117 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-07 21:11:08,117 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-07 21:11:08,117 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 21:11:08,117 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 21:11:08,117 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 21:11:08,117 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 21:11:08,117 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 21:11:08,117 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-07 21:11:08,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.14.2
Time: Fri Mar 7 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-03-07 21:21:04,925 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-07 21:21:05,296 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 21:21:05,297 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 21:21:05,674 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 21:21:05,689 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 21:21:06,405 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 21:21:06,431 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 21:21:06,467 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 21:21:06,503 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 21:21:06,525 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 21:21:06,639 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 21:21:06,671 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-07 21:21:06,700 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-07 21:21:06,711 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 21:21:06,718 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 21:21:06,727 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 21:21:06,736 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 21:21:06,748 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 21:21:06,759 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-07 21:21:06,790 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 21:21:06,790 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 21:21:06,791 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 21:21:06,791 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 21:21:06,791 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 21:21:06,793 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 21:21:06,793 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 21:21:06,793 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 21:21:06,793 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 21:21:06,794 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 21:21:06,794 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 21:21:06,794 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 21:21:06,794 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-07 21:21:06,794 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-07 21:21:06,847 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 21:21:07,204 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 21:21:07,967 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 21:21:07,967 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 21:21:07,967 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 21:21:07,967 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-07 21:21:07,967 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-07 21:21:07,967 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 21:21:07,967 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 21:21:07,967 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 21:21:07,967 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 21:21:07,967 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 21:21:07,967 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-07 21:21:08,088 _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.14.2
Time: Fri Mar 7 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-03-07 21:31:04,755 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-07 21:31:05,130 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 21:31:05,132 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 21:31:05,505 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 21:31:05,519 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 21:31:06,021 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 21:31:06,043 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 21:31:06,079 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 21:31:06,100 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 21:31:06,117 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 21:31:06,238 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 21:31:06,267 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-07 21:31:06,296 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-07 21:31:06,306 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 21:31:06,314 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 21:31:06,320 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 21:31:06,331 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 21:31:06,343 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 21:31:06,354 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-07 21:31:06,386 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 21:31:06,386 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 21:31:06,387 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 21:31:06,387 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 21:31:06,387 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 21:31:06,389 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 21:31:06,389 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 21:31:06,389 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 21:31:06,389 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 21:31:06,390 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 21:31:06,390 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 21:31:06,390 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 21:31:06,390 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-07 21:31:06,390 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-07 21:31:06,446 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 21:31:06,800 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 21:31:07,561 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 21:31:07,561 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 21:31:07,561 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 21:31:07,561 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-07 21:31:07,561 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-07 21:31:07,561 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 21:31:07,561 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 21:31:07,561 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 21:31:07,561 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 21:31:07,561 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 21:31:07,562 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-07 21:31:07,667 _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.14.2
Time: Fri Mar 7 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-03-07 21:41:03,825 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-07 21:41:04,179 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 21:41:04,180 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 21:41:04,605 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 21:41:04,643 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 21:41:05,077 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 21:41:05,087 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 21:41:05,098 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 21:41:05,109 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 21:41:05,117 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 21:41:05,186 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 21:41:05,199 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-07 21:41:05,212 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-07 21:41:05,217 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 21:41:05,223 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 21:41:05,229 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 21:41:05,235 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 21:41:05,240 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 21:41:05,246 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-07 21:41:05,277 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 21:41:05,277 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 21:41:05,277 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 21:41:05,278 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 21:41:05,278 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 21:41:05,280 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 21:41:05,280 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 21:41:05,280 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 21:41:05,280 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 21:41:05,280 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 21:41:05,280 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 21:41:05,281 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 21:41:05,281 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-07 21:41:05,281 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-07 21:41:05,334 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 21:41:05,701 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 21:41:06,453 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 21:41:06,453 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 21:41:06,453 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 21:41:06,453 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-07 21:41:06,453 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-07 21:41:06,453 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 21:41:06,453 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 21:41:06,453 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 21:41:06,453 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 21:41:06,453 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 21:41:06,453 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-07 21:41:06,554 _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.14.2
Time: Fri Mar 7 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-03-07 21:51:05,453 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-07 21:51:05,845 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 21:51:05,849 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 21:51:06,292 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 21:51:06,332 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 21:51:06,942 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 21:51:06,948 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 21:51:06,953 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 21:51:06,958 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 21:51:06,963 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 21:51:07,025 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 21:51:07,032 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-07 21:51:07,038 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-07 21:51:07,042 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 21:51:07,045 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 21:51:07,048 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 21:51:07,053 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 21:51:07,058 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 21:51:07,062 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-07 21:51:07,094 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 21:51:07,094 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 21:51:07,095 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 21:51:07,095 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 21:51:07,095 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 21:51:07,097 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 21:51:07,097 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 21:51:07,097 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 21:51:07,097 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 21:51:07,097 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 21:51:07,098 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 21:51:07,098 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 21:51:07,098 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-07 21:51:07,098 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-07 21:51:07,151 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 21:51:07,507 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 21:51:08,221 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 21:51:08,221 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 21:51:08,221 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 21:51:08,221 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-07 21:51:08,221 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-07 21:51:08,221 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 21:51:08,221 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 21:51:08,221 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 21:51:08,221 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 21:51:08,221 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 21:51:08,221 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-07 21:51:08,320 _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.14.2
Time: Fri Mar 7 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-03-07 22:01:04,811 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-07 22:01:05,172 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 22:01:05,175 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 22:01:05,524 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 22:01:05,544 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 22:01:06,750 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 22:01:06,757 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 22:01:06,763 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 22:01:06,769 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 22:01:06,778 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 22:01:06,861 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 22:01:06,877 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-07 22:01:06,892 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-07 22:01:06,899 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 22:01:06,905 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 22:01:06,911 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 22:01:06,919 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 22:01:06,924 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 22:01:06,928 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-07 22:01:06,959 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 22:01:06,959 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 22:01:06,960 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 22:01:06,960 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 22:01:06,961 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 22:01:06,962 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 22:01:06,962 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 22:01:06,963 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 22:01:06,963 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 22:01:06,963 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 22:01:06,963 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 22:01:06,964 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 22:01:06,964 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-07 22:01:06,964 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-07 22:01:07,019 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 22:01:07,363 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 22:01:08,116 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 22:01:08,116 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 22:01:08,116 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 22:01:08,116 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-07 22:01:08,116 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-07 22:01:08,116 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 22:01:08,116 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 22:01:08,116 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 22:01:08,116 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 22:01:08,116 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 22:01:08,116 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-07 22:01:08,215 _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.14.2
Time: Fri Mar 7 22: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-03-07 22:11:03,810 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-07 22:11:04,154 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 22:11:04,154 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 22:11:04,542 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 22:11:04,579 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 22:11:04,837 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 22:11:04,843 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 22:11:04,849 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 22:11:04,854 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 22:11:04,860 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 22:11:04,932 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 22:11:04,947 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-07 22:11:04,958 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-07 22:11:04,963 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 22:11:04,967 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 22:11:04,974 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 22:11:04,982 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 22:11:04,989 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 22:11:04,995 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-07 22:11:05,041 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 22:11:05,042 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 22:11:05,042 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 22:11:05,042 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 22:11:05,043 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 22:11:05,045 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 22:11:05,045 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 22:11:05,046 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 22:11:05,046 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 22:11:05,046 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 22:11:05,046 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 22:11:05,047 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 22:11:05,047 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-07 22:11:05,047 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-07 22:11:05,108 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 22:11:05,481 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 22:11:06,204 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 22:11:06,204 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 22:11:06,204 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 22:11:06,204 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-07 22:11:06,204 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-07 22:11:06,204 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 22:11:06,204 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 22:11:06,204 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 22:11:06,204 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 22:11:06,204 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 22:11:06,204 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-07 22:11:06,303 _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.14.2
Time: Fri Mar 7 22: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-03-07 22:21:04,798 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-07 22:21:05,155 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 22:21:05,157 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 22:21:05,561 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 22:21:05,573 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 22:21:06,663 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 22:21:06,683 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 22:21:06,699 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 22:21:06,711 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 22:21:06,725 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 22:21:06,796 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 22:21:06,815 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-07 22:21:06,828 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-07 22:21:06,835 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 22:21:06,843 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 22:21:06,852 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 22:21:06,860 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 22:21:06,868 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 22:21:06,874 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-07 22:21:06,912 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 22:21:06,913 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 22:21:06,913 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 22:21:06,914 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 22:21:06,914 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 22:21:06,916 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 22:21:06,916 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 22:21:06,916 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 22:21:06,916 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 22:21:06,917 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 22:21:06,917 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 22:21:06,917 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 22:21:06,917 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-07 22:21:06,918 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-07 22:21:06,974 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 22:21:07,324 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 22:21:08,085 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 22:21:08,086 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 22:21:08,086 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 22:21:08,086 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-07 22:21:08,086 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-07 22:21:08,086 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 22:21:08,086 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 22:21:08,086 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 22:21:08,086 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 22:21:08,086 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 22:21:08,086 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-07 22:21:08,189 _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.14.2
Time: Fri Mar 7 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-03-07 22:31:03,720 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-07 22:31:04,070 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 22:31:04,071 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 22:31:04,485 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 22:31:04,495 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 22:31:04,751 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 22:31:04,757 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 22:31:04,762 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 22:31:04,771 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 22:31:04,777 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR 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 1269, 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 1292, in _update_cmds_archive
cmds_recent = update_archive_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 363, in update_archive_and_get_cmds_recent
loads = update_loads(scenario, cmd_events=cmd_events, lookback=lookback, stop=stop)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1090, 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.14.2
Time: Fri Mar 7 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-03-07 22:41:04,131 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-07 22:41:04,479 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 22:41:04,480 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 22:41:04,877 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 22:41:04,922 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 22:41:05,409 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 22:41:05,419 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 22:41:05,431 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 22:41:05,441 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 22:41:05,450 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 22:41:05,520 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 22:41:05,533 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-07 22:41:05,545 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-07 22:41:05,550 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 22:41:05,555 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 22:41:05,558 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 22:41:05,564 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 22:41:05,571 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 22:41:05,576 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-07 22:41:05,613 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 22:41:05,614 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 22:41:05,614 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 22:41:05,614 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 22:41:05,615 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 22:41:05,617 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 22:41:05,617 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 22:41:05,617 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 22:41:05,617 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 22:41:05,618 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 22:41:05,618 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 22:41:05,618 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 22:41:05,618 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-07 22:41:05,618 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-07 22:41:05,683 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 22:41:06,043 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 22:41:06,764 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 22:41:06,764 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 22:41:06,764 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 22:41:06,764 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-07 22:41:06,764 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-07 22:41:06,764 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 22:41:06,764 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 22:41:06,764 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 22:41:06,764 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 22:41:06,764 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 22:41:06,764 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-07 22:41:06,881 _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.14.2
Time: Fri Mar 7 22: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-03-07 22:51:03,978 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-07 22:51:04,341 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 22:51:04,341 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 22:51:04,740 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 22:51:04,748 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 22:51:05,145 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 22:51:05,152 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 22:51:05,158 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 22:51:05,164 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 22:51:05,171 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 22:51:05,240 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 22:51:05,250 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-07 22:51:05,259 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-07 22:51:05,263 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 22:51:05,266 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 22:51:05,270 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 22:51:05,275 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 22:51:05,280 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 22:51:05,284 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-07 22:51:05,315 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 22:51:05,315 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 22:51:05,315 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 22:51:05,315 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 22:51:05,316 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 22:51:05,317 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 22:51:05,317 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 22:51:05,318 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 22:51:05,318 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 22:51:05,318 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 22:51:05,318 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 22:51:05,318 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 22:51:05,318 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-07 22:51:05,319 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-07 22:51:05,373 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 22:51:05,779 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 22:51:06,622 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 22:51:06,622 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 22:51:06,622 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 22:51:06,622 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-07 22:51:06,622 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-07 22:51:06,622 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 22:51:06,622 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 22:51:06,622 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 22:51:06,622 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 22:51:06,622 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 22:51:06,622 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-07 22:51:06,729 _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.14.2
Time: Fri Mar 7 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-03-07 23:01:04,730 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-07 23:01:05,094 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 23:01:05,095 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 23:01:05,572 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 23:01:05,586 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 23:01:07,013 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 23:01:07,020 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 23:01:07,026 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 23:01:07,031 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 23:01:07,037 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 23:01:07,112 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 23:01:07,121 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-07 23:01:07,129 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-07 23:01:07,133 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 23:01:07,136 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 23:01:07,139 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 23:01:07,144 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 23:01:07,148 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 23:01:07,152 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-07 23:01:07,184 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 23:01:07,184 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 23:01:07,184 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 23:01:07,185 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 23:01:07,185 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 23:01:07,186 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 23:01:07,186 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 23:01:07,187 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 23:01:07,187 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 23:01:07,187 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 23:01:07,187 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 23:01:07,187 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 23:01:07,187 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-07 23:01:07,188 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-07 23:01:07,241 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 23:01:07,618 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 23:01:08,338 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 23:01:08,338 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 23:01:08,338 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 23:01:08,338 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-07 23:01:08,338 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-07 23:01:08,338 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 23:01:08,338 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 23:01:08,338 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 23:01:08,338 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 23:01:08,338 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 23:01:08,338 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-07 23:01: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.14.2
Time: Fri Mar 7 23: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-03-07 23:11:04,123 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-07 23:11:04,498 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 23:11:04,500 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 23:11:04,868 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 23:11:04,886 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 23:11:05,661 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 23:11:05,688 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 23:11:05,712 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 23:11:05,756 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 23:11:05,781 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 23:11:05,911 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 23:11:05,944 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-07 23:11:05,965 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-07 23:11:05,971 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 23:11:05,974 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 23:11:05,979 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 23:11:05,985 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 23:11:05,992 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 23:11:05,999 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-07 23:11:06,036 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 23:11:06,036 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 23:11:06,036 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 23:11:06,036 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 23:11:06,037 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 23:11:06,039 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 23:11:06,039 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 23:11:06,039 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 23:11:06,039 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 23:11:06,040 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 23:11:06,040 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 23:11:06,040 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 23:11:06,040 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-07 23:11:06,041 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-07 23:11:06,101 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 23:11:06,463 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 23:11:07,224 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 23:11:07,224 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 23:11:07,224 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 23:11:07,224 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-07 23:11:07,224 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-07 23:11:07,224 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 23:11:07,224 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 23:11:07,224 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 23:11:07,224 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 23:11:07,224 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 23:11:07,224 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-07 23:11:07,324 _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.14.2
Time: Fri Mar 7 23: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-03-07 23:21:04,068 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-07 23:21:04,467 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 23:21:04,470 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 23:21:04,873 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 23:21:04,887 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 23:21:05,719 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 23:21:05,763 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 23:21:05,785 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 23:21:05,807 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 23:21:05,821 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 23:21:05,925 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 23:21:05,943 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-07 23:21:05,960 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-07 23:21:05,967 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 23:21:05,974 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 23:21:05,978 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 23:21:05,984 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 23:21:05,991 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 23:21:06,004 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-07 23:21:06,035 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 23:21:06,035 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 23:21:06,035 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 23:21:06,036 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 23:21:06,036 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 23:21:06,037 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 23:21:06,037 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 23:21:06,038 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 23:21:06,038 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 23:21:06,038 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 23:21:06,038 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 23:21:06,038 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 23:21:06,039 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-07 23:21:06,039 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-07 23:21:06,092 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 23:21:06,450 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 23:21:07,181 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 23:21:07,182 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 23:21:07,182 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 23:21:07,182 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-07 23:21:07,182 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-07 23:21:07,182 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 23:21:07,182 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 23:21:07,182 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 23:21:07,182 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 23:21:07,182 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 23:21:07,182 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-07 23:21:07,285 _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.14.2
Time: Fri Mar 7 23: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-03-07 23:31:05,335 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-07 23:31:05,702 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 23:31:05,706 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 23:31:06,080 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 23:31:06,088 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 23:31:06,358 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 23:31:06,365 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 23:31:06,371 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 23:31:06,376 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 23:31:06,383 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 23:31:06,455 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 23:31:06,464 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-07 23:31:06,472 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-07 23:31:06,475 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 23:31:06,478 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 23:31:06,482 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 23:31:06,487 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 23:31:06,491 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 23:31:06,495 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-07 23:31:06,526 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 23:31:06,526 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 23:31:06,526 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 23:31:06,526 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 23:31:06,527 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 23:31:06,528 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 23:31:06,528 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 23:31:06,528 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 23:31:06,528 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 23:31:06,529 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 23:31:06,529 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 23:31:06,529 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 23:31:06,529 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-07 23:31:06,529 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-07 23:31:06,583 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 23:31:06,928 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 23:31:07,633 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 23:31:07,633 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 23:31:07,633 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 23:31:07,633 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-07 23:31:07,633 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-07 23:31:07,633 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 23:31:07,633 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 23:31:07,633 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 23:31:07,633 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 23:31:07,633 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 23:31:07,633 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-07 23:31:07,731 _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.14.2
Time: Fri Mar 7 23: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-03-07 23:41:05,230 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-07 23:41:05,601 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 23:41:05,606 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 23:41:06,168 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 23:41:06,177 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 23:41:06,420 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 23:41:06,426 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 23:41:06,431 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 23:41:06,436 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 23:41:06,442 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 23:41:06,511 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 23:41:06,519 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-07 23:41:06,526 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-07 23:41:06,530 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 23:41:06,533 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 23:41:06,536 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 23:41:06,541 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 23:41:06,546 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 23:41:06,550 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-07 23:41:06,580 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 23:41:06,580 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 23:41:06,580 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 23:41:06,580 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 23:41:06,581 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 23:41:06,582 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 23:41:06,582 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 23:41:06,582 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 23:41:06,582 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 23:41:06,583 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 23:41:06,583 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 23:41:06,583 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 23:41:06,583 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-07 23:41:06,583 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-07 23:41:06,636 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 23:41:06,989 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 23:41:07,688 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 23:41:07,688 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 23:41:07,688 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 23:41:07,688 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-07 23:41:07,688 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-07 23:41:07,688 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 23:41:07,688 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 23:41:07,688 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 23:41:07,688 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 23:41:07,688 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 23:41:07,688 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-07 23:41:07,784 _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.14.2
Time: Fri Mar 7 23: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-03-07 23:51:05,346 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-07 23:51:05,707 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 23:51:05,713 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-07 23:51:06,157 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-07 23:51:06,165 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-07 23:51:06,427 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-07 23:51:06,433 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-07 23:51:06,438 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-07 23:51:06,443 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-07 23:51:06,449 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-07 23:51:06,517 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-07 23:51:06,524 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-07 23:51:06,530 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-07 23:51:06,534 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-07 23:51:06,537 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-07 23:51:06,540 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-07 23:51:06,545 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-07 23:51:06,550 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-07 23:51:06,554 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-07 23:51:06,584 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-07 23:51:06,584 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-07 23:51:06,585 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-07 23:51:06,585 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-07 23:51:06,585 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-07 23:51:06,586 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-07 23:51:06,587 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-07 23:51:06,587 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-07 23:51:06,587 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-07 23:51:06,587 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-07 23:51:06,587 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-07 23:51:06,588 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-07 23:51:06,588 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-07 23:51:06,588 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-07 23:51:06,640 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-07 23:51:06,990 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-07 23:51:07,682 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-07 23:51:07,683 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-07 23:51:07,683 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-07 23:51:07,683 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-07 23:51:07,683 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-07 23:51:07,683 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-07 23:51:07,683 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-07 23:51:07,683 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-07 23:51:07,683 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-07 23:51:07,683 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-07 23:51:07,683 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-07 23:51:07,778 _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.14.2
Time: Sat Mar 8 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-03-08 00:01:05,629 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 00:01:06,002 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 00:01:06,003 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 00:01:06,383 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 00:01:06,393 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 00:01:06,690 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 00:01:06,696 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 00:01:06,702 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 00:01:06,707 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 00:01:06,712 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 00:01:06,785 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 00:01:06,793 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 00:01:06,800 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 00:01:06,804 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 00:01:06,807 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 00:01:06,810 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 00:01:06,815 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 00:01:06,820 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 00:01:06,824 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 00:01:06,855 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 00:01:06,855 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 00:01:06,855 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 00:01:06,855 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 00:01:06,856 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 00:01:06,857 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 00:01:06,857 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 00:01:06,857 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 00:01:06,857 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 00:01:06,858 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 00:01:06,858 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 00:01:06,858 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 00:01:06,858 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 00:01:06,858 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 00:01:06,912 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 00:01:07,265 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 00:01:07,997 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 00:01:07,997 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 00:01:07,997 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 00:01:07,997 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 00:01:07,997 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 00:01:07,997 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 00:01:07,997 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 00:01:07,997 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 00:01:07,997 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 00:01:07,997 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 00:01:07,997 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 00:01:08,102 _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.14.2
Time: Sat Mar 8 00: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-03-08 00:11:07,289 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 00:11:07,633 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 00:11:07,634 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 00:11:08,003 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 00:11:08,011 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 00:11:08,263 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 00:11:08,270 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 00:11:08,276 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 00:11:08,281 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 00:11:08,287 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 00:11:08,439 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 00:11:08,449 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 00:11:08,465 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 00:11:08,469 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 00:11:08,472 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 00:11:08,476 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 00:11:08,481 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 00:11:08,486 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 00:11:08,490 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 00:11:08,521 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 00:11:08,521 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 00:11:08,521 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 00:11:08,521 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 00:11:08,522 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 00:11:08,523 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 00:11:08,523 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 00:11:08,524 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 00:11:08,524 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 00:11:08,524 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 00:11:08,524 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 00:11:08,524 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 00:11:08,524 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 00:11:08,525 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 00:11:08,581 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 00:11:08,925 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 00:11:09,627 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 00:11:09,627 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 00:11:09,627 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 00:11:09,627 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 00:11:09,627 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 00:11:09,627 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 00:11:09,627 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 00:11:09,627 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 00:11:09,627 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 00:11:09,627 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 00:11:09,627 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 00:11:09,726 _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.14.2
Time: Sat Mar 8 00: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-03-08 00:21:04,321 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 00:21:04,685 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 00:21:04,687 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 00:21:05,067 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 00:21:05,082 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 00:21:05,541 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 00:21:05,552 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 00:21:05,564 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 00:21:05,574 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 00:21:05,583 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 00:21:05,656 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 00:21:05,674 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 00:21:05,692 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 00:21:05,698 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 00:21:05,705 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 00:21:05,714 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 00:21:05,719 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 00:21:05,729 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 00:21:05,735 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 00:21:05,766 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 00:21:05,766 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 00:21:05,767 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 00:21:05,767 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 00:21:05,767 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 00:21:05,769 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 00:21:05,769 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 00:21:05,769 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 00:21:05,769 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 00:21:05,770 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 00:21:05,770 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 00:21:05,770 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 00:21:05,770 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 00:21:05,770 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 00:21:05,829 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 00:21:06,193 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 00:21:06,945 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 00:21:06,945 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 00:21:06,945 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 00:21:06,945 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 00:21:06,945 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 00:21:06,945 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 00:21:06,945 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 00:21:06,945 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 00:21:06,945 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 00:21:06,945 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 00:21:06,945 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 00:21:07,046 _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.14.2
Time: Sat Mar 8 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-03-08 00:31:04,144 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 00:31:04,494 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 00:31:04,496 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 00:31:04,875 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 00:31:04,889 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 00:31:05,646 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 00:31:05,678 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 00:31:05,714 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 00:31:05,734 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 00:31:05,747 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 00:31:05,870 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 00:31:05,902 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 00:31:05,931 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 00:31:05,936 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 00:31:05,940 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 00:31:05,947 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 00:31:05,959 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 00:31:05,970 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 00:31:05,982 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 00:31:06,013 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 00:31:06,013 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 00:31:06,013 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 00:31:06,013 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 00:31:06,014 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 00:31:06,015 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 00:31:06,015 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 00:31:06,015 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 00:31:06,015 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 00:31:06,016 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 00:31:06,016 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 00:31:06,016 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 00:31:06,016 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 00:31:06,016 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 00:31:06,070 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 00:31:06,431 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 00:31:07,158 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 00:31:07,158 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 00:31:07,158 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 00:31:07,158 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 00:31:07,158 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 00:31:07,158 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 00:31:07,158 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 00:31:07,158 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 00:31:07,158 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 00:31:07,158 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 00:31:07,158 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 00:31:07,255 _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.14.2
Time: Sat Mar 8 00:41: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-03-08 00:41:07,289 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 00:41:07,629 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 00:41:07,630 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 00:41:07,975 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 00:41:07,982 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 00:41:08,223 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 00:41:08,229 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 00:41:08,235 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 00:41:08,240 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 00:41:08,245 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 00:41:08,302 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 00:41:08,310 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 00:41:08,318 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 00:41:08,321 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 00:41:08,326 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 00:41:08,329 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 00:41:08,334 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 00:41:08,339 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 00:41:08,343 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 00:41:08,375 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 00:41:08,375 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 00:41:08,375 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 00:41:08,375 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 00:41:08,376 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 00:41:08,377 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 00:41:08,377 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 00:41:08,378 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 00:41:08,378 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 00:41:08,378 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 00:41:08,378 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 00:41:08,378 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 00:41:08,378 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 00:41:08,379 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 00:41:08,432 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 00:41:08,766 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 00:41:09,441 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 00:41:09,441 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 00:41:09,441 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 00:41:09,441 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 00:41:09,441 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 00:41:09,441 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 00:41:09,441 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 00:41:09,441 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 00:41:09,441 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 00:41:09,441 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 00:41:09,442 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 00:41:09,537 _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.14.2
Time: Sat Mar 8 00: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-03-08 00:51:04,847 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 00:51:05,219 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 00:51:05,221 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 00:51:05,604 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 00:51:05,620 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 00:51:07,494 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 00:51:07,501 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 00:51:07,507 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 00:51:07,513 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 00:51:07,519 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 00:51:07,990 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 00:51:08,000 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 00:51:08,010 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 00:51:08,014 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 00:51:08,017 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 00:51:08,021 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 00:51:08,026 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 00:51:08,030 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 00:51:08,034 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 00:51:08,065 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 00:51:08,065 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 00:51:08,065 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 00:51:08,065 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 00:51:08,066 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 00:51:08,067 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 00:51:08,067 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 00:51:08,068 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 00:51:08,068 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 00:51:08,068 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 00:51:08,068 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 00:51:08,068 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 00:51:08,068 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 00:51:08,069 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 00:51:08,124 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 00:51:08,479 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 00:51:09,208 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 00:51:09,208 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 00:51:09,208 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 00:51:09,208 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 00:51:09,208 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 00:51:09,208 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 00:51:09,208 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 00:51:09,208 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 00:51:09,208 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 00:51:09,208 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 00:51:09,208 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 00:51:09,311 _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.14.2
Time: Sat Mar 8 01: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-03-08 01:01:04,468 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 01:01:04,858 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 01:01:04,863 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 01:01:05,374 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 01:01:05,389 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 01:01:06,910 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 01:01:06,932 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 01:01:06,946 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 01:01:06,962 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 01:01:06,970 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 01:01:07,509 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 01:01:07,520 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 01:01:07,530 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 01:01:07,533 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 01:01:07,537 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 01:01:07,541 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 01:01:07,546 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 01:01:07,550 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 01:01:07,554 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 01:01:07,585 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 01:01:07,585 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 01:01:07,586 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 01:01:07,586 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 01:01:07,586 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 01:01:07,588 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 01:01:07,588 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 01:01:07,588 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 01:01:07,588 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 01:01:07,589 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 01:01:07,589 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 01:01:07,589 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 01:01:07,589 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 01:01:07,589 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 01:01:07,645 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 01:01:07,991 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 01:01:08,734 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 01:01:08,734 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 01:01:08,734 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 01:01:08,734 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 01:01:08,734 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 01:01:08,734 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 01:01:08,734 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 01:01:08,734 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 01:01:08,734 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 01:01:08,734 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 01:01:08,734 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 01:01:08,833 _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.14.2
Time: Sat Mar 8 01: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-03-08 01:11:04,397 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 01:11:04,753 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 01:11:04,755 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 01:11:05,159 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 01:11:05,204 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 01:11:06,226 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 01:11:06,233 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 01:11:06,239 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 01:11:06,245 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 01:11:06,251 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 01:11:06,308 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 01:11:06,317 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 01:11:06,325 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 01:11:06,328 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 01:11:06,331 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 01:11:06,335 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 01:11:06,340 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 01:11:06,344 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 01:11:06,348 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 01:11:06,378 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 01:11:06,378 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 01:11:06,379 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 01:11:06,379 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 01:11:06,379 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 01:11:06,381 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 01:11:06,381 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 01:11:06,381 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 01:11:06,381 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 01:11:06,381 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 01:11:06,381 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 01:11:06,382 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 01:11:06,382 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 01:11:06,382 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 01:11:06,440 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 01:11:06,783 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 01:11:07,599 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 01:11:07,600 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 01:11:07,600 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 01:11:07,600 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 01:11:07,600 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 01:11:07,600 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 01:11:07,600 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 01:11:07,600 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 01:11:07,600 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 01:11:07,600 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 01:11:07,600 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 01:11:07,704 _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.14.2
Time: Sat Mar 8 01: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-03-08 01:21:04,777 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 01:21:05,148 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 01:21:05,150 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 01:21:05,562 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 01:21:05,576 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 01:21:07,085 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 01:21:07,093 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 01:21:07,099 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 01:21:07,106 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 01:21:07,113 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 01:21:07,504 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 01:21:07,514 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 01:21:07,522 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 01:21:07,526 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 01:21:07,529 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 01:21:07,533 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 01:21:07,538 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 01:21:07,542 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 01:21:07,546 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 01:21:07,577 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 01:21:07,577 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 01:21:07,577 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 01:21:07,577 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 01:21:07,578 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 01:21:07,579 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 01:21:07,579 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 01:21:07,579 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 01:21:07,579 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 01:21:07,580 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 01:21:07,580 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 01:21:07,580 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 01:21:07,580 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 01:21:07,581 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 01:21:07,635 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 01:21:07,984 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 01:21:08,699 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 01:21:08,699 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 01:21:08,699 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 01:21:08,699 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 01:21:08,699 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 01:21:08,699 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 01:21:08,699 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 01:21:08,699 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 01:21:08,699 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 01:21:08,699 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 01:21:08,699 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 01:21:08,797 _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.14.2
Time: Sat Mar 8 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-03-08 01:31:04,191 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 01:31:04,551 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 01:31:04,554 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 01:31:04,935 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 01:31:04,952 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 01:31:06,334 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 01:31:06,366 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 01:31:06,390 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 01:31:06,415 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 01:31:06,424 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 01:31:06,642 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 01:31:06,666 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 01:31:06,693 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 01:31:06,699 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 01:31:06,709 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 01:31:06,717 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 01:31:06,727 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 01:31:06,734 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 01:31:06,746 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 01:31:06,776 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 01:31:06,776 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 01:31:06,776 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 01:31:06,776 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 01:31:06,777 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 01:31:06,778 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 01:31:06,778 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 01:31:06,779 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 01:31:06,779 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 01:31:06,779 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 01:31:06,779 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 01:31:06,779 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 01:31:06,779 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 01:31:06,780 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 01:31:06,832 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 01:31:07,188 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 01:31:07,895 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 01:31:07,895 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 01:31:07,895 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 01:31:07,895 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 01:31:07,895 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 01:31:07,895 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 01:31:07,895 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 01:31:07,895 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 01:31:07,895 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 01:31:07,895 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 01:31:07,895 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 01:31:07,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.14.2
Time: Sat Mar 8 01: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-03-08 01:41:04,402 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 01:41:04,762 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 01:41:04,763 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 01:41:05,148 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 01:41:05,163 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 01:41:05,577 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 01:41:05,596 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 01:41:05,613 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 01:41:05,633 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 01:41:05,647 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 01:41:05,729 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 01:41:05,757 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 01:41:05,782 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 01:41:05,793 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 01:41:05,800 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 01:41:05,805 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 01:41:05,814 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 01:41:05,826 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 01:41:05,837 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 01:41:05,867 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 01:41:05,868 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 01:41:05,868 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 01:41:05,868 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 01:41:05,868 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 01:41:05,870 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 01:41:05,870 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 01:41:05,870 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 01:41:05,870 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 01:41:05,871 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 01:41:05,871 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 01:41:05,871 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 01:41:05,871 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 01:41:05,871 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 01:41:05,936 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 01:41:06,286 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 01:41:07,064 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 01:41:07,064 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 01:41:07,064 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 01:41:07,064 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 01:41:07,064 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 01:41:07,064 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 01:41:07,064 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 01:41:07,064 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 01:41:07,064 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 01:41:07,064 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 01:41:07,065 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 01:41:07,165 _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.14.2
Time: Sat Mar 8 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-03-08 01:51:03,785 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 01:51:04,133 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 01:51:04,134 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 01:51:04,546 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 01:51:04,553 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 01:51:06,390 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 01:51:06,399 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 01:51:06,406 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 01:51:06,417 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 01:51:06,424 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 01:51:07,445 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 01:51:07,481 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 01:51:07,510 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 01:51:07,521 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 01:51:07,530 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 01:51:07,537 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 01:51:07,548 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 01:51:07,561 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 01:51:07,569 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 01:51:07,606 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 01:51:07,606 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 01:51:07,606 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 01:51:07,606 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 01:51:07,607 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 01:51:07,608 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 01:51:07,608 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 01:51:07,608 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 01:51:07,609 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 01:51:07,609 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 01:51:07,609 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 01:51:07,609 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 01:51:07,609 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 01:51:07,610 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 01:51:07,663 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 01:51:08,018 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 01:51:08,708 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 01:51:08,708 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 01:51:08,708 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 01:51:08,708 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 01:51:08,708 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 01:51:08,708 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 01:51:08,708 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 01:51:08,708 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 01:51:08,708 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 01:51:08,708 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 01:51:08,708 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 01:51:08,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.14.2
Time: Sat Mar 8 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-03-08 02:01:05,776 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 02:01:06,151 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 02:01:06,156 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 02:01:06,578 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 02:01:06,588 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 02:01:06,874 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 02:01:06,881 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 02:01:06,887 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 02:01:06,892 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 02:01:06,899 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 02:01:06,960 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 02:01:06,968 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 02:01:06,976 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 02:01:06,980 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 02:01:06,984 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 02:01:06,988 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 02:01:06,994 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 02:01:07,001 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 02:01:07,007 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 02:01:07,041 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 02:01:07,042 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 02:01:07,042 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 02:01:07,042 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 02:01:07,043 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 02:01:07,044 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 02:01:07,044 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 02:01:07,044 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 02:01:07,044 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 02:01:07,045 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 02:01:07,045 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 02:01:07,045 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 02:01:07,045 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 02:01:07,046 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 02:01:07,101 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 02:01:07,465 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 02:01:08,204 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 02:01:08,204 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 02:01:08,204 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 02:01:08,205 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 02:01:08,205 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 02:01:08,205 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 02:01:08,205 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 02:01:08,205 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 02:01:08,205 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 02:01:08,205 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 02:01:08,205 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 02:01:08,304 _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.14.2
Time: Sat Mar 8 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-03-08 02:11:04,668 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 02:11:05,040 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 02:11:05,044 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 02:11:05,427 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 02:11:05,441 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 02:11:06,499 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 02:11:06,527 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 02:11:06,559 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 02:11:06,599 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 02:11:06,618 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 02:11:06,743 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 02:11:06,767 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 02:11:06,788 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 02:11:06,799 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 02:11:06,810 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 02:11:06,814 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 02:11:06,821 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 02:11:06,828 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 02:11:06,839 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 02:11:06,869 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 02:11:06,870 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 02:11:06,870 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 02:11:06,870 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 02:11:06,870 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 02:11:06,872 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 02:11:06,872 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 02:11:06,872 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 02:11:06,872 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 02:11:06,873 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 02:11:06,873 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 02:11:06,873 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 02:11:06,873 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 02:11:06,873 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 02:11:06,931 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 02:11:07,301 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 02:11:08,033 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 02:11:08,033 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 02:11:08,033 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 02:11:08,033 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 02:11:08,033 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 02:11:08,033 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 02:11:08,033 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 02:11:08,033 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 02:11:08,033 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 02:11:08,033 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 02:11:08,033 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 02:11:08,130 _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.14.2
Time: Sat Mar 8 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-03-08 02:21:06,333 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 02:21:06,763 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 02:21:06,771 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 02:21:07,218 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 02:21:07,229 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 02:21:07,488 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 02:21:07,496 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 02:21:07,502 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 02:21:07,511 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 02:21:07,518 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 02:21:07,578 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 02:21:07,587 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 02:21:07,606 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 02:21:07,613 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 02:21:07,618 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 02:21:07,622 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 02:21:07,627 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 02:21:07,632 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 02:21:07,636 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 02:21:07,674 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 02:21:07,674 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 02:21:07,675 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 02:21:07,675 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 02:21:07,675 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 02:21:07,677 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 02:21:07,677 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 02:21:07,677 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 02:21:07,677 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 02:21:07,678 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 02:21:07,678 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 02:21:07,678 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 02:21:07,678 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 02:21:07,678 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 02:21:07,744 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 02:21:08,107 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 02:21:08,905 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 02:21:08,905 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 02:21:08,905 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 02:21:08,905 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 02:21:08,905 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 02:21:08,905 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 02:21:08,905 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 02:21:08,905 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 02:21:08,905 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 02:21:08,905 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 02:21:08,905 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 02:21:09,006 _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.14.2
Time: Sat Mar 8 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-03-08 02:31:05,543 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 02:31:05,909 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 02:31:05,910 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 02:31:06,252 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 02:31:06,260 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 02:31:06,850 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 02:31:06,864 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 02:31:06,878 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 02:31:06,891 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 02:31:06,903 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 02:31:08,222 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 02:31:08,250 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 02:31:08,271 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 02:31:08,278 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 02:31:08,285 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 02:31:08,289 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 02:31:08,294 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 02:31:08,302 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 02:31:08,307 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 02:31:08,338 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 02:31:08,338 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 02:31:08,338 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 02:31:08,338 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 02:31:08,339 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 02:31:08,340 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 02:31:08,340 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 02:31:08,341 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 02:31:08,341 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 02:31:08,341 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 02:31:08,341 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 02:31:08,341 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 02:31:08,341 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 02:31:08,342 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 02:31:08,395 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 02:31:08,754 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 02:31:09,446 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 02:31:09,446 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 02:31:09,446 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 02:31:09,446 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 02:31:09,447 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 02:31:09,447 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 02:31:09,447 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 02:31:09,447 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 02:31:09,447 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 02:31:09,447 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 02:31:09,447 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 02:31:09,547 _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.14.2
Time: Sat Mar 8 02: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-03-08 02:41:05,828 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 02:41:06,194 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 02:41:06,197 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 02:41:06,608 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 02:41:06,628 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 02:41:07,127 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 02:41:07,137 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 02:41:07,143 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 02:41:07,149 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 02:41:07,155 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 02:41:07,213 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 02:41:07,222 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 02:41:07,231 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 02:41:07,234 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 02:41:07,237 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 02:41:07,241 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 02:41:07,246 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 02:41:07,250 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 02:41:07,254 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 02:41:07,284 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 02:41:07,284 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 02:41:07,285 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 02:41:07,285 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 02:41:07,285 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 02:41:07,287 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 02:41:07,287 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 02:41:07,287 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 02:41:07,287 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 02:41:07,287 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 02:41:07,287 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 02:41:07,288 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 02:41:07,288 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 02:41:07,288 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 02:41:07,341 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 02:41:07,696 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 02:41:08,395 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 02:41:08,395 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 02:41:08,395 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 02:41:08,395 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 02:41:08,395 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 02:41:08,395 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 02:41:08,395 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 02:41:08,395 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 02:41:08,395 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 02:41:08,395 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 02:41:08,395 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 02:41:08,495 _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.14.2
Time: Sat Mar 8 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-03-08 02:51:03,897 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 02:51:04,282 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 02:51:04,289 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 02:51:04,741 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 02:51:04,755 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 02:51:05,297 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 02:51:05,308 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 02:51:05,318 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 02:51:05,330 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 02:51:05,338 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 02:51:05,600 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 02:51:05,614 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 02:51:05,627 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 02:51:05,635 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 02:51:05,642 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 02:51:05,649 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 02:51:05,661 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 02:51:05,677 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 02:51:05,692 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 02:51:05,730 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 02:51:05,730 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 02:51:05,730 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 02:51:05,731 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 02:51:05,731 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 02:51:05,733 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 02:51:05,734 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 02:51:05,734 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 02:51:05,734 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 02:51:05,734 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 02:51:05,734 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 02:51:05,735 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 02:51:05,735 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 02:51:05,735 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 02:51:05,800 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 02:51:06,179 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 02:51:06,953 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 02:51:06,953 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 02:51:06,953 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 02:51:06,953 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 02:51:06,953 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 02:51:06,954 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 02:51:06,954 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 02:51:06,954 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 02:51:06,954 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 02:51:06,954 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 02:51:06,954 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 02:51:07,064 _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.14.2
Time: Sat Mar 8 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-03-08 03:01:04,355 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 03:01:04,764 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 03:01:04,766 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 03:01:05,103 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 03:01:05,115 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 03:01:05,623 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 03:01:05,631 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 03:01:05,639 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 03:01:05,649 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 03:01:05,658 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR 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 1269, 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 1292, in _update_cmds_archive
cmds_recent = update_archive_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 363, in update_archive_and_get_cmds_recent
loads = update_loads(scenario, cmd_events=cmd_events, lookback=lookback, stop=stop)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1090, 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 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.14.2
Time: Sat Mar 8 03: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-03-08 03:11:04,149 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 03:11:04,493 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 03:11:04,493 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 03:11:04,827 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 03:11:04,849 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 03:11:05,412 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 03:11:05,423 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 03:11:05,432 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 03:11:05,443 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 03:11:05,451 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 03:11:05,527 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 03:11:05,541 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 03:11:05,552 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 03:11:05,557 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 03:11:05,561 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 03:11:05,565 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 03:11:05,572 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 03:11:05,581 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 03:11:05,585 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 03:11:05,622 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 03:11:05,623 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 03:11:05,623 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 03:11:05,623 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 03:11:05,624 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 03:11:05,625 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 03:11:05,625 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 03:11:05,626 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 03:11:05,626 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 03:11:05,626 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 03:11:05,626 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 03:11:05,627 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 03:11:05,627 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 03:11:05,627 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 03:11:05,701 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 03:11:06,132 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 03:11:06,948 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 03:11:06,948 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 03:11:06,948 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 03:11:06,948 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 03:11:06,948 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 03:11:06,948 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 03:11:06,948 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 03:11:06,948 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 03:11:06,948 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 03:11:06,948 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 03:11:06,948 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 03:11:07,046 _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.14.2
Time: Sat Mar 8 03: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-03-08 03:21:05,887 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 03:21:06,250 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 03:21:06,254 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 03:21:06,653 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 03:21:06,662 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 03:21:06,931 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 03:21:06,938 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 03:21:06,943 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 03:21:06,948 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 03:21:06,954 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 03:21:07,014 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 03:21:07,023 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 03:21:07,030 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 03:21:07,034 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 03:21:07,037 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 03:21:07,040 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 03:21:07,045 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 03:21:07,050 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 03:21:07,054 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 03:21:07,089 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 03:21:07,089 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 03:21:07,089 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 03:21:07,089 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 03:21:07,090 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 03:21:07,091 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 03:21:07,091 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 03:21:07,092 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 03:21:07,092 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 03:21:07,092 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 03:21:07,092 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 03:21:07,093 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 03:21:07,093 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 03:21:07,093 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 03:21:07,150 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 03:21:07,526 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 03:21:08,248 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 03:21:08,248 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 03:21:08,248 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 03:21:08,248 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 03:21:08,248 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 03:21:08,248 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 03:21:08,248 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 03:21:08,248 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 03:21:08,249 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 03:21:08,249 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 03:21:08,249 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 03:21:08,346 _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.14.2
Time: Sat Mar 8 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-03-08 03:31:04,364 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 03:31:04,727 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 03:31:04,729 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 03:31:05,167 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 03:31:05,180 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 03:31:06,277 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 03:31:06,283 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 03:31:06,288 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 03:31:06,293 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 03:31:06,299 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 03:31:06,438 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 03:31:06,447 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 03:31:06,454 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 03:31:06,459 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 03:31:06,462 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 03:31:06,466 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 03:31:06,471 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 03:31:06,475 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 03:31:06,480 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 03:31:06,511 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 03:31:06,511 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 03:31:06,511 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 03:31:06,512 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 03:31:06,512 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 03:31:06,513 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 03:31:06,514 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 03:31:06,514 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 03:31:06,514 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 03:31:06,514 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 03:31:06,514 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 03:31:06,515 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 03:31:06,515 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 03:31:06,515 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 03:31:06,569 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 03:31:06,911 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 03:31:07,610 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 03:31:07,610 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 03:31:07,610 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 03:31:07,610 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 03:31:07,610 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 03:31:07,610 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 03:31:07,610 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 03:31:07,610 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 03:31:07,610 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 03:31:07,610 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 03:31:07,610 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 03:31:07,707 _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.14.2
Time: Sat Mar 8 03: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-03-08 03:41:04,265 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 03:41:04,610 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 03:41:04,611 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 03:41:05,009 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 03:41:05,033 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 03:41:05,477 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 03:41:05,486 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 03:41:05,493 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 03:41:05,500 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 03:41:05,509 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 03:41:05,578 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 03:41:05,592 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 03:41:05,604 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 03:41:05,610 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 03:41:05,615 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 03:41:05,620 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 03:41:05,627 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 03:41:05,633 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 03:41:05,638 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 03:41:05,670 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 03:41:05,670 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 03:41:05,670 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 03:41:05,670 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 03:41:05,671 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 03:41:05,672 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 03:41:05,672 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 03:41:05,673 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 03:41:05,673 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 03:41:05,673 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 03:41:05,673 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 03:41:05,674 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 03:41:05,674 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 03:41:05,674 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 03:41:05,730 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 03:41:06,081 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 03:41:06,795 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 03:41:06,795 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 03:41:06,795 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 03:41:06,795 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 03:41:06,795 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 03:41:06,795 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 03:41:06,795 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 03:41:06,795 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 03:41:06,795 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 03:41:06,795 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 03:41:06,795 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 03:41:06,899 _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.14.2
Time: Sat Mar 8 03: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-03-08 03:51:05,289 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 03:51:05,703 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 03:51:05,705 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 03:51:06,155 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 03:51:06,177 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 03:51:06,854 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 03:51:06,860 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 03:51:06,865 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 03:51:06,870 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 03:51:06,876 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 03:51:06,935 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 03:51:06,943 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 03:51:06,950 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 03:51:06,954 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 03:51:06,957 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 03:51:06,960 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 03:51:06,965 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 03:51:06,970 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 03:51:06,974 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 03:51:07,004 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 03:51:07,004 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 03:51:07,004 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 03:51:07,004 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 03:51:07,005 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 03:51:07,006 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 03:51:07,006 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 03:51:07,007 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 03:51:07,007 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 03:51:07,007 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 03:51:07,007 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 03:51:07,007 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 03:51:07,007 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 03:51:07,008 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 03:51:07,060 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 03:51:07,401 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 03:51:08,103 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 03:51:08,103 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 03:51:08,103 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 03:51:08,103 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 03:51:08,103 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 03:51:08,103 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 03:51:08,103 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 03:51:08,103 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 03:51:08,103 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 03:51:08,103 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 03:51:08,103 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 03:51:08,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.14.2
Time: Sat Mar 8 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-03-08 04:01:04,119 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 04:01:04,517 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 04:01:04,519 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 04:01:04,830 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 04:01:04,844 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 04:01:05,382 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 04:01:05,393 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 04:01:05,405 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 04:01:05,415 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 04:01:05,424 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 04:01:05,494 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 04:01:05,508 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 04:01:05,525 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 04:01:05,532 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 04:01:05,543 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 04:01:05,550 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 04:01:05,561 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 04:01:05,569 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 04:01:05,575 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 04:01:05,607 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 04:01:05,608 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 04:01:05,608 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 04:01:05,608 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 04:01:05,608 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 04:01:05,610 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 04:01:05,610 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 04:01:05,610 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 04:01:05,610 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 04:01:05,611 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 04:01:05,611 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 04:01:05,611 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 04:01:05,611 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 04:01:05,611 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 04:01:05,673 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 04:01:06,075 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 04:01:06,857 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 04:01:06,857 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 04:01:06,857 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 04:01:06,857 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 04:01:06,857 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 04:01:06,857 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 04:01:06,857 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 04:01:06,857 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 04:01:06,857 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 04:01:06,857 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 04:01:06,857 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 04:01:06,957 _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.14.2
Time: Sat Mar 8 04: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-03-08 04:11:03,462 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 04:11:03,812 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 04:11:03,812 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 04:11:04,362 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 04:11:04,372 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 04:11:04,640 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 04:11:04,646 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 04:11:04,652 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 04:11:04,657 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 04:11:04,663 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 04:11:04,721 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 04:11:04,728 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 04:11:04,735 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 04:11:04,739 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 04:11:04,742 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 04:11:04,746 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 04:11:04,751 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 04:11:04,755 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 04:11:04,759 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 04:11:04,790 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 04:11:04,790 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 04:11:04,791 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 04:11:04,791 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 04:11:04,791 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 04:11:04,793 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 04:11:04,793 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 04:11:04,793 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 04:11:04,793 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 04:11:04,793 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 04:11:04,793 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 04:11:04,794 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 04:11:04,794 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 04:11:04,794 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 04:11:04,851 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 04:11:05,242 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 04:11:06,083 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 04:11:06,083 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 04:11:06,083 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 04:11:06,083 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 04:11:06,083 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 04:11:06,083 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 04:11:06,083 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 04:11:06,083 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 04:11:06,083 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 04:11:06,083 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 04:11:06,083 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 04:11:06,183 _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.14.2
Time: Sat Mar 8 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-03-08 04:21:05,098 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 04:21:05,547 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 04:21:05,549 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 04:21:05,934 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 04:21:05,953 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 04:21:06,439 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 04:21:06,451 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 04:21:06,463 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 04:21:06,475 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 04:21:06,484 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 04:21:06,562 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 04:21:06,586 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 04:21:06,608 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 04:21:06,614 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 04:21:06,621 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 04:21:06,630 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 04:21:06,639 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 04:21:06,647 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 04:21:06,654 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 04:21:06,690 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 04:21:06,690 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 04:21:06,690 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 04:21:06,690 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 04:21:06,691 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 04:21:06,692 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 04:21:06,692 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 04:21:06,693 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 04:21:06,693 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 04:21:06,693 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 04:21:06,693 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 04:21:06,693 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 04:21:06,693 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 04:21:06,694 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 04:21:06,749 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 04:21:07,137 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 04:21:07,903 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 04:21:07,903 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 04:21:07,904 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 04:21:07,904 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 04:21:07,904 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 04:21:07,904 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 04:21:07,904 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 04:21:07,904 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 04:21:07,904 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 04:21:07,904 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 04:21:07,904 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 04:21:08,088 _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.14.2
Time: Sat Mar 8 04: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-03-08 04:31:05,021 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 04:31:05,381 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 04:31:05,386 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 04:31:05,836 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 04:31:05,872 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 04:31:06,360 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 04:31:06,366 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 04:31:06,371 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 04:31:06,376 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 04:31:06,382 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 04:31:06,441 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 04:31:06,448 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 04:31:06,455 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 04:31:06,459 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 04:31:06,462 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 04:31:06,466 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 04:31:06,471 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 04:31:06,475 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 04:31:06,479 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 04:31:06,512 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 04:31:06,512 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 04:31:06,512 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 04:31:06,512 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 04:31:06,513 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 04:31:06,514 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 04:31:06,514 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 04:31:06,515 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 04:31:06,515 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 04:31:06,515 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 04:31:06,515 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 04:31:06,515 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 04:31:06,515 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 04:31:06,516 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 04:31:06,599 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 04:31:06,968 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 04:31:07,843 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 04:31:07,843 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 04:31:07,843 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 04:31:07,843 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 04:31:07,843 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 04:31:07,843 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 04:31:07,843 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 04:31:07,843 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 04:31:07,843 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 04:31:07,843 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 04:31:07,843 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 04:31:07,947 _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.14.2
Time: Sat Mar 8 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-03-08 04:41:04,673 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 04:41:05,062 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 04:41:05,065 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 04:41:05,499 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 04:41:05,515 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 04:41:06,249 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 04:41:06,281 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 04:41:06,317 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 04:41:06,345 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 04:41:06,367 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 04:41:06,473 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 04:41:06,509 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 04:41:06,538 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 04:41:06,549 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 04:41:06,556 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 04:41:06,564 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 04:41:06,574 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 04:41:06,585 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 04:41:06,597 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 04:41:06,627 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 04:41:06,628 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 04:41:06,628 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 04:41:06,628 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 04:41:06,629 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 04:41:06,630 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 04:41:06,630 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 04:41:06,630 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 04:41:06,631 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 04:41:06,631 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 04:41:06,631 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 04:41:06,631 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 04:41:06,631 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 04:41:06,632 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 04:41:06,686 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 04:41:07,074 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 04:41:07,837 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 04:41:07,838 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 04:41:07,838 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 04:41:07,838 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 04:41:07,838 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 04:41:07,838 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 04:41:07,838 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 04:41:07,838 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 04:41:07,838 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 04:41:07,838 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 04:41:07,838 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 04:41:07,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.14.2
Time: Sat Mar 8 04:51: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-03-08 04:51:06,910 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 04:51:07,258 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 04:51:07,259 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 04:51:07,795 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 04:51:07,803 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 04:51:08,050 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 04:51:08,056 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 04:51:08,061 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 04:51:08,066 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 04:51:08,071 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 04:51:08,130 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 04:51:08,138 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 04:51:08,145 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 04:51:08,149 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 04:51:08,152 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 04:51:08,156 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 04:51:08,160 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 04:51:08,165 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 04:51:08,169 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 04:51:08,199 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 04:51:08,199 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 04:51:08,200 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 04:51:08,200 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 04:51:08,200 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 04:51:08,201 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 04:51:08,201 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 04:51:08,202 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 04:51:08,202 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 04:51:08,202 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 04:51:08,202 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 04:51:08,202 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 04:51:08,203 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 04:51:08,203 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 04:51:08,255 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 04:51:08,609 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 04:51:09,300 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 04:51:09,301 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 04:51:09,301 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 04:51:09,301 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 04:51:09,301 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 04:51:09,301 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 04:51:09,301 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 04:51:09,301 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 04:51:09,301 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 04:51:09,301 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 04:51:09,301 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 04:51:09,400 _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.14.2
Time: Sat Mar 8 05: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-03-08 05:01:06,104 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 05:01:06,462 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 05:01:06,464 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 05:01:06,852 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 05:01:06,863 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 05:01:07,226 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 05:01:07,233 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 05:01:07,238 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 05:01:07,243 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 05:01:07,249 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 05:01:07,312 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 05:01:07,320 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 05:01:07,327 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 05:01:07,331 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 05:01:07,334 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 05:01:07,337 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 05:01:07,342 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 05:01:07,347 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 05:01:07,351 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 05:01:07,382 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 05:01:07,382 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 05:01:07,382 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 05:01:07,382 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 05:01:07,383 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 05:01:07,384 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 05:01:07,384 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 05:01:07,384 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 05:01:07,384 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 05:01:07,385 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 05:01:07,385 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 05:01:07,385 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 05:01:07,385 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 05:01:07,385 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 05:01:07,438 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 05:01:07,789 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 05:01:08,537 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 05:01:08,537 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 05:01:08,537 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 05:01:08,537 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 05:01:08,537 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 05:01:08,537 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 05:01:08,537 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 05:01:08,537 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 05:01:08,537 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 05:01:08,537 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 05:01:08,537 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 05:01:08,634 _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.14.2
Time: Sat Mar 8 05: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-03-08 05:11:05,231 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 05:11:05,594 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 05:11:05,597 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 05:11:06,078 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 05:11:06,086 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 05:11:06,346 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 05:11:06,352 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 05:11:06,357 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 05:11:06,362 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 05:11:06,368 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 05:11:06,429 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 05:11:06,437 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 05:11:06,444 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 05:11:06,448 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 05:11:06,451 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 05:11:06,455 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 05:11:06,459 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 05:11:06,464 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 05:11:06,468 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 05:11:06,498 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 05:11:06,498 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 05:11:06,498 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 05:11:06,498 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 05:11:06,499 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 05:11:06,500 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 05:11:06,500 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 05:11:06,501 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 05:11:06,501 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 05:11:06,501 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 05:11:06,501 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 05:11:06,501 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 05:11:06,501 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 05:11:06,502 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 05:11:06,554 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 05:11:06,897 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 05:11:07,581 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 05:11:07,581 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 05:11:07,581 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 05:11:07,581 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 05:11:07,581 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 05:11:07,581 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 05:11:07,581 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 05:11:07,581 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 05:11:07,581 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 05:11:07,581 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 05:11:07,581 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 05:11:07,685 _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.14.2
Time: Sat Mar 8 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-03-08 05:21:04,688 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 05:21:05,128 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 05:21:05,131 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 05:21:05,486 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 05:21:05,503 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 05:21:06,318 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 05:21:06,334 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 05:21:06,358 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 05:21:06,378 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 05:21:06,388 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 05:21:06,482 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 05:21:06,506 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 05:21:06,523 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 05:21:06,530 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 05:21:06,533 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 05:21:06,537 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 05:21:06,543 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 05:21:06,550 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 05:21:06,558 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 05:21:06,589 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 05:21:06,589 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 05:21:06,589 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 05:21:06,589 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 05:21:06,590 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 05:21:06,591 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 05:21:06,591 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 05:21:06,591 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 05:21:06,591 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 05:21:06,592 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 05:21:06,592 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 05:21:06,592 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 05:21:06,592 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 05:21:06,592 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 05:21:06,646 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 05:21:06,998 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 05:21:07,722 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 05:21:07,722 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 05:21:07,722 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 05:21:07,722 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 05:21:07,722 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 05:21:07,722 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 05:21:07,722 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 05:21:07,722 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 05:21:07,722 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 05:21:07,722 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 05:21:07,722 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 05:21:07,820 _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.14.2
Time: Sat Mar 8 05:31:06 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-03-08 05:31:07,686 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 05:31:08,038 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 05:31:08,039 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 05:31:08,429 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 05:31:08,440 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 05:31:08,694 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 05:31:08,700 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 05:31:08,706 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 05:31:08,711 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 05:31:08,716 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 05:31:08,776 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 05:31:08,783 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 05:31:08,790 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 05:31:08,794 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 05:31:08,797 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 05:31:08,800 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 05:31:08,805 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 05:31:08,810 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 05:31:08,815 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 05:31:08,849 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 05:31:08,849 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 05:31:08,849 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 05:31:08,850 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 05:31:08,850 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 05:31:08,851 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 05:31:08,851 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 05:31:08,852 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 05:31:08,852 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 05:31:08,852 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 05:31:08,852 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 05:31:08,853 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 05:31:08,853 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 05:31:08,853 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 05:31:08,906 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 05:31:09,254 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 05:31:09,987 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 05:31:09,987 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 05:31:09,987 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 05:31:09,987 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 05:31:09,987 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 05:31:09,987 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 05:31:09,987 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 05:31:09,987 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 05:31:09,987 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 05:31:09,987 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 05:31:09,987 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 05:31:10,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.14.2
Time: Sat Mar 8 05: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-03-08 05:41:04,223 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 05:41:04,579 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 05:41:04,582 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 05:41:05,005 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 05:41:05,019 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 05:41:06,125 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 05:41:06,136 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 05:41:06,145 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 05:41:06,179 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 05:41:06,186 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 05:41:06,289 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 05:41:06,317 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 05:41:06,344 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 05:41:06,348 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 05:41:06,354 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 05:41:06,362 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 05:41:06,368 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 05:41:06,380 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 05:41:06,389 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 05:41:06,420 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 05:41:06,420 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 05:41:06,420 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 05:41:06,420 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 05:41:06,421 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 05:41:06,422 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 05:41:06,422 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 05:41:06,422 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 05:41:06,422 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 05:41:06,423 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 05:41:06,423 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 05:41:06,423 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 05:41:06,423 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 05:41:06,423 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 05:41:06,480 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 05:41:06,828 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 05:41:07,552 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 05:41:07,552 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 05:41:07,552 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 05:41:07,552 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 05:41:07,552 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 05:41:07,552 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 05:41:07,552 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 05:41:07,552 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 05:41:07,552 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 05:41:07,552 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 05:41:07,552 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 05:41:07,646 _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.14.2
Time: Sat Mar 8 05:51: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-03-08 05:51:07,243 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 05:51:07,596 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 05:51:07,597 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 05:51:07,922 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 05:51:07,930 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 05:51:08,187 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 05:51:08,193 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 05:51:08,199 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 05:51:08,204 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 05:51:08,209 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 05:51:08,272 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 05:51:08,280 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 05:51:08,288 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 05:51:08,292 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 05:51:08,295 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 05:51:08,299 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 05:51:08,304 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 05:51:08,309 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 05:51:08,313 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 05:51:08,345 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 05:51:08,345 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 05:51:08,345 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 05:51:08,345 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 05:51:08,346 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 05:51:08,347 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 05:51:08,347 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 05:51:08,347 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 05:51:08,347 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 05:51:08,348 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 05:51:08,348 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 05:51:08,348 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 05:51:08,348 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 05:51:08,348 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 05:51:08,401 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 05:51:08,745 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 05:51:09,438 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 05:51:09,439 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 05:51:09,439 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 05:51:09,439 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 05:51:09,439 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 05:51:09,439 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 05:51:09,439 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 05:51:09,439 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 05:51:09,439 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 05:51:09,439 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 05:51:09,439 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 05:51:09,541 _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.14.2
Time: Sat Mar 8 06:01: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-03-08 06:01:06,092 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 06:01:06,451 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 06:01:06,451 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 06:01:06,794 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 06:01:06,802 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 06:01:07,073 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 06:01:07,079 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 06:01:07,085 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 06:01:07,090 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 06:01:07,095 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 06:01:07,155 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 06:01:07,164 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 06:01:07,172 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 06:01:07,177 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 06:01:07,181 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 06:01:07,185 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 06:01:07,190 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 06:01:07,196 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 06:01:07,200 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 06:01:07,231 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 06:01:07,231 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 06:01:07,231 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 06:01:07,231 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 06:01:07,232 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 06:01:07,233 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 06:01:07,233 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 06:01:07,233 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 06:01:07,233 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 06:01:07,234 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 06:01:07,234 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 06:01:07,234 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 06:01:07,234 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 06:01:07,234 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 06:01:07,286 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 06:01:07,632 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 06:01:08,322 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 06:01:08,322 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 06:01:08,323 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 06:01:08,323 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 06:01:08,323 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 06:01:08,323 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 06:01:08,323 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 06:01:08,323 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 06:01:08,323 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 06:01:08,323 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 06:01:08,323 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 06:01:08,419 _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.14.2
Time: Sat Mar 8 06: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-03-08 06:11:07,324 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 06:11:07,665 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 06:11:07,665 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 06:11:08,029 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 06:11:08,036 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 06:11:08,278 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 06:11:08,284 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 06:11:08,289 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 06:11:08,294 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 06:11:08,300 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 06:11:08,360 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 06:11:08,369 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 06:11:08,376 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 06:11:08,380 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 06:11:08,383 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 06:11:08,387 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 06:11:08,391 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 06:11:08,396 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 06:11:08,400 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 06:11:08,431 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 06:11:08,431 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 06:11:08,432 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 06:11:08,432 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 06:11:08,432 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 06:11:08,433 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 06:11:08,434 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 06:11:08,434 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 06:11:08,434 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 06:11:08,434 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 06:11:08,434 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 06:11:08,435 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 06:11:08,435 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 06:11:08,435 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 06:11:08,489 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 06:11:08,828 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 06:11:09,509 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 06:11:09,509 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 06:11:09,509 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 06:11:09,509 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 06:11:09,509 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 06:11:09,509 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 06:11:09,509 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 06:11:09,509 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 06:11:09,509 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 06:11:09,509 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 06:11:09,509 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 06:11:09,606 _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.14.2
Time: Sat Mar 8 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-03-08 06:21:03,814 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 06:21:04,184 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 06:21:04,186 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 06:21:04,563 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 06:21:04,578 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 06:21:04,990 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 06:21:05,002 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 06:21:05,014 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 06:21:05,026 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 06:21:05,035 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 06:21:05,107 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 06:21:05,120 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 06:21:05,131 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 06:21:05,137 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 06:21:05,142 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 06:21:05,147 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 06:21:05,154 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 06:21:05,159 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 06:21:05,165 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 06:21:05,199 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 06:21:05,200 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 06:21:05,200 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 06:21:05,200 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 06:21:05,201 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 06:21:05,202 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 06:21:05,202 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 06:21:05,203 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 06:21:05,203 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 06:21:05,203 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 06:21:05,203 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 06:21:05,203 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 06:21:05,203 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 06:21:05,204 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 06:21:05,258 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 06:21:05,623 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 06:21:06,326 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 06:21:06,326 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 06:21:06,326 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 06:21:06,326 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 06:21:06,326 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 06:21:06,326 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 06:21:06,326 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 06:21:06,326 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 06:21:06,326 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 06:21:06,326 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 06:21:06,326 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 06:21:06,423 _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.14.2
Time: Sat Mar 8 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-03-08 06:31:06,262 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 06:31:06,618 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 06:31:06,622 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 06:31:07,094 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 06:31:07,102 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 06:31:07,360 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 06:31:07,367 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 06:31:07,372 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 06:31:07,377 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 06:31:07,383 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 06:31:07,445 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 06:31:07,454 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 06:31:07,461 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 06:31:07,465 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 06:31:07,468 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 06:31:07,472 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 06:31:07,477 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 06:31:07,481 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 06:31:07,485 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 06:31:07,518 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 06:31:07,518 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 06:31:07,518 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 06:31:07,518 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 06:31:07,519 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 06:31:07,520 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 06:31:07,520 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 06:31:07,520 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 06:31:07,520 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 06:31:07,521 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 06:31:07,521 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 06:31:07,521 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 06:31:07,521 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 06:31:07,521 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 06:31:07,574 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 06:31:07,928 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 06:31:08,616 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 06:31:08,616 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 06:31:08,616 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 06:31:08,616 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 06:31:08,616 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 06:31:08,616 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 06:31:08,616 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 06:31:08,616 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 06:31:08,616 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 06:31:08,616 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 06:31:08,616 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 06:31:08,719 _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.14.2
Time: Sat Mar 8 06: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-03-08 06:41:06,213 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 06:41:06,583 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 06:41:06,589 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 06:41:07,005 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 06:41:07,012 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 06:41:07,274 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 06:41:07,281 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 06:41:07,286 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 06:41:07,292 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 06:41:07,298 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 06:41:07,355 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 06:41:07,364 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 06:41:07,371 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 06:41:07,375 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 06:41:07,378 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 06:41:07,381 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 06:41:07,386 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 06:41:07,391 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 06:41:07,395 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 06:41:07,425 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 06:41:07,425 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 06:41:07,425 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 06:41:07,425 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 06:41:07,425 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 06:41:07,427 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 06:41:07,427 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 06:41:07,427 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 06:41:07,427 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 06:41:07,427 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 06:41:07,427 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 06:41:07,428 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 06:41:07,428 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 06:41:07,428 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 06:41:07,482 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 06:41:07,828 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 06:41:08,526 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 06:41:08,526 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 06:41:08,526 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 06:41:08,526 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 06:41:08,526 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 06:41:08,526 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 06:41:08,526 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 06:41:08,526 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 06:41:08,526 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 06:41:08,526 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 06:41:08,526 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 06:41:08,622 _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.14.2
Time: Sat Mar 8 06:51: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-03-08 06:51:07,461 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 06:51:07,809 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 06:51:07,812 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 06:51:08,157 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 06:51:08,165 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 06:51:08,427 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 06:51:08,433 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 06:51:08,439 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 06:51:08,444 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 06:51:08,449 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 06:51:08,508 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 06:51:08,516 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 06:51:08,523 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 06:51:08,527 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 06:51:08,530 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 06:51:08,533 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 06:51:08,538 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 06:51:08,543 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 06:51:08,547 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 06:51:08,579 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 06:51:08,579 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 06:51:08,580 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 06:51:08,580 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 06:51:08,580 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 06:51:08,582 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 06:51:08,582 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 06:51:08,582 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 06:51:08,582 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 06:51:08,582 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 06:51:08,582 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 06:51:08,583 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 06:51:08,583 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 06:51:08,583 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 06:51:08,637 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 06:51:08,983 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 06:51:09,696 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 06:51:09,696 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 06:51:09,696 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 06:51:09,696 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 06:51:09,696 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 06:51:09,696 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 06:51:09,696 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 06:51:09,696 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 06:51:09,696 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 06:51:09,696 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 06:51:09,696 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 06:51:09,795 _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.14.2
Time: Sat Mar 8 07:01: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-03-08 07:01:08,222 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1686249 commands
2025-03-08 07:01:08,672 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 07:01:08,674 update_cmd_events: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-03-08 07:01:09,017 update_cmd_events: Writing 150 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-03-08 07:01:09,034 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/FEB with cache=False
2025-03-08 07:01:09,707 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1025A.pkl.gz
2025-03-08 07:01:09,731 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1225A.pkl.gz
2025-03-08 07:01:09,751 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB1725A.pkl.gz
2025-03-08 07:01:09,771 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/FEB2425A.pkl.gz
2025-03-08 07:01:09,784 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-03-08 07:01:09,867 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR0325A.pkl.gz
2025-03-08 07:01:09,880 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR1025B.pkl.gz
2025-03-08 07:01:09,896 update_archive_and_get_cmds_recent: Including loads FEB1025A, FEB1225A, FEB1725A, FEB2425A, MAR0325A, MAR1025B
2025-03-08 07:01:09,907 update_archive_and_get_cmds_recent: Load FEB1025A has 2197 commands with RLTT=2025:041:02:29:04.906
2025-03-08 07:01:09,914 update_archive_and_get_cmds_recent: Load FEB1225A has 1492 commands with RLTT=2025:043:13:00:00.000
2025-03-08 07:01:09,919 update_archive_and_get_cmds_recent: Load FEB1725A has 2005 commands with RLTT=2025:047:14:11:00.000
2025-03-08 07:01:09,928 update_archive_and_get_cmds_recent: Load FEB2425A has 2742 commands with RLTT=2025:054:22:31:22.991
2025-03-08 07:01:09,935 update_archive_and_get_cmds_recent: Load MAR0325A has 2735 commands with RLTT=2025:061:23:35:37.150
2025-03-08 07:01:09,947 update_archive_and_get_cmds_recent: Load MAR1025B has 2536 commands with RLTT=2025:068:17:45:00.000
2025-03-08 07:01:09,977 update_archive_and_get_cmds_recent: No cmd_events to include
2025-03-08 07:01:09,978 update_archive_and_get_cmds_recent: Processing FEB1025A with 2197 commands
2025-03-08 07:01:09,978 update_archive_and_get_cmds_recent: Adding 2197 commands from FEB1025A
2025-03-08 07:01:09,978 update_archive_and_get_cmds_recent: Processing FEB1225A with 1492 commands
2025-03-08 07:01:09,978 update_archive_and_get_cmds_recent: Removing 1418 cmds in SCS slots [128, 129, 130, 131, 132, 133] from FEB1025A due to RLTT in FEB1225A
2025-03-08 07:01:09,980 update_archive_and_get_cmds_recent: Adding 1492 commands from FEB1225A
2025-03-08 07:01:09,980 update_archive_and_get_cmds_recent: Processing FEB1725A with 2005 commands
2025-03-08 07:01:09,980 update_archive_and_get_cmds_recent: Adding 2005 commands from FEB1725A
2025-03-08 07:01:09,980 update_archive_and_get_cmds_recent: Processing FEB2425A with 2742 commands
2025-03-08 07:01:09,980 update_archive_and_get_cmds_recent: Adding 2742 commands from FEB2425A
2025-03-08 07:01:09,981 update_archive_and_get_cmds_recent: Processing MAR0325A with 2735 commands
2025-03-08 07:01:09,981 update_archive_and_get_cmds_recent: Adding 2735 commands from MAR0325A
2025-03-08 07:01:09,981 update_archive_and_get_cmds_recent: Processing MAR1025B with 2536 commands
2025-03-08 07:01:09,981 update_archive_and_get_cmds_recent: Adding 2536 commands from MAR1025B
2025-03-08 07:01:10,037 get_matching_block_idx: Selecting commands from cmds_arch[1673699:]
2025-03-08 07:01:10,390 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 177906 pars
2025-03-08 07:01:11,083 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-03-08 07:01:11,083 get_matching_block_idx: Match(a=0, b=0, size=3)
2025-03-08 07:01:11,083 get_matching_block_idx: Match(a=6, b=3, size=30)
2025-03-08 07:01:11,083 get_matching_block_idx: Match(a=37, b=33, size=12513)
2025-03-08 07:01:11,083 get_matching_block_idx: Match(a=12550, b=12546, size=0)
2025-03-08 07:01:11,083 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-03-08 07:01:11,083 get_matching_block_idx: ('equal', 0, 3, 0, 3)
2025-03-08 07:01:11,083 get_matching_block_idx: ('delete', 3, 6, 3, 3)
2025-03-08 07:01:11,083 get_matching_block_idx: ('equal', 6, 36, 3, 33)
2025-03-08 07:01:11,083 get_matching_block_idx: ('delete', 36, 37, 33, 33)
2025-03-08 07:01:11,083 get_matching_block_idx: ('equal', 37, 12550, 33, 12546)
2025-03-08 07:01:11,179 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5