Actions
Feature #8348
closedauto transfer and upload of diffraction movie series
Start date:
11/25/2019
Due date:
% Done:
0%
Estimated time:
Deliverable:
Description
Similar idea to rawtransfer.py for direct detector. In addition, these are uploaded into leginon database and converted to uniform crystallography compatible format.
Updated by Anchi Cheng about 4 years ago
works.
Usage: diffrtransfer.py [options] Options: -h, --help show this help message and exit --source_path=PATH Mounted parent path to transfer, e.g. --source_path=/mnt/microed --check_interval=CHECK_INTERVAL Seconds between checking for new data (Default 40 seconds) --no_wait Catch up upload without waiting for more images to come per series
For example:
nohup python diffrtransfer.py --source_path=/scope_mnt/microed_data
See Setup_movie_upload_with_diffrtransferpy for more details
See TIA_raw_data_conversion on how the data is converted.
Actions