Skip to content
Snippets Groups Projects

Refactor packaging

Merged Cammille Carinan requested to merge refactor-packaging into master
1 unresolved thread
4 files
+ 25
22
Compare changes
  • Side-by-side
  • Inline
Files
4
from .bunch_pattern import (extractBunchPattern, pulsePatternInfo,
from .bunch_pattern import *
repRate)
from .bunch_pattern_external import *
from .bunch_pattern_external import (is_sase_3, is_sase_1,
from .laser_utils import *
is_ppl, is_pulse_at)
from .laser_utils import positionToDelay, degToRelPower
__all__ = (
__all__ = (
# Functions
bunch_pattern.__all__
"extractBunchPattern",
+ bunch_pattern_external.__all__
"pulsePatternInfo",
+ laser_utils.__all__
"repRate",
"sortBAMdata",
"is_sase_3",
"is_sase_1",
"is_ppl",
"is_pulse_at",
"get_index_ppl",
"get_index_sase1",
"get_index_sase3",
"positionToDelay",
"degToRelPower",
# Classes
# Variables
)
)
Loading