opening multiple .ser files from FEI Tecnai

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

opening multiple .ser files from FEI Tecnai

Michael Elbaum
The TIA plugin opens .ser files produced by FEI's Tecnai software. It works well, but only opens a single file at a time. I'm wondering if anyone knows of a way to open a multiple selection or sequence of .ser images?
thanks in advance (tia),
Michael Elbaum

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: opening multiple .ser files from FEI Tecnai

Aryeh Weiss
On 12/30/14 1:16 AM, Michael Elbaum wrote:
> The TIA plugin opens .ser files produced by FEI's Tecnai software. It works well, but only opens a single file at a time. I'm wondering if anyone knows of a way to open a multiple selection or sequence of .ser images?
> thanks in advance (tia),
> Michael Elbaum
>
>

Hi Michael

You can write a short macro to loop through all of the files in a directory.
Here is a link to one sample that does this:
http://imagej.nih.gov/ij/macros/BatchConvert.txt

Check out getFileList.

You can use the macro recorder to record the command you use in order to
open your files, and then insert it into your macro, substituting a
string variable for the file name that was recorded.

You can contact me offlist if you need more info on this.

--aryeh

--
Aryeh Weiss
Faculty of Engineering
Bar Ilan University
Ramat Gan 52900 Israel

Ph:  972-3-5317638
FAX: 972-3-7384051

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html