Prev   Index   Next

kadi: Fri Apr 18 08:41:08 2025

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

Task Status AgeMaxAge Last Date
kadi NOT OK 0.091.0 Fri Apr 18 08:41:08 2025

Errors:

File contents:

******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 08:51:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 08:51:04,791 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 08:51:05,158 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 08:51:05,158 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 08:51:05,462 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 08:51:05,470 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 09:01:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 09:01:04,735 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 09:01:05,097 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 09:01:05,097 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 09:01:05,447 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 09:01:05,458 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 09:11:05,200 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 09:11:05,556 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 09:11:05,557 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 09:11:05,906 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 09:11:05,914 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 09:21:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 09:21:04,070 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 09:21:04,428 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 09:21:04,428 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 09:21:04,796 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 09:21:04,804 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 09:31:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 09:31:04,020 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 09:31:04,374 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 09:31:04,374 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 09:31:04,752 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 09:31:04,760 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 09:41:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 09:41:04,248 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 09:41:04,608 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 09:41:04,608 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 09:41:04,937 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 09:41:04,946 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 09:51:04,014 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 09:51:04,368 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 09:51:04,369 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 09:51:04,706 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 09:51:04,715 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 10:01:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 10:01:05,315 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 10:01:05,745 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 10:01:05,745 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 10:01:06,079 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 10:01:06,088 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 10:11:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 10:11:04,444 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 10:11:04,843 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 10:11:04,843 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 10:11:05,184 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 10:11:05,194 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 10:21:05,197 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 10:21:05,564 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 10:21:05,565 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 10:21:05,913 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 10:21:05,922 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 10:31:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 10:31:04,661 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 10:31:05,015 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 10:31:05,016 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 10:31:05,377 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 10:31:05,385 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 10:41:04,463 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 10:41:04,821 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 10:41:04,821 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 10:41:05,223 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 10:41:05,232 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 10:51:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 10:51:04,703 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 10:51:05,061 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 10:51:05,061 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 10:51:05,377 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 10:51:05,385 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 11:01:04,522 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 11:01:04,883 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 11:01:04,883 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 11:01:05,235 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 11:01:05,243 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 11:11:04,306 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 11:11:04,691 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 11:11:04,691 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 11:11:05,054 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 11:11:05,063 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 11:21:04,549 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 11:21:04,911 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 11:21:04,911 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 11:21:05,238 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 11:21:05,245 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 11:31:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 11:31:04,511 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 11:31:04,895 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 11:31:04,895 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 11:31:05,224 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 11:31:05,233 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 11:41:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 11:41:04,413 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 11:41:04,757 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 11:41:04,757 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 11:41:05,108 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 11:41:05,116 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 11:51:04,516 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 11:51:04,906 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 11:51:04,907 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 11:51:05,200 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 11:51:05,208 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 12:01:05,309 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 12:01:05,672 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 12:01:05,672 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 12:01:05,996 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 12:01:06,003 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 12:11:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 12:11:04,450 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 12:11:04,833 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 12:11:04,833 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 12:11:05,359 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 12:11:05,368 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 12:21:05,076 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 12:21:05,478 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 12:21:05,478 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 12:21:05,832 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 12:21:05,840 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 12:31:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 12:31:04,876 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 12:31:05,274 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 12:31:05,274 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 12:31:05,568 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 12:31:05,576 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 12:41:04 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 12:41:06,290 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 12:41:06,669 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 12:41:06,669 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 12:41:07,034 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 12:41:07,055 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 12:51:04,785 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 12:51:05,138 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 12:51:05,139 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 12:51:05,428 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 12:51:05,436 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 13:01:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 13:01:04,708 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 13:01:05,092 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 13:01:05,092 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 13:01:05,456 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 13:01:05,464 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 13:11:03,769 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 13:11:04,231 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 13:11:04,231 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 13:11:04,559 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 13:11:04,567 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 13:21:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 13:21:03,781 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 13:21:04,145 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 13:21:04,145 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 13:21:04,447 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 13:21:04,456 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 13:31:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 13:31:03,944 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 13:31:04,303 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 13:31:04,303 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 13:31:04,588 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 13:31:04,596 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 13:41:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 13:41:04,271 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 13:41:04,627 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 13:41:04,627 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 13:41:04,936 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 13:41:04,945 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 13:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 13:51:04,082 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 13:51:04,433 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 13:51:04,434 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 13:51:04,742 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 13:51:04,750 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 14:01:04 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 14:01:09,160 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 14:01:09,525 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 14:01:09,526 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 14:01:09,995 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 14:01:10,005 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 14:11:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 14:11:04,517 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 14:11:04,892 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 14:11:04,892 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 14:11:05,227 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 14:11:05,235 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 14:21:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 14:21:04,629 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 14:21:05,009 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 14:21:05,010 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 14:21:05,303 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 14:21:05,315 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 14:31:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 14:31:04,843 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 14:31:05,196 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 14:31:05,196 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 14:31:05,622 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 14:31:05,629 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 14:41:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 14:41:04,545 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 14:41:05,668 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 14:41:05,669 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 14:41:05,987 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 14:41:05,996 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 14:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 14:51:04,657 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 14:51:05,189 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 14:51:05,189 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 14:51:05,485 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 14:51:05,494 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 15:01:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 15:01:07,031 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 15:01:07,592 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 15:01:07,592 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 15:01:07,916 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 15:01:07,927 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 15:11:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 15:11:04,728 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 15:11:05,514 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 15:11:05,514 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 15:11:05,892 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 15:11:05,937 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 15:21:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 15:21:04,760 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 15:21:05,122 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 15:21:05,122 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 15:21:05,447 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 15:21:05,455 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 15:31:04,163 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 15:31:04,522 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 15:31:04,523 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 15:31:04,844 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 15:31:04,852 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 15:41:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 15:41:04,655 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 15:41:05,092 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 15:41:05,093 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 15:41:05,468 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 15:41:05,476 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 15:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 15:51:05,011 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 15:51:05,630 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 15:51:05,630 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 15:51:05,922 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 15:51:05,930 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 16:01:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 16:01:05,045 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 16:01:05,406 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 16:01:05,406 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 16:01:05,747 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 16:01:05,762 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 16:11:04,614 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 16:11:05,000 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 16:11:05,001 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 16:11:05,452 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 16:11:05,473 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 16:21:04,809 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 16:21:05,205 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 16:21:05,205 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 16:21:05,558 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 16:21:05,565 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 16:31:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 16:31:04,633 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 16:31:05,014 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 16:31:05,015 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 16:31:05,356 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 16:31:05,365 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 16:41:04,273 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 16:41:04,687 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 16:41:04,687 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 16:41:04,996 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 16:41:05,006 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 16:51:03,879 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 16:51:04,301 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 16:51:04,301 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 16:51:04,626 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 16:51:04,634 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 17:01:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 17:01:05,203 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 17:01:05,563 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 17:01:05,563 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 17:01:05,872 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 17:01:05,881 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 17:11:03,991 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 17:11:04,361 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 17:11:04,361 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 17:11:04,706 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 17:11:04,714 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 17:21:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 17:21:05,268 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 17:21:05,633 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 17:21:05,633 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 17:21:05,927 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 17:21:05,935 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/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: 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/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 488, in _make_request
raise new_e
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
conn.connect()
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 207, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)')

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 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
contents = occweb.get_occweb_dir(dir_year_month)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
html = get_occweb_page(
^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
req = requests.get(url, auth=auth, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 688, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Max retries exceeded with url: /occweb/FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR (Caused by ConnectTimeoutError(, 'Connection to occweb.cfa.harvard.edu timed out. (connect timeout=30)'))
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 17:31:04,585 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 17:31:04,963 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 17:31:04,963 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 17:31:05,295 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 17:31:05,310 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 17:31:06,186 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 17:31:06,234 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 17:31:06,270 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 17:31:06,303 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 17:31:06,406 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 17:31:06,438 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 17:31:06,467 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 17:31:06,531 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 17:31:06,532 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 17:31:06,538 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 17:31:06,545 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 17:31:06,555 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 17:31:06,565 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 17:31:06,570 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 17:31:06,605 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 17:31:06,616 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 17:31:06,617 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 17:31:06,617 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 17:31:06,618 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 17:31:06,618 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 17:31:06,618 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 17:31:06,619 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 17:31:06,620 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 17:31:06,620 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 17:31:06,621 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 17:31:06,621 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 17:31:06,621 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 17:31:06,621 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 17:31:06,621 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 17:31:06,663 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 17:31:07,059 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 17:31:07,518 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 17:31:07,518 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 17:31:07,518 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 17:31:07,518 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 17:31:07,518 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 17:31:07,518 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 17:31:07,518 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 17:31:07,518 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 17:31:07,518 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 17:31:07,518 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 17:31:07,518 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 17:31:07,768 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 17:41:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 17:41:03,959 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 17:41:04,325 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 17:41:04,325 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 17:41:04,734 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 17:41:04,750 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 17:41:05,280 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 17:41:05,291 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 17:41:05,301 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 17:41:05,309 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 17:41:05,390 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 17:41:05,403 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 17:41:05,411 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 17:41:05,455 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 17:41:05,457 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 17:41:05,462 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 17:41:05,467 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 17:41:05,473 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 17:41:05,479 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 17:41:05,484 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 17:41:05,518 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 17:41:05,529 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 17:41:05,530 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 17:41:05,530 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 17:41:05,530 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 17:41:05,531 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 17:41:05,531 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 17:41:05,531 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 17:41:05,533 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 17:41:05,533 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 17:41:05,533 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 17:41:05,533 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 17:41:05,534 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 17:41:05,534 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 17:41:05,534 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 17:41:05,582 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 17:41:05,953 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 17:41:06,428 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 17:41:06,428 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 17:41:06,428 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 17:41:06,428 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 17:41:06,428 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 17:41:06,428 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 17:41:06,428 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 17:41:06,428 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 17:41:06,429 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 17:41:06,429 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 17:41:06,429 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 17:41:06,681 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 17:51:04,769 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 17:51:05,178 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 17:51:05,178 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 17:51:05,509 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 17:51:05,526 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 17:51:06,024 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 17:51:06,030 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 17:51:06,036 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 17:51:06,041 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 17:51:06,106 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 17:51:06,114 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 17:51:06,120 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 17:51:06,153 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 17:51:06,154 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 17:51:06,159 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 17:51:06,162 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 17:51:06,167 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 17:51:06,171 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 17:51:06,174 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 17:51:06,206 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 17:51:06,216 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 17:51:06,216 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 17:51:06,216 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 17:51:06,217 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 17:51:06,217 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 17:51:06,217 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 17:51:06,218 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 17:51:06,219 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 17:51:06,220 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 17:51:06,220 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 17:51:06,220 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 17:51:06,220 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 17:51:06,220 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 17:51:06,220 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 17:51:06,261 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 17:51:06,609 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 17:51:07,056 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 17:51:07,056 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 17:51:07,057 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 17:51:07,057 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 17:51:07,057 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 17:51:07,057 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 17:51:07,057 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 17:51:07,057 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 17:51:07,057 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 17:51:07,057 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 17:51:07,057 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 17:51:07,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.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 18:01:05,313 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 18:01:05,707 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 18:01:05,708 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 18:01:06,081 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 18:01:06,089 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 18:01:06,336 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 18:01:06,342 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 18:01:06,347 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 18:01:06,351 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 18:01:06,417 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 18:01:06,424 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 18:01:06,429 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 18:01:06,465 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 18:01:06,467 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 18:01:06,472 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 18:01:06,475 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 18:01:06,479 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 18:01:06,483 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 18:01:06,487 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 18:01:06,517 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 18:01:06,527 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 18:01:06,528 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 18:01:06,528 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 18:01:06,528 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 18:01:06,528 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 18:01:06,528 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 18:01:06,529 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 18:01:06,531 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 18:01:06,531 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 18:01:06,531 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 18:01:06,531 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 18:01:06,531 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 18:01:06,531 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 18:01:06,531 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 18:01:06,571 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 18:01:06,915 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 18:01:07,355 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 18:01:07,355 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 18:01:07,355 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 18:01:07,355 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 18:01:07,355 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 18:01:07,355 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 18:01:07,355 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 18:01:07,355 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 18:01:07,355 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 18:01:07,355 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 18:01:07,355 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 18:01:07,573 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 18:11:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 18:11:04,731 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 18:11:05,094 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 18:11:05,095 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 18:11:05,448 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 18:11:05,462 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 18:11:06,611 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 18:11:06,628 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 18:11:06,648 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 18:11:06,659 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 18:11:06,767 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 18:11:06,774 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 18:11:06,779 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 18:11:06,813 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 18:11:06,814 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 18:11:06,819 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 18:11:06,822 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 18:11:06,826 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 18:11:06,830 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 18:11:06,834 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 18:11:06,865 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 18:11:06,875 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 18:11:06,876 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 18:11:06,876 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 18:11:06,876 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 18:11:06,877 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 18:11:06,877 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 18:11:06,878 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 18:11:06,879 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 18:11:06,879 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 18:11:06,879 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 18:11:06,879 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 18:11:06,880 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 18:11:06,880 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 18:11:06,880 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 18:11:06,920 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 18:11:07,275 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 18:11:07,731 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 18:11:07,731 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 18:11:07,731 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 18:11:07,731 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 18:11:07,731 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 18:11:07,731 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 18:11:07,731 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 18:11:07,731 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 18:11:07,731 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 18:11:07,732 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 18:11:07,732 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 18:11:07,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.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 18:21:05,840 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 18:21:06,209 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 18:21:06,210 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 18:21:06,563 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 18:21:06,581 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 18:21:06,867 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 18:21:06,873 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 18:21:06,878 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 18:21:06,885 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 18:21:06,949 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 18:21:06,956 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 18:21:06,961 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 18:21:06,995 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 18:21:06,996 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 18:21:07,000 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 18:21:07,003 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 18:21:07,007 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 18:21:07,011 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 18:21:07,015 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 18:21:07,046 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 18:21:07,056 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 18:21:07,057 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 18:21:07,057 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 18:21:07,057 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 18:21:07,057 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 18:21:07,057 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 18:21:07,058 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 18:21:07,059 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 18:21:07,059 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 18:21:07,060 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 18:21:07,060 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 18:21:07,060 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 18:21:07,060 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 18:21:07,060 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 18:21:07,100 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 18:21:07,453 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 18:21:07,906 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 18:21:07,906 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 18:21:07,906 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 18:21:07,906 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 18:21:07,906 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 18:21:07,906 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 18:21:07,906 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 18:21:07,906 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 18:21:07,906 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 18:21:07,906 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 18:21:07,906 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 18:21:08,129 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 18:31:04,604 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 18:31:04,995 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 18:31:04,995 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 18:31:05,327 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 18:31:05,367 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 18:31:06,530 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 18:31:06,566 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 18:31:06,594 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 18:31:06,615 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 18:31:06,697 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 18:31:06,704 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 18:31:06,709 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 18:31:06,737 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 18:31:06,739 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 18:31:06,743 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 18:31:06,746 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 18:31:06,750 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 18:31:06,754 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 18:31:06,758 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 18:31:06,789 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 18:31:06,799 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 18:31:06,800 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 18:31:06,800 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 18:31:06,800 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 18:31:06,801 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 18:31:06,801 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 18:31:06,802 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 18:31:06,803 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 18:31:06,803 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 18:31:06,803 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 18:31:06,803 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 18:31:06,804 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 18:31:06,804 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 18:31:06,804 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 18:31:06,845 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 18:31:07,202 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 18:31:07,625 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 18:31:07,625 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 18:31:07,625 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 18:31:07,625 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 18:31:07,625 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 18:31:07,625 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 18:31:07,625 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 18:31:07,625 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 18:31:07,625 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 18:31:07,625 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 18:31:07,625 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 18:31:07,852 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 18:41:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 18:41:04,342 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 18:41:04,705 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 18:41:04,705 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 18:41:05,025 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 18:41:05,042 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 18:41:05,554 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 18:41:05,569 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 18:41:05,583 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 18:41:05,592 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 18:41:05,673 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 18:41:05,683 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 18:41:05,702 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 18:41:05,762 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 18:41:05,764 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 18:41:05,770 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 18:41:05,777 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 18:41:05,786 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 18:41:05,798 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 18:41:05,805 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 18:41:05,836 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 18:41:05,846 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 18:41:05,847 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 18:41:05,847 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 18:41:05,847 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 18:41:05,848 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 18:41:05,848 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 18:41:05,849 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 18:41:05,850 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 18:41:05,850 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 18:41:05,850 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 18:41:05,850 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 18:41:05,851 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 18:41:05,851 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 18:41:05,851 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 18:41:05,891 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 18:41:06,257 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 18:41:06,693 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 18:41:06,694 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 18:41:06,694 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 18:41:06,694 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 18:41:06,694 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 18:41:06,694 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 18:41:06,694 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 18:41:06,694 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 18:41:06,694 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 18:41:06,694 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 18:41:06,694 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 18:41:06,928 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 18:51:07,178 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 18:51:07,530 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 18:51:07,530 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 18:51:07,851 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 18:51:07,859 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 18:51:08,104 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 18:51:08,110 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 18:51:08,115 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 18:51:08,120 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 18:51:08,174 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 18:51:08,181 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 18:51:08,186 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 18:51:08,216 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 18:51:08,217 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 18:51:08,225 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 18:51:08,228 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 18:51:08,234 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 18:51:08,239 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 18:51:08,243 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 18:51:08,273 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 18:51:08,284 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 18:51:08,284 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 18:51:08,284 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 18:51:08,284 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 18:51:08,285 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 18:51:08,285 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 18:51:08,286 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 18:51:08,287 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 18:51:08,287 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 18:51:08,287 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 18:51:08,287 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 18:51:08,288 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 18:51:08,288 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 18:51:08,288 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 18:51:08,329 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 18:51:08,697 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 18:51:09,123 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 18:51:09,123 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 18:51:09,123 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 18:51:09,123 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 18:51:09,123 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 18:51:09,123 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 18:51:09,123 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 18:51:09,123 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 18:51:09,123 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 18:51:09,123 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 18:51:09,123 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 18:51:09,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.16.0
Time: Thu Apr 17 19:01:04 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 19:01:05,941 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 19:01:06,311 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 19:01:06,311 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 19:01:06,694 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 19:01:06,703 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 19:01:06,973 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 19:01:06,980 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 19:01:06,985 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 19:01:06,989 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 19:01:07,047 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 19:01:07,053 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 19:01:07,058 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 19:01:07,089 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 19:01:07,090 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 19:01:07,094 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 19:01:07,097 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 19:01:07,101 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 19:01:07,105 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 19:01:07,109 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 19:01:07,141 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 19:01:07,152 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 19:01:07,152 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 19:01:07,153 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 19:01:07,153 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 19:01:07,154 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 19:01:07,154 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 19:01:07,154 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 19:01:07,156 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 19:01:07,156 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 19:01:07,156 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 19:01:07,156 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 19:01:07,157 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 19:01:07,157 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 19:01:07,157 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 19:01:07,198 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 19:01:07,573 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 19:01:08,086 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 19:01:08,086 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 19:01:08,086 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 19:01:08,086 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 19:01:08,086 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 19:01:08,086 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 19:01:08,086 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 19:01:08,086 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 19:01:08,086 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 19:01:08,086 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 19:01:08,086 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 19:01:08,334 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 19:11:03,911 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 19:11:04,314 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 19:11:04,314 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 19:11:04,633 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 19:11:04,649 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 19:11:05,848 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 19:11:05,879 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 19:11:05,900 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 19:11:05,916 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 19:11:06,004 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 19:11:06,019 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 19:11:06,032 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 19:11:06,100 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 19:11:06,101 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 19:11:06,107 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 19:11:06,114 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 19:11:06,121 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 19:11:06,129 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 19:11:06,139 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 19:11:06,174 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 19:11:06,185 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 19:11:06,186 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 19:11:06,186 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 19:11:06,186 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 19:11:06,187 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 19:11:06,187 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 19:11:06,188 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 19:11:06,189 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 19:11:06,189 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 19:11:06,189 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 19:11:06,190 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 19:11:06,190 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 19:11:06,190 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 19:11:06,190 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 19:11:06,233 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 19:11:06,590 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 19:11:07,047 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 19:11:07,047 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 19:11:07,047 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 19:11:07,047 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 19:11:07,047 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 19:11:07,047 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 19:11:07,047 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 19:11:07,047 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 19:11:07,047 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 19:11:07,047 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 19:11:07,047 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 19:11:07,254 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 19:21:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 19:21:05,173 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 19:21:05,543 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 19:21:05,543 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 19:21:06,119 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 19:21:06,146 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 19:21:06,472 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 19:21:06,478 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 19:21:06,482 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 19:21:06,487 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 19:21:06,541 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 19:21:06,547 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 19:21:06,552 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 19:21:06,580 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 19:21:06,582 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 19:21:06,586 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 19:21:06,589 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 19:21:06,593 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 19:21:06,597 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 19:21:06,600 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 19:21:06,631 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 19:21:06,641 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 19:21:06,642 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 19:21:06,642 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 19:21:06,642 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 19:21:06,643 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 19:21:06,643 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 19:21:06,643 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 19:21:06,645 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 19:21:06,645 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 19:21:06,645 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 19:21:06,645 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 19:21:06,645 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 19:21:06,646 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 19:21:06,646 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 19:21:06,685 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 19:21:07,032 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 19:21:07,509 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 19:21:07,510 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 19:21:07,510 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 19:21:07,510 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 19:21:07,510 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 19:21:07,510 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 19:21:07,510 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 19:21:07,510 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 19:21:07,510 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 19:21:07,510 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 19:21:07,510 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 19:21:07,752 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 19:31:05,311 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 19:31:05,690 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 19:31:05,690 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 19:31:06,150 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 19:31:06,195 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 19:31:06,426 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 19:31:06,432 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 19:31:06,437 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 19:31:06,442 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 19:31:06,498 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 19:31:06,508 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 19:31:06,513 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 19:31:06,543 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 19:31:06,544 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 19:31:06,548 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 19:31:06,551 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 19:31:06,557 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 19:31:06,561 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 19:31:06,565 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 19:31:06,597 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 19:31:06,607 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 19:31:06,608 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 19:31:06,608 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 19:31:06,608 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 19:31:06,608 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 19:31:06,608 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 19:31:06,609 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 19:31:06,610 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 19:31:06,610 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 19:31:06,611 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 19:31:06,611 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 19:31:06,611 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 19:31:06,611 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 19:31:06,612 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 19:31:06,657 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 19:31:07,026 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 19:31:07,460 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 19:31:07,460 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 19:31:07,460 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 19:31:07,460 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 19:31:07,460 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 19:31:07,460 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 19:31:07,461 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 19:31:07,461 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 19:31:07,461 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 19:31:07,461 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 19:31:07,461 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 19:31:07,825 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 19:41:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 19:41:04,159 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 19:41:04,506 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 19:41:04,506 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
Traceback (most recent call last):
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 534, in _make_request
response = conn.getresponse()
^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 516, in getresponse
httplib_response = super().getresponse()
^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/http/client.py", line 1428, in getresponse
response.begin()
File "/proj/sot/ska3/flight/lib/python3.12/http/client.py", line 331, in begin
version, status, reason = self._read_status()
^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/http/client.py", line 292, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/socket.py", line 720, in readinto
return self._sock.recv_into(b)
^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/ssl.py", line 1251, in recv_into
return self.read(nbytes, buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/ssl.py", line 1103, in read
return self._sslobj.read(len, buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TimeoutError: The read operation timed out

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

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

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/proj/sot/ska3/flight/bin/kadi_update_cmds_v2", line 10, in
sys.exit(main())
^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py", line 45, in main
update_cmds_archive(
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1370, in update_cmds_archive
_update_cmds_archive(lookback, stop, match_prev_cmds, scenario, data_root)
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1393, in _update_cmds_archive
cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 412, in update_cmd_events_and_loads_and_get_cmds_recent
cmd_events = update_cmd_events(scenario, event_filter)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1054, in update_cmd_events
cmd_events = get_cmd_events_from_sheet(scenario)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1098, in get_cmd_events_from_sheet
req = requests.get(url, timeout=30)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 713, in send
raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='docs.google.com', port=443): Read timed out. (read timeout=30)
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 19:51:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 19:51:05,777 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 19:51:06,147 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 19:51:06,148 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 19:51:06,533 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 19:51:06,555 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 19:51:07,068 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 19:51:07,074 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 19:51:07,079 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 19:51:07,084 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 19:51:07,140 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 19:51:07,147 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 19:51:07,152 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 19:51:07,181 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 19:51:07,182 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 19:51:07,186 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 19:51:07,189 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 19:51:07,194 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 19:51:07,197 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 19:51:07,201 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 19:51:07,232 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 19:51:07,243 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 19:51:07,243 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 19:51:07,243 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 19:51:07,244 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 19:51:07,244 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 19:51:07,244 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 19:51:07,245 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 19:51:07,246 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 19:51:07,246 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 19:51:07,246 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 19:51:07,246 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 19:51:07,247 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 19:51:07,247 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 19:51:07,247 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 19:51:07,287 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 19:51:07,643 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 19:51:08,067 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 19:51:08,067 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 19:51:08,067 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 19:51:08,067 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 19:51:08,067 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 19:51:08,067 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 19:51:08,067 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 19:51:08,067 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 19:51:08,067 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 19:51:08,067 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 19:51:08,067 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 19:51:08,290 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 20:01:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 20:01:04,730 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 20:01:05,091 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 20:01:05,092 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 20:01:05,432 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 20:01:05,449 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 20:01:06,369 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 20:01:06,381 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 20:01:06,393 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 20:01:06,400 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 20:01:06,522 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 20:01:06,538 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 20:01:06,551 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 20:01:06,613 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 20:01:06,614 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 20:01:06,624 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 20:01:06,631 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 20:01:06,640 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 20:01:06,648 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 20:01:06,656 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 20:01:06,687 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 20:01:06,697 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 20:01:06,697 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 20:01:06,697 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 20:01:06,698 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 20:01:06,698 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 20:01:06,698 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 20:01:06,699 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 20:01:06,700 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 20:01:06,700 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 20:01:06,701 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 20:01:06,701 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 20:01:06,701 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 20:01:06,701 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 20:01:06,701 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 20:01:06,742 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 20:01:07,153 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 20:01:07,614 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 20:01:07,614 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 20:01:07,614 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 20:01:07,614 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 20:01:07,614 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 20:01:07,614 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 20:01:07,614 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 20:01:07,614 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 20:01:07,614 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 20:01:07,614 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 20:01:07,614 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 20:01:07,884 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 20:11:04,542 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 20:11:04,904 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 20:11:04,904 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 20:11:05,211 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 20:11:05,225 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 20:11:05,876 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 20:11:05,904 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 20:11:05,924 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 20:11:05,944 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 20:11:06,064 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 20:11:06,096 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 20:11:06,116 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 20:11:06,192 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 20:11:06,193 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 20:11:06,203 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 20:11:06,210 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 20:11:06,217 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 20:11:06,223 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 20:11:06,235 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 20:11:06,271 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 20:11:06,283 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 20:11:06,283 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 20:11:06,284 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 20:11:06,284 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 20:11:06,284 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 20:11:06,284 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 20:11:06,285 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 20:11:06,287 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 20:11:06,287 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 20:11:06,287 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 20:11:06,287 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 20:11:06,288 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 20:11:06,288 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 20:11:06,288 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 20:11:06,331 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 20:11:06,699 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 20:11:07,130 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 20:11:07,130 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 20:11:07,130 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 20:11:07,130 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 20:11:07,130 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 20:11:07,130 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 20:11:07,130 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 20:11:07,130 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 20:11:07,130 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 20:11:07,130 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 20:11:07,130 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 20:11:07,335 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 20:21:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 20:21:04,703 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 20:21:05,068 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 20:21:05,068 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 20:21:05,479 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 20:21:05,494 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 20:21:06,427 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 20:21:06,443 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 20:21:06,471 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 20:21:06,489 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 20:21:06,607 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 20:21:06,615 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 20:21:06,621 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 20:21:06,654 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 20:21:06,656 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 20:21:06,661 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 20:21:06,665 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 20:21:06,671 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 20:21:06,675 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 20:21:06,679 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 20:21:06,717 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 20:21:06,728 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 20:21:06,729 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 20:21:06,729 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 20:21:06,729 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 20:21:06,730 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 20:21:06,730 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 20:21:06,731 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 20:21:06,732 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 20:21:06,732 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 20:21:06,732 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 20:21:06,732 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 20:21:06,733 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 20:21:06,733 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 20:21:06,733 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 20:21:06,774 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 20:21:07,120 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 20:21:07,569 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 20:21:07,570 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 20:21:07,570 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 20:21:07,570 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 20:21:07,570 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 20:21:07,570 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 20:21:07,570 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 20:21:07,570 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 20:21:07,570 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 20:21:07,570 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 20:21:07,570 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 20:21:07,825 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 20:31:04,464 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 20:31:04,831 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 20:31:04,832 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 20:31:05,153 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 20:31:05,165 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 20:31:06,070 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 20:31:06,094 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 20:31:06,130 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 20:31:06,151 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 20:31:06,262 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 20:31:06,297 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 20:31:06,307 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 20:31:06,373 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 20:31:06,375 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 20:31:06,382 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 20:31:06,392 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 20:31:06,402 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 20:31:06,414 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 20:31:06,422 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 20:31:06,453 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 20:31:06,463 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 20:31:06,463 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 20:31:06,464 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 20:31:06,464 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 20:31:06,465 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 20:31:06,465 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 20:31:06,465 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 20:31:06,467 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 20:31:06,467 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 20:31:06,467 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 20:31:06,467 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 20:31:06,468 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 20:31:06,468 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 20:31:06,468 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 20:31:06,509 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 20:31:06,863 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 20:31:07,303 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 20:31:07,304 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 20:31:07,304 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 20:31:07,304 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 20:31:07,304 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 20:31:07,304 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 20:31:07,304 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 20:31:07,304 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 20:31:07,304 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 20:31:07,304 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 20:31:07,304 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 20:31:07,548 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 20:41:03,560 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 20:41:03,909 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 20:41:03,910 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 20:41:04,310 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 20:41:04,345 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 20:41:04,773 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 20:41:04,784 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 20:41:04,794 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 20:41:04,802 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 20:41:04,873 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 20:41:04,885 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 20:41:04,893 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 20:41:04,929 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 20:41:04,931 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 20:41:04,937 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 20:41:04,940 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 20:41:04,946 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 20:41:04,951 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 20:41:04,956 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 20:41:04,989 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 20:41:05,000 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 20:41:05,000 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 20:41:05,000 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 20:41:05,001 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 20:41:05,001 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 20:41:05,001 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 20:41:05,002 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 20:41:05,003 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 20:41:05,003 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 20:41:05,004 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 20:41:05,004 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 20:41:05,004 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 20:41:05,004 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 20:41:05,004 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 20:41:05,046 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 20:41:05,424 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 20:41:05,857 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 20:41:05,857 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 20:41:05,857 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 20:41:05,857 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 20:41:05,857 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 20:41:05,857 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 20:41:05,857 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 20:41:05,857 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 20:41:05,857 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 20:41:05,857 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 20:41:05,857 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 20:41:06,106 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 20:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 20:51:04,695 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 20:51:05,066 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 20:51:05,066 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 20:51:05,429 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 20:51:05,474 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 20:51:06,422 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 20:51:06,429 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 20:51:06,434 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 20:51:06,439 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 20:51:06,494 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 20:51:06,501 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 20:51:06,506 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 20:51:06,535 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 20:51:06,537 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 20:51:06,541 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 20:51:06,543 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 20:51:06,548 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 20:51:06,552 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 20:51:06,556 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 20:51:06,589 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 20:51:06,601 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 20:51:06,601 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 20:51:06,601 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 20:51:06,602 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 20:51:06,602 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 20:51:06,602 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 20:51:06,603 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 20:51:06,604 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 20:51:06,604 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 20:51:06,605 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 20:51:06,605 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 20:51:06,605 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 20:51:06,605 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 20:51:06,605 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 20:51:06,649 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 20:51:07,000 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 20:51:07,473 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 20:51:07,473 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 20:51:07,473 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 20:51:07,473 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 20:51:07,473 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 20:51:07,473 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 20:51:07,473 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 20:51:07,473 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 20:51:07,473 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 20:51:07,473 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 20:51:07,473 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 20:51:07,711 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 21:01:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 21:01:04,937 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 21:01:05,304 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 21:01:05,304 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 21:01:05,647 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 21:01:05,661 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 21:01:06,101 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 21:01:06,116 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 21:01:06,128 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 21:01:06,139 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 21:01:06,204 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 21:01:06,219 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 21:01:06,230 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 21:01:06,264 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 21:01:06,265 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 21:01:06,272 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 21:01:06,275 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 21:01:06,281 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 21:01:06,287 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 21:01:06,292 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 21:01:06,325 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 21:01:06,336 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 21:01:06,337 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 21:01:06,337 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 21:01:06,337 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 21:01:06,338 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 21:01:06,338 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 21:01:06,339 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 21:01:06,340 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 21:01:06,340 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 21:01:06,340 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 21:01:06,341 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 21:01:06,341 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 21:01:06,341 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 21:01:06,341 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 21:01:06,383 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 21:01:06,755 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 21:01:07,209 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 21:01:07,209 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 21:01:07,209 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 21:01:07,209 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 21:01:07,209 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 21:01:07,209 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 21:01:07,209 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 21:01:07,209 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 21:01:07,209 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 21:01:07,209 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 21:01:07,209 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 21:01:07,453 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 21:11:04,745 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 21:11:05,113 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 21:11:05,114 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 21:11:05,598 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 21:11:05,613 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 21:11:06,066 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 21:11:06,079 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 21:11:06,088 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 21:11:06,097 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 21:11:06,168 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 21:11:06,184 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 21:11:06,197 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 21:11:06,236 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 21:11:06,237 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 21:11:06,243 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 21:11:06,246 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 21:11:06,256 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 21:11:06,263 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 21:11:06,271 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 21:11:06,303 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 21:11:06,314 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 21:11:06,315 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 21:11:06,315 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 21:11:06,315 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 21:11:06,315 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 21:11:06,315 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 21:11:06,316 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 21:11:06,318 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 21:11:06,318 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 21:11:06,318 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 21:11:06,318 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 21:11:06,318 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 21:11:06,318 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 21:11:06,319 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 21:11:06,359 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 21:11:06,726 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 21:11:07,187 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 21:11:07,188 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 21:11:07,188 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 21:11:07,188 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 21:11:07,188 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 21:11:07,188 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 21:11:07,188 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 21:11:07,188 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 21:11:07,188 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 21:11:07,188 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 21:11:07,188 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 21:11:07,406 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 21:21:04,716 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 21:21:05,120 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 21:21:05,120 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 21:21:05,453 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 21:21:05,468 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 21:21:05,919 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 21:21:05,931 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 21:21:05,942 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 21:21:05,950 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 21:21:06,013 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 21:21:06,025 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 21:21:06,034 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 21:21:06,067 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 21:21:06,069 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 21:21:06,075 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 21:21:06,079 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 21:21:06,084 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 21:21:06,090 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 21:21:06,095 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 21:21:06,133 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 21:21:06,146 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 21:21:06,146 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 21:21:06,146 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 21:21:06,147 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 21:21:06,147 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 21:21:06,148 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 21:21:06,148 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 21:21:06,150 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 21:21:06,150 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 21:21:06,150 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 21:21:06,150 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 21:21:06,151 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 21:21:06,151 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 21:21:06,151 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 21:21:06,199 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 21:21:06,593 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 21:21:07,081 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 21:21:07,081 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 21:21:07,081 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 21:21:07,081 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 21:21:07,081 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 21:21:07,081 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 21:21:07,081 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 21:21:07,081 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 21:21:07,081 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 21:21:07,081 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 21:21:07,081 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 21:21:07,334 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 21:31:03,882 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 21:31:04,236 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 21:31:04,236 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 21:31:04,574 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 21:31:04,624 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 21:31:05,228 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 21:31:05,236 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 21:31:05,243 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 21:31:05,250 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 21:31:05,322 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 21:31:05,334 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 21:31:05,343 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 21:31:05,380 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 21:31:05,381 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 21:31:05,387 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 21:31:05,391 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 21:31:05,397 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 21:31:05,401 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 21:31:05,407 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 21:31:05,438 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 21:31:05,448 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 21:31:05,449 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 21:31:05,449 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 21:31:05,449 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 21:31:05,450 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 21:31:05,450 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 21:31:05,451 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 21:31:05,452 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 21:31:05,452 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 21:31:05,452 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 21:31:05,452 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 21:31:05,453 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 21:31:05,453 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 21:31:05,453 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 21:31:05,495 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 21:31:05,846 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 21:31:06,283 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 21:31:06,283 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 21:31:06,283 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 21:31:06,283 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 21:31:06,283 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 21:31:06,283 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 21:31:06,283 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 21:31:06,283 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 21:31:06,283 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 21:31:06,283 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 21:31:06,283 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 21:31:06,500 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 21:41:04,510 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 21:41:04,874 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 21:41:04,874 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 21:41:05,226 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 21:41:05,242 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 21:41:06,382 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 21:41:06,407 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 21:41:06,422 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 21:41:06,434 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 21:41:06,593 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 21:41:06,615 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 21:41:06,623 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 21:41:06,694 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 21:41:06,695 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 21:41:06,701 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 21:41:06,708 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 21:41:06,717 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 21:41:06,725 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 21:41:06,733 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 21:41:06,769 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 21:41:06,781 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 21:41:06,781 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 21:41:06,782 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 21:41:06,782 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 21:41:06,783 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 21:41:06,783 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 21:41:06,783 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 21:41:06,785 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 21:41:06,785 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 21:41:06,785 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 21:41:06,785 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 21:41:06,785 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 21:41:06,785 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 21:41:06,786 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 21:41:06,826 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 21:41:07,190 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 21:41:07,618 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 21:41:07,618 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 21:41:07,618 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 21:41:07,618 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 21:41:07,618 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 21:41:07,618 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 21:41:07,618 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 21:41:07,618 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 21:41:07,618 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 21:41:07,618 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 21:41:07,618 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 21:41:07,915 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 21:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 21:51:04,885 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 21:51:05,262 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 21:51:05,262 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 21:51:05,635 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 21:51:05,650 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 21:51:06,815 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 21:51:06,822 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 21:51:06,827 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 21:51:06,832 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 21:51:06,993 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 21:51:07,000 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 21:51:07,006 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 21:51:07,056 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 21:51:07,057 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 21:51:07,062 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 21:51:07,065 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 21:51:07,069 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 21:51:07,073 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 21:51:07,077 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 21:51:07,111 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 21:51:07,121 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 21:51:07,122 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 21:51:07,122 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 21:51:07,122 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 21:51:07,123 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 21:51:07,123 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 21:51:07,123 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 21:51:07,125 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 21:51:07,125 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 21:51:07,125 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 21:51:07,125 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 21:51:07,126 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 21:51:07,126 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 21:51:07,126 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 21:51:07,166 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 21:51:07,518 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 21:51:07,947 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 21:51:07,947 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 21:51:07,947 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 21:51:07,947 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 21:51:07,947 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 21:51:07,947 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 21:51:07,947 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 21:51:07,947 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 21:51:07,947 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 21:51:07,947 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 21:51:07,947 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 21:51:08,256 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 22:01:05,700 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 22:01:06,067 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 22:01:06,067 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 22:01:06,432 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 22:01:06,466 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 22:01:06,805 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 22:01:06,812 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 22:01:06,818 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 22:01:06,822 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 22:01:06,889 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 22:01:06,895 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 22:01:06,900 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 22:01:06,929 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 22:01:06,931 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 22:01:06,935 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 22:01:06,938 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 22:01:06,942 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 22:01:06,946 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 22:01:06,950 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 22:01:06,981 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 22:01:06,991 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 22:01:06,991 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 22:01:06,992 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 22:01:06,992 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 22:01:06,992 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 22:01:06,992 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 22:01:06,993 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 22:01:06,994 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 22:01:06,994 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 22:01:06,995 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 22:01:06,995 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 22:01:06,995 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 22:01:06,995 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 22:01:06,995 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 22:01:07,035 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 22:01:07,402 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 22:01:07,836 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 22:01:07,836 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 22:01:07,836 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 22:01:07,836 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 22:01:07,836 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 22:01:07,836 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 22:01:07,836 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 22:01:07,836 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 22:01:07,836 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 22:01:07,836 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 22:01:07,836 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 22:01:08,055 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 22:11:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 22:11:05,784 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 22:11:06,146 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 22:11:06,147 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 22:11:06,511 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 22:11:06,533 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 22:11:06,787 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 22:11:06,793 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 22:11:06,798 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 22:11:06,802 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 22:11:06,855 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 22:11:06,861 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 22:11:06,866 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 22:11:06,897 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 22:11:06,898 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 22:11:06,902 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 22:11:06,905 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 22:11:06,909 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 22:11:06,913 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 22:11:06,916 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 22:11:06,948 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 22:11:06,958 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 22:11:06,958 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 22:11:06,959 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 22:11:06,959 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 22:11:06,959 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 22:11:06,959 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 22:11:06,960 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 22:11:06,962 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 22:11:06,962 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 22:11:06,962 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 22:11:06,962 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 22:11:06,962 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 22:11:06,962 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 22:11:06,963 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 22:11:07,003 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 22:11:07,363 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 22:11:07,804 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 22:11:07,804 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 22:11:07,805 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 22:11:07,805 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 22:11:07,805 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 22:11:07,805 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 22:11:07,805 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 22:11:07,805 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 22:11:07,805 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 22:11:07,805 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 22:11:07,805 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 22:11:08,011 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 22:21:04,342 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 22:21:04,714 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 22:21:04,715 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 22:21:05,057 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 22:21:05,075 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 22:21:06,011 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 22:21:06,047 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 22:21:06,079 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 22:21:06,100 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 22:21:06,202 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 22:21:06,231 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 22:21:06,256 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 22:21:06,323 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 22:21:06,325 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 22:21:06,331 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 22:21:06,342 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 22:21:06,352 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 22:21:06,363 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 22:21:06,374 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 22:21:06,406 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 22:21:06,416 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 22:21:06,416 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 22:21:06,417 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 22:21:06,417 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 22:21:06,417 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 22:21:06,417 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 22:21:06,418 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 22:21:06,420 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 22:21:06,420 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 22:21:06,420 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 22:21:06,420 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 22:21:06,420 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 22:21:06,421 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 22:21:06,421 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 22:21:06,463 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 22:21:06,814 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 22:21:07,256 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 22:21:07,256 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 22:21:07,256 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 22:21:07,256 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 22:21:07,256 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 22:21:07,256 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 22:21:07,256 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 22:21:07,256 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 22:21:07,256 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 22:21:07,256 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 22:21:07,256 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 22:21:07,497 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 22:31:05 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 22:31:06,842 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 22:31:07,210 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 22:31:07,210 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 22:31:07,533 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 22:31:07,540 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 22:31:07,772 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 22:31:07,778 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 22:31:07,784 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 22:31:07,788 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 22:31:07,843 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 22:31:07,850 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 22:31:07,855 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 22:31:07,883 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 22:31:07,884 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 22:31:07,888 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 22:31:07,891 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 22:31:07,895 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 22:31:07,899 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 22:31:07,903 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 22:31:07,936 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 22:31:07,946 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 22:31:07,947 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 22:31:07,947 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 22:31:07,947 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 22:31:07,948 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 22:31:07,948 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 22:31:07,948 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 22:31:07,950 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 22:31:07,950 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 22:31:07,950 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 22:31:07,950 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 22:31:07,950 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 22:31:07,950 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 22:31:07,951 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 22:31:07,990 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 22:31:08,342 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 22:31:08,773 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 22:31:08,773 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 22:31:08,773 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 22:31:08,773 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 22:31:08,773 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 22:31:08,773 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 22:31:08,773 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 22:31:08,773 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 22:31:08,773 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 22:31:08,773 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 22:31:08,773 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 22:31:08,976 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 22:41:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 22:41:05,566 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 22:41:05,940 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 22:41:05,940 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 22:41:06,321 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 22:41:06,329 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 22:41:06,567 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 22:41:06,573 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 22:41:06,578 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 22:41:06,583 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 22:41:06,638 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 22:41:06,645 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 22:41:06,650 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 22:41:06,681 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 22:41:06,682 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 22:41:06,686 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 22:41:06,689 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 22:41:06,694 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 22:41:06,698 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 22:41:06,702 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 22:41:06,734 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 22:41:06,744 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 22:41:06,745 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 22:41:06,745 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 22:41:06,745 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 22:41:06,746 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 22:41:06,746 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 22:41:06,746 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 22:41:06,748 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 22:41:06,748 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 22:41:06,748 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 22:41:06,748 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 22:41:06,748 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 22:41:06,748 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 22:41:06,749 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 22:41:06,789 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 22:41:07,152 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 22:41:07,580 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 22:41:07,580 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 22:41:07,580 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 22:41:07,580 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 22:41:07,580 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 22:41:07,580 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 22:41:07,580 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 22:41:07,580 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 22:41:07,580 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 22:41:07,580 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 22:41:07,580 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 22: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.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 22:51:04,188 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 22:51:04,627 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 22:51:04,628 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 22:51:04,980 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 22:51:04,998 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 22:51:06,017 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 22:51:06,024 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 22:51:06,030 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 22:51:06,034 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 22:51:06,101 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 22:51:06,108 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 22:51:06,113 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 22:51:06,145 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 22:51:06,147 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 22:51:06,151 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 22:51:06,154 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 22:51:06,159 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 22:51:06,163 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 22:51:06,167 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 22:51:06,201 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 22:51:06,212 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 22:51:06,213 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 22:51:06,213 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 22:51:06,214 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 22:51:06,214 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 22:51:06,214 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 22:51:06,215 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 22:51:06,216 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 22:51:06,216 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 22:51:06,217 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 22:51:06,217 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 22:51:06,217 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 22:51:06,217 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 22:51:06,217 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 22:51:06,262 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 22:51:06,627 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 22:51:07,064 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 22:51:07,064 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 22:51:07,064 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 22:51:07,064 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 22:51:07,064 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 22:51:07,064 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 22:51:07,064 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 22:51:07,064 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 22:51:07,064 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 22:51:07,064 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 22:51:07,064 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 22:51:07,328 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 23:01:04,901 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 23:01:05,253 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 23:01:05,253 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 23:01:05,568 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 23:01:05,577 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 23:01:08,966 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 23:01:08,977 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 23:01:08,987 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 23:01:08,995 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 23:01:11,761 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 23:01:11,774 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 23:01:11,781 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 23:01:13,485 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 23:01:13,487 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 23:01:13,492 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 23:01:13,495 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 23:01:13,500 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 23:01:13,505 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 23:01:13,509 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 23:01:13,543 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 23:01:13,554 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 23:01:13,555 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 23:01:13,555 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 23:01:13,556 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 23:01:13,556 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 23:01:13,556 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 23:01:13,557 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 23:01:13,559 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 23:01:13,559 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 23:01:13,559 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 23:01:13,559 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 23:01:13,559 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 23:01:13,559 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 23:01:13,560 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 23:01:13,603 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 23:01:13,958 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 23:01:14,402 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 23:01:14,402 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 23:01:14,402 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 23:01:14,402 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 23:01:14,402 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 23:01:14,402 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 23:01:14,402 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 23:01:14,402 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 23:01:14,402 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 23:01:14,402 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 23:01:14,402 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 23:01:14,674 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 23:11:07 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 23:11:11,240 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 23:11:11,600 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 23:11:11,600 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 23:11:11,936 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 23:11:11,957 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 23:11:12,574 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 23:11:12,586 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 23:11:12,596 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 23:11:12,603 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 23:11:12,666 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 23:11:12,679 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 23:11:12,687 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 23:11:12,722 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 23:11:12,723 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 23:11:12,729 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 23:11:12,734 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 23:11:12,740 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 23:11:12,745 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 23:11:12,750 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 23:11:12,781 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 23:11:12,794 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 23:11:12,794 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 23:11:12,795 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 23:11:12,795 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 23:11:12,796 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 23:11:12,796 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 23:11:12,796 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 23:11:12,798 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 23:11:12,798 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 23:11:12,799 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 23:11:12,799 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 23:11:12,799 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 23:11:12,799 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 23:11:12,800 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 23:11:12,847 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 23:11:13,212 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 23:11:13,653 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 23:11:13,653 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 23:11:13,653 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 23:11:13,653 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 23:11:13,653 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 23:11:13,653 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 23:11:13,653 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 23:11:13,653 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 23:11:13,653 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 23:11:13,653 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 23:11:13,653 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 23:11:13,880 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 23:21:18 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 23:21:23,531 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 23:21:23,900 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 23:21:23,900 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 23:21:24,224 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 23:21:24,249 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 23:21:28,598 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 23:21:28,617 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 23:21:28,636 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 23:21:28,649 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 23:21:30,217 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 23:21:30,233 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 23:21:30,240 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 23:21:30,730 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 23:21:30,732 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 23:21:30,741 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 23:21:30,748 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 23:21:30,757 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 23:21:30,764 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 23:21:30,771 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 23:21:30,803 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 23:21:30,814 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 23:21:30,814 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 23:21:30,814 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 23:21:30,815 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 23:21:30,815 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 23:21:30,815 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 23:21:30,816 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 23:21:30,817 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 23:21:30,817 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 23:21:30,818 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 23:21:30,818 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 23:21:30,818 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 23:21:30,818 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 23:21:30,818 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 23:21:30,859 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 23:21:31,226 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 23:21:31,682 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 23:21:31,682 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 23:21:31,682 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 23:21:31,682 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 23:21:31,682 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 23:21:31,682 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 23:21:31,682 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 23:21:31,682 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 23:21:31,682 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 23:21:31,682 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 23:21:31,682 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 23:21:31,908 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 23:31:20 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 23:31:23,412 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 23:31:23,773 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 23:31:23,773 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 23:31:24,130 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 23:31:24,154 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 23:31:25,663 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 23:31:25,684 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 23:31:25,705 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 23:31:25,718 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 23:31:26,335 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 23:31:26,356 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 23:31:26,372 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 23:31:26,622 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 23:31:26,624 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 23:31:26,633 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 23:31:26,640 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 23:31:26,650 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 23:31:26,658 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 23:31:26,666 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 23:31:26,700 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 23:31:26,710 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 23:31:26,710 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 23:31:26,710 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 23:31:26,711 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 23:31:26,711 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 23:31:26,711 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 23:31:26,712 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 23:31:26,713 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 23:31:26,713 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 23:31:26,714 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 23:31:26,714 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 23:31:26,714 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 23:31:26,714 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 23:31:26,714 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 23:31:26,755 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 23:31:27,109 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 23:31:27,545 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 23:31:27,545 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 23:31:27,545 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 23:31:27,545 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 23:31:27,545 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 23:31:27,545 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 23:31:27,545 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 23:31:27,545 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 23:31:27,545 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 23:31:27,545 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 23:31:27,545 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 23:31:27,790 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 23:41:21 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 23:41:24,772 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 23:41:25,673 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 23:41:25,673 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 23:41:26,069 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 23:41:26,094 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 23:41:27,388 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 23:41:27,412 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 23:41:27,438 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 23:41:27,455 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 23:41:27,965 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 23:41:27,992 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 23:41:28,006 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 23:41:28,450 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 23:41:28,452 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 23:41:28,460 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 23:41:28,467 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 23:41:28,474 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 23:41:28,480 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 23:41:28,488 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 23:41:28,525 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 23:41:28,537 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 23:41:28,537 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 23:41:28,537 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 23:41:28,538 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 23:41:28,538 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 23:41:28,538 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 23:41:28,539 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 23:41:28,540 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 23:41:28,540 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 23:41:28,541 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 23:41:28,541 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 23:41:28,541 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 23:41:28,541 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 23:41:28,542 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 23:41:28,587 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 23:41:28,969 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 23:41:29,410 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 23:41:29,410 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 23:41:29,410 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 23:41:29,410 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 23:41:29,410 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 23:41:29,410 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 23:41:29,410 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 23:41:29,410 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 23:41:29,410 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 23:41:29,410 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 23:41:29,410 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 23:41:29,660 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Thu Apr 17 23:51:10 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-17 23:51:13,485 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-17 23:51:13,878 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 23:51:13,878 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-17 23:51:14,213 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-17 23:51:14,239 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-17 23:51:16,955 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-17 23:51:16,991 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-17 23:51:17,024 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-17 23:51:17,048 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-17 23:51:18,614 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-17 23:51:18,650 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-17 23:51:18,676 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-17 23:51:20,621 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-17 23:51:20,623 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-17 23:51:20,629 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-17 23:51:20,633 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-17 23:51:20,638 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-17 23:51:20,662 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-17 23:51:20,668 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-17 23:51:20,703 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-17 23:51:20,719 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-17 23:51:20,720 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-17 23:51:20,720 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-17 23:51:20,721 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-17 23:51:20,721 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-17 23:51:20,722 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-17 23:51:20,722 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-17 23:51:20,724 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-17 23:51:20,724 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-17 23:51:20,724 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-17 23:51:20,724 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-17 23:51:20,725 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-17 23:51:20,725 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-17 23:51:20,725 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-17 23:51:20,770 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-17 23:51:21,148 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-17 23:51:21,587 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-17 23:51:21,587 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-17 23:51:21,587 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-17 23:51:21,587 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-17 23:51:21,587 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-17 23:51:21,588 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-17 23:51:21,588 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-17 23:51:21,588 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-17 23:51:21,588 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-17 23:51:21,588 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-17 23:51:21,588 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-17 23:51:21,855 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 00:01:15 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 00:01:19,117 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 00:01:19,481 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 00:01:19,481 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 00:01:19,789 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 00:01:19,804 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 00:01:20,390 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 00:01:20,400 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 00:01:20,410 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 00:01:20,421 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 00:01:20,533 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 00:01:20,544 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 00:01:20,553 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 00:01:20,591 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 00:01:20,592 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 00:01:20,598 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 00:01:20,602 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 00:01:20,607 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 00:01:20,612 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 00:01:20,616 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 00:01:20,646 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 00:01:20,657 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 00:01:20,657 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 00:01:20,657 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 00:01:20,658 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 00:01:20,658 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 00:01:20,658 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 00:01:20,659 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 00:01:20,660 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 00:01:20,661 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 00:01:20,661 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 00:01:20,661 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 00:01:20,661 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 00:01:20,661 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 00:01:20,662 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 00:01:20,703 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 00:01:21,068 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 00:01:21,527 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 00:01:21,527 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 00:01:21,527 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 00:01:21,527 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 00:01:21,527 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 00:01:21,527 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 00:01:21,527 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 00:01:21,527 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 00:01:21,527 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 00:01:21,527 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 00:01:21,527 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 00:01:21,763 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 00:11:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 00:11:06,283 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 00:11:06,637 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 00:11:06,637 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 00:11:06,975 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 00:11:06,989 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 00:11:07,394 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 00:11:07,401 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 00:11:07,406 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 00:11:07,411 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 00:11:07,481 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 00:11:07,488 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 00:11:07,494 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 00:11:07,523 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 00:11:07,525 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 00:11:07,529 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 00:11:07,532 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 00:11:07,537 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 00:11:07,540 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 00:11:07,544 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 00:11:07,576 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 00:11:07,587 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 00:11:07,587 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 00:11:07,587 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 00:11:07,588 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 00:11:07,588 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 00:11:07,588 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 00:11:07,589 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 00:11:07,590 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 00:11:07,590 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 00:11:07,591 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 00:11:07,591 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 00:11:07,591 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 00:11:07,591 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 00:11:07,591 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 00:11:07,632 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 00:11:07,991 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 00:11:08,427 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 00:11:08,427 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 00:11:08,427 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 00:11:08,427 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 00:11:08,427 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 00:11:08,427 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 00:11:08,427 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 00:11:08,427 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 00:11:08,427 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 00:11:08,427 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 00:11:08,427 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 00:11:08,635 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 00:21:11 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 00:21:13,838 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 00:21:14,419 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 00:21:14,419 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 00:21:14,935 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 00:21:14,985 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 00:21:15,357 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 00:21:15,365 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 00:21:15,372 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 00:21:15,378 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 00:21:15,471 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 00:21:15,483 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 00:21:15,493 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 00:21:15,533 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 00:21:15,534 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 00:21:15,540 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 00:21:15,544 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 00:21:15,551 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 00:21:15,568 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 00:21:15,583 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 00:21:15,629 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 00:21:15,640 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 00:21:15,640 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 00:21:15,641 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 00:21:15,641 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 00:21:15,641 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 00:21:15,641 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 00:21:15,642 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 00:21:15,644 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 00:21:15,644 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 00:21:15,644 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 00:21:15,644 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 00:21:15,644 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 00:21:15,645 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 00:21:15,645 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 00:21:15,685 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 00:21:16,048 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 00:21:16,647 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 00:21:16,648 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 00:21:16,648 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 00:21:16,648 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 00:21:16,648 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 00:21:16,648 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 00:21:16,648 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 00:21:16,648 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 00:21:16,648 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 00:21:16,648 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 00:21:16,648 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 00:21:16,900 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 00:31:04,422 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 00:31:04,825 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 00:31:04,825 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 00:31:05,179 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 00:31:05,201 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 00:31:06,023 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 00:31:06,036 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 00:31:06,046 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 00:31:06,055 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 00:31:06,136 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 00:31:06,148 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 00:31:06,155 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 00:31:06,192 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 00:31:06,194 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 00:31:06,204 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 00:31:06,209 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 00:31:06,214 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 00:31:06,218 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 00:31:06,224 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 00:31:06,259 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 00:31:06,269 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 00:31:06,270 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 00:31:06,270 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 00:31:06,270 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 00:31:06,270 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 00:31:06,270 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 00:31:06,271 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 00:31:06,273 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 00:31:06,273 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 00:31:06,273 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 00:31:06,273 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 00:31:06,273 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 00:31:06,273 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 00:31:06,274 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 00:31:06,315 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 00:31:06,675 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 00:31:07,108 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 00:31:07,108 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 00:31:07,108 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 00:31:07,108 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 00:31:07,108 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 00:31:07,108 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 00:31:07,108 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 00:31:07,108 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 00:31:07,108 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 00:31:07,108 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 00:31:07,108 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 00:31:07,366 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 00:41:07,080 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 00:41:07,439 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 00:41:07,439 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 00:41:07,813 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 00:41:07,831 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 00:41:08,155 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 00:41:08,162 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 00:41:08,166 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 00:41:08,172 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 00:41:08,224 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 00:41:08,230 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 00:41:08,235 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 00:41:08,262 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 00:41:08,263 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 00:41:08,267 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 00:41:08,270 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 00:41:08,274 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 00:41:08,278 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 00:41:08,282 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 00:41:08,313 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 00:41:08,323 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 00:41:08,323 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 00:41:08,323 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 00:41:08,324 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 00:41:08,324 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 00:41:08,324 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 00:41:08,325 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 00:41:08,326 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 00:41:08,326 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 00:41:08,327 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 00:41:08,327 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 00:41:08,327 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 00:41:08,327 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 00:41:08,327 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 00:41:08,367 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 00:41:08,719 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 00:41:09,155 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 00:41:09,155 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 00:41:09,155 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 00:41:09,155 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 00:41:09,155 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 00:41:09,156 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 00:41:09,156 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 00:41:09,156 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 00:41:09,156 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 00:41:09,156 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 00:41:09,156 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 00:41:09,389 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 00:51:06 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 00:51:08,937 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 00:51:09,537 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 00:51:09,537 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 00:51:09,902 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 00:51:09,919 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 00:51:10,499 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 00:51:10,510 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 00:51:10,520 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 00:51:10,529 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 00:51:10,596 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 00:51:10,609 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 00:51:10,617 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 00:51:10,658 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 00:51:10,661 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 00:51:10,670 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 00:51:10,676 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 00:51:10,685 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 00:51:10,691 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 00:51:10,696 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 00:51:10,730 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 00:51:10,740 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 00:51:10,740 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 00:51:10,741 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 00:51:10,741 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 00:51:10,741 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 00:51:10,741 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 00:51:10,742 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 00:51:10,744 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 00:51:10,744 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 00:51:10,744 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 00:51:10,744 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 00:51:10,744 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 00:51:10,745 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 00:51:10,745 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 00:51:10,785 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 00:51:11,229 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 00:51:11,714 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 00:51:11,715 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 00:51:11,715 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 00:51:11,715 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 00:51:11,715 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 00:51:11,715 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 00:51:11,715 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 00:51:11,715 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 00:51:11,715 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 00:51:11,715 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 00:51:11,715 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 00:51:12,213 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 01:01:04,267 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 01:01:04,634 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 01:01:04,634 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 01:01:04,959 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 01:01:04,975 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 01:01:06,172 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 01:01:06,196 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 01:01:06,228 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 01:01:06,250 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 01:01:06,344 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 01:01:06,375 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 01:01:06,394 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 01:01:06,455 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 01:01:06,457 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 01:01:06,466 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 01:01:06,477 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 01:01:06,482 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 01:01:06,494 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 01:01:06,502 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 01:01:06,533 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 01:01:06,544 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 01:01:06,545 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 01:01:06,545 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 01:01:06,545 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 01:01:06,546 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 01:01:06,546 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 01:01:06,547 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 01:01:06,548 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 01:01:06,548 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 01:01:06,548 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 01:01:06,548 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 01:01:06,549 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 01:01:06,549 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 01:01:06,549 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 01:01:06,590 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 01:01:06,945 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 01:01:07,376 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 01:01:07,376 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 01:01:07,376 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 01:01:07,376 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 01:01:07,376 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 01:01:07,376 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 01:01:07,376 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 01:01:07,376 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 01:01:07,376 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 01:01:07,376 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 01:01:07,376 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 01:01:07,619 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 01:11:04,429 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 01:11:04,792 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 01:11:04,793 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 01:11:05,112 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 01:11:05,128 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 01:11:05,623 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 01:11:05,645 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 01:11:05,657 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 01:11:05,664 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 01:11:05,743 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 01:11:05,771 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 01:11:05,793 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 01:11:05,860 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 01:11:05,861 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 01:11:05,868 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 01:11:05,878 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 01:11:05,888 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 01:11:05,899 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 01:11:05,907 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 01:11:05,943 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 01:11:05,952 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 01:11:05,953 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 01:11:05,953 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 01:11:05,953 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 01:11:05,954 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 01:11:05,954 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 01:11:05,955 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 01:11:05,956 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 01:11:05,956 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 01:11:05,956 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 01:11:05,956 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 01:11:05,957 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 01:11:05,957 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 01:11:05,957 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 01:11:05,999 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 01:11:06,367 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 01:11:06,808 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 01:11:06,808 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 01:11:06,808 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 01:11:06,808 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 01:11:06,808 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 01:11:06,808 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 01:11:06,808 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 01:11:06,808 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 01:11:06,808 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 01:11:06,808 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 01:11:06,808 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 01:11:07,020 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 01:21:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 01:21:05,334 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 01:21:05,683 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 01:21:05,684 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 01:21:06,003 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 01:21:06,016 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 01:21:06,457 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 01:21:06,471 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 01:21:06,486 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 01:21:06,494 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 01:21:06,555 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 01:21:06,583 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 01:21:06,604 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 01:21:06,667 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 01:21:06,670 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 01:21:06,677 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 01:21:06,683 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 01:21:06,695 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 01:21:06,705 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 01:21:06,714 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 01:21:06,749 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 01:21:06,760 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 01:21:06,761 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 01:21:06,761 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 01:21:06,761 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 01:21:06,762 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 01:21:06,762 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 01:21:06,763 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 01:21:06,764 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 01:21:06,764 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 01:21:06,764 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 01:21:06,764 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 01:21:06,765 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 01:21:06,765 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 01:21:06,765 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 01:21:06,806 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 01:21:07,208 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 01:21:07,651 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 01:21:07,651 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 01:21:07,651 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 01:21:07,651 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 01:21:07,651 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 01:21:07,651 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 01:21:07,651 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 01:21:07,651 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 01:21:07,651 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 01:21:07,651 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 01:21:07,651 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 01:21:07,879 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 01:31:04,364 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 01:31:04,727 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 01:31:04,727 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 01:31:05,102 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 01:31:05,145 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 01:31:06,436 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 01:31:06,458 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 01:31:06,478 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 01:31:06,489 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 01:31:06,562 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 01:31:06,582 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 01:31:06,594 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 01:31:06,641 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 01:31:06,642 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 01:31:06,646 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 01:31:06,652 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 01:31:06,658 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 01:31:06,665 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 01:31:06,673 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 01:31:06,704 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 01:31:06,714 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 01:31:06,715 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 01:31:06,715 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 01:31:06,715 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 01:31:06,715 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 01:31:06,716 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 01:31:06,716 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 01:31:06,718 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 01:31:06,718 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 01:31:06,718 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 01:31:06,718 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 01:31:06,718 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 01:31:06,718 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 01:31:06,719 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 01:31:06,758 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 01:31:07,111 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 01:31:07,563 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 01:31:07,564 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 01:31:07,564 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 01:31:07,564 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 01:31:07,564 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 01:31:07,564 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 01:31:07,564 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 01:31:07,564 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 01:31:07,564 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 01:31:07,564 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 01:31:07,564 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 01:31:07,786 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 01:41:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 01:41:04,990 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 01:41:05,357 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 01:41:05,358 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 01:41:05,817 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 01:41:05,859 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 01:41:06,180 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 01:41:06,187 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 01:41:06,192 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 01:41:06,197 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 01:41:06,253 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 01:41:06,260 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 01:41:06,266 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 01:41:06,297 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 01:41:06,298 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 01:41:06,303 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 01:41:06,306 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 01:41:06,310 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 01:41:06,314 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 01:41:06,318 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 01:41:06,349 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 01:41:06,360 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 01:41:06,360 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 01:41:06,360 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 01:41:06,361 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 01:41:06,361 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 01:41:06,361 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 01:41:06,362 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 01:41:06,364 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 01:41:06,364 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 01:41:06,364 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 01:41:06,364 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 01:41:06,364 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 01:41:06,364 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 01:41:06,365 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 01:41:06,406 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 01:41:06,758 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 01:41:07,183 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 01:41:07,183 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 01:41:07,183 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 01:41:07,183 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 01:41:07,183 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 01:41:07,183 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 01:41:07,183 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 01:41:07,183 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 01:41:07,183 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 01:41:07,183 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 01:41:07,183 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 01:41:07,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.16.0
Time: Fri Apr 18 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 01:51:04,511 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 01:51:04,863 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 01:51:04,863 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 01:51:05,150 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 01:51:05,165 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 01:51:05,609 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 01:51:05,645 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 01:51:05,674 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 01:51:05,690 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 01:51:05,797 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 01:51:05,837 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 01:51:05,858 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 01:51:05,921 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 01:51:05,923 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 01:51:05,933 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 01:51:05,945 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 01:51:05,959 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 01:51:05,968 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 01:51:05,980 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 01:51:06,021 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 01:51:06,034 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 01:51:06,034 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 01:51:06,034 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 01:51:06,035 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 01:51:06,035 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 01:51:06,035 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 01:51:06,036 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 01:51:06,038 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 01:51:06,038 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 01:51:06,038 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 01:51:06,038 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 01:51:06,038 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 01:51:06,038 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 01:51:06,039 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 01:51:06,081 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 01:51:06,495 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 01:51:06,933 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 01:51:06,933 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 01:51:06,933 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 01:51:06,933 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 01:51:06,933 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 01:51:06,933 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 01:51:06,933 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 01:51:06,933 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 01:51:06,933 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 01:51:06,933 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 01:51:06,933 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 01:51:07,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.16.0
Time: Fri Apr 18 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 02:01:05,008 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 02:01:05,364 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 02:01:05,364 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 02:01:05,659 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 02:01:05,674 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 02:01:06,189 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 02:01:06,201 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 02:01:06,210 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 02:01:06,222 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 02:01:06,330 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 02:01:06,362 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 02:01:06,383 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 02:01:06,442 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 02:01:06,444 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 02:01:06,450 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 02:01:06,461 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 02:01:06,472 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 02:01:06,481 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 02:01:06,491 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 02:01:06,525 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 02:01:06,535 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 02:01:06,536 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 02:01:06,536 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 02:01:06,536 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 02:01:06,537 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 02:01:06,537 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 02:01:06,537 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 02:01:06,539 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 02:01:06,539 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 02:01:06,539 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 02:01:06,539 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 02:01:06,540 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 02:01:06,540 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 02:01:06,540 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 02:01:06,582 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 02:01:06,948 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 02:01:07,379 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 02:01:07,379 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 02:01:07,379 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 02:01:07,379 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 02:01:07,379 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 02:01:07,379 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 02:01:07,379 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 02:01:07,379 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 02:01:07,379 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 02:01:07,379 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 02:01:07,379 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 02:01:07,593 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 02:11:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 02:11:05,007 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 02:11:05,370 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 02:11:05,370 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 02:11:05,689 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 02:11:05,705 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 02:11:06,855 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 02:11:06,870 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 02:11:06,876 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 02:11:06,880 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 02:11:06,956 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 02:11:06,964 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 02:11:06,970 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 02:11:07,010 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 02:11:07,012 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 02:11:07,016 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 02:11:07,020 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 02:11:07,025 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 02:11:07,029 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 02:11:07,033 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 02:11:07,065 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 02:11:07,076 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 02:11:07,077 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 02:11:07,077 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 02:11:07,077 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 02:11:07,078 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 02:11:07,078 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 02:11:07,079 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 02:11:07,080 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 02:11:07,080 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 02:11:07,080 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 02:11:07,080 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 02:11:07,081 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 02:11:07,081 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 02:11:07,081 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 02:11:07,124 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 02:11:07,480 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 02:11:07,907 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 02:11:07,907 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 02:11:07,907 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 02:11:07,907 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 02:11:07,907 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 02:11:07,907 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 02:11:07,907 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 02:11:07,907 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 02:11:07,907 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 02:11:07,907 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 02:11:07,907 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 02:11:08,147 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 02:21:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 02:21:05,524 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 02:21:05,896 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 02:21:05,896 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 02:21:06,195 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 02:21:06,211 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 02:21:06,697 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 02:21:06,717 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 02:21:06,737 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 02:21:06,753 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 02:21:06,828 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 02:21:06,839 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 02:21:06,846 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 02:21:06,880 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 02:21:06,882 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 02:21:06,888 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 02:21:06,893 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 02:21:06,898 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 02:21:06,902 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 02:21:06,907 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 02:21:06,941 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 02:21:06,952 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 02:21:06,952 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 02:21:06,952 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 02:21:06,953 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 02:21:06,953 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 02:21:06,953 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 02:21:06,954 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 02:21:06,956 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 02:21:06,956 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 02:21:06,956 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 02:21:06,956 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 02:21:06,957 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 02:21:06,957 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 02:21:06,957 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 02:21:07,002 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 02:21:07,363 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 02:21:07,833 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 02:21:07,833 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 02:21:07,833 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 02:21:07,833 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 02:21:07,833 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 02:21:07,833 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 02:21:07,833 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 02:21:07,833 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 02:21:07,833 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 02:21:07,833 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 02:21:07,833 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 02:21:08,076 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 02:31:05,434 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 02:31:05,805 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 02:31:05,805 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 02:31:06,201 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 02:31:06,210 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 02:31:06,485 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 02:31:06,491 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 02:31:06,496 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 02:31:06,501 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 02:31:06,557 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 02:31:06,564 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 02:31:06,570 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 02:31:06,600 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 02:31:06,602 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 02:31:06,606 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 02:31:06,610 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 02:31:06,614 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 02:31:06,618 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 02:31:06,622 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 02:31:06,654 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 02:31:06,664 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 02:31:06,664 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 02:31:06,665 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 02:31:06,665 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 02:31:06,666 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 02:31:06,666 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 02:31:06,666 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 02:31:06,668 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 02:31:06,668 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 02:31:06,668 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 02:31:06,668 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 02:31:06,669 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 02:31:06,669 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 02:31:06,669 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 02:31:06,710 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 02:31:07,070 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 02:31:07,500 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 02:31:07,501 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 02:31:07,501 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 02:31:07,501 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 02:31:07,501 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 02:31:07,501 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 02:31:07,501 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 02:31:07,501 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 02:31:07,501 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 02:31:07,501 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 02:31:07,501 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 02:31:07,728 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 02:41:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 02:41:04,553 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 02:41:04,905 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 02:41:04,905 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 02:41:05,202 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 02:41:05,216 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 02:41:05,848 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 02:41:05,877 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 02:41:05,913 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 02:41:05,938 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 02:41:06,081 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 02:41:06,121 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 02:41:06,143 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 02:41:06,238 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 02:41:06,240 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 02:41:06,250 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 02:41:06,256 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 02:41:06,266 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 02:41:06,277 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 02:41:06,289 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 02:41:06,320 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 02:41:06,330 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 02:41:06,331 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 02:41:06,331 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 02:41:06,331 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 02:41:06,331 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 02:41:06,331 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 02:41:06,332 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 02:41:06,334 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 02:41:06,334 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 02:41:06,334 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 02:41:06,334 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 02:41:06,334 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 02:41:06,334 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 02:41:06,335 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 02:41:06,375 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 02:41:06,731 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 02:41:07,162 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 02:41:07,163 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 02:41:07,163 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 02:41:07,163 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 02:41:07,163 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 02:41:07,163 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 02:41:07,163 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 02:41:07,163 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 02:41:07,163 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 02:41:07,163 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 02:41:07,163 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 02:41:07,373 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 02:51:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 02:51:04,749 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 02:51:05,128 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 02:51:05,128 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 02:51:05,423 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 02:51:05,441 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 02:51:05,888 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 02:51:05,901 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 02:51:05,912 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 02:51:05,920 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 02:51:05,980 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 02:51:05,993 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 02:51:06,002 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 02:51:06,033 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 02:51:06,035 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 02:51:06,042 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 02:51:06,047 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 02:51:06,053 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 02:51:06,059 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 02:51:06,065 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 02:51:06,098 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 02:51:06,110 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 02:51:06,110 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 02:51:06,111 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 02:51:06,111 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 02:51:06,111 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 02:51:06,112 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 02:51:06,112 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 02:51:06,114 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 02:51:06,114 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 02:51:06,114 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 02:51:06,114 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 02:51:06,115 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 02:51:06,115 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 02:51:06,115 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 02:51:06,160 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 02:51:06,642 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 02:51:07,179 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 02:51:07,180 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 02:51:07,180 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 02:51:07,180 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 02:51:07,180 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 02:51:07,180 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 02:51:07,180 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 02:51:07,180 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 02:51:07,180 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 02:51:07,180 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 02:51:07,180 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 02:51:07,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.16.0
Time: Fri Apr 18 03:01:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 03:01:04,744 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 03:01:05,098 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 03:01:05,098 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 03:01:05,706 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 03:01:05,721 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 03:01:06,776 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 03:01:06,808 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 03:01:06,844 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 03:01:06,862 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 03:01:06,984 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 03:01:07,004 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 03:01:07,021 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 03:01:07,092 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 03:01:07,094 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 03:01:07,100 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 03:01:07,107 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 03:01:07,113 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 03:01:07,120 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 03:01:07,125 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 03:01:07,159 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 03:01:07,170 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 03:01:07,171 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 03:01:07,171 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 03:01:07,172 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 03:01:07,172 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 03:01:07,172 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 03:01:07,173 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 03:01:07,175 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 03:01:07,175 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 03:01:07,175 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 03:01:07,175 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 03:01:07,175 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 03:01:07,175 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 03:01:07,176 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 03:01:07,218 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 03:01:07,569 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 03:01:08,018 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 03:01:08,018 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 03:01:08,018 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 03:01:08,018 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 03:01:08,018 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 03:01:08,018 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 03:01:08,018 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 03:01:08,018 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 03:01:08,018 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 03:01:08,018 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 03:01:08,018 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 03:01:08,257 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 03:11:03,492 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 03:11:03,845 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 03:11:03,845 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 03:11:04,281 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 03:11:04,289 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 03:11:04,522 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 03:11:04,528 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 03:11:04,533 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 03:11:04,538 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 03:11:04,589 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 03:11:04,596 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 03:11:04,601 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 03:11:04,629 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 03:11:04,630 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 03:11:04,634 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 03:11:04,637 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 03:11:04,642 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 03:11:04,646 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 03:11:04,650 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 03:11:04,682 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 03:11:04,693 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 03:11:04,693 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 03:11:04,693 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 03:11:04,694 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 03:11:04,694 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 03:11:04,694 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 03:11:04,695 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 03:11:04,696 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 03:11:04,696 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 03:11:04,697 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 03:11:04,697 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 03:11:04,697 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 03:11:04,697 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 03:11:04,697 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 03:11:04,738 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 03:11:05,108 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 03:11:05,560 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 03:11:05,561 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 03:11:05,561 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 03:11:05,561 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 03:11:05,561 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 03:11:05,561 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 03:11:05,561 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 03:11:05,561 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 03:11:05,561 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 03:11:05,561 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 03:11:05,561 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 03:11:05,786 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 03:21:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 03:21:04,126 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 03:21:04,494 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 03:21:04,495 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 03:21:04,835 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 03:21:04,876 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 03:21:05,398 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 03:21:05,410 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 03:21:05,421 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 03:21:05,428 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 03:21:05,493 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 03:21:05,505 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 03:21:05,513 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 03:21:05,547 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 03:21:05,549 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 03:21:05,554 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 03:21:05,558 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 03:21:05,564 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 03:21:05,570 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 03:21:05,575 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 03:21:05,607 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 03:21:05,617 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 03:21:05,617 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 03:21:05,617 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 03:21:05,618 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 03:21:05,618 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 03:21:05,618 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 03:21:05,619 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 03:21:05,620 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 03:21:05,621 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 03:21:05,621 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 03:21:05,621 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 03:21:05,621 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 03:21:05,621 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 03:21:05,621 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 03:21:05,662 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 03:21:06,028 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 03:21:06,483 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 03:21:06,483 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 03:21:06,483 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 03:21:06,483 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 03:21:06,483 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 03:21:06,483 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 03:21:06,483 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 03:21:06,483 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 03:21:06,483 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 03:21:06,483 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 03:21:06,483 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 03:21:06,698 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 03:31:04,120 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 03:31:04,471 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 03:31:04,472 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 03:31:04,744 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 03:31:04,752 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 03:31:05,033 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 03:31:05,040 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 03:31:05,045 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 03:31:05,049 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 03:31:05,204 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 03:31:05,212 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 03:31:05,217 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 03:31:05,267 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 03:31:05,269 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 03:31:05,273 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 03:31:05,277 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 03:31:05,281 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 03:31:05,286 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 03:31:05,289 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 03:31:05,321 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 03:31:05,331 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 03:31:05,332 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 03:31:05,332 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 03:31:05,332 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 03:31:05,332 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 03:31:05,333 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 03:31:05,333 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 03:31:05,335 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 03:31:05,335 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 03:31:05,335 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 03:31:05,335 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 03:31:05,336 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 03:31:05,336 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 03:31:05,336 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 03:31:05,377 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 03:31:05,744 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 03:31:06,338 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 03:31:06,338 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 03:31:06,338 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 03:31:06,338 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 03:31:06,338 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 03:31:06,338 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 03:31:06,338 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 03:31:06,338 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 03:31:06,338 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 03:31:06,338 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 03:31:06,338 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 03:31:06,558 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 03:41:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 03:41:05,226 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 03:41:05,642 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 03:41:05,642 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 03:41:05,992 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 03:41:06,001 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 03:41:06,367 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 03:41:06,377 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 03:41:06,385 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 03:41:06,392 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 03:41:06,450 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 03:41:06,458 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 03:41:06,466 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 03:41:06,496 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 03:41:06,497 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 03:41:06,502 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 03:41:06,505 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 03:41:06,510 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 03:41:06,514 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 03:41:06,518 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 03:41:06,556 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 03:41:06,568 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 03:41:06,568 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 03:41:06,568 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 03:41:06,569 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 03:41:06,569 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 03:41:06,569 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 03:41:06,570 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 03:41:06,572 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 03:41:06,572 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 03:41:06,572 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 03:41:06,572 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 03:41:06,572 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 03:41:06,572 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 03:41:06,573 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 03:41:06,614 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 03:41:06,957 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 03:41:07,386 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 03:41:07,386 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 03:41:07,386 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 03:41:07,386 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 03:41:07,386 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 03:41:07,386 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 03:41:07,386 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 03:41:07,386 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 03:41:07,386 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 03:41:07,386 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 03:41:07,386 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 03:41:07,649 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 03:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 03:51:03,959 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 03:51:04,315 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 03:51:04,315 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 03:51:04,606 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 03:51:04,620 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 03:51:05,681 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 03:51:05,704 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 03:51:05,728 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 03:51:05,745 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 03:51:05,848 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 03:51:05,855 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 03:51:05,860 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 03:51:05,888 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 03:51:05,890 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 03:51:05,894 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 03:51:05,897 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 03:51:05,901 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 03:51:05,905 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 03:51:05,909 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 03:51:05,940 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 03:51:05,950 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 03:51:05,950 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 03:51:05,950 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 03:51:05,951 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 03:51:05,951 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 03:51:05,951 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 03:51:05,952 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 03:51:05,953 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 03:51:05,953 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 03:51:05,954 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 03:51:05,954 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 03:51:05,954 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 03:51:05,954 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 03:51:05,954 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 03:51:05,994 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 03:51:06,341 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 03:51:06,792 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 03:51:06,792 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 03:51:06,792 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 03:51:06,792 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 03:51:06,792 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 03:51:06,792 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 03:51:06,792 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 03:51:06,792 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 03:51:06,792 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 03:51:06,792 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 03:51:06,792 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 03:51:07,007 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 04:01:05,370 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 04:01:05,777 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 04:01:05,778 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 04:01:06,174 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 04:01:06,187 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 04:01:06,445 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 04:01:06,451 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 04:01:06,457 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 04:01:06,462 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 04:01:06,517 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 04:01:06,524 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 04:01:06,529 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 04:01:06,560 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 04:01:06,562 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 04:01:06,566 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 04:01:06,570 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 04:01:06,574 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 04:01:06,578 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 04:01:06,582 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 04:01:06,616 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 04:01:06,627 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 04:01:06,627 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 04:01:06,627 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 04:01:06,628 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 04:01:06,628 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 04:01:06,628 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 04:01:06,629 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 04:01:06,630 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 04:01:06,631 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 04:01:06,631 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 04:01:06,631 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 04:01:06,631 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 04:01:06,631 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 04:01:06,632 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 04:01:06,675 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 04:01:07,039 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 04:01:07,470 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 04:01:07,470 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 04:01:07,470 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 04:01:07,470 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 04:01:07,470 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 04:01:07,470 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 04:01:07,470 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 04:01:07,470 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 04:01:07,470 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 04:01:07,470 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 04:01:07,470 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 04:01: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.16.0
Time: Fri Apr 18 04:11:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 04:11:05,267 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 04:11:05,641 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 04:11:05,641 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 04:11:06,021 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 04:11:06,029 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 04:11:06,271 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 04:11:06,277 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 04:11:06,282 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 04:11:06,287 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 04:11:06,340 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 04:11:06,347 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 04:11:06,352 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 04:11:06,381 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 04:11:06,382 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 04:11:06,386 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 04:11:06,389 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 04:11:06,393 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 04:11:06,397 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 04:11:06,401 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 04:11:06,435 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 04:11:06,447 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 04:11:06,448 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 04:11:06,448 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 04:11:06,448 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 04:11:06,449 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 04:11:06,449 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 04:11:06,450 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 04:11:06,451 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 04:11:06,451 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 04:11:06,452 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 04:11:06,452 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 04:11:06,452 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 04:11:06,452 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 04:11:06,452 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 04:11:06,493 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 04:11:06,872 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 04:11:07,319 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 04:11:07,320 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 04:11:07,320 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 04:11:07,320 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 04:11:07,320 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 04:11:07,320 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 04:11:07,320 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 04:11:07,320 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 04:11:07,320 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 04:11:07,320 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 04:11:07,320 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 04:11:07,557 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 04:21:05 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 04:21:06,695 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 04:21:07,042 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 04:21:07,042 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 04:21:07,439 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 04:21:07,446 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 04:21:07,688 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 04:21:07,694 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 04:21:07,702 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 04:21:07,707 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 04:21:07,763 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 04:21:07,770 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 04:21:07,775 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 04:21:07,803 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 04:21:07,805 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 04:21:07,809 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 04:21:07,812 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 04:21:07,817 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 04:21:07,822 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 04:21:07,826 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 04:21:07,857 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 04:21:07,867 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 04:21:07,868 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 04:21:07,868 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 04:21:07,868 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 04:21:07,869 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 04:21:07,869 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 04:21:07,869 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 04:21:07,871 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 04:21:07,871 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 04:21:07,871 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 04:21:07,871 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 04:21:07,872 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 04:21:07,872 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 04:21:07,872 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 04:21:07,913 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 04:21:08,267 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 04:21:08,699 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 04:21:08,699 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 04:21:08,699 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 04:21:08,699 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 04:21:08,699 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 04:21:08,699 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 04:21:08,699 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 04:21:08,699 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 04:21:08,699 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 04:21:08,699 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 04:21:08,699 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 04:21:08,941 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 04:31:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 04:31:04,667 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 04:31:05,026 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 04:31:05,026 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 04:31:05,346 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 04:31:05,360 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 04:31:06,262 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 04:31:06,298 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 04:31:06,330 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 04:31:06,349 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 04:31:06,524 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 04:31:06,558 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 04:31:06,579 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 04:31:06,666 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 04:31:06,668 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 04:31:06,678 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 04:31:06,687 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 04:31:06,698 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 04:31:06,709 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 04:31:06,717 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 04:31:06,748 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 04:31:06,759 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 04:31:06,759 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 04:31:06,759 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 04:31:06,760 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 04:31:06,760 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 04:31:06,760 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 04:31:06,761 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 04:31:06,762 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 04:31:06,762 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 04:31:06,763 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 04:31:06,763 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 04:31:06,763 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 04:31:06,763 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 04:31:06,763 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 04:31:06,804 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 04:31:07,159 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 04:31:07,610 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 04:31:07,610 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 04:31:07,610 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 04:31:07,610 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 04:31:07,610 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 04:31:07,610 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 04:31:07,610 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 04:31:07,610 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 04:31:07,610 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 04:31:07,610 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 04:31:07,610 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 04:31:07,868 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 04:41:04,125 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 04:41:04,485 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 04:41:04,485 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 04:41:04,819 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 04:41:04,834 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 04:41:05,276 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 04:41:05,305 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 04:41:05,333 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 04:41:05,346 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 04:41:05,441 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 04:41:05,473 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 04:41:05,495 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 04:41:05,568 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 04:41:05,570 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 04:41:05,576 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 04:41:05,584 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 04:41:05,592 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 04:41:05,600 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 04:41:05,608 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 04:41:05,640 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 04:41:05,651 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 04:41:05,652 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 04:41:05,652 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 04:41:05,652 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 04:41:05,653 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 04:41:05,653 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 04:41:05,654 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 04:41:05,656 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 04:41:05,656 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 04:41:05,656 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 04:41:05,657 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 04:41:05,657 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 04:41:05,657 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 04:41:05,657 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 04:41:05,706 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 04:41:06,067 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 04:41:06,509 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 04:41:06,510 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 04:41:06,510 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 04:41:06,510 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 04:41:06,510 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 04:41:06,510 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 04:41:06,510 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 04:41:06,510 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 04:41:06,510 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 04:41:06,510 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 04:41:06,510 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 04:41:06,762 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 04:51:06,955 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 04:51:07,300 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 04:51:07,300 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 04:51:07,647 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 04:51:07,656 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 04:51:07,907 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 04:51:07,913 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 04:51:07,918 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 04:51:07,923 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 04:51:07,977 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 04:51:07,983 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 04:51:07,988 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 04:51:08,016 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 04:51:08,017 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 04:51:08,021 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 04:51:08,024 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 04:51:08,028 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 04:51:08,032 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 04:51:08,036 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 04:51:08,067 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 04:51:08,077 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 04:51:08,078 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 04:51:08,078 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 04:51:08,078 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 04:51:08,078 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 04:51:08,079 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 04:51:08,079 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 04:51:08,081 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 04:51:08,081 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 04:51:08,081 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 04:51:08,081 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 04:51:08,081 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 04:51:08,081 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 04:51:08,082 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 04:51:08,124 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 04:51:08,475 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 04:51:08,905 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 04:51:08,906 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 04:51:08,906 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 04:51:08,906 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 04:51:08,906 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 04:51:08,906 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 04:51:08,906 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 04:51:08,906 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 04:51:08,906 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 04:51:08,906 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 04:51:08,906 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 04:51:09,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.16.0
Time: Fri Apr 18 05:01:04 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 05:01:06,790 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 05:01:07,138 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 05:01:07,138 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 05:01:07,411 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 05:01:07,420 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 05:01:07,690 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 05:01:07,696 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 05:01:07,701 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 05:01:07,705 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 05:01:07,756 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 05:01:07,764 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 05:01:07,769 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 05:01:07,797 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 05:01:07,798 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 05:01:07,802 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 05:01:07,805 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 05:01:07,809 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 05:01:07,813 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 05:01:07,817 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 05:01:07,847 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 05:01:07,857 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 05:01:07,858 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 05:01:07,858 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 05:01:07,858 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 05:01:07,859 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 05:01:07,859 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 05:01:07,859 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 05:01:07,861 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 05:01:07,861 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 05:01:07,861 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 05:01:07,861 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 05:01:07,861 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 05:01:07,861 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 05:01:07,862 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 05:01:07,901 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 05:01:08,252 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 05:01:08,683 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 05:01:08,683 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 05:01:08,683 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 05:01:08,683 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 05:01:08,683 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 05:01:08,683 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 05:01:08,683 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 05:01:08,683 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 05:01:08,683 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 05:01:08,683 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 05:01:08,683 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 05:01:08,910 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 05:11:05,683 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 05:11:06,048 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 05:11:06,048 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 05:11:06,464 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 05:11:06,472 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 05:11:06,718 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 05:11:06,724 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 05:11:06,729 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 05:11:06,733 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 05:11:06,785 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 05:11:06,791 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 05:11:06,796 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 05:11:06,823 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 05:11:06,824 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 05:11:06,828 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 05:11:06,831 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 05:11:06,836 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 05:11:06,840 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 05:11:06,843 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 05:11:06,873 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 05:11:06,887 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 05:11:06,888 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 05:11:06,888 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 05:11:06,888 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 05:11:06,889 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 05:11:06,889 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 05:11:06,890 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 05:11:06,891 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 05:11:06,891 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 05:11:06,891 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 05:11:06,891 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 05:11:06,892 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 05:11:06,892 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 05:11:06,892 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 05:11:06,932 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 05:11:07,283 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 05:11:07,718 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 05:11:07,718 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 05:11:07,718 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 05:11:07,718 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 05:11:07,718 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 05:11:07,718 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 05:11:07,718 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 05:11:07,718 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 05:11:07,718 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 05:11:07,718 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 05:11:07,718 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 05:11:07,930 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 05:21:05 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 05:21:07,005 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 05:21:07,353 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 05:21:07,353 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 05:21:07,721 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 05:21:07,730 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 05:21:07,980 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 05:21:07,986 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 05:21:07,991 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 05:21:07,996 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 05:21:08,049 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 05:21:08,055 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 05:21:08,060 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 05:21:08,088 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 05:21:08,089 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 05:21:08,093 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 05:21:08,096 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 05:21:08,100 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 05:21:08,104 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 05:21:08,108 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 05:21:08,138 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 05:21:08,149 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 05:21:08,149 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 05:21:08,149 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 05:21:08,149 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 05:21:08,150 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 05:21:08,150 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 05:21:08,150 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 05:21:08,152 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 05:21:08,152 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 05:21:08,152 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 05:21:08,152 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 05:21:08,152 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 05:21:08,152 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 05:21:08,153 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 05:21:08,196 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 05:21:08,556 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 05:21:08,982 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 05:21:08,982 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 05:21:08,982 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 05:21:08,982 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 05:21:08,982 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 05:21:08,982 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 05:21:08,982 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 05:21:08,982 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 05:21:08,982 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 05:21:08,982 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 05:21:08,982 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 05:21:09,213 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 05:31:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 05:31:03,499 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 05:31:03,868 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 05:31:03,868 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 05:31:04,189 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 05:31:04,203 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 05:31:04,771 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 05:31:04,784 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 05:31:04,795 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 05:31:04,802 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 05:31:04,885 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 05:31:04,921 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 05:31:04,941 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 05:31:05,014 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 05:31:05,015 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 05:31:05,028 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 05:31:05,038 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 05:31:05,048 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 05:31:05,054 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 05:31:05,059 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 05:31:05,094 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 05:31:05,105 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 05:31:05,106 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 05:31:05,106 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 05:31:05,106 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 05:31:05,107 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 05:31:05,107 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 05:31:05,108 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 05:31:05,109 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 05:31:05,109 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 05:31:05,110 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 05:31:05,110 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 05:31:05,110 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 05:31:05,110 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 05:31:05,110 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 05:31:05,154 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 05:31:05,540 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 05:31:05,993 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 05:31:05,993 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 05:31:05,993 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 05:31:05,993 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 05:31:05,993 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 05:31:05,993 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 05:31:05,993 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 05:31:05,993 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 05:31:05,993 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 05:31:05,993 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 05:31:05,993 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 05:31:06,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.16.0
Time: Fri Apr 18 05:41:04 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 05:41:06,753 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 05:41:07,098 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 05:41:07,099 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 05:41:07,438 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 05:41:07,447 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 05:41:07,713 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 05:41:07,719 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 05:41:07,724 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 05:41:07,729 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 05:41:07,781 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 05:41:07,788 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 05:41:07,792 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 05:41:07,821 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 05:41:07,823 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 05:41:07,826 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 05:41:07,829 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 05:41:07,833 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 05:41:07,837 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 05:41:07,841 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 05:41:07,872 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 05:41:07,882 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 05:41:07,882 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 05:41:07,882 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 05:41:07,882 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 05:41:07,883 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 05:41:07,883 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 05:41:07,884 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 05:41:07,885 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 05:41:07,885 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 05:41:07,885 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 05:41:07,885 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 05:41:07,885 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 05:41:07,885 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 05:41:07,886 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 05:41:07,925 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 05:41:08,269 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 05:41:08,706 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 05:41:08,706 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 05:41:08,706 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 05:41:08,706 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 05:41:08,706 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 05:41:08,706 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 05:41:08,706 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 05:41:08,706 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 05:41:08,706 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 05:41:08,706 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 05:41:08,706 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 05:41:08,942 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 05:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 05:51:03,734 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 05:51:04,095 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 05:51:04,095 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 05:51:04,408 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 05:51:04,426 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 05:51:05,734 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 05:51:05,768 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 05:51:05,804 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 05:51:05,821 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 05:51:05,938 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 05:51:05,949 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 05:51:05,955 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 05:51:06,015 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 05:51:06,017 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 05:51:06,021 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 05:51:06,025 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 05:51:06,029 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 05:51:06,033 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 05:51:06,037 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 05:51:06,071 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 05:51:06,083 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 05:51:06,083 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 05:51:06,083 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 05:51:06,084 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 05:51:06,084 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 05:51:06,084 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 05:51:06,085 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 05:51:06,086 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 05:51:06,087 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 05:51:06,087 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 05:51:06,087 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 05:51:06,087 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 05:51:06,087 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 05:51:06,087 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 05:51:06,129 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 05:51:06,470 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 05:51:06,894 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 05:51:06,894 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 05:51:06,894 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 05:51:06,894 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 05:51:06,894 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 05:51:06,894 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 05:51:06,894 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 05:51:06,894 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 05:51:06,894 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 05:51:06,894 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 05:51:06,894 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 05:51:07,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.16.0
Time: Fri Apr 18 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 06:01:06,680 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 06:01:07,039 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 06:01:07,039 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 06:01:07,352 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 06:01:07,360 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 06:01:07,616 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 06:01:07,622 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 06:01:07,627 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 06:01:07,632 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 06:01:07,684 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 06:01:07,690 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 06:01:07,695 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 06:01:07,725 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 06:01:07,727 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 06:01:07,731 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 06:01:07,734 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 06:01:07,739 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 06:01:07,742 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 06:01:07,747 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 06:01:07,777 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 06:01:07,791 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 06:01:07,792 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 06:01:07,792 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 06:01:07,793 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 06:01:07,793 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 06:01:07,793 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 06:01:07,794 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 06:01:07,795 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 06:01:07,795 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 06:01:07,796 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 06:01:07,796 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 06:01:07,796 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 06:01:07,796 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 06:01:07,796 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 06:01:07,837 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 06:01:08,185 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 06:01:08,617 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 06:01:08,617 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 06:01:08,617 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 06:01:08,617 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 06:01:08,617 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 06:01:08,617 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 06:01:08,617 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 06:01:08,617 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 06:01:08,617 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 06:01:08,617 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 06:01:08,617 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 06:01:08,857 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 06:11:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 06:11:04,282 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 06:11:04,644 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 06:11:04,644 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 06:11:04,977 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 06:11:04,997 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 06:11:05,457 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 06:11:05,474 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 06:11:05,488 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 06:11:05,496 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 06:11:05,561 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 06:11:05,573 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 06:11:05,581 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 06:11:05,639 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 06:11:05,641 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 06:11:05,647 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 06:11:05,658 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 06:11:05,670 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 06:11:05,679 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 06:11:05,693 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 06:11:05,743 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 06:11:05,754 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 06:11:05,755 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 06:11:05,755 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 06:11:05,755 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 06:11:05,756 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 06:11:05,756 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 06:11:05,757 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 06:11:05,758 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 06:11:05,758 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 06:11:05,759 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 06:11:05,759 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 06:11:05,759 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 06:11:05,759 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 06:11:05,760 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 06:11:05,803 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 06:11:06,290 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 06:11:06,737 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 06:11:06,737 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 06:11:06,738 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 06:11:06,738 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 06:11:06,738 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 06:11:06,738 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 06:11:06,738 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 06:11:06,738 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 06:11:06,738 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 06:11:06,738 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 06:11:06,738 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 06:11:07,000 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 06:21:04,553 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 06:21:04,914 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 06:21:04,914 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 06:21:05,225 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 06:21:05,241 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 06:21:06,186 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 06:21:06,210 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 06:21:06,230 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 06:21:06,243 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 06:21:06,426 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 06:21:06,442 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 06:21:06,448 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 06:21:06,494 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 06:21:06,496 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 06:21:06,502 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 06:21:06,509 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 06:21:06,514 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 06:21:06,522 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 06:21:06,529 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 06:21:06,560 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 06:21:06,571 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 06:21:06,571 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 06:21:06,571 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 06:21:06,572 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 06:21:06,572 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 06:21:06,572 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 06:21:06,573 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 06:21:06,574 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 06:21:06,574 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 06:21:06,574 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 06:21:06,575 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 06:21:06,575 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 06:21:06,575 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 06:21:06,575 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 06:21:06,615 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 06:21:06,964 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 06:21:07,401 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 06:21:07,401 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 06:21:07,401 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 06:21:07,401 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 06:21:07,401 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 06:21:07,401 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 06:21:07,401 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 06:21:07,401 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 06:21:07,401 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 06:21:07,401 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 06:21:07,401 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 06:21:07,660 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 06:31:05,452 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 06:31:05,815 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 06:31:05,815 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 06:31:06,197 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 06:31:06,219 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 06:31:06,724 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 06:31:06,730 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 06:31:06,735 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 06:31:06,740 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 06:31:06,796 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 06:31:06,803 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 06:31:06,809 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 06:31:06,839 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 06:31:06,840 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 06:31:06,845 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 06:31:06,848 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 06:31:06,852 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 06:31:06,856 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 06:31:06,860 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 06:31:06,890 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 06:31:06,902 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 06:31:06,902 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 06:31:06,902 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 06:31:06,903 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 06:31:06,903 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 06:31:06,903 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 06:31:06,904 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 06:31:06,905 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 06:31:06,905 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 06:31:06,906 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 06:31:06,906 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 06:31:06,906 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 06:31:06,906 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 06:31:06,906 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 06:31:06,947 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 06:31:07,293 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 06:31:07,718 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 06:31:07,718 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 06:31:07,718 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 06:31:07,718 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 06:31:07,718 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 06:31:07,718 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 06:31:07,718 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 06:31:07,718 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 06:31:07,718 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 06:31:07,718 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 06:31:07,718 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 06:31:07,919 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 06:41:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 06:41:03,954 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 06:41:04,309 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 06:41:04,310 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 06:41:04,671 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 06:41:04,688 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 06:41:05,861 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 06:41:05,893 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 06:41:05,928 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 06:41:05,945 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 06:41:06,061 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 06:41:06,086 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 06:41:06,094 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 06:41:06,147 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 06:41:06,149 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 06:41:06,158 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 06:41:06,168 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 06:41:06,177 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 06:41:06,187 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 06:41:06,200 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 06:41:06,233 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 06:41:06,243 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 06:41:06,244 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 06:41:06,244 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 06:41:06,244 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 06:41:06,245 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 06:41:06,245 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 06:41:06,246 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 06:41:06,247 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 06:41:06,247 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 06:41:06,247 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 06:41:06,247 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 06:41:06,248 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 06:41:06,248 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 06:41:06,248 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 06:41:06,289 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 06:41:06,633 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 06:41:07,072 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 06:41:07,072 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 06:41:07,072 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 06:41:07,072 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 06:41:07,072 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 06:41:07,072 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 06:41:07,072 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 06:41:07,072 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 06:41:07,072 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 06:41:07,072 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 06:41:07,072 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 06:41:07,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.16.0
Time: Fri Apr 18 06:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 06:51:04,317 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 06:51:04,696 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 06:51:04,697 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 06:51:04,992 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 06:51:05,008 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 06:51:05,407 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 06:51:05,424 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 06:51:05,440 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 06:51:05,448 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 06:51:05,519 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 06:51:05,530 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 06:51:05,539 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 06:51:05,574 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 06:51:05,576 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 06:51:05,582 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 06:51:05,586 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 06:51:05,591 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 06:51:05,596 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 06:51:05,601 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 06:51:05,633 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 06:51:05,644 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 06:51:05,644 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 06:51:05,644 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 06:51:05,645 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 06:51:05,645 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 06:51:05,645 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 06:51:05,646 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 06:51:05,648 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 06:51:05,648 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 06:51:05,648 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 06:51:05,648 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 06:51:05,648 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 06:51:05,648 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 06:51:05,649 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 06:51:05,691 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 06:51:06,160 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 06:51:06,636 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 06:51:06,636 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 06:51:06,636 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 06:51:06,636 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 06:51:06,636 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 06:51:06,636 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 06:51:06,636 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 06:51:06,636 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 06:51:06,636 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 06:51:06,636 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 06:51:06,636 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 06:51:06,875 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 07:01:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 07:01:04,637 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 07:01:05,208 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 07:01:05,208 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 07:01:05,521 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 07:01:05,534 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 07:01:06,040 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 07:01:06,052 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 07:01:06,062 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 07:01:06,070 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 07:01:06,135 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 07:01:06,147 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 07:01:06,156 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 07:01:06,192 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 07:01:06,193 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 07:01:06,199 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 07:01:06,202 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 07:01:06,207 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 07:01:06,215 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 07:01:06,222 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 07:01:06,254 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 07:01:06,264 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 07:01:06,265 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 07:01:06,265 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 07:01:06,265 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 07:01:06,266 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 07:01:06,266 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 07:01:06,266 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 07:01:06,268 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 07:01:06,268 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 07:01:06,268 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 07:01:06,268 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 07:01:06,269 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 07:01:06,269 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 07:01:06,269 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 07:01:06,310 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 07:01:06,732 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 07:01:07,241 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 07:01:07,241 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 07:01:07,241 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 07:01:07,241 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 07:01:07,241 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 07:01:07,241 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 07:01:07,241 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 07:01:07,241 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 07:01:07,241 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 07:01:07,241 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 07:01:07,241 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 07:01:07,485 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 07:11:03,867 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 07:11:04,263 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 07:11:04,263 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 07:11:04,596 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 07:11:04,611 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 07:11:05,070 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 07:11:05,084 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 07:11:05,097 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 07:11:05,106 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 07:11:05,175 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 07:11:05,187 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 07:11:05,195 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 07:11:05,229 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 07:11:05,230 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 07:11:05,235 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 07:11:05,240 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 07:11:05,245 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 07:11:05,253 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 07:11:05,259 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 07:11:05,305 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 07:11:05,322 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 07:11:05,322 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 07:11:05,323 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 07:11:05,323 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 07:11:05,324 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 07:11:05,324 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 07:11:05,326 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 07:11:05,328 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 07:11:05,328 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 07:11:05,328 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 07:11:05,328 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 07:11:05,329 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 07:11:05,329 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 07:11:05,329 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 07:11:05,384 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 07:11:05,742 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 07:11:06,171 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 07:11:06,172 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 07:11:06,172 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 07:11:06,172 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 07:11:06,172 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 07:11:06,172 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 07:11:06,172 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 07:11:06,172 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 07:11:06,172 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 07:11:06,172 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 07:11:06,172 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 07:11:06,389 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 07:21:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 07:21:06,219 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 07:21:06,585 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 07:21:06,585 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 07:21:06,949 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 07:21:06,957 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 07:21:07,214 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 07:21:07,220 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 07:21:07,225 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 07:21:07,230 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 07:21:07,284 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 07:21:07,292 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 07:21:07,297 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 07:21:07,326 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 07:21:07,327 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 07:21:07,332 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 07:21:07,335 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 07:21:07,340 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 07:21:07,344 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 07:21:07,348 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 07:21:07,378 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 07:21:07,388 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 07:21:07,389 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 07:21:07,389 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 07:21:07,389 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 07:21:07,390 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 07:21:07,390 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 07:21:07,391 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 07:21:07,392 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 07:21:07,392 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 07:21:07,392 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 07:21:07,392 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 07:21:07,393 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 07:21:07,393 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 07:21:07,393 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 07:21:07,433 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 07:21:07,805 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 07:21:08,240 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 07:21:08,241 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 07:21:08,241 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 07:21:08,241 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 07:21:08,241 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 07:21:08,241 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 07:21:08,241 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 07:21:08,241 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 07:21:08,241 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 07:21:08,241 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 07:21:08,241 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 07:21:08,479 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 07:31:03,804 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 07:31:04,166 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 07:31:04,166 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 07:31:04,459 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 07:31:04,475 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 07:31:05,173 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 07:31:05,205 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 07:31:05,241 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 07:31:05,261 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 07:31:05,383 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 07:31:05,417 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 07:31:05,438 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 07:31:05,513 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 07:31:05,515 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 07:31:05,523 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 07:31:05,528 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 07:31:05,537 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 07:31:05,549 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 07:31:05,556 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 07:31:05,587 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 07:31:05,597 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 07:31:05,597 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 07:31:05,597 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 07:31:05,598 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 07:31:05,598 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 07:31:05,598 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 07:31:05,599 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 07:31:05,601 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 07:31:05,601 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 07:31:05,601 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 07:31:05,601 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 07:31:05,601 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 07:31:05,601 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 07:31:05,602 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 07:31:05,642 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 07:31:06,002 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 07:31:06,447 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 07:31:06,447 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 07:31:06,447 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 07:31:06,447 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 07:31:06,447 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 07:31:06,447 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 07:31:06,447 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 07:31:06,447 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 07:31:06,447 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 07:31:06,447 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 07:31:06,447 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 07:31:06,663 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 07:41:03,841 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 07:41:04,183 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 07:41:04,184 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 07:41:04,492 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 07:41:04,500 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 07:41:04,730 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 07:41:04,736 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 07:41:04,741 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 07:41:04,745 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 07:41:04,798 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 07:41:04,805 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 07:41:04,810 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 07:41:04,840 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 07:41:04,841 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 07:41:04,845 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 07:41:04,848 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 07:41:04,855 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 07:41:04,860 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 07:41:04,864 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 07:41:04,907 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 07:41:04,919 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 07:41:04,920 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 07:41:04,920 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 07:41:04,921 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 07:41:04,922 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 07:41:04,922 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 07:41:04,923 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 07:41:04,925 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 07:41:04,925 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 07:41:04,925 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 07:41:04,925 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 07:41:04,925 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 07:41:04,925 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 07:41:04,926 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 07:41:04,973 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 07:41:05,333 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 07:41:05,776 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 07:41:05,776 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 07:41:05,776 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 07:41:05,776 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 07:41:05,776 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 07:41:05,776 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 07:41:05,776 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 07:41:05,776 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 07:41:05,776 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 07:41:05,776 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 07:41:05,776 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 07:41:06,018 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 07:51:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 07:51:03,975 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 07:51:04,329 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 07:51:04,329 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 07:51:04,619 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 07:51:04,634 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 07:51:05,136 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 07:51:05,147 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 07:51:05,156 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 07:51:05,164 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 07:51:05,244 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 07:51:05,276 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 07:51:05,295 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 07:51:05,368 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 07:51:05,370 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 07:51:05,380 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 07:51:05,391 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 07:51:05,400 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 07:51:05,411 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 07:51:05,423 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 07:51:05,456 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 07:51:05,466 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 07:51:05,467 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 07:51:05,467 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 07:51:05,467 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 07:51:05,468 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 07:51:05,468 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 07:51:05,469 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 07:51:05,470 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 07:51:05,470 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 07:51:05,470 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 07:51:05,471 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 07:51:05,471 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 07:51:05,471 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 07:51:05,471 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 07:51:05,512 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 07:51:05,877 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 07:51:06,316 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 07:51:06,316 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 07:51:06,316 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 07:51:06,316 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 07:51:06,316 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 07:51:06,316 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 07:51:06,316 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 07:51:06,316 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 07:51:06,316 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 07:51:06,316 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 07:51:06,316 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 07:51:06,528 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 08:01:06,355 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 08:01:06,713 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 08:01:06,714 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 08:01:07,097 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 08:01:07,108 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 08:01:07,383 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 08:01:07,389 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 08:01:07,395 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 08:01:07,400 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 08:01:07,458 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 08:01:07,465 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 08:01:07,471 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 08:01:07,501 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 08:01:07,502 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 08:01:07,507 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 08:01:07,510 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 08:01:07,514 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 08:01:07,518 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 08:01:07,522 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 08:01:07,560 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 08:01:07,573 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 08:01:07,573 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 08:01:07,573 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 08:01:07,574 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 08:01:07,574 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 08:01:07,574 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 08:01:07,576 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 08:01:07,577 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 08:01:07,577 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 08:01:07,578 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 08:01:07,578 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 08:01:07,578 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 08:01:07,578 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 08:01:07,578 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 08:01:07,626 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 08:01:07,992 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 08:01:08,492 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 08:01:08,492 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 08:01:08,492 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 08:01:08,492 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 08:01:08,492 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 08:01:08,492 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 08:01:08,492 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 08:01:08,492 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 08:01:08,492 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 08:01:08,492 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 08:01:08,492 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 08:01:08,748 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 08:11:03 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 08:11:05,041 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 08:11:05,407 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 08:11:05,407 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 08:11:05,781 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 08:11:05,795 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 08:11:06,889 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 08:11:06,902 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 08:11:06,922 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 08:11:06,935 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 08:11:07,014 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 08:11:07,030 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 08:11:07,043 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 08:11:07,086 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 08:11:07,088 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 08:11:07,094 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 08:11:07,101 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 08:11:07,106 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 08:11:07,114 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 08:11:07,121 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 08:11:07,153 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 08:11:07,164 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 08:11:07,164 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 08:11:07,164 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 08:11:07,165 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 08:11:07,165 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 08:11:07,165 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 08:11:07,166 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 08:11:07,167 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 08:11:07,167 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 08:11:07,168 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 08:11:07,168 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 08:11:07,168 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 08:11:07,168 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 08:11:07,168 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 08:11:07,208 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 08:11:07,563 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 08:11:08,007 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 08:11:08,008 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 08:11:08,008 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 08:11:08,008 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 08:11:08,008 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 08:11:08,008 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 08:11:08,008 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 08:11:08,008 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 08:11:08,008 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 08:11:08,008 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 08:11:08,008 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 08:11:08,251 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 08:21:02 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 08:21:04,392 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 08:21:04,761 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 08:21:04,761 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 08:21:05,070 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 08:21:05,086 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 08:21:05,673 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 08:21:05,693 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 08:21:05,709 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 08:21:05,717 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 08:21:05,813 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 08:21:05,841 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 08:21:05,863 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 08:21:05,922 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 08:21:05,924 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 08:21:05,930 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 08:21:05,940 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 08:21:05,949 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 08:21:05,961 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 08:21:05,969 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 08:21:06,000 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 08:21:06,010 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 08:21:06,011 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 08:21:06,011 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 08:21:06,011 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 08:21:06,012 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 08:21:06,012 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 08:21:06,013 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 08:21:06,014 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 08:21:06,014 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 08:21:06,014 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 08:21:06,014 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 08:21:06,015 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 08:21:06,015 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 08:21:06,015 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 08:21:06,055 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 08:21:06,413 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 08:21:06,881 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 08:21:06,882 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 08:21:06,882 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 08:21:06,882 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 08:21:06,882 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 08:21:06,882 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 08:21:06,882 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 08:21:06,882 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 08:21:06,882 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 08:21:06,882 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 08:21:06,882 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 08:21:07,095 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 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': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 08:31:05,858 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 08:31:06,219 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 08:31:06,219 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 08:31:06,542 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 08:31:06,554 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 08:31:07,041 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 08:31:07,052 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 08:31:07,061 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 08:31:07,069 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 08:31:07,152 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 08:31:07,162 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 08:31:07,170 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 08:31:07,208 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 08:31:07,209 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 08:31:07,214 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 08:31:07,218 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 08:31:07,224 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 08:31:07,228 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 08:31:07,233 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 08:31:07,275 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 08:31:07,290 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 08:31:07,290 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 08:31:07,290 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 08:31:07,291 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 08:31:07,292 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 08:31:07,292 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 08:31:07,293 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 08:31:07,295 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 08:31:07,295 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 08:31:07,295 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 08:31:07,295 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 08:31:07,296 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 08:31:07,296 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 08:31:07,296 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 08:31:07,344 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 08:31:07,766 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 08:31:08,207 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 08:31:08,207 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 08:31:08,207 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 08:31:08,207 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 08:31:08,207 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 08:31:08,207 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 08:31:08,207 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 08:31:08,207 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 08:31:08,207 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 08:31:08,207 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 08:31:08,207 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 08:31:08,460 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5
******************************************
Running: /proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/scripts/update_cmds_v2.py
Version: 7.16.0
Time: Fri Apr 18 08:41:04 2025
User: aldcroft
Machine: kady.cfa.harvard.edu
Processing args:
{'data_root': '/proj/sot/ska3/flight/data/kadi',
'log_level': 10,
'lookback': 30,
'scenario': None,
'stop': None}
******************************************
2025-04-18 08:41:06,488 load_idx_cmds: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.h5 with 1697240 commands
2025-04-18 08:41:06,835 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 08:41:06,835 get_cmd_events_from_sheet: Getting cmd_events from https://docs.google.com/spreadsheets/d/19d6XqBhWoFjC-z1lS1nM6wLE_zjr4GYB1lOvrEGCbKQ/export?format=csv
2025-04-18 08:41:07,154 get_cmd_events_from_sheet: Writing 151 cmd_events to /proj/sot/ska3/flight/data/kadi/cmd_events.csv
2025-04-18 08:41:07,162 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAR with cache=False
2025-04-18 08:41:07,404 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2325A.pkl.gz
2025-04-18 08:41:07,411 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR2625A.pkl.gz
2025-04-18 08:41:07,416 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/MAR3125A.pkl.gz
2025-04-18 08:41:07,421 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/APR with cache=False
2025-04-18 08:41:07,483 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR0725A.pkl.gz
2025-04-18 08:41:07,489 get_load_cmds_from_occweb_or_local: Already have /proj/sot/ska3/flight/data/kadi/loads/APR1425A.pkl.gz
2025-04-18 08:41:07,495 get_occweb_page: Getting OCCweb FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY with cache=False
2025-04-18 08:41:07,523 update_loads: No OCCweb directory for FOT/mission_planning/PRODUCTS/APPR_LOADS/2025/MAY
2025-04-18 08:41:07,525 update_cmd_events_and_loads_and_get_cmds_recent: Including loads MAR2325A, MAR2625A, MAR3125A, APR0725A, APR1425A
2025-04-18 08:41:07,529 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2325A has 2538 commands with RLTT=2025:082:02:14:59.000
2025-04-18 08:41:07,532 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR2625A has 1617 commands with RLTT=2025:085:03:14:00.000
2025-04-18 08:41:07,537 update_cmd_events_and_loads_and_get_cmds_recent: Load MAR3125A has 2214 commands with RLTT=2025:089:21:13:00.000
2025-04-18 08:41:07,541 update_cmd_events_and_loads_and_get_cmds_recent: Load APR0725A has 1871 commands with RLTT=2025:097:00:25:37.986
2025-04-18 08:41:07,545 update_cmd_events_and_loads_and_get_cmds_recent: Load APR1425A has 2192 commands with RLTT=2025:103:21:58:07.076
2025-04-18 08:41:07,579 update_cmd_events_and_loads_and_get_cmds_recent: Including cmd_events:
SCS-107 at 2025:083:21:34:08.000
2025-04-18 08:41:07,590 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2325A with 2538 commands
2025-04-18 08:41:07,590 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2538 commands from MAR2325A
2025-04-18 08:41:07,590 update_cmd_events_and_loads_and_get_cmds_recent: Processing CMD_EVT SCS-107 at 2025:083:21:34:08.000 with 16 commands
2025-04-18 08:41:07,591 update_cmd_events_and_loads_and_get_cmds_recent: Removing 960 cmds in SCS slots [131, 132, 133] from MAR2325A due to DISABLE SCS in CMD_EVT at 2025:083:21:34:08.000
2025-04-18 08:41:07,591 update_cmd_events_and_loads_and_get_cmds_recent: Adding 16 commands from CMD_EVT SCS-107 at 2025:083:21:34:08.000
2025-04-18 08:41:07,591 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR2625A with 1617 commands
2025-04-18 08:41:07,592 update_cmd_events_and_loads_and_get_cmds_recent: Removing 812 cmds in SCS slots [128, 129, 130, 131, 132, 133] from MAR2325A due to RLTT in MAR2625A
2025-04-18 08:41:07,593 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1617 commands from MAR2625A
2025-04-18 08:41:07,593 update_cmd_events_and_loads_and_get_cmds_recent: Processing MAR3125A with 2214 commands
2025-04-18 08:41:07,594 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2214 commands from MAR3125A
2025-04-18 08:41:07,594 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR0725A with 1871 commands
2025-04-18 08:41:07,594 update_cmd_events_and_loads_and_get_cmds_recent: Adding 1871 commands from APR0725A
2025-04-18 08:41:07,594 update_cmd_events_and_loads_and_get_cmds_recent: Processing APR1425A with 2192 commands
2025-04-18 08:41:07,594 update_cmd_events_and_loads_and_get_cmds_recent: Adding 2192 commands from APR1425A
2025-04-18 08:41:07,636 get_matching_block_idx: Selecting commands from cmds_arch[1688397:]
2025-04-18 08:41:07,991 load_pars_dict: Loaded /proj/sot/ska3/flight/data/kadi/cmds2.pkl with 179010 pars
2025-04-18 08:41:08,422 get_matching_block_idx: Matching blocks for (a) recent commands and (b) existing HDF5
2025-04-18 08:41:08,422 get_matching_block_idx: Match(a=0, b=0, size=19)
2025-04-18 08:41:08,422 get_matching_block_idx: Match(a=20, b=19, size=230)
2025-04-18 08:41:08,422 get_matching_block_idx: Match(a=251, b=249, size=8592)
2025-04-18 08:41:08,422 get_matching_block_idx: Match(a=8843, b=8841, size=0)
2025-04-18 08:41:08,422 get_matching_block_idx: Diffs between (a) recent commands and (b) existing HDF5
2025-04-18 08:41:08,423 get_matching_block_idx: ('equal', 0, 19, 0, 19)
2025-04-18 08:41:08,423 get_matching_block_idx: ('delete', 19, 20, 19, 19)
2025-04-18 08:41:08,423 get_matching_block_idx: ('equal', 20, 250, 19, 249)
2025-04-18 08:41:08,423 get_matching_block_idx: ('delete', 250, 251, 249, 249)
2025-04-18 08:41:08,423 get_matching_block_idx: ('equal', 251, 8843, 249, 8841)
2025-04-18 08:41:08,633 _update_cmds_archive: No new commands found, skipping writing /proj/sot/ska3/flight/data/kadi/cmds2.h5