Feature #2334
closedrawtransfer.py
0%
Description
a script to transfer raw frames from the camera PC to the file server.
Updated by Anchi Cheng over 11 years ago
r17575 matches the raw frame path change in appion DD frame processing
Updated by Jim Pulokas over 11 years ago
- Status changed from New to In Code Review
- Assignee set to Anchi Cheng
r17617: saves frame path in SessionData when session is created. rawtransfer.py will now look at the value in the database. Other code that uses getRawFrameSessionPathFromImagePath can now look at the database instead.
Updated by Jim Pulokas over 11 years ago
Anchi, do you think this takes into account everything we will encounter:
r17706 does a better job of replacing "leginon" with "frames". It should be able to handle any mix of path components and the only assumption is that only the deepest "leginon" should be replaced in the case of multiple "leginon" dirs in the path. For example, "/aaa/leginon/bbb/leginon/ccc/" will only replace the last "leginon" to become "/aaa/leginon/bbb/frames/ccc".
Updated by Anchi Cheng over 11 years ago
- Status changed from In Code Review to In Test
Jim, Looks fine.
Updated by Anchi Cheng about 11 years ago
r17846 makes the environment setting into options so that I could add more
--method=METHOD method to transfer, e.g. --method=mv --source_path=PATH Mounted parent path to transfer, e.g. --source_path=/mnt/ddframes
Updated by Anchi Cheng almost 11 years ago
- Target version set to Appion/Leginon 3.0.0