Skip to content

Commit

Permalink
Update Wave_analysis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
camroo29 authored Feb 4, 2019
1 parent 5e6fe63 commit 9b78f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wave_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def _spike_at(self, signal_index, event_idx, delta=2e-03) -> tuple:


if __name__ == '__main__':
analysis = WaveAnalysis("A:\Campus Work\Wave_analysis\EEP data\J5-527.smr")
analysis = WaveAnalysis("File location")
for i in range(1, 5): # 4-channels
analysis.signal_spikes(i)

Expand Down

0 comments on commit 9b78f2f

Please sign in to comment.