Actions
Feature #2418
closedchoose frames to sum up and upload after dd frame alignment
Start date:
07/12/2013
Due date:
% Done:
0%
Estimated time:
Description
This feature can expand to make fix number of frames, down weight higher dose image etc.
To start with simple case, we will choose starting frame (0 is the first frame acquired) and total number of consecutive frames used.
Updated by Anchi Cheng over 11 years ago
- Assignee changed from Anchi Cheng to Amber Herold
r17737 add this feature. The frames used are saved as a list in CameraEMData['use frames']
As is, it only need to pass the values to dosefgpu_driftcorr but the numpy option is also added for future development.
Usage: add --ddstartframe=0 --ddnframe=5 to use the first 5 frames.
myamiweb gui needs on page runMakeDDRawFrameStack.php:
frames used for sum image after alignment:
start frame:[ ] total frame: [ ]
similar to that in runMakeStack2.php
Updated by Amber Herold over 11 years ago
- Status changed from Assigned to In Code Review
- Assignee changed from Amber Herold to Anchi Cheng
Updated by Anchi Cheng about 11 years ago
- Status changed from In Code Review to Closed
reviewed and tested
Actions