You must be logged in to post Login Register


Lost Your Password?

Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Read the track file

UserPost

7:58 am
November 27, 2011


ping

New Member

posts 1

Dear Ruopeng,

I have a question about reading the whole brain fiber. As we known,  a track file(for example dit.trk) is created after  the command 'dti  tracker' execution. But when I read the track file in Matlab, the  n_count (Number of track stored in  this track file)in the header is  0. I don't know? The track file size is about 21.8M.But after execute the  command 'spline filter',the n_count of the newe track file is nonzero.Why? In the file format file, you mentioned that the n_count 0 means the number was Not Stored. What is mean?If I want to read the track file created by the 'dti tracker',what shall I do?
Best regrads,
Ping

11:52 am
November 28, 2011


Ruopeng

Admin

posts 406

It's not stored meaning you just have to read till the end of the file and do your own counting if you want.

Ruopeng