Frequent issues / Frequently asked questions
Sections are gigantic when opened in ABBA
Most probably, your images are either not calibrated, or bio-formats cannot read the calibration. If you are using QuPath, you can override the pixel size in QuPath BEFORE opening the project in Fiji’s ABBA plugin, or, if your files are not pyramidal, you can convert your files to pyramidal OME-Tiff by using Kheops and set the correct voxel size in the conversion process.
I only have hemi-brain sections. Can I use ABBA ?
Yes, you can restrict the registration to a certain rectangular region of interest. Please have a look at this question and the answer just below. Also, there is the possibility to virtually mirror the hemi-section (check point 3). You can then register the whole ‘virtual section’, and remove the virtual extra half at the end.
I can’t start any elastix registrations
Either the elastix executable file location is not set, or you are missing a library, or you are missing some access rights. The installation of external dependencies on multiple OS is pain. To narrow down the issue, you can try to execute this groovy script in Fiji (video of how it should look here). If this did not help you solve the issue, please report the problem in the forum by using Help > ABBA - Ask for help in the forum.
I cannot see any image after I import my Qupath project
It could be because the slices are invisible by default (for faster loading). Select all the slices in the table and click on the header line to make them visible, as well as the channels you want to see, and increase the contrast if necessary. There is a step by step documentation accessible here, check from slice 53 for the display options.
I want to use another atlas than the ones available
The atlases currently available are:
depending on your installation, all BrainGlobe atlases
There are other atlases, of course, but adding them in ABBA still requires some work because there is no unified way of accessing labels, properties and hierarchical structure (unless it is implemented within BrainGlobe). This is an effort I can make, but there needs to be:
several users needing it - and you can do your request through ABBA
Help > ABBA - Give your feedbackIf not implemented in BrainGlobe, the atlas data need to be publicly accessible and shareable. I need to be allowed to repackage it in a different file format and make it accessible through Zenodo like the other ones.
ABBA can’t swallow all atlases, there are a number of atlases which consists of well annotated 2d sections, but which are not fully 3D. Such atlases can’t be used within ABBA.
I need time.
There’s also a script that allows to create a fake atlas from an image, but no ontology is imported.
Check also this forum post if you want to do modifications to the original Allen Brain CCFv3 atlas.
I can’t open my state file anymore
This issue occurred many times. In most cases, the state can be recovered by editing the ABBA state file(s). Here are the various causes of the issue:
files being moved around (or drive letter being changed) (post)
entries being deleted from QuPath project after an ABBA state was created (post)
Bio-Formats memoization storing the absolute file path of an old location
before ABBA v0.5, the abba state was stored in three different files. Any of them missing was a problem
Any project created after ABBA v0.5+ will be less susceptible to these issues:
an ABBA state is not split in three files anymore, but stored in a zipped file with an
.abbaextension. This also allows to remove some absolute path.when required, the absolute path is written as few times as possible, and there’s a mechanism that ask users to update their files if their location is not valid anymore.
if an entry is removed in QuPath, the state file can nonetheless be opened in ABBA.
You should still fix first your file location in QuPath before fixing the QuPath project path in ABBA
Side note: the new state mechanism allow to share much more easily a registration between collaborators, or even with a publication. A few changes in file path, and you’re done.