Actions
Feature #4233
closedgraph drift summary
Start date:
05/31/2016
Due date:
% Done:
0%
Estimated time:
Description
Useful for summarizing the experiment
Updated by Anchi Cheng almost 7 years ago
- Status changed from Assigned to Closed
- Target version set to Appion/Leginon 3.3
These two features reads from appion directory.
Usage: driftSummary.py --projectid=## --runname=<runname> --session=<session> --preset=<preset> --description='<text>' --ddstack=<ddstackid> --commit
commit flag will someday save maximal drift in database. No usage of that, yet.
Current only save maxdrift.txt in rundir
driftstatsgraph.php is default to show maximal drift. adding option top=3 makes it show the average of the top 3 frame drifts.
Updated by Anchi Cheng almost 7 years ago
driftstatsgraph.php with offset=1 offsets the average calculation, so that the maximal drift is excluded.
Actions