Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DelinteNicolas committed Jul 18, 2023

Verified

This commit was signed with the committer’s verified signature.
alexsnaps Alex Snaps
1 parent 769a3c2 commit 376526c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elikopy/individual_subject_processing.py
Original file line number Diff line number Diff line change
@@ -3571,7 +3571,7 @@ def sift_solo(folder_path: str, p: str, streamline_number: int = 100000,
bashCommand=('tcksift ' + input_file + ' ' + odf_file_path + ' ' +
output_file +
' -nthreads ' + str(core_count) +
' -term_number ' + streamline_number +
' -term_number ' + str(streamline_number) +
' -force')

sift_log = open(tracking_path+"sift_logs.txt", "a+")

0 comments on commit 376526c

Please sign in to comment.