Skip to content

Commit

Permalink
Another suggestion from @jan-petr
Browse files Browse the repository at this point in the history
  • Loading branch information
neurolabusc committed Mar 15, 2024
1 parent 04d6d49 commit d635970
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions console/nii_dicom_batch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1810,6 +1810,7 @@ tse3d: T2*/
if (strstr(pulseSequenceDetails, "tgse_pcasl")) {
isPCASL = true;
repetitionTimePreparation = d.TR;
json_FloatNotNan(fp, "\t\"LabelingDuration\": %g,\n", csaAscii.adFree[2] * (1.0 / 1000000.0)); //usec -> sec
json_FloatNotNan(fp, "\t\"RFGap\": %g,\n", csaAscii.adFree[4] * (1.0 / 1000000.0)); //usec -> sec
json_FloatNotNan(fp, "\t\"MeanGzx10\": %g,\n", csaAscii.adFree[10]); // mT/m
json_FloatNotNan(fp, "\t\"T1\": %g,\n", csaAscii.adFree[12] * (1.0 / 1000000.0)); //usec -> sec
Expand Down

0 comments on commit d635970

Please sign in to comment.