You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is free for academic use and please contact us for any commercial use.
A new Python implementation of BaSiC algorithm is BaSiCPy, with documentation on Pypi.
Usage
Demo
Download demo data examples from Dropbox and run matlab files under example folder.
ImageJ/Fiji Plugin
BaSiC is also available as a ImageJ/Fiji Plugin.
Installation instruction
Note: If you do not have Fiji installed on your computer, you can download it from Fiji website.
Install via Fiji Updater
Start Fiji and run the updater ("Help->Update Fiji")
Select the "Manage Update Sites" button at the bottom-left of the updater window
Scroll the list of available update sites to find "BaSiC" (Note: If you cannot find "BaSiC" in the list, select "Add Update Sites", Change the name field from default "New" to "BaSiC", set the URL field to https://sites.imagej.net/BaSiC/)
Check the box at the left of "BaSiC"
Select "Close"
Select "Apply Changes"
Restart Fiji. BaSiC should appear in the Plugins menu.
From now on, running the Fiji updater will also check for BaSiC updates, and install them if they are available.
Install manually
Please download BaSiC Plugin from this repository.
Copy “BaSiC_.jar” to the “$FIJIROOT/plugins” folder of your Fiji/ImageJ installation.
Copy all dependent jar files in the "Dependent" folder to your Fiji/ImageJ "$FIJIROOT/jars" directory.
make sure that in your Fiji/ImageJ "$FIJIROOT/jars" directory, there is only one version of each jar from the "Dependent" folder. Particularly, delete jtransforms-2.4.jar and replace it with our jtransform.jar.
Issues
If you have any issues concerning BaSiC, please report them in the Issues section of this GitHub repository and we will try to find a solution.