-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
first step to reimplement following ctapipe
Tool and Components framework
- Loading branch information
guillaume.grolleron
committed
Oct 16, 2023
1 parent
d0a1963
commit 272b0c5
Showing
5 changed files
with
178 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
from .chargesMakers import * | ||
# from .chargesMakers import * | ||
from .core import * | ||
from .waveformsMakers import * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
from .flatfieldMakers import * | ||
from .gain import * | ||
from .pedestalMakers import * | ||
# from .flatfieldMakers import * | ||
# from .gain import * | ||
# from .pedestalMakers import * |
Oops, something went wrong.