Differences between revisions 1 and 2
Revision 1 as of 2013-05-22 14:50:06
Size: 758
Editor: SteveLudtke
Comment:
Revision 2 as of 2013-05-22 15:10:18
Size: 1201
Editor: SteveLudtke
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
For each micrograph in the project a '''basename''' is assigned, to avoid confusion as the data goes from raw micrograph to particles, etc. That is, a file named ''micrographs/jj1234.mrc'' would use the '''basename''' ''jj1234''. ''particles/jj1234.hdf'' would use the same '''basename'''.

==== ctf_parm.js ====
This file stores the CTF parameters for all images in the project as EMAN2CTF objects, keyed by '''basename'''. CTF objects are stored in ''.js'' files in a human-readable form as a dictionary, so individual values can be easily read and, if necessary, edited.
Line 6: Line 11:
This file stores user-assigned quality values per-micrograph. The key is the 'basename' of the image file, so the value can propegate through all stages of processing. That is, a file named ''micrographs/jj1234.mrc'' would use the key ''jj1234''. Quality values run from 0-9 and may be used in any way the user prefers. They have no absolute meaning to any of the processing software, though there are places where higher will be assumed to indicate ''better'' images by whatever standard. This file stores user-assigned quality values per-micrograph. The key is the ''basename'' of the image file. Quality values run from 0-9 and may be used in any way the user prefers. They have no absolute meaning to any of the processing software, though there are places where higher will be assumed to indicate ''better'' images by whatever standard.

Metadata Stored in the ''info'' Folder

The info folder is a replacement for the BDB-based EMAN2DB folder in the project directory. All information is stored in human-readable and editable JSON files with a .js extension.

For each micrograph in the project a basename is assigned, to avoid confusion as the data goes from raw micrograph to particles, etc. That is, a file named micrographs/jj1234.mrc would use the basename jj1234. particles/jj1234.hdf would use the same basename.

ctf_parm.js

This file stores the CTF parameters for all images in the project as EMAN2CTF objects, keyed by basename. CTF objects are stored in .js files in a human-readable form as a dictionary, so individual values can be easily read and, if necessary, edited.

quality.js

This file stores user-assigned quality values per-micrograph. The key is the basename of the image file. Quality values run from 0-9 and may be used in any way the user prefers. They have no absolute meaning to any of the processing software, though there are places where higher will be assumed to indicate better images by whatever standard.

Eman2InfoMetadata (last edited 2019-07-31 22:17:45 by MuyuanChen)