Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pycalibration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor 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
pycalibration
Commits
e7564ff5
Commit
e7564ff5
authored
11 months ago
by
Philipp Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
(fixup) Move ShimadzuHPVX2Conditions to calcat_interface2
parent
3a8e6141
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/cal_tools/calcat_interface2.py
+10
-0
10 additions, 0 deletions
src/cal_tools/calcat_interface2.py
src/cal_tools/shimadzu.py
+1
-11
1 addition, 11 deletions
src/cal_tools/shimadzu.py
with
11 additions
and
11 deletions
src/cal_tools/calcat_interface2.py
+
10
−
0
View file @
e7564ff5
...
@@ -837,3 +837,13 @@ class DSSCConditions(ConditionsBase):
...
@@ -837,3 +837,13 @@ class DSSCConditions(ConditionsBase):
"
Offset
"
:
_params
,
"
Offset
"
:
_params
,
"
Noise
"
:
_params
,
"
Noise
"
:
_params
,
}
}
@dataclass
class
ShimadzuHPVX2Conditions
(
ConditionsBase
):
burst_frame_count
:
float
calibration_types
=
{
'
Offset
'
:
[
'
Burst Frame Count
'
],
'
DynamicFF
'
:
[
'
Burst Frame Count
'
],
}
This diff is collapsed.
Click to expand it.
src/cal_tools/shimadzu.py
+
1
−
11
View file @
e7564ff5
from
dataclasses
import
dataclass
from
dataclasses
import
dataclass
from
cal_tools.calcat_interface2
import
ConditionsBase
from
cal_tools.calcat_interface2
import
ShimadzuHPVX2Conditions
@dataclass
class
ShimadzuHPVX2Conditions
(
ConditionsBase
):
burst_frame_count
:
float
calibration_types
=
{
'
Offset
'
:
[
'
Burst Frame Count
'
],
'
DynamicFF
'
:
[
'
Burst Frame Count
'
],
}
class
ShimadzuHPVX2
:
class
ShimadzuHPVX2
:
...
...
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