Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
ToolBox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
ToolBox
Commits
16c03cd7
Commit
16c03cd7
authored
2 years ago
by
Laurent Mercadier
Browse files
Options
Downloads
Patches
Plain Diff
Fix docstring of digitizer_signal_description()
parent
648d4ee4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!212
Fix docstring of digitizer_signal_description()
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/changelog.rst
+1
-1
1 addition, 1 deletion
doc/changelog.rst
src/toolbox_scs/detectors/digitizers.py
+2
-4
2 additions, 4 deletions
src/toolbox_scs/detectors/digitizers.py
with
3 additions
and
5 deletions
doc/changelog.rst
+
1
−
1
View file @
16c03cd7
...
@@ -14,7 +14,7 @@ unreleased
...
@@ -14,7 +14,7 @@ unreleased
- **New Features**
- **New Features**
- Read signal description from Fast ADC and ADQ412 digitizers :mr:`209`
- Read signal description from Fast ADC and ADQ412 digitizers :mr:`209`
, :mr:`212`
1.6.0
1.6.0
-----
-----
...
...
This diff is collapsed.
Click to expand it.
src/toolbox_scs/detectors/digitizers.py
+
2
−
4
View file @
16c03cd7
...
@@ -994,10 +994,8 @@ def digitizer_signal_description(run, digitizer=None):
...
@@ -994,10 +994,8 @@ def digitizer_signal_description(run, digitizer=None):
Parameters
Parameters
----------
----------
proposal: int
run: extra_data.DataCollection
The proposal number
DataCollection containing the digitizer data.
runNB: int
The run number
digitizer: str or list of str (default=None)
digitizer: str or list of str (default=None)
Name of the digitizer: one in [
'
FastADC
'
, FastADC2
'
,
Name of the digitizer: one in [
'
FastADC
'
, FastADC2
'
,
'
ADQ412
'
,
'
ADQ412_2]
'
ADQ412
'
,
'
ADQ412_2]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment