forked from 3dem/relion
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
import_tomograms and import_particles documented
- Loading branch information
Jasenko Zivanov
committed
Nov 19, 2020
1 parent
8e03aee
commit 0a29244
Showing
2 changed files
with
59 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>Import Particles</title> | ||
<link rel="stylesheet" href="../style.css"> | ||
</head> | ||
|
||
<body> | ||
<h1><tt>relion_tomo_import_particles</tt></h1> | ||
|
||
<p>This program imports a set of 3D coordinates and (optionally) Euler angles to construct a new <a href="../data_types/particle_set.html">particle set</a>. The 3D coordinates can be provided either in one big .star file, or as a set of shorter files, one for each tomogram.</p> | ||
|
||
<p>If all the coordinates are provided as one .star file, it has to contain at least the following columns:</p> | ||
|
||
<ul> | ||
<li><tt><b>rlnTomoName</b></tt>: name of the tomogram to which a particle belongs.</li> | ||
<li><tt><b>rlnCoordinate<X/Y/Z></b></tt>: the 3D coordinates within that tomogram.</li> | ||
</ul> | ||
|
||
<p>Optionally, the file may also contain the particle angles: <tt><b>rlnAngle<Rot/Tilt/Psi></b></tt></p> | ||
|
||
<p>In case the other format is chosen, then the input file only needs to contain the following columns: <tt><b>rlnTomoName</b></tt> and <tt><b>rlnTomoImportParticleFile</b></tt>. The latter column points to a set of files (one for each tomogram) that contain the coordinates (<tt><b>rlnCoordinate<X/Y/Z></b></tt>) and (optionally) angles (<tt><b>rlnAngle<Rot/Tilt/Psi></b></tt>)</p> | ||
|
||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters