Skip to content

Commit

Permalink
Resolve existing TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian authored Oct 17, 2024
1 parent cf07a87 commit a8d9699
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/instrument/plans/mesh_plans.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,12 @@ def wait_daq_image_file_upload(
full_file_name,
period=60 * SECOND,
):
"""Wait for image file to be uploaded by DAQ."""
# TODO: Did the DAQ see that the detector image file write was complete?
# Check metadata catalog and find the file.
# HOWTO check the metadata catalog?
"""
Wait for image file to be uploaded by DAQ.
Check metadata catalog and find the file.
"""
# TODO: Hoist to apstools?
dm_file_cat_api = dm_api_filecat()
_pre = dm_experiment["storageDirectory"]
_file = full_file_name.lstrip(_pre).lstrip("/")
Expand Down

0 comments on commit a8d9699

Please sign in to comment.