Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
WIP #46 checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
gwbischof committed Feb 7, 2020
1 parent b41f5ad commit 39e1d67
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions user/lambda_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def lambda_test(num_iter=1,
break

file_name = f"{sample_prefix}{dm_pars.ARun_number.get():03.0f}_{sample_name}_{sample_suffix}_{i+1:03.0f}"
# yield from movesample()
yield from movesample()

lambdadet.qmap_file='richards202002_qmap_Lq0_S270_D54.h5'

Expand All @@ -53,8 +53,10 @@ def lambda_test(num_iter=1,
acquire_time=acquire_time, acquire_period=acquire_period,
num_images=num_images, file_name=file_name,
submit_xpcs_job=analysis_true_false,
atten=None, path='/home/8-id-i/2020-1/richards202002/',
atten=None, path='/home/8-id-i/2020-1/bluesky/',
md={"sample_name": sample_name})
logger.info("diagnostic sleep")
yield from bps.sleep(2) # diagnostic
logger.info("-"*20 + " end of acquire")

bec.enable_baseline()
Expand Down

0 comments on commit 39e1d67

Please sign in to comment.