Home/News

About Us

Products
  Locator
  Data Editor
  Source Estimator
  MR Viewer
  Image Processor
  Visualizer

Data Analysis Service

Downloads

FAQs

Formats

Jobs

Contact Us

Papers

Links

EMSE User Group

Search


 

File Formats - Event file

An event in EMSE event file is defined by many attributes. These attributes are explained in the following table.  All events must be bounded inside < EMSE_Event_List > and </ EMSE_Event_List >. The names (heading) of the attributes are predefined.

Name of the attribute (Heading)

Meaning

Valid values

Name

The name of an event.

Any ASCII string

(No default and must be set).

Start

The slice offset of the beginning of an event relative to the start of the data (0).

A positive number

(No default and must be set).

Stop

The slice offset of the end of an event relative to the start of the data (0).

A positive number greater than or equal to the Start

(No default and must be set.)

Status

The status of an event

1 – Rejected

2 – Accepted

(No default and must be set).

Attribute

The attribute of an event

0 - Trigger,

1 – Segment,

2 – Response

(default = 0).

Color

The color to be displayed

Any valid COLORREF

(default = RGB(0, 0, 0)).

 

The following is an event file, example1.evt. It contains four events.  In order to fit the example on this web page, an indented line means that it is a continuation of the line above (the actual file will use one line per event). This does not affect functionality, however, because in the XML format whitespace (e.g., tab or space) is disregarded.

example1.evt

<EMSE_Event_List> 

<Event><Name>1</Name><Start>1085</Start><Stop>1085</Stop><Status>2</Status><Color>65535</Color>

       <Attribute>0</Attribute></Event>

<Event><Name>1</Name><Start>1312</Start><Stop>1312</Stop><Status>2</Status><Color>65535</Color>

      <Attribute>0</Attribute></Event>

<Event><Name>1</Name><Start>1509</Start><Stop>1509</Stop><Status>2</Status><Color>65535</Color>

      <Attribute>0</Attribute></Event>

<Event><Name>Marked Segment</Name><Start>52881</Start><Stop>53000</Stop><Status>2</Status><Color>65535</Color>

      <Attribute>1</Attribute></Event>

</EMSE_Event_List>

 

Return to File Formats page


 
  © 2010 by Source Signal Imaging Inc.