-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
slice timing in BIDS json is in incorrect units #126
Comments
Yes, please send me a sample. The array "SliceTiming" should be in seconds and the maximum value should always be less than the "RepetitionTime". This is certainly the case with all the Siemens Prisma datasets in our test repository. One thought is that an old release of the CMRR sequences had a bug with recording slice timing that was fixed in 2014. In general, the CMRR sequences are terrific, but images from acquired from a brief period present problems. As I recall, problem was only with the first volume. |
that does indeed sound like the culprit as these were collected using the
CMRR sequence in late 2013. will send the dicoms shortly
…On Thu, Aug 31, 2017 at 7:23 AM, Chris Rorden ***@***.***> wrote:
Yes, please send me a sample. The array "SliceTiming" should be in seconds
and the maximum value should always be less than the "RepetitionTime". This
is certainly the case with all the Siemens Prisma datasets in our test
repository <https://github.com/neurolabusc/dcm_qa>. One thought is that
an old release of the CMRR sequences had a bug
<https://afni.nimh.nih.gov/afni/community/board/read.php?1,145461,145461#msg-145461>
with recording slice timing that was fixed in 2014
<CMRR-C2P/MB#29>. In general, the CMRR
sequences are terrific, but images from acquired from a brief period
present problems. As I recall, problem was only with the first volume.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#126 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA1KkOEE-CaSAdMs_htSqC3yBRksUnrJks5sdsH7gaJpZM4PI5Lq>
.
--
Russell A. Poldrack
Albert Ray Lang Professor of Psychology
Professor (by courtesy) of Computer Science
Bldg. 420, Jordan Hall
Stanford University
Stanford, CA 94305
[email protected]
http://www.poldracklab.org/
|
Please try out the latest master source. As I suspected, this was due to a buggy CMRR image. The good news is only the first image is corrupted, so not only is the problem detected, but it should be patched as the new version pulls the correct values from the 2nd volume in the series. Please validate this. The detection and fix uses the new function |
just tested it, looks like problem is solved, thanks! |
Slice timing for BIDS should be in seconds, but I get this (in a dataset with TR of 1.16 secs):
let me know if you'd like me to share the dicoms that were used to generate this.
The text was updated successfully, but these errors were encountered: