help > Slice order information in conn
Showing 1-6 of 6 posts
Display:
Results per page:
Feb 9, 2018  11:02 PM | Lucas Moro
Slice order information in conn
Dear All

Is the information which slice order was used somewhere to find in conn (in a fully processes pipeline, with preprocessing done in conn)?

Greetings,
Lucas

PS: I apologise for frequent questions recently.
Feb 10, 2018  12:02 PM | Stephen L. - Coma Science Group, GIGA-Consciousness, Hospital & University of Liege
RE: Slice order information in conn
Dear Lucas,

Please don't apologize for asking questions on a forum, that's the purpose :-)

I don't think CONN stores the slice order information anywhere, because anyway the user should provide the information (otherwise CONN has no way to derive automatically the slice information in a reliable way, see the SPM wikibook on Slice Timing for more info). If you did not provide the slice order info during the preprocessing, then I guess CONN skipped the slice timing correction, which is usually fine if your TR <= 2 seconds.

Hope this helps,
Stephen
Feb 12, 2018  08:02 PM | Alfonso Nieto-Castanon - Boston University
RE: Slice order information in conn
Dear Lucas&Stephen,

If you are using a somewhat recent version of CONN there is an undocumented log there that keeps track of all of the preprocessing steps run on your project. You can access that log using the syntax:

   Log = conn('get','SetupPreproc.log');     % all entries
   LogEntry = Log{end};                          % last entry only

Then simply look at the variable LogEntry which will contain the last preprocessing steps run on your data, the 3rd element in that cell array will be the list of preprocessing steps, and the 13th element (the one after the field 'sliceorder') will contain the sliceorder that you used there. 

Hope this helps
Alfonso
Originally posted by Stephen L.:
Dear Lucas,

Please don't apologize for asking questions on a forum, that's the purpose :-)

I don't think CONN stores the slice order information anywhere, because anyway the user should provide the information (otherwise CONN has no way to derive automatically the slice information in a reliable way, see the SPM wikibook on Slice Timing for more info). If you did not provide the slice order info during the preprocessing, then I guess CONN skipped the slice timing correction, which is usually fine if your TR <= 2 seconds.

Hope this helps,
Stephen
Feb 13, 2018  07:02 PM | Stephen L. - Coma Science Group, GIGA-Consciousness, Hospital & University of Liege
RE: Slice order information in conn
Dear Alfonso,

Thank you very much for the info, it's very useful to know that CONN is logging everything :-) I think this could be added to the manual :-)

Best regards,
Stephen
Feb 14, 2018  12:02 PM | Lucas Moro
RE: Slice order information in conn
Thank you! This is very helpful.

Greetings,
Lucas
Feb 20, 2018  03:02 PM | Lucas Moro
RE: Slice order information in conn
Dear Alfonso,

a follow-up question: is 15.h recent enough for the log? I doesn`t seem to work there. Preprocessing was done with that version, ,ay it be that tha slice order is saved somewhere else still?

Thank you,
Lucas