Compare commits

...

2 Commits

Author SHA1 Message Date
wendtalexander
77eab8d7db Merge branch 'main' of https://whale.am28.uni-tuebingen.de/git/awendt/oephys2nix 2025-10-20 07:55:41 +02:00
wendtalexander
7e850da74a [main] flipping logic 2025-10-20 07:55:12 +02:00

View File

@@ -27,7 +27,7 @@ def main(
readable=True,
resolve_path=True,
),
ttl: bool = typer.Option(default=True, help="For recordings that did not have a ttl pulse"),
no_ttl: bool = typer.Option(False, help="For recordings that did not have a ttl pulse"),
overwrite: bool = typer.Option(default=True, help="Overwrites nix file"),
debug: bool = typer.Option(default=True, help="Shows more information and plots the results"),
verbose: Annotated[int, typer.Option("--verbose", "-v", count=True)] = 0,