Biophysical-Fluorescence-Laboratory / Imaging_FCS

Imaging_FCS is a basic ImageJ plugin to calculate and view spatio-temporal correlation functions from 16 bit gray tiff stack files.
https://www.dbs.nus.edu.sg/lab/BFL/imfcs_image_j_plugin.html
0 stars 1 forks source link

Rewrite Java Code #5

Open Marc-Demoustier opened 7 months ago

Marc-Demoustier commented 7 months ago

The current state of the Java code is too complicated, too long in one file, and with a lot of repetition and dead code. We need to make a clear separation in the code while making it simpler to help developer working on this plugin.

We can design it in a Model View Controller style.