.. _program_tomo_import_particles: relion_tomo_import_particles ============================ This program imports a set of 3D coordinates and (optionally) Euler angles to construct a new :ref:`particle set `. The 3D coordinates can be provided either in one big .star file, or as a set of shorter files, one for each tomogram. If all the coordinates are provided as one .star file, it has to contain at least the following columns: - **rlnTomoName**: name of the tomogram to which a particle belongs. - **rlnCoordinate**: the 3D coordinates within that tomogram. If the input file also contains the particle angle columns **rlnAngle**, or any other column, they are also imported. In case the other format is chosen, then the input file only needs to contain the following columns: **rlnTomoName** and **rlnTomoImportParticleFile**. The latter column points to a set of files (one for each tomogram) that contain the coordinates (**rlnCoordinate**) and (optionally) angles (**rlnAngle**). Program arguments: ------------------ - ``--i``: Input ``.star`` file containing a set of particle coordinates or a set of names of files containing those. - ``--t``: Input :ref:`tomogram set ` which particles belong. - ``--o``: Output directory.