Feature #4514
closedtransfer ctf results from non dose-weighted images to dose-weighted ones
0%
Description
Since ctf fits better with non-dose-weighted images, the transfer is useful
Updated by Anchi Cheng about 8 years ago
First iteration of the script committed. Inputs are presets from and to and ctfrunid. bestdb option is possible but will not match ctf run parameters, and not yet tested.
Example
transferCtfResults.py --projectid=4 --session=16oct04c --expid=19 --preset=ex-a-DW --frompreset=ex-a --ctfrunid=1 --runname=ctffind4run1T --rundir=/nis/ucsd-02/appion/16oct04c/ctf/ctffind4run1T --commit --description='transfer from ex-a to ex-a-DW'
Updated by Anchi Cheng about 8 years ago
Also add viewer status transfer. and --sort option to choose how to choose bestdb. In particular, resPkg is the resolution fitting is "good" to in ctffind4 (similar to res50) or gCtf (EPA resolution).
Updated by Anchi Cheng about 8 years ago
1f65b1e4 fixed a bug introduced earlier and also make image viewer status transfer applied to all images so that hidden status is transferred, too.
Updated by Anchi Cheng almost 7 years ago
- Related to Feature #5159: Check all sibling images for CTF info added
Updated by Anchi Cheng almost 7 years ago
With the implementation in Issue #5159. ctf transfer is needed only if ctfrunid is specified and/or if ImaveViewerStatus needs to be transferred.