To run cellfinder, use this general syntax
cellfinder -s signal_channel_images optional_signal_channel_images -b background_channel_images -o /path/to/output_directory -x 2 -y 2 -z 5 --orientation asl{% hint style="info" %}
All options can be found by running cellfinder -h
{% endhint %}
-sor--signal-planes-pathsPath to the directory of the signal files. Can also be a text file pointing to the files. There can be as many signal channels as you like, and each will be treated independently.bor--signal-planes-pathPath to the directory of the background files. Can also be a text file pointing to the files. This background channel will be used for all signal channels-oor--output-dirOutput directory for all intermediate and final results
{% hint style="warning" %} You must also specify the pixel sizes (see Specifying pixel size) and the orientation of your data. {% endhint %}
****
Only run parts of cellfinder
If for some reason you don't want some parts of cellfinder to run, you can use the following options. If a part of the pipeline is required by another part it will be run (i.e. --no-detection won't do anything unless --no-classification is also used). cellfinder will attempt to work out what parts of the pipeline have already been run (in a given output directory) and not run them again if appropriate.
--no-registrationDo not run registration--no-detectionDo not run cell candidate detection--no-classificationDo not run cell classification--no-analyseDo not not analyse and export cell positions--no-figuresDo not create figures (e.g. heatmap)
Figures options
Figures cannot yet be customised much, but the current options are here:
--heatmap-smoothingGaussian smoothing sigma, in um.--no-mask-figsDon't mask the figures (removing any areas outside the brain, from e.g. smoothing)
Performance, debugging and testing
--debugIncrease verbosity of statements printed to console and save all intermediate files.--n-free-cpusThe number of CPU cores on the machine to leave unused by the program to spare resources.--max-ramMaximum amount of RAM to use (in GB) - not currently fully implemented for all parts of cellfinder
Useful for testing or if you know your cells are only in a specific region
--start-planeThe first plane to process in the Z dimension--end-planeThe last plane to process in the Z dimension
Standard space options
--transform-allTransform all cell positions (including artifacts).
To change how the initial cell candidate detection performs, see Cell candidate detection.
To change how the cell candidate classification performs, see Cell candidate classification.
To change how the actual registration performs, see Registration parameters.
If you have used old versions of cellfinder, there may be some options you want to change in Historical options
__