You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use fw-heudiconv-tabulate for a few of our projects to generate a seqinfo table, but the table being generated was empty. I believe it's because my files on flywheel are all dicoms. Line 78 checks if the file type of the acquisition is in CONVERTABLE_TYPES and skips the rest of the loop that would generate the table if it is not a convertable type, returning an empty array for acquisition_to_heudiconv(). Adding "dicom" to convertable types did generate the table.
The text was updated successfully, but these errors were encountered:
fw-heudiconv/fw_heudiconv/backend_funcs/query.py
Line 10 in ad06d0e
Description
I was trying to use fw-heudiconv-tabulate for a few of our projects to generate a seqinfo table, but the table being generated was empty. I believe it's because my files on flywheel are all dicoms. Line 78 checks if the file type of the acquisition is in CONVERTABLE_TYPES and skips the rest of the loop that would generate the table if it is not a convertable type, returning an empty array for acquisition_to_heudiconv(). Adding "dicom" to convertable types did generate the table.
The text was updated successfully, but these errors were encountered: