Differences between revisions 7 and 9 (spanning 2 versions)
Revision 7 as of 2006-11-09 21:14:42
Size: 1180
Editor: MikyungHan
Comment:
Revision 9 as of 2007-01-19 18:56:00
Size: 766
Editor: SteveLudtke
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
'''''Under Construction'''''
Line 4: Line 3:
 . proc2d
== This program performs various processing operations on images and sets of images (WARNING: auto normalization removed) ==
== Usage: ==
proc2d 3244.img start.hed invert apix=5 lp=18
'''GUI Programs'''
||[wiki:/Eman eman]||Image browser and tutorial interface||
||[wiki:/Boxer boxer]||Manual particle picking||
||[wiki:/CTFit ctfit]||CTF parameter determination and simulation||
||[wiki:/QSegment qsegment]||Interactive slice-by-slice 3D model segmentation||
||[wiki:/QIndex qindex]||2D crystal preprocessing and evaluation||
||[wiki:/HelixBoxer helixboxer]||Program for picking and evaluating non-square 'boxes'||
Line 9: Line 11:
proc2d start.hed start.hed invert inplace '''Refinement Programs'''
||[wiki:/Refine2D refine2d.py]||Make high-quality 2-D class-averages from stacks of raw particle images||
||[wiki:/Refine refine]||3-D model refinement||
||[wiki:/MultiRefine multirefine]||Simultaneous multiple model 3-D refinement||
Line 11: Line 16:
== Description ==
IMPORTANT NOTE: proc2d no longer automatically normalizes output images. Use the 'norm' or 'edgenorm' flag to re-enable this.

This program is used to perform a variety of generic 2D image processing tasks. Like all of the EMAN programs, it will read any supported file format. By default it outputs to an Imagic file although there are options to change this. Note that, by default, images are appended to the end of the output file if it already exists. All images in one file MUST have the same size. ie - if you try to copy 50x50 images to the end of a file that already contains 100x100 images, an error will result. Note the 'first=' and 'last=' options allow a subset of the input file to be processed. The 'inplace' keyword may be used to cause output images to overwrite the input images rather than being appended to the end of the file.
'''Utility Programs'''

EMAN1 Individual Programs

GUI Programs

[wiki:/Eman eman]

Image browser and tutorial interface

[wiki:/Boxer boxer]

Manual particle picking

[wiki:/CTFit ctfit]

CTF parameter determination and simulation

[wiki:/QSegment qsegment]

Interactive slice-by-slice 3D model segmentation

[wiki:/QIndex qindex]

2D crystal preprocessing and evaluation

[wiki:/HelixBoxer helixboxer]

Program for picking and evaluating non-square 'boxes'

Refinement Programs

[wiki:/Refine2D refine2d.py]

Make high-quality 2-D class-averages from stacks of raw particle images

[wiki:/Refine refine]

3-D model refinement

[wiki:/MultiRefine multirefine]

Simultaneous multiple model 3-D refinement

Utility Programs

EMAN1/Programs (last edited 2008-11-26 04:42:29 by localhost)