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
7c63afde
Commit
7c63afde
authored
4 years ago
by
Rafael Gort
Committed by
Martin Teichmann
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixed bug when processing module number 0
parent
000d0270
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!98
WIP: Separate digitizers from XGM, assign absolute pulse ID to XGM and digitizers data
,
!87
Introduce package structure, generalized binning principle, ...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/toolbox_scs/detectors/dssc.py
+1
-1
1 addition, 1 deletion
src/toolbox_scs/detectors/dssc.py
with
1 addition
and
1 deletion
src/toolbox_scs/detectors/dssc.py
+
1
−
1
View file @
7c63afde
...
...
@@ -196,7 +196,7 @@ class DSSCBinner:
log
.
info
(
f
'
Process
{
chunksize
}
trains per chunk
'
)
mod_list
=
modules
if
any
(
mod_list
)
is
False
:
if
len
(
mod_list
)
==
0
:
mod_list
=
[
i
for
i
in
range
(
16
)]
n_jobs
=
len
(
mod_list
)
...
...
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