Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceJoubert committed Oct 11, 2024
1 parent 8abae06 commit 0eaac69
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,11 @@ def write_sessions_tsv(bids_dir: Path, sessions_dict: dict) -> None:
sep="\t",
encoding="utf8",
)


def create_scans_dict(
clinical_data_dir: Path,
) -> dict:
# todo : dict, can be specific to oasis1 ;

return dict()

0 comments on commit 0eaac69

Please sign in to comment.