Problem solved !
many thanks to wayne for my 'first ij problem' resolution, this is
psychologically important for newbies like me ...
regards
> -----Message d'origine-----
> De : ImageJ Interest Group [mailto:
[hidden email]] De la
> part de Wayne Rasband
> Envoyé : samedi 1 avril 2006 00:11
> À :
[hidden email]
> Objet : Re: How to get stack base path
>
> > Is it possible to get the base directory from which IJ has
> imported an
> > image stack using import image sequence menu ?
> > I have already try to use ImagePlus.GetFileInfo.directory
> which return
> > empty string and ImagePlus.GetImageStack.GetProcessor
> > which do not provide any method or property to get path ?
>
> Use ImagePlus.getOriginalFileInfo().directory. ImageJ 1.37c
> fixes a bug that could cause getOriginalFileInfo() to return
> null for stacks created using File>Import>Image Sequence.
>
> -wayne
>