Skip to content

Commit

Permalink
Merge branch 'main' into classify
Browse files Browse the repository at this point in the history
  • Loading branch information
tbowers7 committed Dec 11, 2023
2 parents d89174d + 25bb4ab commit 6250a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions obstools/scrub_deveny_pickup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
# Narrative Functions ========================================================#
def iterative_pypeit_clean(
filename: pathlib.Path,
proc_dir: str | pathlib.Path = None,
proc_dir: pathlib.Path = None,
overwrite_raw: bool = False,
diagnostics: bool = False,
no_refit: bool = False,
Expand All @@ -100,7 +100,7 @@ def iterative_pypeit_clean(
----------
filename : :obj:`~pathlib.Path`
The name of the file to clean
proc_dir : :obj:`str` or :obj:`~pathlib.Path`, optional
proc_dir : :obj:`~pathlib.Path`, optional
The location of the PypeIt-processed images, if not ``./ldt_deveny_?/``
(Default: None)
overwrite_raw : :obj:`bool`, optional
Expand Down

0 comments on commit 6250a74

Please sign in to comment.