We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb3ad7 commit f6fe8b3Copy full SHA for f6fe8b3
src/nectarchain/makers/core.py
@@ -174,7 +174,6 @@ class EventsLoopNectarCAMCalibrationTool(BaseNectarCAMCalibrationTool):
174
help="camera for which the data will be processed",
175
default_value="NectarCAMQM",
176
allow_none=False,
177
- read_only=True,
178
).tag(config=True)
179
180
output_path = Path(
src/nectarchain/user_scripts/ggrolleron/load_wfs_compute_charge.py
@@ -118,6 +118,7 @@ def main(
118
):
119
# print(kwargs)
120
run_number = kwargs.pop("run_number")
121
+ camera = kwargs.pop("camera")
122
max_events = kwargs.pop("max_events", [None for i in range(len(run_number))])
123
if max_events is None:
124
max_events = [None for i in range(len(run_number))]
0 commit comments