There was an error while loading. Please reload this page.
1 parent 5d1219f commit 6a3e997Copy full SHA for 6a3e997
1 file changed
src/aspire/source/relion.py
@@ -43,7 +43,8 @@ def __init__(
43
:param data_folder: Path to folder w.r.t which all relative paths to .mrcs files are resolved.
44
If None, the folder corresponding to filepath is used.
45
:param pixel_size: The pixel size of the images in angstroms. By default, pixel size is
46
- populated from the STAR file if relevant metadata fields exist.
+ populated from the STAR file if relevant metadata fields exist. If not found in metadata,
47
+ pixel_size must be provided.
48
:param B: the envelope decay of the CTF in inverse square angstrom (Default 0)
49
:param n_workers: Number of threads to spawn to read referenced .mrcs files (Default -1 to auto detect)
50
:param max_rows: Maximum number of rows in STAR file to read. If None, all rows are read.
0 commit comments