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
d817c8c1
Commit
d817c8c1
authored
5 months ago
by
Philipp Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
Fix some existing and add more LPD condition defaults
parent
e4a081dc
No related branches found
No related tags found
1 merge request
!1089
[LPD] Add parallel gain support to CalibrationData v2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/cal_tools/calcat_interface2.py
+4
-4
4 additions, 4 deletions
src/cal_tools/calcat_interface2.py
with
4 additions
and
4 deletions
src/cal_tools/calcat_interface2.py
+
4
−
4
View file @
d817c8c1
...
@@ -946,12 +946,12 @@ class AGIPDConditions(ConditionsBase):
...
@@ -946,12 +946,12 @@ class AGIPDConditions(ConditionsBase):
@dataclass
@dataclass
class
LPDConditions
(
ConditionsBase
):
class
LPDConditions
(
ConditionsBase
):
sensor_bias_voltage
:
float
sensor_bias_voltage
:
float
=
250.0
memory_cells
:
int
memory_cells
:
int
=
512
memory_cell_order
:
Optional
[
str
]
=
None
memory_cell_order
:
Optional
[
str
]
=
None
feedback_capacitor
:
float
=
5.0
feedback_capacitor
:
float
=
5.0
source_energy
:
float
=
9.
2
source_energy
:
float
=
9.
3
category
:
int
=
1
category
:
int
=
0
pixels_x
:
int
=
256
pixels_x
:
int
=
256
pixels_y
:
int
=
256
pixels_y
:
int
=
256
parallel_gain
:
bool
=
False
parallel_gain
:
bool
=
False
...
...
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