I am trying to register a stack of ~11,000 images using Register Virtual Stack Slices (RVSS).
I have “Shrinkage constrain” and “save transforms” checked. I am using “Translation” for the feature extraction model and the registration model.
After it finishes “Extracting features”, which takes a few hours, I get a “NotEnoughDataPointsException”:
mpicbg.models.NotEnoughDataPointsException: 0 data points are not enough to solve the Model, at least 1 data points required.
Does anyone know what causes this error? Is it a single picture, or multiple ones? If it’s just a couple images causing the problem, is it possible to handle the error by skipping the “bad” image instead of throwing an uncaught exception?
If there is a more appropriate way to register such a large stack of images, please let me know.