This is an old revision of the document!


Import

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.

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.

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.

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.

.raw and .fraw files

Micrographs in the .raw/.fraw format can be imported into the cow

STAR Files

#   "star label" "cow label" "value type" "description"
 #tr index index int "nothing to say"
 #tr x-shift appliedXShift decimal
 data_images
 loop_
 _index
 _x-shift
 0 0.3
 1 1.2
 2 3.4
 3 33.3

Filename

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