Actions
Bug #16096
closedfalcon3 frames name does not match database
Start date:
01/28/2024
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 3.6
Show in known bugs:
No
Workaround:
Description
Database value is even while frames_name saved is odd number after that. This caused rawtransfer.py to fail.
Updated by Anchi Cheng 9 months ago
- Status changed from Assigned to In Test
- Assignee changed from Anchi Cheng to cesar mena
This is a bug surfaced by edf45960
In feicam.Falcon, self.frameconfig.createFramePath is called and self.frames_name and self.frameconfig counter updated before self.frameconfig.makeRangeListFromNumberOfBaseFramesAndFrameTime also updates the counter in self.frameconfig but without updating self.frames_name. This caused the frame file saved with the new update while the old self.frames_name is saved in the database.
Ready for testing.
Actions