https://github.com/geontech/archiving
This is an archiver for REDHAWK and some sample code to test it out
https://github.com/geontech/archiving
Last synced: 6 months ago
JSON representation
This is an archiver for REDHAWK and some sample code to test it out
- Host: GitHub
- URL: https://github.com/geontech/archiving
- Owner: Geontech
- Created: 2018-07-29T19:52:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T20:22:15.000Z (over 7 years ago)
- Last Synced: 2025-01-21T12:48:48.030Z (over 1 year ago)
- Language: Python
- Size: 40 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# archiving
This is a simple archiver for REDHAWK and some sample code to test it out. It stores an incoming Bulk IO data stream and will create tuned cuts from the archived data upon requested
# installing
Run setup.sh
Note that rh.FileReader, rh.FileWriter, and rh.TuneFilterDecimate need to be installed
# testing
Run archiving_example.py
The script archiving_example.py also provides an example of how to use the archiver. Even though the example uses a synthetic data source, this archiver is designed to receive data from an FEI device.
Notes:
- The output file format is a BLUEFILE. To change the file format output, remove the default file_format property override for FileWriter_3.
- As shown in the archiving_example.py script, once the requested cut is generated, it is up to the requester to delete the file that was created.