Prev
Index
Next
arc: Tue Dec 17 04:24:28 2024
File: /proj/sot/ska/data/arc/Logs/daily.0/arc.log
Task | Status | Age | MaxAge | Last Date |
arc |
NOT OK
|
0.26 | 2.0 |
Tue Dec 17 04:24:28 2024 |
Errors:
- Line 4: <<2024-Dec-16 07:44>> Warning: failed to open URL ftp://ftp.swpc.noaa.gov/pub/lists/ace/ace_epam_5m.txt:
- Line 4: <<2024-Dec-16 07:44>> Warning: failed to open URL ftp://ftp.swpc.noaa.gov/pub/lists/ace/ace_epam_5m.txt:
- Line 4: <<2024-Dec-16 07:44>> Warning: failed to open URL ftp://ftp.swpc.noaa.gov/pub/lists/ace/ace_epam_5m.txt:
- Line 29: <<2024-Dec-16 09:00>> IndexError: index 399 is out of bounds for axis 0 with size 399
- Line 54: <<2024-Dec-16 09:20>> IndexError: index 401 is out of bounds for axis 0 with size 401
- Line 59: <<2024-Dec-16 09:44>> Warning: failed to open URL ftp://ftp.swpc.noaa.gov/pub/lists/ace/ace_epam_5m.txt:
- Line 59: <<2024-Dec-16 09:44>> Warning: failed to open URL ftp://ftp.swpc.noaa.gov/pub/lists/ace/ace_epam_5m.txt:
- Line 59: <<2024-Dec-16 09:44>> Warning: failed to open URL ftp://ftp.swpc.noaa.gov/pub/lists/ace/ace_epam_5m.txt:
- Line 84: <<2024-Dec-16 12:00>> IndexError: index 405 is out of bounds for axis 0 with size 405
- Line 109: <<2024-Dec-16 13:30>> IndexError: index 414 is out of bounds for axis 0 with size 414
- Line 134: <<2024-Dec-16 13:50>> IndexError: index 424 is out of bounds for axis 0 with size 424
- Line 139: <<2024-Dec-16 14:44>> Warning: failed to open URL ftp://ftp.swpc.noaa.gov/pub/lists/ace/ace_epam_5m.txt:
- Line 139: <<2024-Dec-16 14:44>> Warning: failed to open URL ftp://ftp.swpc.noaa.gov/pub/lists/ace/ace_epam_5m.txt:
- Line 139: <<2024-Dec-16 14:44>> Warning: failed to open URL ftp://ftp.swpc.noaa.gov/pub/lists/ace/ace_epam_5m.txt:
- Line 144: <<2024-Dec-16 15:44>> Warning: failed to open URL ftp://ftp.swpc.noaa.gov/pub/lists/ace/ace_epam_5m.txt:
- Line 144: <<2024-Dec-16 15:44>> Warning: failed to open URL ftp://ftp.swpc.noaa.gov/pub/lists/ace/ace_epam_5m.txt:
- Line 144: <<2024-Dec-16 15:44>> Warning: failed to open URL ftp://ftp.swpc.noaa.gov/pub/lists/ace/ace_epam_5m.txt:
- Line 169: <<2024-Dec-16 16:30>> IndexError: index 427 is out of bounds for axis 0 with size 427
- Line 194: <<2024-Dec-16 18:00>> IndexError: index 427 is out of bounds for axis 0 with size 427
- Line 320: <<2024-Dec-16 22:50>> IndexError: index 406 is out of bounds for axis 0 with size 406
- Line 495: <<2024-Dec-17 04:24>> Warning: failed to open URL ftp://ftp.swpc.noaa.gov/pub/lists/ace/ace_epam_5m.txt:
- Line 495: <<2024-Dec-17 04:24>> Warning: failed to open URL ftp://ftp.swpc.noaa.gov/pub/lists/ace/ace_epam_5m.txt:
- Line 495: <<2024-Dec-17 04:24>> Warning: failed to open URL ftp://ftp.swpc.noaa.gov/pub/lists/ace/ace_epam_5m.txt:
File contents:
############################################################
/proj/sot/ska3/flight/share/arc3/get_ace.py --h5=/proj/sot/ska3/flight/data/arc3/ACE.h5
############################################################
<<2024-Dec-16 07:44>> Warning: failed to open URL ftp://ftp.swpc.noaa.gov/pub/lists/ace/ace_epam_5m.txt:
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 09:00>> Traceback (most recent call last):
<<2024-Dec-16 09:00>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 1255, in
<<2024-Dec-16 09:00>> main()
<<2024-Dec-16 09:00>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 714, in main
<<2024-Dec-16 09:00>> write_states_json(
<<2024-Dec-16 09:00>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 1163, in write_states_json
<<2024-Dec-16 09:00>> state_vals = kadi_states.interpolate_states(states, times)
<<2024-Dec-16 09:00>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2024-Dec-16 09:00>> File "/proj/sot/ska3/flight/lib/python3.11/site-packages/kadi/commands/states.py", line 2557, in interpolate_states
<<2024-Dec-16 09:00>> out = states[indexes]
<<2024-Dec-16 09:00>> ~~~~~~^^^^^^^^^
<<2024-Dec-16 09:00>> File "/proj/sot/ska3/flight/lib/python3.11/site-packages/astropy/table/table.py", line 2090, in __getitem__
<<2024-Dec-16 09:00>> return self._new_from_slice(item)
<<2024-Dec-16 09:00>> ^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2024-Dec-16 09:00>> File "/proj/sot/ska3/flight/lib/python3.11/site-packages/astropy/table/table.py", line 1497, in _new_from_slice
<<2024-Dec-16 09:00>> newcol = col[slice_]
<<2024-Dec-16 09:00>> ~~~^^^^^^^^
<<2024-Dec-16 09:00>> File "astropy/table/_column_mixins.pyx", line 79, in astropy.table._column_mixins._ColumnGetitemShim.__getitem__
<<2024-Dec-16 09:00>> File "astropy/table/_column_mixins.pyx", line 62, in astropy.table._column_mixins.base_getitem
<<2024-Dec-16 09:00>> File "astropy/table/_column_mixins.pyx", line 74, in astropy.table._column_mixins.column_getitem
<<2024-Dec-16 09:00>> IndexError: index 399 is out of bounds for axis 0 with size 399
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 09:20>> Traceback (most recent call last):
<<2024-Dec-16 09:20>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 1255, in
<<2024-Dec-16 09:20>> main()
<<2024-Dec-16 09:20>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 714, in main
<<2024-Dec-16 09:20>> write_states_json(
<<2024-Dec-16 09:20>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 1163, in write_states_json
<<2024-Dec-16 09:20>> state_vals = kadi_states.interpolate_states(states, times)
<<2024-Dec-16 09:20>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2024-Dec-16 09:20>> File "/proj/sot/ska3/flight/lib/python3.11/site-packages/kadi/commands/states.py", line 2557, in interpolate_states
<<2024-Dec-16 09:20>> out = states[indexes]
<<2024-Dec-16 09:20>> ~~~~~~^^^^^^^^^
<<2024-Dec-16 09:20>> File "/proj/sot/ska3/flight/lib/python3.11/site-packages/astropy/table/table.py", line 2090, in __getitem__
<<2024-Dec-16 09:20>> return self._new_from_slice(item)
<<2024-Dec-16 09:20>> ^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2024-Dec-16 09:20>> File "/proj/sot/ska3/flight/lib/python3.11/site-packages/astropy/table/table.py", line 1497, in _new_from_slice
<<2024-Dec-16 09:20>> newcol = col[slice_]
<<2024-Dec-16 09:20>> ~~~^^^^^^^^
<<2024-Dec-16 09:20>> File "astropy/table/_column_mixins.pyx", line 79, in astropy.table._column_mixins._ColumnGetitemShim.__getitem__
<<2024-Dec-16 09:20>> File "astropy/table/_column_mixins.pyx", line 62, in astropy.table._column_mixins.base_getitem
<<2024-Dec-16 09:20>> File "astropy/table/_column_mixins.pyx", line 74, in astropy.table._column_mixins.column_getitem
<<2024-Dec-16 09:20>> IndexError: index 401 is out of bounds for axis 0 with size 401
############################################################
/proj/sot/ska3/flight/share/arc3/get_ace.py --h5=/proj/sot/ska3/flight/data/arc3/ACE.h5
############################################################
<<2024-Dec-16 09:44>> Warning: failed to open URL ftp://ftp.swpc.noaa.gov/pub/lists/ace/ace_epam_5m.txt:
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 12:00>> Traceback (most recent call last):
<<2024-Dec-16 12:00>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 1255, in
<<2024-Dec-16 12:00>> main()
<<2024-Dec-16 12:00>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 714, in main
<<2024-Dec-16 12:00>> write_states_json(
<<2024-Dec-16 12:00>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 1163, in write_states_json
<<2024-Dec-16 12:00>> state_vals = kadi_states.interpolate_states(states, times)
<<2024-Dec-16 12:00>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2024-Dec-16 12:00>> File "/proj/sot/ska3/flight/lib/python3.11/site-packages/kadi/commands/states.py", line 2557, in interpolate_states
<<2024-Dec-16 12:00>> out = states[indexes]
<<2024-Dec-16 12:00>> ~~~~~~^^^^^^^^^
<<2024-Dec-16 12:00>> File "/proj/sot/ska3/flight/lib/python3.11/site-packages/astropy/table/table.py", line 2090, in __getitem__
<<2024-Dec-16 12:00>> return self._new_from_slice(item)
<<2024-Dec-16 12:00>> ^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2024-Dec-16 12:00>> File "/proj/sot/ska3/flight/lib/python3.11/site-packages/astropy/table/table.py", line 1497, in _new_from_slice
<<2024-Dec-16 12:00>> newcol = col[slice_]
<<2024-Dec-16 12:00>> ~~~^^^^^^^^
<<2024-Dec-16 12:00>> File "astropy/table/_column_mixins.pyx", line 79, in astropy.table._column_mixins._ColumnGetitemShim.__getitem__
<<2024-Dec-16 12:00>> File "astropy/table/_column_mixins.pyx", line 62, in astropy.table._column_mixins.base_getitem
<<2024-Dec-16 12:00>> File "astropy/table/_column_mixins.pyx", line 74, in astropy.table._column_mixins.column_getitem
<<2024-Dec-16 12:00>> IndexError: index 405 is out of bounds for axis 0 with size 405
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 13:30>> Traceback (most recent call last):
<<2024-Dec-16 13:30>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 1255, in
<<2024-Dec-16 13:30>> main()
<<2024-Dec-16 13:30>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 714, in main
<<2024-Dec-16 13:30>> write_states_json(
<<2024-Dec-16 13:30>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 1163, in write_states_json
<<2024-Dec-16 13:30>> state_vals = kadi_states.interpolate_states(states, times)
<<2024-Dec-16 13:30>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2024-Dec-16 13:30>> File "/proj/sot/ska3/flight/lib/python3.11/site-packages/kadi/commands/states.py", line 2557, in interpolate_states
<<2024-Dec-16 13:30>> out = states[indexes]
<<2024-Dec-16 13:30>> ~~~~~~^^^^^^^^^
<<2024-Dec-16 13:30>> File "/proj/sot/ska3/flight/lib/python3.11/site-packages/astropy/table/table.py", line 2090, in __getitem__
<<2024-Dec-16 13:30>> return self._new_from_slice(item)
<<2024-Dec-16 13:30>> ^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2024-Dec-16 13:30>> File "/proj/sot/ska3/flight/lib/python3.11/site-packages/astropy/table/table.py", line 1497, in _new_from_slice
<<2024-Dec-16 13:30>> newcol = col[slice_]
<<2024-Dec-16 13:30>> ~~~^^^^^^^^
<<2024-Dec-16 13:30>> File "astropy/table/_column_mixins.pyx", line 79, in astropy.table._column_mixins._ColumnGetitemShim.__getitem__
<<2024-Dec-16 13:30>> File "astropy/table/_column_mixins.pyx", line 62, in astropy.table._column_mixins.base_getitem
<<2024-Dec-16 13:30>> File "astropy/table/_column_mixins.pyx", line 74, in astropy.table._column_mixins.column_getitem
<<2024-Dec-16 13:30>> IndexError: index 414 is out of bounds for axis 0 with size 414
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 13:50>> Traceback (most recent call last):
<<2024-Dec-16 13:50>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 1255, in
<<2024-Dec-16 13:50>> main()
<<2024-Dec-16 13:50>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 714, in main
<<2024-Dec-16 13:50>> write_states_json(
<<2024-Dec-16 13:50>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 1163, in write_states_json
<<2024-Dec-16 13:50>> state_vals = kadi_states.interpolate_states(states, times)
<<2024-Dec-16 13:50>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2024-Dec-16 13:50>> File "/proj/sot/ska3/flight/lib/python3.11/site-packages/kadi/commands/states.py", line 2557, in interpolate_states
<<2024-Dec-16 13:50>> out = states[indexes]
<<2024-Dec-16 13:50>> ~~~~~~^^^^^^^^^
<<2024-Dec-16 13:50>> File "/proj/sot/ska3/flight/lib/python3.11/site-packages/astropy/table/table.py", line 2090, in __getitem__
<<2024-Dec-16 13:50>> return self._new_from_slice(item)
<<2024-Dec-16 13:50>> ^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2024-Dec-16 13:50>> File "/proj/sot/ska3/flight/lib/python3.11/site-packages/astropy/table/table.py", line 1497, in _new_from_slice
<<2024-Dec-16 13:50>> newcol = col[slice_]
<<2024-Dec-16 13:50>> ~~~^^^^^^^^
<<2024-Dec-16 13:50>> File "astropy/table/_column_mixins.pyx", line 79, in astropy.table._column_mixins._ColumnGetitemShim.__getitem__
<<2024-Dec-16 13:50>> File "astropy/table/_column_mixins.pyx", line 62, in astropy.table._column_mixins.base_getitem
<<2024-Dec-16 13:50>> File "astropy/table/_column_mixins.pyx", line 74, in astropy.table._column_mixins.column_getitem
<<2024-Dec-16 13:50>> IndexError: index 424 is out of bounds for axis 0 with size 424
############################################################
/proj/sot/ska3/flight/share/arc3/get_ace.py --h5=/proj/sot/ska3/flight/data/arc3/ACE.h5
############################################################
<<2024-Dec-16 14:44>> Warning: failed to open URL ftp://ftp.swpc.noaa.gov/pub/lists/ace/ace_epam_5m.txt:
############################################################
/proj/sot/ska3/flight/share/arc3/get_ace.py --h5=/proj/sot/ska3/flight/data/arc3/ACE.h5
############################################################
<<2024-Dec-16 15:44>> Warning: failed to open URL ftp://ftp.swpc.noaa.gov/pub/lists/ace/ace_epam_5m.txt:
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 16:30>> Traceback (most recent call last):
<<2024-Dec-16 16:30>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 1255, in
<<2024-Dec-16 16:30>> main()
<<2024-Dec-16 16:30>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 714, in main
<<2024-Dec-16 16:30>> write_states_json(
<<2024-Dec-16 16:30>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 1163, in write_states_json
<<2024-Dec-16 16:30>> state_vals = kadi_states.interpolate_states(states, times)
<<2024-Dec-16 16:30>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2024-Dec-16 16:30>> File "/proj/sot/ska3/flight/lib/python3.11/site-packages/kadi/commands/states.py", line 2557, in interpolate_states
<<2024-Dec-16 16:30>> out = states[indexes]
<<2024-Dec-16 16:30>> ~~~~~~^^^^^^^^^
<<2024-Dec-16 16:30>> File "/proj/sot/ska3/flight/lib/python3.11/site-packages/astropy/table/table.py", line 2090, in __getitem__
<<2024-Dec-16 16:30>> return self._new_from_slice(item)
<<2024-Dec-16 16:30>> ^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2024-Dec-16 16:30>> File "/proj/sot/ska3/flight/lib/python3.11/site-packages/astropy/table/table.py", line 1497, in _new_from_slice
<<2024-Dec-16 16:30>> newcol = col[slice_]
<<2024-Dec-16 16:30>> ~~~^^^^^^^^
<<2024-Dec-16 16:30>> File "astropy/table/_column_mixins.pyx", line 79, in astropy.table._column_mixins._ColumnGetitemShim.__getitem__
<<2024-Dec-16 16:30>> File "astropy/table/_column_mixins.pyx", line 62, in astropy.table._column_mixins.base_getitem
<<2024-Dec-16 16:30>> File "astropy/table/_column_mixins.pyx", line 74, in astropy.table._column_mixins.column_getitem
<<2024-Dec-16 16:30>> IndexError: index 427 is out of bounds for axis 0 with size 427
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 18:00>> Traceback (most recent call last):
<<2024-Dec-16 18:00>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 1255, in
<<2024-Dec-16 18:00>> main()
<<2024-Dec-16 18:00>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 714, in main
<<2024-Dec-16 18:00>> write_states_json(
<<2024-Dec-16 18:00>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 1163, in write_states_json
<<2024-Dec-16 18:00>> state_vals = kadi_states.interpolate_states(states, times)
<<2024-Dec-16 18:00>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2024-Dec-16 18:00>> File "/proj/sot/ska3/flight/lib/python3.11/site-packages/kadi/commands/states.py", line 2557, in interpolate_states
<<2024-Dec-16 18:00>> out = states[indexes]
<<2024-Dec-16 18:00>> ~~~~~~^^^^^^^^^
<<2024-Dec-16 18:00>> File "/proj/sot/ska3/flight/lib/python3.11/site-packages/astropy/table/table.py", line 2090, in __getitem__
<<2024-Dec-16 18:00>> return self._new_from_slice(item)
<<2024-Dec-16 18:00>> ^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2024-Dec-16 18:00>> File "/proj/sot/ska3/flight/lib/python3.11/site-packages/astropy/table/table.py", line 1497, in _new_from_slice
<<2024-Dec-16 18:00>> newcol = col[slice_]
<<2024-Dec-16 18:00>> ~~~^^^^^^^^
<<2024-Dec-16 18:00>> File "astropy/table/_column_mixins.pyx", line 79, in astropy.table._column_mixins._ColumnGetitemShim.__getitem__
<<2024-Dec-16 18:00>> File "astropy/table/_column_mixins.pyx", line 62, in astropy.table._column_mixins.base_getitem
<<2024-Dec-16 18:00>> File "astropy/table/_column_mixins.pyx", line 74, in astropy.table._column_mixins.column_getitem
<<2024-Dec-16 18:00>> IndexError: index 427 is out of bounds for axis 0 with size 427
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 21:10>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 21:15>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 21:20>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 21:25>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 21:30>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 21:35>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 21:40>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 21:45>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 21:50>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 21:55>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 22:00>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 22:05>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 22:10>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 22:15>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 22:20>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 22:25>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 22:30>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 22:35>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 22:40>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 22:45>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 22:50>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
<<2024-Dec-16 22:50>> Traceback (most recent call last):
<<2024-Dec-16 22:50>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 1255, in
<<2024-Dec-16 22:50>> main()
<<2024-Dec-16 22:50>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 714, in main
<<2024-Dec-16 22:50>> write_states_json(
<<2024-Dec-16 22:50>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 1163, in write_states_json
<<2024-Dec-16 22:50>> state_vals = kadi_states.interpolate_states(states, times)
<<2024-Dec-16 22:50>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2024-Dec-16 22:50>> File "/proj/sot/ska3/flight/lib/python3.11/site-packages/kadi/commands/states.py", line 2557, in interpolate_states
<<2024-Dec-16 22:50>> out = states[indexes]
<<2024-Dec-16 22:50>> ~~~~~~^^^^^^^^^
<<2024-Dec-16 22:50>> File "/proj/sot/ska3/flight/lib/python3.11/site-packages/astropy/table/table.py", line 2090, in __getitem__
<<2024-Dec-16 22:50>> return self._new_from_slice(item)
<<2024-Dec-16 22:50>> ^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2024-Dec-16 22:50>> File "/proj/sot/ska3/flight/lib/python3.11/site-packages/astropy/table/table.py", line 1497, in _new_from_slice
<<2024-Dec-16 22:50>> newcol = col[slice_]
<<2024-Dec-16 22:50>> ~~~^^^^^^^^
<<2024-Dec-16 22:50>> File "astropy/table/_column_mixins.pyx", line 79, in astropy.table._column_mixins._ColumnGetitemShim.__getitem__
<<2024-Dec-16 22:50>> File "astropy/table/_column_mixins.pyx", line 62, in astropy.table._column_mixins.base_getitem
<<2024-Dec-16 22:50>> File "astropy/table/_column_mixins.pyx", line 74, in astropy.table._column_mixins.column_getitem
<<2024-Dec-16 22:50>> IndexError: index 406 is out of bounds for axis 0 with size 406
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 22:55>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 23:00>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 23:05>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 23:10>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 23:15>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 23:20>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 23:25>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 23:30>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 23:35>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 23:40>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 23:45>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 23:50>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-16 23:55>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-17 00:00>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-17 00:05>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-17 00:10>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-17 00:15>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-17 00:20>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-17 00:25>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-17 00:30>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-17 00:35>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-17 00:40>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-17 00:45>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-17 00:50>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-17 00:55>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-17 01:00>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-17 01:05>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-17 01:10>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-17 01:15>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-17 01:20>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-17 01:25>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-17 01:30>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-17 01:35>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2024-Dec-17 01:40>> WARNING: /data/mta4/www/ace.html file contains 0 lines that start with AVERAGE (expect one)
############################################################
/proj/sot/ska3/flight/share/arc3/get_ace.py --h5=/proj/sot/ska3/flight/data/arc3/ACE.h5
############################################################
<<2024-Dec-17 04:24>> Warning: failed to open URL ftp://ftp.swpc.noaa.gov/pub/lists/ace/ace_epam_5m.txt: