Skip to content

Commit 21cf03a

Browse files
committed
Refactor bright star subtraction framework
1 parent d598c5c commit 21cf03a

File tree

6 files changed

+999
-0
lines changed

6 files changed

+999
-0
lines changed

python/lsst/pipe/tasks/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
from .brightStarSubtraction import *
12
from .version import *
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from .brightStarCutout import *
2+
from .brightStarStack import *

0 commit comments

Comments
 (0)