Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
7. Verify that all tests were passed.

## Running the scripts
1 Place all the raw DSP output files in the same directory
2. In VS Coe, in a terminal, paste the following command. Be sure to change the input directory to the folder where your raw files are. You can select any output directory you like.
`conda run -n dsp-analysis python .dspy\run_dspy.py -i "[full path to directory containing raw files]" -o "[full path to output directory of your choice]"`
1 Place all the raw DSP output files in the same directory.
2. In VS Code, in a terminal, paste the following command. Be sure to change the input directory to the folder where your raw files are. You can select any output directory you like.
`conda run -n dsp-analysis python .\dspy\run_dspy.py -i "[full path to directory containing raw files]" -o "[full path to output directory of your choice]"`
3. Next, open Matlab and run `trajectory_wrapper.m`. Be sure to change the scriptDir and the trajDir as instructed in that file.
4. Save a copy of the meta data matching the columns of `.\tests\test_data\meta_data.csv`
5. Finally, back in the terminal, paste the following command
`conda run -n dsp-analysis python .\dspy\merge_dspy.py -i "[full path to the directory containing the OUTPUT of the previous steps"] -m "[full path to your metadata file]" - o "[full path to desired output file]`
`conda run -n dsp-analysis python .\dspy\run_merge_dspy.py -i "[full path to the directory containing the OUTPUT of the previous steps]" -m "[full path to your metadata file]" -o "[full path to desired output file]"`