Skip to content

Commit

Permalink
register plugins context
Browse files Browse the repository at this point in the history
  • Loading branch information
cfuselli committed Dec 6, 2023
1 parent b2b9672 commit 74e47e5
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions amstrax/contexts.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,19 @@
register_all=[],
register=[ax.DAQReader,
ax.PulseProcessing,
# Peaks
ax.Peaks,
ax.PeakClassification,
ax.PeakBasics,
# ax.RecordsLED,
# ax.LEDCalibration,
ax.PeakClassification,
ax.PeakProximity,
ax.PeakPositions,
# Events
ax.Events,
# ax.CorrectedAreas,
# ax.EventPositions,
ax.EventBasics,
# ax.EventInfo,
# ax.EnergyEstimates,
ax.EventBasics,
ax.EventInfo,
ax.EventWaveform,
ax.EventAreaPerChannel,
# LED plugins not default
# ax.RecordsLED,
# ax.LEDCalibration,
],
store_run_fields=(
'name', 'number',
Expand Down

0 comments on commit 74e47e5

Please sign in to comment.