Skip to content

Commit

Permalink
Remove ods_data_analyze.py example
Browse files Browse the repository at this point in the history
  • Loading branch information
lola-masson committed Jan 18, 2024
1 parent 3068263 commit ff4827d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 268 deletions.
1 change: 0 additions & 1 deletion ovp8xx/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ The ODS directory contains Python scripts including:
* `bootup_monitor.py`: Checks that the VPU completes it's boot sequence before attempting to initialize an application.
* `diagnostic.py`: Contains helper functions for retrieving diagnostics when requested or asynchronously.
* `ods_config.py`: demonstrates how to set JSON configurations to the O3R system following the O3R schema.
* `ods_data_analyze.py`: ODS data analyzer script from a h5 file.
* `ods_queue.py` : This script handles the data queues of an ODS application.
* `ods_stream.py` : Provides functions showcasing how to receive data from the O3R platform
* `ods_visualization.py`: is a script used for ODS visualization.
Expand Down
1 change: 0 additions & 1 deletion ovp8xx/python/ods/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
The ODS Python scripts will be briefly described below:

* `ods_config.py`: demonstrates how to set JSON configurations to the O3R system following the O3R schema.
* `ods_data_analyze.py`: ODS data analyzer script from a h5 file.
* `ods_queue.py` : This script handles the data queues of an ODS application.
* `ods_stream.py` : Provides functions showcasing how to receive data from the O3R platform
* `ods_visualization.py`: is a script used for ODS visualization.
Expand Down
266 changes: 0 additions & 266 deletions ovp8xx/python/ods/ods_data_analyze.py

This file was deleted.

0 comments on commit ff4827d

Please sign in to comment.