bids.reports.utilsΒΆ

Generate publication-quality data acquisition methods section from BIDS dataset.

Utilities to generate the MRI data acquisition portion of a methods section from a BIDS dataset.

Functions

list_to_str(lst)

Turn a list into a comma- and/or and-separated string.

num_to_str(num)

Convert an int or float to a nice string.

reminder()

Remind users about things they need to do after generating the report.

remove_duplicates(seq)

Return unique elements from list while preserving order.