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
309df7f8
Commit
309df7f8
authored
3 years ago
by
David Hammer
Browse files
Options
Downloads
Patches
Plain Diff
Removing fields required by old manager
parent
36b204df
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!12
Snapshot: field test deployed version as of end of run 202201
,
!3
Base correction device, CalCat interaction, DSSC and AGIPD devices
,
!1
WIP: Add DSSC device
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Correction/dssc_correction.py
+0
-18
0 additions, 18 deletions
src/Correction/dssc_correction.py
with
0 additions
and
18 deletions
src/Correction/dssc_correction.py
+
0
−
18
View file @
309df7f8
...
...
@@ -363,24 +363,6 @@ class DsscCorrection(calibrationBase.CalibrationReceiverBaseDevice):
.
commit
(),
)
# stuff from typical calPy that we don't use right now
# Included to avoid errors due to unexpected configuration from init device
STRING_ELEMENT
(
expected
).
key
(
"
sourceInfix
"
).
displayedName
(
"
[Disabled]
"
).
assignmentOptional
().
defaultValue
(
""
).
commit
()
UINT32_ELEMENT
(
expected
).
key
(
"
maxGPUHandlesInFlight
"
).
displayedName
(
"
[Disabled]
"
).
assignmentOptional
().
defaultValue
(
35
).
commit
()
VECTOR_UINT32_ELEMENT
(
expected
).
key
(
"
gainMapping
"
).
displayedName
(
"
[Disabled]
"
).
assignmentOptional
().
defaultValue
([]).
commit
()
BOOL_ELEMENT
(
expected
).
key
(
"
dontProcess
"
).
displayedName
(
"
[Disabled]
"
).
assignmentOptional
().
defaultValue
(
False
).
reconfigurable
().
commit
()
def
__init__
(
self
,
config
):
self
.
_dict_cache
=
{
k
:
config
.
get
(
k
)
for
k
in
self
.
_dict_cache_slots
}
super
().
__init__
(
config
)
...
...
This diff is collapsed.
Click to expand it.
David Hammer
@hammerd
mentioned in commit
3566342d
·
2 years ago
mentioned in commit
3566342d
mentioned in commit 3566342d031db1bb435b6430f100afdbaaa6c4bf
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