From 9e443d95c896741b3ee9c1abcd71df2af7cea9d6 Mon Sep 17 00:00:00 2001 From: pgriffin17 <31374077+pgriffin17@users.noreply.github.com> Date: Sun, 14 Jan 2024 19:38:42 -0600 Subject: [PATCH] re-run black --- pyscope/utils/pinpoint_solve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyscope/utils/pinpoint_solve.py b/pyscope/utils/pinpoint_solve.py index aec70bfd..cf297024 100644 --- a/pyscope/utils/pinpoint_solve.py +++ b/pyscope/utils/pinpoint_solve.py @@ -61,7 +61,7 @@ def pinpoint_solve_cli(input_dir, output_dir=None, verbose=-1): """Platesolve images in input_dir and save them to output_dir using PinPoint in MaxIm. \b Platesolve images in input_dir and save them to output_dir. If output_dir is not specified, solved images will be saved to the same directory as the input images. - + CLI Usage: `python pinpoint_solve.py -i input_dir -o output_dir` .. Note::