Skip to content

Commit

Permalink
Merge pull request #30 from lsst/tickets/DM-41308
Browse files Browse the repository at this point in the history
DM-41308: Create task to combine injection catalogs for matching
  • Loading branch information
jtmccann authored Feb 26, 2024
2 parents 6ab0d23 + 29747e3 commit a9cb4f5
Show file tree
Hide file tree
Showing 4 changed files with 678 additions and 3 deletions.
1 change: 1 addition & 0 deletions python/lsst/source/injection/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
ingest_injection_catalog : Ingest source injection catalogs into a repository.
"""

from .consolidate_injected_deepCoadd_catalogs import * # noqa: F401,F403
from .generate_injection_catalog import * # noqa: F401,F403
from .ingest_injection_catalog import * # noqa: F401,F403
from .make_injection_pipeline import * # noqa: F401,F403
Loading

0 comments on commit a9cb4f5

Please sign in to comment.