Project

General

Profile

Setup movie upload with diffrtransferpy » History » Version 2

Anchi Cheng, 04/29/2020 07:21 PM

1 1 Anchi Cheng
h1. Setup movie upload with diffrtransferpy
2
3
leginon/diffrtransfer.py is used to convert raw binary files from TIA to smv format that is more familiar to crystallography community and upload them to leginon database to be viewed through myamiweb.  This is set up similarly to rawtransfer.py that is used to transfer direct detector frame movies.
4
5
<pre>
6
python diffrtransfer.py
7
Usage: diffrtransfer.py [options]
8
9
Options:
10
  -h, --help                       show this help message and exit
11
  --source_path=PATH    Mounted parent path to transfer, e.g. --source_path=/mnt/microed
12
  --check_interval=CHECK_INTERVAL
13
                                        Seconds between checking for new data
14 2 Anchi Cheng
  --no_wait                       optional flag: Catch up upload without waiting for more images to come per series
15 1 Anchi Cheng
16
</pre>
17
18
1. Mount fei.cfg on microscope PC TIA_EXPORTED_DATA_NETWORK_DIR on your linux host where diffrtransfer.py will be run from.  This mounted point is --source_path
19
2. The default check_interval is 40 seconds.
20
3. The script needs access to the same libraries leginon needs as well as the database.  It is therefore easiest to run as root on the leginon processing host.