Skip to content

Commit

Permalink
Merge pull request #6 from MorganeAudrain/morgane_dev
Browse files Browse the repository at this point in the history
Update CLI help to indicate new detect and features subcommands
  • Loading branch information
wonkoderverstaendige authored Dec 12, 2019
2 parents 1e3e7bc + 016fcca commit 3f60237
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dataman/dataman.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ def main():
conv Convert formats and layouts
ref Creating references/reference-subtracting data
split Split file into separate files bundling channels
detect Detect and extract spikes from the wideband signal
feature Calculate features from waveforms for clustering
''')
parser.add_argument('command', help='Command to execute', nargs='?', default=None)
parser.add_argument('-v', '--verbose', action='count',
Expand Down

0 comments on commit 3f60237

Please sign in to comment.