Difference between revisions of "Integration Commands"
From EosPedia
(→List of Integrated Commands) |
(→List of Integrated Commands) |
||
Line 8: | Line 8: | ||
− | *Use: [[ | + | *Use: [[Example 1 CTF-compensation using Makefile]]<br> |
入力ファイルを作成して[[CTF補正]]を行う: ([[:Media:Makefile-CTFCorrection2.zip|Makefileのみ]]) ([https://sourceforge.jp/projects/eos/scm/git/tutorial/archive/master/CTFCorrection/CTFCorrection2/ 全ファイル])<br> | 入力ファイルを作成して[[CTF補正]]を行う: ([[:Media:Makefile-CTFCorrection2.zip|Makefileのみ]]) ([https://sourceforge.jp/projects/eos/scm/git/tutorial/archive/master/CTFCorrection/CTFCorrection2/ 全ファイル])<br> | ||
*Use 1: [[CTF補正#例2 Makefileを使ったCTF補正2]]<br> | *Use 1: [[CTF補正#例2 Makefileを使ったCTF補正2]]<br> |
Revision as of 07:27, 15 July 2017
Contents
List of Integrated Commands
Here, we show the list of Integrated Commands provided in Eos. Currently, most of them is written by Makefile or bash. We will provide those written by PIONE in the near future.
Image Correction
CTF Correction
Apply CTF Correction to tiff files: (Makefile only ) (files)
入力ファイルを作成してCTF補正を行う: (Makefileのみ) (全ファイル)
- Use 1: CTF補正#例2 Makefileを使ったCTF補正2
- Use 2: CTF補正#例3 ジーメンススターでCTFの影響を確認する
- Use 3: CTF補正#例4 ノイズを含んだ画像でのCTFの影響
同一視野でデフォーカス毎のCTF補正画像を比較する: (Makefileのみ) (全ファイル)
上記のコマンドには右記のコマンドも必要です。 (Makefileのみ) (全ファイル)
- 使用方法: CTF補正#例5 デフォーカス毎の画像の違い
同一視野でデフォーカスの異なる入力ファイルを2つ作成してCTF補正を行う: (Makefileのみ) (全ファイル)
- Use 1: CTF補正#例6 デフォーカスの異なる画像の平均化
- Use 2: CTF補正#例7 デフォーカスの異なる画像の平均化2