From 33687ec0e131353eb072b33a40a4efa84e0c3c1f Mon Sep 17 00:00:00 2001
From: nx10
\n\n\ntsconcat bids_dir output_dir group [options]
\n
CLI for tsconcat.
\n"}, "tsconcat.cli.REDUCE_COLUMNS": {"fullname": "tsconcat.cli.REDUCE_COLUMNS", "modulename": "tsconcat.cli", "qualname": "REDUCE_COLUMNS", "kind": "variable", "doc": "\n", "default_value": "['dataset', 'sub', 'ses', 'run']"}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"fullname": "tsconcat.cli.REDUCE_COLUMNS_SET", "modulename": "tsconcat.cli", "qualname": "REDUCE_COLUMNS_SET", "kind": "variable", "doc": "\n", "default_value": "{'run', 'ses', 'sub', 'dataset'}"}, "tsconcat.cli.main": {"fullname": "tsconcat.cli.main", "modulename": "tsconcat.cli", "qualname": "main", "kind": "function", "doc": "Concatenate MRI timeseries.
\n", "signature": "() -> None:", "funcdef": "def"}, "tsconcat.concat": {"fullname": "tsconcat.concat", "modulename": "tsconcat.concat", "kind": "module", "doc": "Concatenate 4D Nifti files.
\n"}, "tsconcat.concat.concat_nifti1_4d": {"fullname": "tsconcat.concat.concat_nifti1_4d", "modulename": "tsconcat.concat", "qualname": "concat_nifti1_4d", "kind": "function", "doc": "Concat 4D Nifti files.
\n\nPrint a tree from a list of paths.
\n"}, "tsconcat.pretreeprint.console": {"fullname": "tsconcat.pretreeprint.console", "modulename": "tsconcat.pretreeprint", "qualname": "console", "kind": "variable", "doc": "\n", "default_value": "<console width=80 None>"}, "tsconcat.pretreeprint.tree_from_paths": {"fullname": "tsconcat.pretreeprint.tree_from_paths", "modulename": "tsconcat.pretreeprint", "qualname": "tree_from_paths", "kind": "function", "doc": "Build a tree from a list of paths.
\n", "signature": "(paths: Sequence[Union[str, pathlib.Path]]) -> dict:", "funcdef": "def"}, "tsconcat.pretreeprint.tree_collapse": {"fullname": "tsconcat.pretreeprint.tree_collapse", "modulename": "tsconcat.pretreeprint", "qualname": "tree_collapse", "kind": "function", "doc": "Collapse a tree by merging single-child nodes.
\n", "signature": "(tree: dict) -> dict:", "funcdef": "def"}, "tsconcat.pretreeprint.INDENT_T": {"fullname": "tsconcat.pretreeprint.INDENT_T", "modulename": "tsconcat.pretreeprint", "qualname": "INDENT_T", "kind": "variable", "doc": "\n", "default_value": "'\u251c\u2500\u2500 '"}, "tsconcat.pretreeprint.INDENT_L": {"fullname": "tsconcat.pretreeprint.INDENT_L", "modulename": "tsconcat.pretreeprint", "qualname": "INDENT_L", "kind": "variable", "doc": "\n", "default_value": "'\u2514\u2500\u2500 '"}, "tsconcat.pretreeprint.INDENT_O": {"fullname": "tsconcat.pretreeprint.INDENT_O", "modulename": "tsconcat.pretreeprint", "qualname": "INDENT_O", "kind": "variable", "doc": "\n", "default_value": "' '"}, "tsconcat.pretreeprint.INDENT_I": {"fullname": "tsconcat.pretreeprint.INDENT_I", "modulename": "tsconcat.pretreeprint", "qualname": "INDENT_I", "kind": "variable", "doc": "\n", "default_value": "'\u2502 '"}, "tsconcat.pretreeprint.RAINBOW_COLORS": {"fullname": "tsconcat.pretreeprint.RAINBOW_COLORS", "modulename": "tsconcat.pretreeprint", "qualname": "RAINBOW_COLORS", "kind": "variable", "doc": "\n", "default_value": "['red', 'green', 'blue', 'magenta', 'cyan']"}, "tsconcat.pretreeprint.tree_print": {"fullname": "tsconcat.pretreeprint.tree_print", "modulename": "tsconcat.pretreeprint", "qualname": "tree_print", "kind": "function", "doc": "Print a tree.
\n", "signature": "(tree: dict, indents: Optional[List[bool]] = None) -> None:", "funcdef": "def"}, "tsconcat.pretreeprint.pretreeprint": {"fullname": "tsconcat.pretreeprint.pretreeprint", "modulename": "tsconcat.pretreeprint", "qualname": "pretreeprint", "kind": "function", "doc": "Print a tree from a list of paths.
\n", "signature": "(paths: Sequence[Union[str, pathlib.Path]]) -> None:", "funcdef": "def"}, "tsconcat.utils": {"fullname": "tsconcat.utils", "modulename": "tsconcat.utils", "kind": "module", "doc": "Utility functions for tsconcat.
\n"}, "tsconcat.utils.timeprint": {"fullname": "tsconcat.utils.timeprint", "modulename": "tsconcat.utils", "qualname": "timeprint", "kind": "function", "doc": "Context manager to print the time elapsed between entering and exiting the context.
\n\nBuild a parser skeleton for the BIDS App group level.
\n\nGenerate list of filepaths from bids2table dataframe.
\n", "signature": "(\tdf: pandas.core.frame.DataFrame,\tinclude_sidecars: bool = False,\tinplace: bool = False) -> List[pathlib.Path]:", "funcdef": "def"}, "tsconcat.utils.file_path_from_b2table_row": {"fullname": "tsconcat.utils.file_path_from_b2table_row", "modulename": "tsconcat.utils", "qualname": "file_path_from_b2table_row", "kind": "function", "doc": "Generate list of filepaths from bids2table dataframe.
\n", "signature": "(\trow: pandas.core.series.Series,\tinplace: bool = False,\tsidecar: bool = False) -> pathlib.Path:", "funcdef": "def"}, "tsconcat.utils.sidecar_path_from_b2table_row": {"fullname": "tsconcat.utils.sidecar_path_from_b2table_row", "modulename": "tsconcat.utils", "qualname": "sidecar_path_from_b2table_row", "kind": "function", "doc": "Generate list of filepaths from bids2table dataframe.
\n", "signature": "(row: pandas.core.series.Series, inplace: bool = False) -> pathlib.Path:", "funcdef": "def"}}, "docInfo": {"tsconcat": {"qualname": 0, "fullname": 1, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 71}, "tsconcat.cli": {"qualname": 0, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 6}, "tsconcat.cli.REDUCE_COLUMNS": {"qualname": 2, "fullname": 4, "annotation": 0, "default_value": 14, "signature": 0, "bases": 0, "doc": 3}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"qualname": 3, "fullname": 5, "annotation": 0, "default_value": 14, "signature": 0, "bases": 0, "doc": 3}, "tsconcat.cli.main": {"qualname": 1, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 6}, "tsconcat.concat": {"qualname": 0, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 7}, "tsconcat.concat.concat_nifti1_4d": {"qualname": 3, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 70, "bases": 0, "doc": 67}, "tsconcat.pretreeprint": {"qualname": 0, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 11}, "tsconcat.pretreeprint.console": {"qualname": 1, "fullname": 3, "annotation": 0, "default_value": 8, "signature": 0, "bases": 0, "doc": 3}, "tsconcat.pretreeprint.tree_from_paths": {"qualname": 3, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 40, "bases": 0, "doc": 11}, "tsconcat.pretreeprint.tree_collapse": {"qualname": 2, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 19, "bases": 0, "doc": 11}, "tsconcat.pretreeprint.INDENT_T": {"qualname": 2, "fullname": 4, "annotation": 0, "default_value": 5, "signature": 0, "bases": 0, "doc": 3}, "tsconcat.pretreeprint.INDENT_L": {"qualname": 2, "fullname": 4, "annotation": 0, "default_value": 5, "signature": 0, "bases": 0, "doc": 3}, "tsconcat.pretreeprint.INDENT_O": {"qualname": 2, "fullname": 4, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "tsconcat.pretreeprint.INDENT_I": {"qualname": 2, "fullname": 4, "annotation": 0, "default_value": 5, "signature": 0, "bases": 0, "doc": 3}, "tsconcat.pretreeprint.RAINBOW_COLORS": {"qualname": 2, "fullname": 4, "annotation": 0, "default_value": 17, "signature": 0, "bases": 0, "doc": 3}, "tsconcat.pretreeprint.tree_print": {"qualname": 2, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 46, "bases": 0, "doc": 6}, "tsconcat.pretreeprint.pretreeprint": {"qualname": 1, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 40, "bases": 0, "doc": 11}, "tsconcat.utils": {"qualname": 0, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 7}, "tsconcat.utils.timeprint": {"qualname": 1, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 37, "bases": 0, "doc": 38}, "tsconcat.utils.build_bidsapp_group_parser": {"qualname": 4, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 20, "bases": 0, "doc": 48}, "tsconcat.utils.file_paths_from_b2table": {"qualname": 4, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 83, "bases": 0, "doc": 10}, "tsconcat.utils.file_path_from_b2table_row": {"qualname": 5, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 76, "bases": 0, "doc": 10}, "tsconcat.utils.sidecar_path_from_b2table_row": {"qualname": 5, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 56, "bases": 0, "doc": 10}}, "length": 24, "save": true}, "index": {"qualname": {"root": {"4": {"docs": {}, "df": 0, "d": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}}, "docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.cli.REDUCE_COLUMNS": {"tf": 1}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1}}, "df": 2}}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {"tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "w": {"docs": {"tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 2}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.cli.REDUCE_COLUMNS": {"tf": 1}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1}}, "df": 2}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint.tree_collapse": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}}}, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint.console": {"tf": 1}}, "df": 1}}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 1}}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"tsconcat.cli.main": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"1": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}}}}}, "t": {"docs": {"tsconcat.pretreeprint.INDENT_T": {"tf": 1}}, "df": 1, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.tree_collapse": {"tf": 1}, "tsconcat.pretreeprint.tree_print": {"tf": 1}}, "df": 3}}}, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.utils.timeprint": {"tf": 1}}, "df": 1}}}}}}}}}, "f": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {"tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 4}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}}, "df": 2}}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 2, "s": {"docs": {"tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1}}, "df": 2}}}, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.pretreeprint.tree_print": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.pretreeprint.pretreeprint": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "i": {"docs": {"tsconcat.pretreeprint.INDENT_I": {"tf": 1}}, "df": 1, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.pretreeprint.INDENT_T": {"tf": 1}, "tsconcat.pretreeprint.INDENT_L": {"tf": 1}, "tsconcat.pretreeprint.INDENT_O": {"tf": 1}, "tsconcat.pretreeprint.INDENT_I": {"tf": 1}}, "df": 4}}}}}}, "l": {"docs": {"tsconcat.pretreeprint.INDENT_L": {"tf": 1}}, "df": 1}, "o": {"docs": {"tsconcat.pretreeprint.INDENT_O": {"tf": 1}}, "df": 1}, "b": {"2": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 3}}}}}}, "docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}}}}, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}}}}, "fullname": {"root": {"4": {"docs": {}, "df": 0, "d": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}}, "docs": {}, "df": 0, "t": {"docs": {"tsconcat.pretreeprint.INDENT_T": {"tf": 1}}, "df": 1, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat": {"tf": 1}, "tsconcat.cli": {"tf": 1}, "tsconcat.cli.REDUCE_COLUMNS": {"tf": 1}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1}, "tsconcat.cli.main": {"tf": 1}, "tsconcat.concat": {"tf": 1}, "tsconcat.concat.concat_nifti1_4d": {"tf": 1}, "tsconcat.pretreeprint": {"tf": 1}, "tsconcat.pretreeprint.console": {"tf": 1}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.tree_collapse": {"tf": 1}, "tsconcat.pretreeprint.INDENT_T": {"tf": 1}, "tsconcat.pretreeprint.INDENT_L": {"tf": 1}, "tsconcat.pretreeprint.INDENT_O": {"tf": 1}, "tsconcat.pretreeprint.INDENT_I": {"tf": 1}, "tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 1}, "tsconcat.pretreeprint.tree_print": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}, "tsconcat.utils": {"tf": 1}, "tsconcat.utils.timeprint": {"tf": 1}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 24}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.tree_collapse": {"tf": 1}, "tsconcat.pretreeprint.tree_print": {"tf": 1}}, "df": 3}}}, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.utils.timeprint": {"tf": 1}}, "df": 1}}}}}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {"tsconcat.cli": {"tf": 1}, "tsconcat.cli.REDUCE_COLUMNS": {"tf": 1}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1}, "tsconcat.cli.main": {"tf": 1}}, "df": 4}}, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.cli.REDUCE_COLUMNS": {"tf": 1}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1}}, "df": 2}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint.tree_collapse": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.concat": {"tf": 1}, "tsconcat.concat.concat_nifti1_4d": {"tf": 1.4142135623730951}}, "df": 2}}}, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint.console": {"tf": 1}}, "df": 1}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.cli.REDUCE_COLUMNS": {"tf": 1}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1}}, "df": 2}}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {"tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "w": {"docs": {"tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 2}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 1}}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"tsconcat.cli.main": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"1": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.pretreeprint": {"tf": 1}, "tsconcat.pretreeprint.console": {"tf": 1}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.tree_collapse": {"tf": 1}, "tsconcat.pretreeprint.INDENT_T": {"tf": 1}, "tsconcat.pretreeprint.INDENT_L": {"tf": 1}, "tsconcat.pretreeprint.INDENT_O": {"tf": 1}, "tsconcat.pretreeprint.INDENT_I": {"tf": 1}, "tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 1}, "tsconcat.pretreeprint.tree_print": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1.4142135623730951}}, "df": 11}}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.pretreeprint.tree_print": {"tf": 1}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 2, "s": {"docs": {"tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1}}, "df": 2}}}, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}}}, "f": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {"tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 4}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}}, "df": 2}}}}, "i": {"docs": {"tsconcat.pretreeprint.INDENT_I": {"tf": 1}}, "df": 1, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.pretreeprint.INDENT_T": {"tf": 1}, "tsconcat.pretreeprint.INDENT_L": {"tf": 1}, "tsconcat.pretreeprint.INDENT_O": {"tf": 1}, "tsconcat.pretreeprint.INDENT_I": {"tf": 1}}, "df": 4}}}}}}, "l": {"docs": {"tsconcat.pretreeprint.INDENT_L": {"tf": 1}}, "df": 1}, "o": {"docs": {"tsconcat.pretreeprint.INDENT_O": {"tf": 1}}, "df": 1}, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.utils": {"tf": 1}, "tsconcat.utils.timeprint": {"tf": 1}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 6}}}}}, "b": {"2": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 3}}}}}}, "docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}}}}, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}}}}, "annotation": {"root": {"docs": {}, "df": 0}}, "default_value": {"root": {"8": {"0": {"docs": {"tsconcat.pretreeprint.console": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "docs": {"tsconcat.cli.REDUCE_COLUMNS": {"tf": 1.4142135623730951}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint.console": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint.INDENT_T": {"tf": 1.7320508075688772}, "tsconcat.pretreeprint.INDENT_L": {"tf": 1.7320508075688772}, "tsconcat.pretreeprint.INDENT_O": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint.INDENT_I": {"tf": 1.7320508075688772}, "tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 1.4142135623730951}}, "df": 8, "x": {"2": {"7": {"docs": {"tsconcat.cli.REDUCE_COLUMNS": {"tf": 2.8284271247461903}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 2.8284271247461903}, "tsconcat.pretreeprint.INDENT_T": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint.INDENT_L": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint.INDENT_O": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint.INDENT_I": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 3.1622776601683795}}, "df": 7}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.cli.REDUCE_COLUMNS": {"tf": 1}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1}}, "df": 2}}}}}}}, "s": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "b": {"docs": {"tsconcat.cli.REDUCE_COLUMNS": {"tf": 1}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1}}, "df": 2}}, "e": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.cli.REDUCE_COLUMNS": {"tf": 1}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1}}, "df": 2}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {"tsconcat.cli.REDUCE_COLUMNS": {"tf": 1}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1}}, "df": 2}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 1}}, "df": 1}}}, "l": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.pretreeprint.console": {"tf": 1}}, "df": 1}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint.console": {"tf": 1}}, "df": 1}}}}}}, "y": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {"tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 1}}, "df": 1}}}}, "w": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"tsconcat.pretreeprint.console": {"tf": 1}}, "df": 1}}}}}, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint.console": {"tf": 1}}, "df": 1}}}}, "g": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.pretreeprint.console": {"tf": 1}}, "df": 1}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 1}}, "df": 1}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 1}}, "df": 1}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 1}}, "df": 1}}}}}}}}}, "signature": {"root": {"docs": {"tsconcat.cli.main": {"tf": 3}, "tsconcat.concat.concat_nifti1_4d": {"tf": 7.54983443527075}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 5.744562646538029}, "tsconcat.pretreeprint.tree_collapse": {"tf": 4}, "tsconcat.pretreeprint.tree_print": {"tf": 6.164414002968976}, "tsconcat.pretreeprint.pretreeprint": {"tf": 5.744562646538029}, "tsconcat.utils.timeprint": {"tf": 5.5677643628300215}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 4.242640687119285}, "tsconcat.utils.file_paths_from_b2table": {"tf": 8.246211251235321}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 7.937253933193772}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 6.782329983125268}}, "df": 11, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.cli.main": {"tf": 1}, "tsconcat.concat.concat_nifti1_4d": {"tf": 1}, "tsconcat.pretreeprint.tree_print": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}}, "df": 4, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.timeprint": {"tf": 1.7320508075688772}}, "df": 1}}}}}}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 6, "s": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}}, "df": 3}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1.4142135623730951}}, "df": 1}}, "b": {"docs": {"tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 5}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 3}}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}}}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.pretreeprint.tree_print": {"tf": 1}}, "df": 1}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}}, "df": 1}}}}}, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 3}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}}, "df": 3}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}, "tsconcat.utils.timeprint": {"tf": 1}}, "df": 4}}, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}}, "df": 2}}}}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.utils.file_path_from_b2table_row": {"tf": 1.4142135623730951}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1.4142135623730951}}, "df": 2}}}}}, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat.utils.file_path_from_b2table_row": {"tf": 1}}, "df": 1, "s": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}}, "df": 1}}}}}}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1.4142135623730951}}, "df": 1}, "u": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}}, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"tsconcat.pretreeprint.tree_print": {"tf": 1}}, "df": 1}}}}}}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.tree_collapse": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint.tree_print": {"tf": 1}}, "df": 3}}}, "f": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}}, "df": 1}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}}, "df": 1}}}}}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint.tree_collapse": {"tf": 1}, "tsconcat.pretreeprint.tree_print": {"tf": 1}}, "df": 2}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.timeprint": {"tf": 1}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.pretreeprint.tree_print": {"tf": 1}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1}}, "df": 2}}}}, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"tsconcat.pretreeprint.tree_print": {"tf": 1}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1.4142135623730951}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1.4142135623730951}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 4}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat.utils.timeprint": {"tf": 1}}, "df": 1}}}}}}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}, "k": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 3}}}}, "f": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1.4142135623730951}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1.4142135623730951}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 3}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {"tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 2}}}}}, "bases": {"root": {"docs": {}, "df": 0}}, "doc": {"root": {"4": {"docs": {}, "df": 0, "d": {"docs": {"tsconcat.concat": {"tf": 1}, "tsconcat.concat.concat_nifti1_4d": {"tf": 1.7320508075688772}}, "df": 2}}, "docs": {"tsconcat": {"tf": 5.916079783099616}, "tsconcat.cli": {"tf": 1.7320508075688772}, "tsconcat.cli.REDUCE_COLUMNS": {"tf": 1.7320508075688772}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1.7320508075688772}, "tsconcat.cli.main": {"tf": 1.7320508075688772}, "tsconcat.concat": {"tf": 1.7320508075688772}, "tsconcat.concat.concat_nifti1_4d": {"tf": 5.916079783099616}, "tsconcat.pretreeprint": {"tf": 1.7320508075688772}, "tsconcat.pretreeprint.console": {"tf": 1.7320508075688772}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 1.7320508075688772}, "tsconcat.pretreeprint.tree_collapse": {"tf": 1.7320508075688772}, "tsconcat.pretreeprint.INDENT_T": {"tf": 1.7320508075688772}, "tsconcat.pretreeprint.INDENT_L": {"tf": 1.7320508075688772}, "tsconcat.pretreeprint.INDENT_O": {"tf": 1.7320508075688772}, "tsconcat.pretreeprint.INDENT_I": {"tf": 1.7320508075688772}, "tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 1.7320508075688772}, "tsconcat.pretreeprint.tree_print": {"tf": 1.7320508075688772}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1.7320508075688772}, "tsconcat.utils": {"tf": 1.7320508075688772}, "tsconcat.utils.timeprint": {"tf": 3.7416573867739413}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 4.358898943540674}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1.7320508075688772}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1.7320508075688772}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1.7320508075688772}}, "df": 24, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat": {"tf": 1}, "tsconcat.cli.main": {"tf": 1}, "tsconcat.concat": {"tf": 1}}, "df": 3}}}}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.utils.timeprint": {"tf": 1.7320508075688772}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint.tree_collapse": {"tf": 1}}, "df": 1}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {"tsconcat.cli": {"tf": 1}}, "df": 1}}, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"tsconcat.pretreeprint.tree_collapse": {"tf": 1}}, "df": 1}}}}}, "m": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {"tsconcat": {"tf": 1}, "tsconcat.cli.main": {"tf": 1}}, "df": 2}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"tsconcat.pretreeprint.tree_collapse": {"tf": 1}}, "df": 1}}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat.utils.timeprint": {"tf": 1}}, "df": 1}}}}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat": {"tf": 1}, "tsconcat.utils.timeprint": {"tf": 1}}, "df": 2, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.cli.main": {"tf": 1}}, "df": 1}}}}}}}}, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.timeprint": {"tf": 1.4142135623730951}}, "df": 1}}}}, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat": {"tf": 1}, "tsconcat.cli": {"tf": 1}, "tsconcat.utils": {"tf": 1}}, "df": 3}}}}}}}, "o": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1.4142135623730951}, "tsconcat.utils.timeprint": {"tf": 1.4142135623730951}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 2}}, "df": 3}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint": {"tf": 1}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.tree_collapse": {"tf": 1}, "tsconcat.pretreeprint.tree_print": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}}, "df": 5}}}, "h": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.timeprint": {"tf": 1.7320508075688772}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 2}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat": {"tf": 1}}, "df": 1}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat": {"tf": 1.7320508075688772}}, "df": 1}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint.tree_collapse": {"tf": 1}}, "df": 1}}}}}, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}}}}}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"tsconcat": {"tf": 1}}, "df": 1, "f": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 3}}}}}}}}, "i": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat": {"tf": 2}}, "df": 1}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"tsconcat.utils": {"tf": 1}}, "df": 1}}}}}}}, "b": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"2": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 3}}}}}}, "docs": {"tsconcat": {"tf": 2}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 2}}}, "e": {"docs": {"tsconcat": {"tf": 1}, "tsconcat.utils.timeprint": {"tf": 1}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 1.4142135623730951}}, "df": 3, "t": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"tsconcat.utils.timeprint": {"tf": 1}}, "df": 1}}}}}, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.timeprint": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 2}}}}, "y": {"docs": {"tsconcat.pretreeprint.tree_collapse": {"tf": 1}}, "df": 1}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1, "p": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat": {"tf": 1.7320508075688772}, "tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 2}}}}}, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat": {"tf": 1}}, "df": 1}}}}}}, "f": {"docs": {"tsconcat.pretreeprint": {"tf": 1}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 6}}, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"tsconcat": {"tf": 1.4142135623730951}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 2}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 3}}}}}}}}, "a": {"docs": {"tsconcat.pretreeprint": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint.tree_collapse": {"tf": 1}, "tsconcat.pretreeprint.tree_print": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1.4142135623730951}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 6, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat": {"tf": 1}, "tsconcat.concat.concat_nifti1_4d": {"tf": 1}, "tsconcat.utils.timeprint": {"tf": 1}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 1.7320508075688772}}, "df": 4}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}}}}, "s": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}, "e": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat": {"tf": 1}}, "df": 1}}}}}}, "d": {"docs": {"tsconcat.utils.timeprint": {"tf": 1.4142135623730951}}, "df": 1}}, "f": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat.utils.timeprint": {"tf": 1}}, "df": 1}}}}, "p": {"docs": {}, "df": 0, "p": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat": {"tf": 1}}, "df": 1}}}}, "f": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1.4142135623730951}}, "df": 1}, "s": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}}, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat": {"tf": 1.4142135623730951}}, "df": 1}}}}, "r": {"docs": {"tsconcat.cli": {"tf": 1}, "tsconcat.utils": {"tf": 1}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 3}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1, "s": {"docs": {"tsconcat.concat": {"tf": 1}, "tsconcat.concat.concat_nifti1_4d": {"tf": 1.4142135623730951}}, "df": 2}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 3}}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {"tsconcat.pretreeprint": {"tf": 1}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 6}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.utils": {"tf": 1}}, "df": 1}}}}}}}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"tsconcat": {"tf": 1.4142135623730951}, "tsconcat.concat.concat_nifti1_4d": {"tf": 1.7320508075688772}}, "df": 2, "s": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint": {"tf": 1}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}}, "df": 4}}}, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"tsconcat": {"tf": 1}}, "df": 1}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.pretreeprint": {"tf": 1}, "tsconcat.pretreeprint.tree_print": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}, "tsconcat.utils.timeprint": {"tf": 1}}, "df": 4, "e": {"docs": {}, "df": 0, "d": {"docs": {"tsconcat.utils.timeprint": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"tsconcat": {"tf": 1}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 2}}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}, "tsconcat.pretreeprint": {"tf": 1}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 7}}}}, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {"tsconcat.concat": {"tf": 1}, "tsconcat.concat.concat_nifti1_4d": {"tf": 1.7320508075688772}}, "df": 2}}}}, "o": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.pretreeprint.tree_collapse": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"tsconcat.utils.timeprint": {"tf": 1}}, "df": 1}}}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"tsconcat.utils.timeprint": {"tf": 1}}, "df": 1}}}}}}, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"tsconcat.utils.timeprint": {"tf": 1}}, "df": 1}}}}}}}}, "k": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}}}}}}}, "pipeline": ["trimmer"], "_isPrebuiltIndex": true}; + /** pdoc search index */const docs = {"version": "0.9.5", "fields": ["qualname", "fullname", "annotation", "default_value", "signature", "bases", "doc"], "ref": "fullname", "documentStore": {"docs": {"tsconcat": {"fullname": "tsconcat", "modulename": "tsconcat", "kind": "module", "doc": "Concatenate MRI time series data.
\n\n\n\n\ntsconcat bids_dir output_dir group [options]
\n
CLI for tsconcat.
\n"}, "tsconcat.cli.REDUCE_COLUMNS": {"fullname": "tsconcat.cli.REDUCE_COLUMNS", "modulename": "tsconcat.cli", "qualname": "REDUCE_COLUMNS", "kind": "variable", "doc": "\n", "default_value": "['dataset', 'sub', 'ses', 'run']"}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"fullname": "tsconcat.cli.REDUCE_COLUMNS_SET", "modulename": "tsconcat.cli", "qualname": "REDUCE_COLUMNS_SET", "kind": "variable", "doc": "\n", "default_value": "{'dataset', 'sub', 'run', 'ses'}"}, "tsconcat.cli.main": {"fullname": "tsconcat.cli.main", "modulename": "tsconcat.cli", "qualname": "main", "kind": "function", "doc": "Concatenate MRI timeseries.
\n", "signature": "() -> None:", "funcdef": "def"}, "tsconcat.concat": {"fullname": "tsconcat.concat", "modulename": "tsconcat.concat", "kind": "module", "doc": "Concatenate 4D Nifti files.
\n"}, "tsconcat.concat.concat_nifti1_4d": {"fullname": "tsconcat.concat.concat_nifti1_4d", "modulename": "tsconcat.concat", "qualname": "concat_nifti1_4d", "kind": "function", "doc": "Concat 4D Nifti files.
\n\nPrint a tree from a list of paths.
\n"}, "tsconcat.pretreeprint.console": {"fullname": "tsconcat.pretreeprint.console", "modulename": "tsconcat.pretreeprint", "qualname": "console", "kind": "variable", "doc": "\n", "default_value": "<console width=80 None>"}, "tsconcat.pretreeprint.tree_from_paths": {"fullname": "tsconcat.pretreeprint.tree_from_paths", "modulename": "tsconcat.pretreeprint", "qualname": "tree_from_paths", "kind": "function", "doc": "Build a tree from a list of paths.
\n", "signature": "(paths: Sequence[Union[str, pathlib.Path]]) -> dict:", "funcdef": "def"}, "tsconcat.pretreeprint.tree_collapse": {"fullname": "tsconcat.pretreeprint.tree_collapse", "modulename": "tsconcat.pretreeprint", "qualname": "tree_collapse", "kind": "function", "doc": "Collapse a tree by merging single-child nodes.
\n", "signature": "(tree: dict) -> dict:", "funcdef": "def"}, "tsconcat.pretreeprint.INDENT_T": {"fullname": "tsconcat.pretreeprint.INDENT_T", "modulename": "tsconcat.pretreeprint", "qualname": "INDENT_T", "kind": "variable", "doc": "\n", "default_value": "'\u251c\u2500\u2500 '"}, "tsconcat.pretreeprint.INDENT_L": {"fullname": "tsconcat.pretreeprint.INDENT_L", "modulename": "tsconcat.pretreeprint", "qualname": "INDENT_L", "kind": "variable", "doc": "\n", "default_value": "'\u2514\u2500\u2500 '"}, "tsconcat.pretreeprint.INDENT_O": {"fullname": "tsconcat.pretreeprint.INDENT_O", "modulename": "tsconcat.pretreeprint", "qualname": "INDENT_O", "kind": "variable", "doc": "\n", "default_value": "' '"}, "tsconcat.pretreeprint.INDENT_I": {"fullname": "tsconcat.pretreeprint.INDENT_I", "modulename": "tsconcat.pretreeprint", "qualname": "INDENT_I", "kind": "variable", "doc": "\n", "default_value": "'\u2502 '"}, "tsconcat.pretreeprint.RAINBOW_COLORS": {"fullname": "tsconcat.pretreeprint.RAINBOW_COLORS", "modulename": "tsconcat.pretreeprint", "qualname": "RAINBOW_COLORS", "kind": "variable", "doc": "\n", "default_value": "['red', 'green', 'blue', 'magenta', 'cyan']"}, "tsconcat.pretreeprint.tree_print": {"fullname": "tsconcat.pretreeprint.tree_print", "modulename": "tsconcat.pretreeprint", "qualname": "tree_print", "kind": "function", "doc": "Print a tree.
\n", "signature": "(tree: dict, indents: Optional[List[bool]] = None) -> None:", "funcdef": "def"}, "tsconcat.pretreeprint.pretreeprint": {"fullname": "tsconcat.pretreeprint.pretreeprint", "modulename": "tsconcat.pretreeprint", "qualname": "pretreeprint", "kind": "function", "doc": "Print a tree from a list of paths.
\n", "signature": "(paths: Sequence[Union[str, pathlib.Path]]) -> None:", "funcdef": "def"}, "tsconcat.utils": {"fullname": "tsconcat.utils", "modulename": "tsconcat.utils", "kind": "module", "doc": "Utility functions for tsconcat.
\n"}, "tsconcat.utils.timeprint": {"fullname": "tsconcat.utils.timeprint", "modulename": "tsconcat.utils", "qualname": "timeprint", "kind": "function", "doc": "Context manager to print the time elapsed between entering and exiting the context.
\n\nBuild a parser skeleton for the BIDS App group level.
\n\nGenerate list of filepaths from bids2table dataframe.
\n", "signature": "(\tdf: pandas.core.frame.DataFrame,\tinclude_sidecars: bool = False,\tinplace: bool = False) -> List[pathlib.Path]:", "funcdef": "def"}, "tsconcat.utils.file_path_from_b2table_row": {"fullname": "tsconcat.utils.file_path_from_b2table_row", "modulename": "tsconcat.utils", "qualname": "file_path_from_b2table_row", "kind": "function", "doc": "Generate list of filepaths from bids2table dataframe.
\n", "signature": "(\trow: pandas.core.series.Series,\tinplace: bool = False,\tsidecar: bool = False) -> pathlib.Path:", "funcdef": "def"}, "tsconcat.utils.sidecar_path_from_b2table_row": {"fullname": "tsconcat.utils.sidecar_path_from_b2table_row", "modulename": "tsconcat.utils", "qualname": "sidecar_path_from_b2table_row", "kind": "function", "doc": "Generate list of filepaths from bids2table dataframe.
\n", "signature": "(row: pandas.core.series.Series, inplace: bool = False) -> pathlib.Path:", "funcdef": "def"}}, "docInfo": {"tsconcat": {"qualname": 0, "fullname": 1, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 71}, "tsconcat.cli": {"qualname": 0, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 6}, "tsconcat.cli.REDUCE_COLUMNS": {"qualname": 2, "fullname": 4, "annotation": 0, "default_value": 14, "signature": 0, "bases": 0, "doc": 3}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"qualname": 3, "fullname": 5, "annotation": 0, "default_value": 14, "signature": 0, "bases": 0, "doc": 3}, "tsconcat.cli.main": {"qualname": 1, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 10, "bases": 0, "doc": 6}, "tsconcat.concat": {"qualname": 0, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 7}, "tsconcat.concat.concat_nifti1_4d": {"qualname": 3, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 70, "bases": 0, "doc": 67}, "tsconcat.pretreeprint": {"qualname": 0, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 11}, "tsconcat.pretreeprint.console": {"qualname": 1, "fullname": 3, "annotation": 0, "default_value": 8, "signature": 0, "bases": 0, "doc": 3}, "tsconcat.pretreeprint.tree_from_paths": {"qualname": 3, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 40, "bases": 0, "doc": 11}, "tsconcat.pretreeprint.tree_collapse": {"qualname": 2, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 19, "bases": 0, "doc": 11}, "tsconcat.pretreeprint.INDENT_T": {"qualname": 2, "fullname": 4, "annotation": 0, "default_value": 5, "signature": 0, "bases": 0, "doc": 3}, "tsconcat.pretreeprint.INDENT_L": {"qualname": 2, "fullname": 4, "annotation": 0, "default_value": 5, "signature": 0, "bases": 0, "doc": 3}, "tsconcat.pretreeprint.INDENT_O": {"qualname": 2, "fullname": 4, "annotation": 0, "default_value": 4, "signature": 0, "bases": 0, "doc": 3}, "tsconcat.pretreeprint.INDENT_I": {"qualname": 2, "fullname": 4, "annotation": 0, "default_value": 5, "signature": 0, "bases": 0, "doc": 3}, "tsconcat.pretreeprint.RAINBOW_COLORS": {"qualname": 2, "fullname": 4, "annotation": 0, "default_value": 17, "signature": 0, "bases": 0, "doc": 3}, "tsconcat.pretreeprint.tree_print": {"qualname": 2, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 46, "bases": 0, "doc": 6}, "tsconcat.pretreeprint.pretreeprint": {"qualname": 1, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 40, "bases": 0, "doc": 11}, "tsconcat.utils": {"qualname": 0, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 7}, "tsconcat.utils.timeprint": {"qualname": 1, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 37, "bases": 0, "doc": 38}, "tsconcat.utils.build_bidsapp_group_parser": {"qualname": 4, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 20, "bases": 0, "doc": 48}, "tsconcat.utils.file_paths_from_b2table": {"qualname": 4, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 83, "bases": 0, "doc": 10}, "tsconcat.utils.file_path_from_b2table_row": {"qualname": 5, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 76, "bases": 0, "doc": 10}, "tsconcat.utils.sidecar_path_from_b2table_row": {"qualname": 5, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 56, "bases": 0, "doc": 10}}, "length": 24, "save": true}, "index": {"qualname": {"root": {"4": {"docs": {}, "df": 0, "d": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}}, "docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.cli.REDUCE_COLUMNS": {"tf": 1}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1}}, "df": 2}}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {"tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "w": {"docs": {"tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 2}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.cli.REDUCE_COLUMNS": {"tf": 1}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1}}, "df": 2}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint.tree_collapse": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}}}, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint.console": {"tf": 1}}, "df": 1}}}}}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 1}}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"tsconcat.cli.main": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"1": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}}}}}, "t": {"docs": {"tsconcat.pretreeprint.INDENT_T": {"tf": 1}}, "df": 1, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.tree_collapse": {"tf": 1}, "tsconcat.pretreeprint.tree_print": {"tf": 1}}, "df": 3}}}, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.utils.timeprint": {"tf": 1}}, "df": 1}}}}}}}}}, "f": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {"tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 4}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}}, "df": 2}}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 2, "s": {"docs": {"tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1}}, "df": 2}}}, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.pretreeprint.tree_print": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.pretreeprint.pretreeprint": {"tf": 1}}, "df": 1}}}}}}}}}}}}, "i": {"docs": {"tsconcat.pretreeprint.INDENT_I": {"tf": 1}}, "df": 1, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.pretreeprint.INDENT_T": {"tf": 1}, "tsconcat.pretreeprint.INDENT_L": {"tf": 1}, "tsconcat.pretreeprint.INDENT_O": {"tf": 1}, "tsconcat.pretreeprint.INDENT_I": {"tf": 1}}, "df": 4}}}}}}, "l": {"docs": {"tsconcat.pretreeprint.INDENT_L": {"tf": 1}}, "df": 1}, "o": {"docs": {"tsconcat.pretreeprint.INDENT_O": {"tf": 1}}, "df": 1}, "b": {"2": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 3}}}}}}, "docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}}}}, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}}}}, "fullname": {"root": {"4": {"docs": {}, "df": 0, "d": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}}, "docs": {}, "df": 0, "t": {"docs": {"tsconcat.pretreeprint.INDENT_T": {"tf": 1}}, "df": 1, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat": {"tf": 1}, "tsconcat.cli": {"tf": 1}, "tsconcat.cli.REDUCE_COLUMNS": {"tf": 1}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1}, "tsconcat.cli.main": {"tf": 1}, "tsconcat.concat": {"tf": 1}, "tsconcat.concat.concat_nifti1_4d": {"tf": 1}, "tsconcat.pretreeprint": {"tf": 1}, "tsconcat.pretreeprint.console": {"tf": 1}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.tree_collapse": {"tf": 1}, "tsconcat.pretreeprint.INDENT_T": {"tf": 1}, "tsconcat.pretreeprint.INDENT_L": {"tf": 1}, "tsconcat.pretreeprint.INDENT_O": {"tf": 1}, "tsconcat.pretreeprint.INDENT_I": {"tf": 1}, "tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 1}, "tsconcat.pretreeprint.tree_print": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}, "tsconcat.utils": {"tf": 1}, "tsconcat.utils.timeprint": {"tf": 1}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 24}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.tree_collapse": {"tf": 1}, "tsconcat.pretreeprint.tree_print": {"tf": 1}}, "df": 3}}}, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.utils.timeprint": {"tf": 1}}, "df": 1}}}}}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {"tsconcat.cli": {"tf": 1}, "tsconcat.cli.REDUCE_COLUMNS": {"tf": 1}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1}, "tsconcat.cli.main": {"tf": 1}}, "df": 4}}, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.cli.REDUCE_COLUMNS": {"tf": 1}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1}}, "df": 2}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint.tree_collapse": {"tf": 1}}, "df": 1}}}}}, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.concat": {"tf": 1}, "tsconcat.concat.concat_nifti1_4d": {"tf": 1.4142135623730951}}, "df": 2}}}, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint.console": {"tf": 1}}, "df": 1}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.cli.REDUCE_COLUMNS": {"tf": 1}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1}}, "df": 2}}}}}, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {"tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "w": {"docs": {"tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 2}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1}}, "df": 1}}, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 1}}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"tsconcat.cli.main": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"1": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.pretreeprint": {"tf": 1}, "tsconcat.pretreeprint.console": {"tf": 1}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.tree_collapse": {"tf": 1}, "tsconcat.pretreeprint.INDENT_T": {"tf": 1}, "tsconcat.pretreeprint.INDENT_L": {"tf": 1}, "tsconcat.pretreeprint.INDENT_O": {"tf": 1}, "tsconcat.pretreeprint.INDENT_I": {"tf": 1}, "tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 1}, "tsconcat.pretreeprint.tree_print": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1.4142135623730951}}, "df": 11}}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.pretreeprint.tree_print": {"tf": 1}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 2, "s": {"docs": {"tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1}}, "df": 2}}}, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}}}, "f": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {"tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 4}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}}, "df": 2}}}}, "i": {"docs": {"tsconcat.pretreeprint.INDENT_I": {"tf": 1}}, "df": 1, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.pretreeprint.INDENT_T": {"tf": 1}, "tsconcat.pretreeprint.INDENT_L": {"tf": 1}, "tsconcat.pretreeprint.INDENT_O": {"tf": 1}, "tsconcat.pretreeprint.INDENT_I": {"tf": 1}}, "df": 4}}}}}}, "l": {"docs": {"tsconcat.pretreeprint.INDENT_L": {"tf": 1}}, "df": 1}, "o": {"docs": {"tsconcat.pretreeprint.INDENT_O": {"tf": 1}}, "df": 1}, "u": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.utils": {"tf": 1}, "tsconcat.utils.timeprint": {"tf": 1}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 6}}}}}, "b": {"2": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 3}}}}}}, "docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}}}}, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}}}}, "annotation": {"root": {"docs": {}, "df": 0}}, "default_value": {"root": {"8": {"0": {"docs": {"tsconcat.pretreeprint.console": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0}, "docs": {"tsconcat.cli.REDUCE_COLUMNS": {"tf": 1.4142135623730951}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint.console": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint.INDENT_T": {"tf": 1.7320508075688772}, "tsconcat.pretreeprint.INDENT_L": {"tf": 1.7320508075688772}, "tsconcat.pretreeprint.INDENT_O": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint.INDENT_I": {"tf": 1.7320508075688772}, "tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 1.4142135623730951}}, "df": 8, "x": {"2": {"7": {"docs": {"tsconcat.cli.REDUCE_COLUMNS": {"tf": 2.8284271247461903}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 2.8284271247461903}, "tsconcat.pretreeprint.INDENT_T": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint.INDENT_L": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint.INDENT_O": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint.INDENT_I": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 3.1622776601683795}}, "df": 7}, "docs": {}, "df": 0}, "docs": {}, "df": 0}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.cli.REDUCE_COLUMNS": {"tf": 1}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1}}, "df": 2}}}}}}}, "s": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "b": {"docs": {"tsconcat.cli.REDUCE_COLUMNS": {"tf": 1}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1}}, "df": 2}}, "e": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.cli.REDUCE_COLUMNS": {"tf": 1}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1}}, "df": 2}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {"tsconcat.cli.REDUCE_COLUMNS": {"tf": 1}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1}}, "df": 2}}, "e": {"docs": {}, "df": 0, "d": {"docs": {"tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 1}}, "df": 1}}}, "l": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.pretreeprint.console": {"tf": 1}}, "df": 1}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint.console": {"tf": 1}}, "df": 1}}}}}}, "y": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {"tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 1}}, "df": 1}}}}, "w": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"tsconcat.pretreeprint.console": {"tf": 1}}, "df": 1}}}}}, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint.console": {"tf": 1}}, "df": 1}}}}, "g": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.pretreeprint.console": {"tf": 1}}, "df": 1}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 1}}, "df": 1}}}}}, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 1}}, "df": 1}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 1}}, "df": 1}}}}}}}}}, "signature": {"root": {"docs": {"tsconcat.cli.main": {"tf": 3}, "tsconcat.concat.concat_nifti1_4d": {"tf": 7.54983443527075}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 5.744562646538029}, "tsconcat.pretreeprint.tree_collapse": {"tf": 4}, "tsconcat.pretreeprint.tree_print": {"tf": 6.164414002968976}, "tsconcat.pretreeprint.pretreeprint": {"tf": 5.744562646538029}, "tsconcat.utils.timeprint": {"tf": 5.5677643628300215}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 4.242640687119285}, "tsconcat.utils.file_paths_from_b2table": {"tf": 8.246211251235321}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 7.937253933193772}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 6.782329983125268}}, "df": 11, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.cli.main": {"tf": 1}, "tsconcat.concat.concat_nifti1_4d": {"tf": 1}, "tsconcat.pretreeprint.tree_print": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}}, "df": 4, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.timeprint": {"tf": 1.7320508075688772}}, "df": 1}}}}}}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 6, "s": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}}, "df": 3}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1.4142135623730951}}, "df": 1}}, "b": {"docs": {"tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 5}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 3}}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}}}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.pretreeprint.tree_print": {"tf": 1}}, "df": 1}}}}}, "c": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}}, "df": 1}}}}}, "p": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 3}}}}}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}}, "df": 3}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}, "tsconcat.utils.timeprint": {"tf": 1}}, "df": 4}}, "e": {"docs": {}, "df": 0, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}}, "df": 2}}}}}}, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.utils.file_path_from_b2table_row": {"tf": 1.4142135623730951}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1.4142135623730951}}, "df": 2}}}}}, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat.utils.file_path_from_b2table_row": {"tf": 1}}, "df": 1, "s": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}}, "df": 1}}}}}}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1.4142135623730951}}, "df": 1}, "u": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}}, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"tsconcat.pretreeprint.tree_print": {"tf": 1}}, "df": 1}}}}}}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.tree_collapse": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint.tree_print": {"tf": 1}}, "df": 3}}}, "f": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}}, "df": 1}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}}, "df": 1}}}}}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint.tree_collapse": {"tf": 1}, "tsconcat.pretreeprint.tree_print": {"tf": 1}}, "df": 2}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.timeprint": {"tf": 1}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.pretreeprint.tree_print": {"tf": 1}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1}}, "df": 2}}}}, "b": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"tsconcat.pretreeprint.tree_print": {"tf": 1}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1.4142135623730951}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1.4142135623730951}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 4}}}}, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat.utils.timeprint": {"tf": 1}}, "df": 1}}}}}}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}, "k": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 3}}}}, "f": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}}, "df": 1}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1.4142135623730951}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1.4142135623730951}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 3}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {"tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 2}}}}}, "bases": {"root": {"docs": {}, "df": 0}}, "doc": {"root": {"4": {"docs": {}, "df": 0, "d": {"docs": {"tsconcat.concat": {"tf": 1}, "tsconcat.concat.concat_nifti1_4d": {"tf": 1.7320508075688772}}, "df": 2}}, "docs": {"tsconcat": {"tf": 5.916079783099616}, "tsconcat.cli": {"tf": 1.7320508075688772}, "tsconcat.cli.REDUCE_COLUMNS": {"tf": 1.7320508075688772}, "tsconcat.cli.REDUCE_COLUMNS_SET": {"tf": 1.7320508075688772}, "tsconcat.cli.main": {"tf": 1.7320508075688772}, "tsconcat.concat": {"tf": 1.7320508075688772}, "tsconcat.concat.concat_nifti1_4d": {"tf": 5.916079783099616}, "tsconcat.pretreeprint": {"tf": 1.7320508075688772}, "tsconcat.pretreeprint.console": {"tf": 1.7320508075688772}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 1.7320508075688772}, "tsconcat.pretreeprint.tree_collapse": {"tf": 1.7320508075688772}, "tsconcat.pretreeprint.INDENT_T": {"tf": 1.7320508075688772}, "tsconcat.pretreeprint.INDENT_L": {"tf": 1.7320508075688772}, "tsconcat.pretreeprint.INDENT_O": {"tf": 1.7320508075688772}, "tsconcat.pretreeprint.INDENT_I": {"tf": 1.7320508075688772}, "tsconcat.pretreeprint.RAINBOW_COLORS": {"tf": 1.7320508075688772}, "tsconcat.pretreeprint.tree_print": {"tf": 1.7320508075688772}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1.7320508075688772}, "tsconcat.utils": {"tf": 1.7320508075688772}, "tsconcat.utils.timeprint": {"tf": 3.7416573867739413}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 4.358898943540674}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1.7320508075688772}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1.7320508075688772}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1.7320508075688772}}, "df": 24, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat": {"tf": 1}, "tsconcat.cli.main": {"tf": 1}, "tsconcat.concat": {"tf": 1}}, "df": 3}}}}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.utils.timeprint": {"tf": 1.7320508075688772}}, "df": 1}}}}}, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint.tree_collapse": {"tf": 1}}, "df": 1}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {"tsconcat.cli": {"tf": 1}}, "df": 1}}, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"tsconcat.pretreeprint.tree_collapse": {"tf": 1}}, "df": 1}}}}}, "m": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {"tsconcat": {"tf": 1}, "tsconcat.cli.main": {"tf": 1}}, "df": 2}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat": {"tf": 1}}, "df": 1}}}, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"tsconcat.pretreeprint.tree_collapse": {"tf": 1}}, "df": 1}}}}}}, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat.utils.timeprint": {"tf": 1}}, "df": 1}}}}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat": {"tf": 1}, "tsconcat.utils.timeprint": {"tf": 1}}, "df": 2, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.cli.main": {"tf": 1}}, "df": 1}}}}}}}}, "t": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.timeprint": {"tf": 1.4142135623730951}}, "df": 1}}}}, "s": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat": {"tf": 1}, "tsconcat.cli": {"tf": 1}, "tsconcat.utils": {"tf": 1}}, "df": 3}}}}}}}, "o": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1.4142135623730951}, "tsconcat.utils.timeprint": {"tf": 1.4142135623730951}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 2}}, "df": 3}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint": {"tf": 1}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.tree_collapse": {"tf": 1}, "tsconcat.pretreeprint.tree_print": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}}, "df": 5}}}, "h": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.timeprint": {"tf": 1.7320508075688772}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 2}}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat": {"tf": 1}}, "df": 1}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat": {"tf": 1.7320508075688772}}, "df": 1}, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat": {"tf": 1}}, "df": 1}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.pretreeprint.tree_collapse": {"tf": 1}}, "df": 1}}}}}, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}}}}}, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {"tsconcat": {"tf": 1}}, "df": 1, "f": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 3}}}}}}}}, "i": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat": {"tf": 2}}, "df": 1}}}, "u": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat": {"tf": 1}}, "df": 1}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"tsconcat.utils": {"tf": 1}}, "df": 1}}}}}}}, "b": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "s": {"2": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 3}}}}}}, "docs": {"tsconcat": {"tf": 2}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 2}}}, "e": {"docs": {"tsconcat": {"tf": 1}, "tsconcat.utils.timeprint": {"tf": 1}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 1.4142135623730951}}, "df": 3, "t": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {"tsconcat.utils.timeprint": {"tf": 1}}, "df": 1}}}}}, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.timeprint": {"tf": 1}}, "df": 1}}}}}, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {"tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 2}}}}, "y": {"docs": {"tsconcat.pretreeprint.tree_collapse": {"tf": 1}}, "df": 1}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1, "p": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat": {"tf": 1.7320508075688772}, "tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 2}}}}}, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat": {"tf": 1}}, "df": 1}}}}}}, "f": {"docs": {"tsconcat.pretreeprint": {"tf": 1}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 6}}, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"tsconcat": {"tf": 1.4142135623730951}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 2}}}}, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 3}}}}}}}}, "a": {"docs": {"tsconcat.pretreeprint": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint.tree_collapse": {"tf": 1}, "tsconcat.pretreeprint.tree_print": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1.4142135623730951}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 6, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat": {"tf": 1}, "tsconcat.concat.concat_nifti1_4d": {"tf": 1}, "tsconcat.utils.timeprint": {"tf": 1}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 1.7320508075688772}}, "df": 4}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}}}}}, "s": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}, "e": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat": {"tf": 1}}, "df": 1}}}}}}, "d": {"docs": {"tsconcat.utils.timeprint": {"tf": 1.4142135623730951}}, "df": 1}}, "f": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}}}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat.utils.timeprint": {"tf": 1}}, "df": 1}}}}, "p": {"docs": {}, "df": 0, "p": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat": {"tf": 1}}, "df": 1}}}}, "f": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1.4142135623730951}}, "df": 1}, "s": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}}, "f": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat": {"tf": 1.4142135623730951}}, "df": 1}}}}, "r": {"docs": {"tsconcat.cli": {"tf": 1}, "tsconcat.utils": {"tf": 1}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 3}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1, "s": {"docs": {"tsconcat.concat": {"tf": 1}, "tsconcat.concat.concat_nifti1_4d": {"tf": 1.4142135623730951}}, "df": 2}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 3}}}}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "m": {"docs": {"tsconcat.pretreeprint": {"tf": 1}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 6}}}, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.utils": {"tf": 1}}, "df": 1}}}}}}}}}, "p": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"tsconcat": {"tf": 1.4142135623730951}, "tsconcat.concat.concat_nifti1_4d": {"tf": 1.7320508075688772}}, "df": 2, "s": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1.4142135623730951}, "tsconcat.pretreeprint": {"tf": 1}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}}, "df": 4}}}, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1.4142135623730951}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"tsconcat": {"tf": 1}}, "df": 1}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.pretreeprint": {"tf": 1}, "tsconcat.pretreeprint.tree_print": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}, "tsconcat.utils.timeprint": {"tf": 1}}, "df": 4, "e": {"docs": {}, "df": 0, "d": {"docs": {"tsconcat.utils.timeprint": {"tf": 1}}, "df": 1}}}}}}, "o": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"tsconcat": {"tf": 1}, "tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 2}}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}, "tsconcat.pretreeprint": {"tf": 1}, "tsconcat.pretreeprint.tree_from_paths": {"tf": 1}, "tsconcat.pretreeprint.pretreeprint": {"tf": 1}, "tsconcat.utils.file_paths_from_b2table": {"tf": 1}, "tsconcat.utils.file_path_from_b2table_row": {"tf": 1}, "tsconcat.utils.sidecar_path_from_b2table_row": {"tf": 1}}, "df": 7}}}}, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {"tsconcat.concat": {"tf": 1}, "tsconcat.concat.concat_nifti1_4d": {"tf": 1.7320508075688772}}, "df": 2}}}}, "o": {"docs": {}, "df": 0, "t": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.pretreeprint.tree_collapse": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "x": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1.4142135623730951}}, "df": 1}}}}}}}, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"tsconcat.utils.timeprint": {"tf": 1}}, "df": 1}}}}}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}}}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"tsconcat.concat.concat_nifti1_4d": {"tf": 1}}, "df": 1}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"tsconcat.utils.timeprint": {"tf": 1}}, "df": 1}}}}}}, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"tsconcat.utils.timeprint": {"tf": 1}}, "df": 1}}}}}}}}, "k": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}}, "e": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {"tsconcat.utils.build_bidsapp_group_parser": {"tf": 1}}, "df": 1}}}}}}}}}}, "pipeline": ["trimmer"], "_isPrebuiltIndex": true}; // mirrored in build-search-index.js (part 1) // Also split on html tags. this is a cheap heuristic, but good enough. diff --git a/tsconcat/cli.html b/tsconcat/cli.html index 4ce9127..6e5349f 100644 --- a/tsconcat/cli.html +++ b/tsconcat/cli.html @@ -261,7 +261,7 @@