Skip to content

findPixel checks for pixel index validity

Radek Privara requested to merge DetShift_index into DetShift

The DetectorModel::findPixel method checks for validity of pixel indices, using DetectorModel::isWithinPixelGrid, and throws an exception if the pixel is outside of the pixel grid.

Merge request reports