From 7e850da74a756ed7ae884136199e3f639d0d83f8 Mon Sep 17 00:00:00 2001 From: wendtalexander Date: Mon, 20 Oct 2025 07:55:12 +0200 Subject: [PATCH] [main] flipping logic --- oephys2nix/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oephys2nix/main.py b/oephys2nix/main.py index 1c783f1..34b1f5c 100644 --- a/oephys2nix/main.py +++ b/oephys2nix/main.py @@ -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"), ) -> None: