Login  Register

Re: Accessing LUTs folder on Mac OSX

Posted by dscho on Jul 29, 2011; 8:00am
URL: http://imagej.273.s1.nabble.com/Accessing-LUTs-folder-on-Mac-OSX-tp3683707p3683708.html

Hi Colin,

On Thu, 28 Jul 2011, Colin Rickman wrote:

> I'm trying to access the LUTs folder through Image>Color>Edit Lut>Open
> but cannot gain access to the folder. The LUT folder is visible right
> clicking on the FIJI icon in applications and selecting Show Package
> Contents but this is not possible from within the Open Lut dialog box.
> The same problem exists for the plugins folder. I don't want to move
> them in case that stops the built in updater.

This macro might help:

-- snip --
call('ij.io.OpenDialog.setDefaultDirectory', getDirectory('luts'));
run('LUT...');
-- snap --

Just hit '{' in Fiji to open the Script Editor, paste the macro, select
Language>ImageJ Macro and then Run>Run it.

Ciao,
Johannes