Skip to content

Commit 948f3b4

Browse files
committed
Refactor bright star subtraction framework
1 parent 3c03c0b commit 948f3b4

File tree

6 files changed

+940
-0
lines changed

6 files changed

+940
-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)