Skip to content

Commit

Permalink
#164 Use the latest DDB as default (20240731)
Browse files Browse the repository at this point in the history
  • Loading branch information
astropenguin committed Aug 1, 2024
1 parent 72f5316 commit 81c919e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ FLAGS
If not specified, a temporary directory will be used.
--ddb=DDB
Type: Path
Default: PosixPath('/path/to/demerge/data/ddb_20240713.fits')
Default: PosixPath('/path/to/demerge/data/ddb_20240731.fits')
Path of DDB (DESHIMA database) file.
--measure=MEASURE
Type: Literal
Expand Down
2 changes: 1 addition & 1 deletion demerge/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def demerge(
data_dir: PathLike = Path(),
dems_dir: PathLike = Path(),
reduced_dir: Optional[Path] = None,
ddb: PathLike = PACKAGE_DATA / "ddb_20240713.fits.gz",
ddb: PathLike = PACKAGE_DATA / "ddb_20240731.fits.gz",
# merge options
measure: Literal["df/f", "brightness"] = "df/f",
overwrite: bool = False,
Expand Down

0 comments on commit 81c919e

Please sign in to comment.