Skip to content
Snippets Groups Projects
Commit d817c8c1 authored by Philipp Schmidt's avatar Philipp Schmidt
Browse files

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
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment