/** * ------------------------------------ * Okolab Data Import - ImageJ Plugin * (c) Okolab S.r.l. * ------------------------------------ * This plugin adds a label on every slice of an images-stack. * The labels concern datas imported from Okolab Smartbox: * - timestamp * - value of a variable of interest at the above timestamp * * Setup: Copy the Okolab_Data_Import.class file to the ImageJ/Plugins folder. * Go to Help->Refresh Menus or (better) restart ImageJ. * * Usage: Open the image sequence (File->Import->Image sequence) and then call * this plugin (Plugins->Okolab_Data_Import). * Then select a csv data file (exported from SmartBox) in the options * dialog that appears. * If you specify input from datetime file you must also select a * datetime file. * * Info: The csv data file is exported by the Okolab SmartBox (this plugin * auto-detect the csv separator character selected in Smartbox). * * The datetime file (when used) must have a number of lines that matches * the number of images in the sequence. Every line must have a date-time * value in ISO-format (yyyy-mm-dd hh:mm:ss). * The first value concerns the first image of the sequence, the second * value concerns the second image an so on... * */