Skip to content

Commit

Permalink
Refactor bright star subtraction framework
Browse files Browse the repository at this point in the history
  • Loading branch information
leeskelvin committed Jun 4, 2024
1 parent 3c03c0b commit 948f3b4
Show file tree
Hide file tree
Showing 6 changed files with 940 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/pipe/tasks/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from .brightStarSubtraction import *
from .version import *
2 changes: 2 additions & 0 deletions python/lsst/pipe/tasks/brightStarSubtraction/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from .brightStarCutout import *
from .brightStarStack import *
Loading

0 comments on commit 948f3b4

Please sign in to comment.