Differences between revisions 2 and 3
Revision 2 as of 2007-02-09 20:52:03
Size: 909
Editor: bcm148-114
Comment:
Revision 3 as of 2008-11-26 04:42:28
Size: 909
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

lstcat.py

  • Generates a 'lst' file from a set of input image stacks

Usage

  • lstcat.py <output> <input>...

Parameters

  • <output>

    Output file, MUST BE SPECIFIED FIRST

    <input>...

    Input file(s), may be images of any type

    Typical usage: lstcat.py start.lst orig.1.hed orig.2.hed orig.3.hed

Description

This is a simple program which will generate a 'lst' file which concatenates a set of image files. A 'lst' file is a text file containing pointers to images in other files. This allows you to generate files with subsets of other files without making an actual copy of the data. This mechanism is used by 'refine' in generating the 'cls' files, for example. The 'lst' files are text files that can be edited by the user. EMAN will treat them as if they actually contained the referenced images.


EMAN Manual page, generated Mon Jan 8 17:35:59 2007

LstCat (last edited 2008-11-26 04:42:28 by localhost)