Skip to content

Ctf_create_ctfdat_v3

Adrian Quintana edited this page Dec 11, 2017 · 1 revision

!xmipp_ctf_create_ctfdat (v3.0)

Usage

Create CTFdat files from a selfile that contains image selfiles for each micrograph. This program is useful when interacting with other packages outputs. There are two main usage modes. In the first mode you should provide a ctfparam file with common options of each micrograph and a metadata with defocus values for each one. In the second mode you should provide a metadata with filenames of the ctfparams for each micrograph.

Parameters

$: Input selfile of selfiles for each micrograph $`--oroot <rootname`out> $: CTFparam file with common parameters Metadata with defocus values for each micrograph this file may have either a single column (defocus) or three columns (defocusU, defocusV, azimuth_angle) $ or``: Selfile of CTF param files for each micrograph

Examples and notes

Example of use: Sample at MODE 1

ctf_create_ctfdat -i input.sel --defocus defocus.doc input.ctfparam
Example of use: Sample at MODE 2
ctf_create_ctfdat -i input.sel --ctfs ctfparams.sel

User's comments

Clone this wiki locally