290291292293294295296
@Override public Detector extract(Element detectorElement) throws IOException, EPQException { int channels = extractChannels(detectorElement); return new BackscatteredElectronRadialDetector(channels); }