bids.reports.utils.get_seqstr¶
-
get_seqstr
(config, metadata)[source]¶ Extract and reformat imaging sequence(s) and variant(s) into pretty strings.
Parameters: - config (
dict
) – A dictionary with relevant information regarding sequences, sequence variants, phase encoding directions, and task names. - metadata (
dict
) – The metadata for the scan.
Returns: - seqs (
str
) – Sequence names. - variants (
str
) – Sequence variant names.
- config (