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

NB color LUT #16

Closed Marc-Demoustier closed 4 months ago

Marc-Demoustier commented 5 months ago

In the number & brightness analysis, these type of lines are frequently used:

IJ.run(impNum, "Cyan Hot", ""); // apply LUT

It does work once it's run through the plugin using Fiji but these lines crash if it's ran through ImageJ. Need to find a way to keep the same output as before while making it work with both ImageJ and Fiji.