We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1428846 commit 13b2c79Copy full SHA for 13b2c79
src/aspire/commands/preprocess.py
@@ -79,7 +79,6 @@ def preprocess(
79
Preprocess the raw images and output desired images for future analysis
80
"""
81
# Create a source object for 2D images
82
- logger.info("This script preprocesses experimental CryoEM images")
83
logger.info(f"Read in images from {starfile_in} and preprocess the images.")
84
source = RelionSource(
85
starfile_in, data_folder, pixel_size=pixel_size, max_rows=max_rows
0 commit comments