TrackSpecification

From KitwarePublic
Jump to navigationJump to search

Specification for track file format


<ImagingSession>                             |   **** SESSION INFORMATION ****
  <HeaderFile>                               |
    CaltechZebrafishSubsetData.meg           |   Name of the megaFile containing all the session information
  </HeaderFile>                              |
</ImagingSession>                            |
<ListOfTracks>                               |
  <NumberOfTracks>                           |
    327                                        |
  </NumberOfTracks>                          |   Number of tracks contained in the lineage
  <Track>     
    <TrackID>
      2
    </TrackID>                                 |   **** TRACK INFORMATION ****
    <LineageID>
      0
    </LineageID>
    <MotherTrackID>
      2
    </MotherTrackID>                                  |    + Id of the lineage that the track belongs to
    <ListOfMeshes>                               |   **** GLOBAL MESH INFORMATIONS ****
      <NumberOfMeshes>
        23     
      </NumberOfMeshes>                       |    + Number of meshes contained in the track
      <Mesh>
        <MeshID>
          3
        </MeshID>                                       |   **** MESH INFORMATIONS ****
        <TCoord>
          0
        </TCoord>                                     |    + Time coordinate of the mesh
        <Centroid>
           <X>114.4960</X>
           <Y>202.7230</Y>
           <Z>66.7290>/Z>
        </Centroid>           |    + Spatial coordinate of the mesh
        <Volume> 
          537.92
        </Volume>                                |    + Size of the mesh
        <Filename>
          0_1.vtk
        </Filename>                             |    + Corresponding .vtk file
        <Intensity>                                  |    + intensity informations
          <Channel>0</Channel>                                    |     - Channel
          <AverageValue>95.95</AverageValue>                         |     - Average corresponding intensity
        </Intensity>                                 |
      </Mesh>                                      |
    </ListOfMeshes>
  <Track>     
<ListOfTracks>