Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
calng
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
calibration
calng
Commits
ce294243
"README.md" did not exist on "303cb7266ae63ae52b95af805eb98f1b727fe105"
Commit
ce294243
authored
2 years ago
by
David Hammer
Browse files
Options
Downloads
Patches
Plain Diff
Fix up GH2 correction
parent
655562fd
No related branches found
No related tags found
3 merge requests
!29
Always use 352 memory cells for SlopesFF for AGIPD
,
!26
Add CPU kernels for some big detectors
,
!21
Draft: small JF tweaks from HED installation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/calng/corrections/Gotthard2Correction.py
+4
-1
4 additions, 1 deletion
src/calng/corrections/Gotthard2Correction.py
with
4 additions
and
1 deletion
src/calng/corrections/Gotthard2Correction.py
+
4
−
1
View file @
ce294243
...
...
@@ -33,6 +33,9 @@ class CorrectionFlags(enum.IntFlag):
class
Gotthard2CpuRunner
(
base_kernel_runner
.
BaseKernelRunner
):
_gpu_based
=
False
_xp
=
np
def
__init__
(
self
,
pixels_x
,
...
...
@@ -69,7 +72,7 @@ class Gotthard2CpuRunner(base_kernel_runner.BaseKernelRunner):
self
.
processed_data
=
None
# will just point to buffer we're given
@property
def
input
_data_views
(
self
):
def
preview
_data_views
(
self
):
return
(
self
.
input_data
,
self
.
processed_data
)
def
load_data
(
self
,
image_data
,
input_gain_stage
):
...
...
This diff is collapsed.
Click to expand it.
David Hammer
@hammerd
mentioned in commit
eef8fa4e
·
2 years ago
mentioned in commit
eef8fa4e
mentioned in commit eef8fa4e40fd52a930e236db2c9158966de07ef4
Toggle commit list
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