This commit is contained in:
2024-08-06 16:07:04 +02:00
parent 68c7bd7866
commit 9fb9595c83

View File

@ -108,12 +108,12 @@ def work(backend_address, accumulator_host, accumulator_port, visualisation_host
continue
double_pixels = results.get("double_pixels", "mask")
pedestal_name = metadata.get("pedestal_name", None)
jfdata.ensure_current_pixel_mask(pedestal_name)
double_pixels = results.get("double_pixels", "mask")
data = jfdata.process(image, metadata, double_pixels)
# the pedestal file is loaded in process(), this check needs to be afterwards