TrackSpecification: Difference between revisions
(Created page with "**Specification for track file format <ImagingSession> | **** SESSION INFORMATIONS **** HeaderFile CaltechZebrafishSubsetData.meg | Name of th...") |
No edit summary |
||
Line 1: | Line 1: | ||
== Specification for track file format == | |||
<code> | |||
<ImagingSession> | **** SESSION INFORMATIONS **** | <ImagingSession> | **** SESSION INFORMATIONS **** | ||
HeaderFile CaltechZebrafishSubsetData.meg | Name of the megaFile containing all the session information | HeaderFile CaltechZebrafishSubsetData.meg | Name of the megaFile containing all the session information | ||
Line 40: | Line 41: | ||
... | | ... | | ||
</Track> | | </Track> | | ||
</code> |
Revision as of 15:40, 25 July 2011
Specification for track file format
<ImagingSession> | **** SESSION INFORMATIONS ****
HeaderFile CaltechZebrafishSubsetData.meg | Name of the megaFile containing all the session information
</ImagingSession> |
NumberOfTracks 327 | Number of tracks contained in the lineage
<Track> | **** TRACK INFORMATION ****
LineageID 0 | + Id of the lineage that the track belongs to
<ListOfMeshes> | **** GLOBAL MESH INFORMATIONS ****
NumberOfMeshes 23 | + Number of meshes contained in the track
<mesh> | **** MESH INFORMATIONS ****
TrackId 1 | + Id of the track that the mesh belongs to Is it really required since they all belong to the same track?
TCoord 0 | + Time coordinate of the mesh
Centroid 114.4960 202.7230 66.7290 | + Spatial coordinate of the mesh
Volume 537.92 | + Size of the mesh
Filename 0_1.vtk | + Corresponding .vtk file
<intensity> | + intensity informations
Channel 0 | - Channel
AverageValue 95.95 | - Average corresponding intensity
</intensity> |
<intensity> | + intensity informations
Channel 1 | - Channel
AverageValue 185.76 | - Average corresponding intensity
</intensity> |
<intensity> | + intensity informations
Channel 2 | - Channel
AverageValue 0.00 | - Average corresponding intensity
</intensity> |
</mesh> |
<mesh> | **** MESH INFORMATIONS ****
TrackId 2 | + Id of the track that the mesh belongs to
... |
</mesh> |
... |
</ListOfMeshes> |
... |
</Track> |
... |
<Track> |
... |
</Track> |