@@ -14,7 +14,7 @@ Substitute ``<command>`` with one of the available ``aspire`` commands. Use the
1414Currently, the following operations can be run with ASPIRE:
1515
16161. Particle-Picking
17- *******************
17+ ###################
1818
1919The ``apple `` command takes in a folder of one or more ``*.mrc `` files, picks particles using the Apple-Picker algorithm described at
2020:cite: `DBLP:journals/corr/abs-1802-00469 `, and generates ``*.star `` files, one for each ``*.mrc `` file processed, at an output folder location.
@@ -31,7 +31,7 @@ For example, to run the command on sample data included in ASPIRE (a single ``sa
3131 Use the ``--help `` argument with the command to see the several options associated with this command.
3232
33332. Simulation
34- *************
34+ #############
3535
3636The ``simulation `` command simulates a virtual particle made up of multiple gaussian blobs, generates of set of (noisy) images,
3737runs the ASPIRE pipeline to determine the estimated mean volume and estimated covariance on the mean volume,
@@ -45,7 +45,7 @@ Use the ``--help`` argument to look for configurable options. You can select the
4545the resolution of the (square) images generated etc.
4646
47473. Reconstructing a mean volume with covariance
48- ***********************************************
48+ ###############################################
4949
5050The ``cov3d `` command takes in a ``*.star `` file, processes the images (``*.mrcs `` files) found in the starfile, and runs the ASPIRE pipeline
5151to determine the estimated mean volume and estimated covariance on the mean volume. No results are saved currently, but this command is
@@ -68,7 +68,7 @@ For example, to run the command on a sample data included in ASPIRE:
6868Use the ``--help `` argument to look for configurable options.
6969
70704. Crop a set of projections
71- ****************************
71+ ############################
7272
7373The ``crop `` command crops a stack of projections of an mrc file to squares of a given size (in pixels). For example,
7474
@@ -80,9 +80,24 @@ The ``crop`` command crops a stack of projections of an mrc file to squares of a
8080
8181 This command will crop images found in `demo.mrc ` to images of size 42x42, in debug mode and with maximum verbosity.
8282
83+ 5. Estimate Contrast Transfer Function
84+ ######################################
85+
86+ The ``estimate-ctf `` command estimates the CTF from experimental data and returns the CTF as a mrc file. For example,
87+
88+ .. code-block :: console
89+
90+ python -m aspire estimate-ctf --data_folder path_to_input_data_folder
91+
92+ .. note ::
93+
94+ This command expects data files are in the directory prescribed by ``--data_folder ``,
95+ and will process all files with the extension ``.mrc `` and ``.mrcs `` contained there.
96+ This command will output mrc files to a ``--output_dir ``, set to ``./results `` by default.
97+
8398
8499Arguments, options and flags
85- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
100+ ############################
86101
87102- **Arguments ** are mandatory inputs.
88103 For example, when running 'compare' command, you must provide 2 MRC files to compare.
0 commit comments