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 423460d commit d90b585Copy full SHA for d90b585
src/murfey/util/config.py
@@ -207,9 +207,9 @@ class MachineConfig(BaseModel):
207
upstream_data_directories: list[Path] = Field(
208
default=[],
209
description=(
210
- "List of file paths on other instruments for Murfey to look for the current "
211
- "visit under. This is primarily used for multi-instrument workflows that "
212
- "use processed data from other instruments as input."
+ "List of full paths to folders on other machines for Murfey to look for the "
+ "current visit in. This is primarily used for multi-instrument workflows "
+ "that use processed data from other instruments as input."
213
),
214
)
215
upstream_data_download_directory: Optional[Path] = Field(
0 commit comments