Skip to content

Commit

Permalink
DOC suggest an empty string for QMAP file.
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian authored Oct 17, 2024
1 parent a8d9699 commit 6a52e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instrument/plans/mesh_plans.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"analysisMachine": "amazonite",
"area_det_name": "eiger4M",
"description": "Demonstrate XPCS mesh and DM workflow.",
"QMAP_file": "/path/to/qmap/file.hdf5",
"QMAP_file": "",
"smooth": "sqmap",
"title": "RENAME_XPCS_MESH", # keep this short, single-word
}
Expand Down

0 comments on commit 6a52e38

Please sign in to comment.