Programmatically import stack and other dev questions ...

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

Programmatically import stack and other dev questions ...

Eddie Iannuccelli
hi,
I did not found a dedicated class to load a tif image sequence into an
ImagePlus object, I know how to open a stack in a window using
IJ.run("Image Sequence..."," open= etc but this technique does not
provide any object reference for further operations.
I am also looking for a way to display one or more stacks into a  JPanel
showing a single common scrollbar for all stacks, so before searching
into ImageJ code, does anyone did that ? :)))
Finally,I would like this multi stack JPanel to be able to import file
sequence for stack loading ;)
Regards

--
******************************************
Eddie Iannuccelli
Laboratoire de génétique cellulaire
INRA - Castanet Tolosan
Tel: 05 61 28 54 44 / Fax: 05 61 28 53 08
Reply | Threaded
Open this post in threaded view
|

Re: Programmatically import stack and other dev questions ...

Eddie Iannuccelli
Thanks Ben,
I will use this class to build the multi stack one

Regards

Ben Tupper a écrit :

>
> On Aug 2, 2007, at 6:38 AM, Eddie Iannuccelli wrote:
>
>> hi,
>> I did not found a dedicated class to load a tif image sequence into
>> an ImagePlus object, I know how to open a stack in a window using
>> IJ.run("Image Sequence..."," open= etc but this technique does not
>> provide any object reference for further operations.
>>
>
> Hi,
>
> I have been using the following adaptation suggested by Albert
> Cardona.   You might be able to tweak it to your needs.
>
> Cheers,
> Ben
>
>
>
>
>
> Ben Tupper
> Bigelow Laboratory for Ocean Science
> 180 McKown Point Road
> POB 475
> West Boothbay Harbor, ME 04575
>
>
>

--
******************************************
Eddie Iannuccelli
Laboratoire de génétique cellulaire
INRA - Castanet Tolosan
Tel: 05 61 28 54 44 / Fax: 05 61 28 53 08