TrackSpecification

From KitwarePublic
Jump to navigationJump to search

Specification for track file format

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