Skip to content

Commit

Permalink
making it clear static analysis is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsmith committed May 3, 2016
1 parent 0c5665f commit 14d03fb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,23 @@ Here is a sketch of the system's structure:
## To Run

### Run the static data files generator

**This is strictly optional. The static data are already this repository in the location. This is to be used if you have want the full experience.**

```
Download files from: https://drive.google.com/a/columbia.edu/folderview?id=0ByTEfsZoEb1-YkdzNm5OaDB3cnc&usp=sharing
```

From the root directory:
```
// to get the static data files
cd 0_streaming_server/analysis && python get_data.py
cd 0_streaming_server/analysis && python get_data.py {{dirname}}
// to get the calibrated data
cd 0_streaming_server/analysis && python calibration.py
cd 0_streaming_server/analysis && python calibration.py
```

where `{{dirname}}` is the directory of audio files you would like to process into static datasets.

### Start the backend

To start the simulated MTA stream of sound intensities, use the following command.
Expand Down

0 comments on commit 14d03fb

Please sign in to comment.