https://github.com/faroit/sisec-mus-trim
SISEC MUS DSD100 Preview Generator
https://github.com/faroit/sisec-mus-trim
Last synced: 11 months ago
JSON representation
SISEC MUS DSD100 Preview Generator
- Host: GitHub
- URL: https://github.com/faroit/sisec-mus-trim
- Owner: faroit
- License: mit
- Created: 2016-10-22T14:40:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-03T16:50:27.000Z (over 9 years ago)
- Last Synced: 2025-01-28T02:32:46.262Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SISEC MUS Preview-Generator
Script to generate 30s previews from SISEC MUS Estimates, by trimming using a
[predefined cut-list](data/previews.csv).
## Usage
1. Install the python [dsdtools](http://github.com/faroit/dsdtools) package
```
pip install dsdtools
```
2. Trim estimates by running
```
python trim_estimates.py Your_Estimates_Dir/ Output_Dir/
```
where `Your_Estimates_Dir` is the source folder that includes your SISEC MUS
results and `Output_Dir` is a directory that will be created in order to render
the trimmed 30s previews.
To run this script, make sure that you also have the full DSD100 Dataset available
by set the DSD_PATH (Unix) `export DSD_PATH=/Full/Path/to/DSD100` or adjust the
`root_dir` variable in the `trim_estimates.py` script.