Differences

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

Link to this comparison view

Next revision
Previous revision
eyes:logics:import [2017/06/07 15:14]
bgraf created
eyes:logics:import [2017/06/12 19:04] (current)
jschlie1
Line 1: Line 1:
 ====== Import ====== ====== Import ======
-THIS position should ​be used for a brief introduction (max 2 sentences!) ​of the logicstating WHAT and WHY it is doing something.+The import logic can be used to import any datasets ​of interest into the Cow. Files of the formats //.cio, .csv, .dat, .fraw, .hed, .img, .mrc.pdb .raw and .star.// are supported
  
 ===== Usage ===== ===== Usage =====
 By selecting the full path to the file and more needed parameters, this logic will load the data and provide an IO that contains the chosen input images. By selecting the full path to the file and more needed parameters, this logic will load the data and provide an IO that contains the chosen input images.
  
-===== Example ==== 
-Here, a very specific example should be given/​described. In the future, this can be supported by screenshots etc.. For the moment, give an example easy enough for the user to understand, but specific enough to elaborate why a given parameter is a good set for this very situation. 
  
 ===== FileTypes ===== ===== FileTypes =====
-Possible file types to be imported are: .cio, .csv, .dat, .fraw, .hed, .img, .mrc, .pdb .raw and .star. The “autodetect” option can be activated ​to automatically chose a defined file format.+Possible file types to be imported are: //.cio, .csv, .dat, .fraw, .hed, .img, .mrc, .pdb .raw and .star.// The “autodetect” option can be used to automatically chose a defined file format.
  
-Specific information about format usage is given in: http://​10.208.31.31/​doku.php?​id=coweyes:​logics:​966bb531-8821-47a7-8db1-b2f8bd6864e2 (.cio, .csv, .dat, .hed, .img, .mrc and .star).+=== .raw and .fraw  files ===
  
 +Micrographs in the .raw/.fraw format can be imported into the Cow 
  
-|< 100% 30% >| +=== STAR Files ===  
-^ FileTypes ​                ^ Description ​    ^ +<​code>​ 
-| raw and fraw  | Micrographs in the .raw/.fraw format can be imported into the cow  | +#   "​star label" "cow label" "value type" "​description"​
-| -> and its sub-parameter ​  | more description | +
-| star files        | <​code> ​  ​#   "​star label" "cow label" "value type" "​description"​+
  #tr index index int "​nothing to say"  #tr index index int "​nothing to say"
  #tr x-shift appliedXShift decimal  #tr x-shift appliedXShift decimal
Line 29: Line 26:
  2 3.4  2 3.4
  3 33.3  3 33.3
-</​code> ​ the #tr lines translate star names into cow names and need to be edited data_images is the name of the first block _index labels the firs coulmn of this block _x-shift labels the second column of this block+</​code>​
  
-possible types are decimal,​integer,​ boolean, string and file. | 
-| -> and its sub-parameter ​  | ... descriptions | 
-| filename | See http://​10.208.31.34/​mediawiki/​index.php/​EM_File_Formats for further information. | 
- 
- 
-===== Concept ===== 
-Adding external data is the start to image processing in the cow. Therefore, a central logic to handle all kinds of different input formats is needed that can import 2D and 3D structures, image stacks, pictures and anything else that is needed. This is the job of the import logic