Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/components/adc-digitizers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Fast ADC digitizers

::: extra.components.AdcRawChannel
2 changes: 2 additions & 0 deletions docs/components/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Component index:
- [OpticalLaserDelay][extra.components.OpticalLaserDelay]
- [ADQ Digitizers](adq-digitizers.md)
- [AdqRawChannel][extra.components.AdqRawChannel]
- [Fast ADC Digitizers](adc-digitizers.md)
- [AdcRawChannel][extra.components.AdcRawChannel]
- [Detector motors](detector-motors.md)
- [AGIPD1MQuadrantMotors][extra.components.AGIPD1MQuadrantMotors]
- [JF4MHalfMotors][extra.components.JF4MHalfMotors]
Binary file added docs/images/pulses.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,376 changes: 1,376 additions & 0 deletions docs/images/pulses.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ nav:
- components/timepix.md
- components/optical-lasers.md
- components/adq-digitizers.md
- components/adc-digitizers.md
- components/detector-motors.md
- Applications:
- applications/index.md
Expand Down
1 change: 1 addition & 0 deletions src/extra/components/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from .timepix import Timepix3 # noqa
from .las import OpticalLaserDelay # noqa
from .adq import AdqRawChannel # noqa
from .adc import AdcRawChannel
from .detector_motors import AGIPD1MQuadrantMotors, JF4MHalfMotors # noqa

# Also expose extra_data's components for multi-module detectors here
Expand Down
Loading
Loading