FlyFISH allows to visualize images of the ADIR MFISH database. FlyFISH is written in python, the GUI is based on pyQt4, images are loaded and displayed with imread, qimage2ndarray. To work properly, FlyFISH requires:
- a xml description(DatabaseMFISH.xml) of the MFISH images database
- the database itself modified as previously described
root=et.parse('/home/simon/DatabaseMFISH.xml').getroot()
and the path to database top directory:
workdir="/home/simon/MFISH/"
The script was tested on ubuntu 12.04, to run faster, the image size was reduced on display:
No comments:
Post a Comment