Actions
Bug #12823
closedReferenceCopier in rawtransfer.py needs to access permanent storage to both read image array and simple metadata
Start date:
06/06/2022
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 3.5
Show in known bugs:
No
Workaround:
Description
This is a problem when permanent storage is down. The rawtransfer.py becomes non-functional.
Updated by Anchi Cheng over 2 years ago
- Tracker changed from Feature to Bug
- Subject changed from option to perform frame associated references creation by reading local reference folder to ReferenceCopier in rawtransfer.py needs to access permanent storage to both read image array and simple metadata
- Description updated (diff)
- Assignee set to Anchi Cheng
- Affected Version set to Appion/Leginon 3.5
- Show in known bugs set to No
The first iteration of using an option to access the local cache does not work well because it would need to be coded on all modules that reads it, such as frame alignment script.
The second iteration modify leginondata.ImageData.getpath(). This works better.
Actions