TrackSpecification: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
Line 2: | Line 2: | ||
== Specification for track file format == | == Specification for track file format == | ||
<pre> | <pre> | ||
<ImagingSession> | **** SESSION | |||
HeaderFile CaltechZebrafishSubsetData.meg | <ImagingSession> | **** SESSION INFORMATION **** | ||
<HeaderFile> | | |||
CaltechZebrafishSubsetData.meg | Name of the megaFile containing all the session information | |||
</HeaderFile> | | |||
</ImagingSession> | | </ImagingSession> | | ||
NumberOfTracks 327 | <ListOfTracks> | | ||
<Track> | <NumberOfTracks> | | ||
LineageID 0 | + Id of the lineage that the track belongs to | 327 | | ||
<ListOfMeshes> | **** GLOBAL MESH INFORMATIONS **** | </NumberOfTracks> | Number of tracks contained in the lineage | ||
NumberOfMeshes 23 | <Track> | ||
< | <TrackID> | ||
2 | |||
TCoord | </TrackID> | **** TRACK INFORMATION **** | ||
Centroid 114.4960 202.7230 66.7290 | + Spatial coordinate of the mesh | <LineageID> | ||
Volume 537.92 | + Size of the mesh | 0 | ||
Filename 0_1.vtk | + Corresponding .vtk file | </LineageID> | ||
< | <MotherTrackID> | ||
Channel 0 | - Channel | 2 | ||
AverageValue | </MotherTrackID> | + Id of the lineage that the track belongs to | ||
</ | <ListOfMeshes> | **** GLOBAL MESH INFORMATIONS **** | ||
<NumberOfMeshes> | |||
23 | |||
AverageValue | </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> | |||
</ListOfMeshes> | </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> | |||
</pre> | </pre> |
Revision as of 16:01, 25 July 2011
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>