Projet lipase porté par vvie
Go to file
Guillaume Raffy e6217b38a3 Added 2 menu plugins that allow the user to interactively use lipase
The 2 available plugins are:
- Define Raw Images Root: this plugin allows the user to tell lipase where the raw images are stored
- Estimate White: this plugin allows the user to trigger the computation of a white image estimate for the given sequence and the given channel (the sequence id an the channel ids are currently hardcoded but it is of course planned to make it user selectable)

These changes involved quite a lot of work:
- added the support of a lipase user settings file to store user dependent things such as the location of the lipase raw images (to allow the user to use lipase plugins without having to specify the raw images locations again an again)
- investigations on how to make different lipase plugins use a common lipase library: the library is packagesd into a jar file placed in Fiji/jars/lib, while the plugins (menu items) are placed into Fiji/plugins directory
- investigations on fiji script parameters (for plugins input output)
2019-09-26 10:25:02 +02:00
scripts Added 2 menu plugins that allow the user to interactively use lipase 2019-09-26 10:25:02 +02:00
src Added 2 menu plugins that allow the user to interactively use lipase 2019-09-26 10:25:02 +02:00
tests fixed errors detected by pylint 2019-09-18 12:34:52 +02:00
.gitignore started to translate matlab telemosToolbox's preprocessing functions into jython so that they can benefit from fiji framework 2019-07-17 16:56:05 +02:00
Jenkinsfile started to translate matlab telemosToolbox's preprocessing functions into jython so that they can benefit from fiji framework 2019-07-17 16:56:05 +02:00
LICENSE Initial commit 2019-03-07 10:22:51 +01:00
Makefile added basic jenkins file to automate the build of hello 2019-03-07 10:56:01 +01:00
README.md added modifications made on 09/04/2019 2019-07-16 11:12:39 +02:00

README.md

lipase

An image processing software suite for the project lipase (Véronique Vié, Institut de Physique de Rennes)

This software suite is developed as a python script for fiji (an image processing package based on imageJ).

What it does

As the development is at its early stages, it does not much at the moment:

  • loads a sequence of images into fiji in the form of an hyperstack (5d images : width, height, depth, channels, time)

How to use

  1. make sure that fiji is installed on your computer. If not, get it from https://fiji.sc/
  2. make sure that fiji has the IJ-OpenCV-plugins
    • in Fiji, select the Help->Update... menu item
    • in the Manage update sites window, tick the IJ-OpenCV-plugins (URL = http://sites.imagej.net/IJ-OpenCV/) if it's not ticked.
    • click the close button of the Manage update sites window
    • click "Apply changes" button in the ImageJ Updater window
    • wait until the plugins are installed, then restart fiji
  3. launch fiji
  4. from fiji, click on File->new->script... The script window should appear.
  5. with the script window selected, choose the File->open... menu item.
  6. from the file browser that just appeared, locate and choose the file lipase.py from this repository, then click Open. You should see the script lipase.py appear in the script window
  7. The script is executed when you click on the script editor's run button.

Notes

http://imagejdocu.tudor.lu/doku.php?id=plugin:analysis:microscope_image_correlation_spectroscopy:start