Skip to content

Commit

Permalink
added weight maps to archive defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalvin committed Jun 24, 2024
1 parent 3549192 commit dc1affa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flint/archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
DEFAULT_TAR_RE_PATTERNS = (
r".*MFS.*image\.fits",
r".*linmos.*",
r".*weight\.fits",
r".*yaml",
r".*\.txt",
r".*png",
Expand All @@ -27,7 +28,7 @@
r".*\.tar",
r".*\.csv",
)
DEFAULT_COPY_RE_PATTERNS = (r".*linmos.*fits", r".*png", r".*csv")
DEFAULT_COPY_RE_PATTERNS = (r".*linmos.*fits", r".*weight\.fits", r".*png", r".*csv")


class ArchiveOptions(NamedTuple):
Expand Down

0 comments on commit dc1affa

Please sign in to comment.