Frame capture to network drive
Added by cameron kennedy over 8 years ago
Hello,
I had some issues that resulted in replacing a lot of hardware on my TF20. I am now unable to save to my network shares.
I can collect with the main program running on the camera computer, and save frames to the local drive.
I get errors and DM crashes if I try to capture to a network share.
DM displays
An error occurred acquiring an image for SerialEM:
I:\frames_tf20\\20160524_16145200.mrcAn error occurred acquiring an image for SerialEM:
Failed to open above file: No such file or directory
The leginon console stops output at the Acquire shape step and doesn't receive shape.
DM Acquire shape (7420,7676)
I attached the DM.log incase it might be useful.
2016-05-24.DM.log (189 KB) 2016-05-24.DM.log | dm.log |
Replies (1)
RE: Frame capture to network drive - Added by Anchi Cheng over 8 years ago
I see that SerialEM log you show has inconsistent path separation. Maybe that is the problem.
DM.log wrote it as "I:\frames_tf20 emp\20160524_17191500.mrc", also an indication of parsing problem.
I think you need to make it write it as "I:\frames_tf20\20160524_17191500.mrc"
Check the syntex you use in defining network drive I would be a good place to start. See Windows_Setup_After_Software_Installation for example.
In addition, I:\frames_tf20 has to exist in frame saving. The SerialEM plugIn does not create directory at that level.
Hope one of these solves your problem.