User Tools

Site Tools


pipeline:window:cryolo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
pipeline:window:cryolo [2019/05/17 08:25]
twagner [Advanced parameters]
pipeline:window:cryolo [2019/07/09 21:00]
twagner [Data preparation]
Line 30: Line 30:
 ==== Data preparation ==== ==== Data preparation ====
 CrYOLO supports MRC, TIF and JPG files. It can work with 32 bit data, 8 bit data and 16 bit data. CrYOLO supports MRC, TIF and JPG files. It can work with 32 bit data, 8 bit data and 16 bit data.
-It will work on original MRC files, but it will probably improve when the data are filtered. Therefore you should low-pass filter them to a reasonable level. Since Version 1.2 crYOLO can automatically do that for you. You just have to add+It will work on original MRC files, but it will probably improve when the data are denoised. Therefore you should low-pass filter them to a reasonable level. Since Version 1.2 crYOLO can automatically do that for you. You just have to add
 <code> <code>
 "filter":               [0.1,"filtered"] "filter":               [0.1,"filtered"]
 </code>  </code> 
 +
 to the model section in your config file to filter your images down to an absolute frequency of 0.1. The filtered images are saved in folder ''filtered''. to the model section in your config file to filter your images down to an absolute frequency of 0.1. The filtered images are saved in folder ''filtered''.
 +
 +<hidden Alternative: Using neural-network denoising with JANNI> 
 +<code>
 +"filter":               [model.h5,1,2,"filtered"]
 +</code> 
 +</hidden> 
 +
  
 If you followed the installation instructions, you now have to activate the cryolo virtual environment with If you followed the installation instructions, you now have to activate the cryolo virtual environment with
pipeline/window/cryolo.txt ยท Last modified: 2021/02/19 10:00 by twagner