e2tiltseries

usage: prog [options] --stackname myfile.hdf <image1> <image2> <image3> ...
	This program will combine many image files into a single output file.

	If the output name has a ".lst" extension:
	the output is a formatted text file, one line per image, describing the file containing the actual
	image data in a searchable form. .lst files can be used as if they conatined actual images in any
	EMAN2 programs.

	If the output is a normal image file (.hdf, .spi, etc.) then the images will be copied into the
	output file sequentially in the order provided on the command-line. Some file formats will not
	support multiple images, or multiple volumes. Appropriate errors will be raised in these cases.
	HDF is the only format supporting full metadata retention for stacks of images or volumes.

	The output file will be emptied and overwritten!
	

Option Type Description
--version None show program's version number and exit
--output str Name of the output stack to build (including file extension).
--tilts None Write results to 'tiltseries' directory in current project.
--rawtlt str Name of tilt angles text file.\nNote, angles must correspond to stack file names in alphabetical/numerical order.
--ppid int Set the PID of the parent process, used for cross platform PPID
--verbose, -v int verbose level [0-9], higner number means higher level of verboseness