Skip to content

Commit 1dc75f6

Browse files
committed
Refactor bright star subtraction framework
1 parent 0406cd6 commit 1dc75f6

File tree

5 files changed

+432
-0
lines changed

5 files changed

+432
-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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .brightStarCutout import *

0 commit comments

Comments
 (0)