TrackSpecification
From KitwarePublic
Revision as of 18:19, 25 July 2011 by Megason (talk | contribs) (→Specification for track file format)
Specification for track file format
XML TAGS |REQUIRED| DESCRIPTION <ImagingSession> | n | **** SESSION INFORMATION **** <HeaderFile> | n | Name of the MegaCapture File containing all the session information CaltechZebrafishSubsetData.meg | - | </HeaderFile> | - | </ImagingSession> | - | <ListOfTracks> | Y | **** TRACK INFORMATION **** <NumberOfTracks> | Y | Number of tracks contained in the lineage 327 | - | </NumberOfTracks> | - | <Track> | Y | <TrackID> | n | Id of the lineage that the track belongs to 2 | - | </TrackID> | - | <LineageID> | n | 0 | - | </LineageID> | - | <MotherTrackID> | n | 2 | - | </MotherTrackID> | - | <ListOfMeshes> | Y | **** MESHES IN THIS TRACK **** <NumberOfMeshes> | Y | Number of meshes contained in the track 23 | - | </NumberOfMeshes> | - | <Mesh> | Y | **** MESH INFORMATIONS **** <MeshID> | n | 3 | - | </MeshID> | - | <TCoord> | Y | Time coordinate of the mesh 0 | - | </TCoord> | - | <Centroid> | Y | Spatial coordinate of the mesh's centroid <X>114.4960</X> | Y | X coordinate <Y>202.7230</Y> | Y | Y coordinate <Z>66.7290>/Z> | Y | Z coordinate </Centroid> | - | <Volume> | n | Volume of mesh 537.92 | - | </Volume> | - | <Filename> | n | Filename of the vtk file containing the geometry of the mesh 0_1.vtk | - | </Filename> | - | <Intensity> | n | intensity informations <Channel>0</Channel> | n | - Channel <AverageValue>95.95</AverageValue> | n | - Average corresponding intensity </Intensity> | - | </Mesh> | - | </ListOfMeshes> | - | <Track> | - | <ListOfTracks> | - |