Fix Camera::getDetectorModel segfault
Dumb mistake, a comma was missing.
"Generator",
"Generator Prefetched"
^^^ where is the comma?
"Loader",
"Loader Prefetched"};
Consequently DetectorModel[4]
was not properly initialized for the last value in the array which happens to be the Loader Prefetched
...