• Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Ticket
  • Back to Query
  • Next Ticket →

Ticket #107 (new enhancement)

Opened 10 months ago

Last modified 5 months ago

Basic EM metadata support

Reported by: wmoore Owned by: andrew
Priority: major Milestone: September-2010-Schema-Release
Component: Schema Version:
Keywords: EM Cc:

Description (last modified by wmoore) (diff)

Current proposal:

Most EM metadata/attributes can go at the 'Image' level, in a single 'EM-settings' element, instead of attached to Channel, Plane etc. In this proposal, the EM data model does not attempt to mimic the current LM model, E.g. by attaching LightSource? / to Channel. It would also not add anything under Instrument.

The goal here is simplicity, and follows the approach of current EM data models where there is no attempt to model Instrument, Objectives etc. See

  •  http://blake.bcm.edu/emanwiki/Eman2Metadata
  •  http://www.wadsworth.org/spider_doc/spider/docs/image_doc.html
  •  http://www.imagescience.de/formats/formats.htm

The only limitation is support of formats (E.g. spider) where it is common to bundle many different particle images into a single stack for convenience, making it 'possible' that each plane has different value for a particular attribute (see below). NB. This should also allow for future support of Images with one or more LM channels and one EM channel, even though all the EM data would be at the Image level.

The essential EM image metadata is voltage, magnification, defocus, electron dose, energy filter. Possibly Cs (used by EMAN2). In the EM-DB schema, the units are

  • acceleratingVoltage (kv)
  • defocus (nm)
  • electronDose (e/A**2)
  • energyFilter (String)
  • coefficient of Spherical Abberation "naminalCs" (mm)

and could be put into a single EM-settings element, on Image.

  • Magnification - simply put this in a 'dummy' Objective, OR in an EM-settings element.

Defocus could be at the Image level, since people only take a single defocus per image. But sometimes take 2 images at different defocus values. So maybe this could be another dimension, at the Plane level?! Also, defocus is assigned to particles, and some Spider images are a stack of Particles, each with (potentially) a different defocus? Maybe in practice they are all the same? (see e-mail 13th Jan 2010).

  • Tilt angle (degrees)

This should go on plane, and is really another dimension. Needs to wait for N-dimension to be implemented. Increment is not always consistent (Store as PlaneInfo?).

  • Pixel sizes might be in Angstroms or Nanometers in EM files. Need to convert these to microns or add support for units: #114.

Attachments

EMAN2-bdb.png Download (221.5 KB) - added by wmoore 7 months ago.
Screen-shot of EMAN2 dbd (in e2display.py) showing image attributes.
FROM SEM S4700 associated file.txt Download (0.8 KB) - added by wmoore 7 months ago.
Text file from SEM image.

Change History

Changed 10 months ago by wmoore

  • description modified (diff)

Changed 8 months ago by wmoore

  • description modified (diff)

Changed 7 months ago by wmoore

  • attachment EMAN2-bdb.png Download added

Screen-shot of EMAN2 dbd (in e2display.py) showing image attributes.

Changed 7 months ago by wmoore

Looking at the BDB repository for EMAN2 single-particle workflow using e2display.py. The original images are mrc, and all the MRC attributes are found in the bdb for the original images and all those that are derived from them: E.g. Particles. Particles also have additional attributes such as width, height, source coordinates, max intensity etc. See attached image.

Changed 7 months ago by wmoore

  • description modified (diff)

Changed 7 months ago by wmoore

  • description modified (diff)

Changed 7 months ago by wmoore

  • description modified (diff)

Changed 7 months ago by wmoore

  • attachment FROM SEM S4700 associated file.txt Download added

Text file from SEM image.

Changed 5 months ago by wmoore

  • description modified (diff)

Changed 5 months ago by wmoore

  • description modified (diff)

Changed 5 months ago by wmoore

  • description modified (diff)

Changed 5 months ago by wmoore

  • description modified (diff)

Changed 5 months ago by andrew

  • milestone changed from April-2010-Schema-Release to September-2010-Schema-Release
Note: See TracTickets for help on using tickets.

Download in other formats:

  • Comma-delimited Text
  • Tab-delimited Text
  • RSS Feed

Trac Powered

Powered by Trac 0.11.5
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/