Accessing LUTs folder on Mac OSX

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Accessing LUTs folder on Mac OSX

Colin Rickman-3
Hi

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.

How do people get around this?

Thanks

Colin

Dr Colin Rickman
Life Science Interface
Department of Chemistry (WP 2.03)
School of Engineering and Physical Sciences
Heriot-Watt University
Edinburgh
EH14 4AS

Tel: +44 131 4514193 (Office)

http://www.lifescienceinterface.hw.ac.uk
http://www.eps.hw.ac.uk/departments/chemistry/cr.htm
Reply | Threaded
Open this post in threaded view
|

Re: Accessing LUTs folder on Mac OSX

dscho
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
Reply | Threaded
Open this post in threaded view
|

Re: Accessing LUTs folder on Mac OSX

lechristophe
In reply to this post by Colin Rickman-3
Hi,

My suggestion is to create aliases for the folders that are inside Fiji and
place them next to the Fiji.app in a "Fiji" folder, to get something similar
to ImageJ. You can do that by opening the package and drag/drop the folders
while pressing the cmd + alt keys. Then you can use these aliases in the
open dialogs.

Christophe

On Thu, Jul 28, 2011 at 22:01, Colin Rickman <[hidden email]> wrote:

> Hi
>
> 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.
>
> How do people get around this?
>
> Thanks
>
> Colin
>
> Dr Colin Rickman
> Life Science Interface
> Department of Chemistry (WP 2.03)
> School of Engineering and Physical Sciences
> Heriot-Watt University
> Edinburgh
> EH14 4AS
>
> Tel: +44 131 4514193 (Office)
>
> http://www.lifescienceinterface.hw.ac.uk
> http://www.eps.hw.ac.uk/departments/chemistry/cr.htm
>
Reply | Threaded
Open this post in threaded view
|

Re: *** GMX Spamverdacht *** Re: Accessing LUTs folder on Mac OSX

dscho
In reply to this post by dscho
Hi Colin,

On Fri, 29 Jul 2011, Colin Rickman wrote:

> Thanks. Can that be run from the Edit Lut option from the composite
> image edit box to apply a LUT to a specific channel?

Only if you use tricks requiring the use of Java.

Ciao,
Johannes