You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/quickstart.rst
+60-39Lines changed: 60 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ CRYO projections (MRC files).
9
9
aspire <command>
10
10
11
11
Running the ``aspire`` module as a script allows one to run different stages of the Cryo-EM data pipeline.
12
-
Substitute ``<command>`` with one of the available ``aspire`` commands. Use the ``-h`` flag to display all available commands.
12
+
Substitute ``<command>`` with one of the available ``aspire`` commands. Use ``aspire --help`` to display all available commands and ``aspire <command> --help`` to display configurable options for a particular ``<command>``.
13
13
14
14
Currently, the following operations can be run with ASPIRE:
15
15
@@ -28,73 +28,94 @@ For example, to run the command on sample data included in ASPIRE (a single ``sa
28
28
mkdir apple_output
29
29
aspire apple --mrc_path /path/to/aspire/data/sample.mrc --output_dir particles
30
30
31
-
Use the ``--help`` argument with the command to see the several options associated with this command.
31
+
2. Particle Extraction
32
+
######################
32
33
33
-
2. Simulation
34
-
#############
34
+
Given a dataset of full micrographs (``*.mrc`` file) and corresponding coordinate files containing the locations
35
+
of picked particles in the ``*.mrc``, the ``extract-particles`` command extracts the particles into one or more ``.mrcs``
36
+
stacks and generates a ``.star`` file.
35
37
36
-
The ``simulation`` command simulates a virtual particle made up of multiple gaussian blobs, generates of set of (noisy) images,
37
-
runs the ASPIRE pipeline to determine the estimated mean volume and estimated covariance on the mean volume,
38
-
and runs evaluations on these estimated quantities (against the `true` values which we know from the simulation).
0 commit comments