Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add File organization and DICOM to NIfTI conversion sections #3

Merged
merged 49 commits into from
Sep 5, 2024

Commits on Aug 16, 2024

  1. Add 'Data structure' section

    valosekj committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    01dd4a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1175ccc View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Add participants.tsv example

    valosekj committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    58b0aa2 View commit details
    Browse the repository at this point in the history
  2. Fix subject naming

    valosekj committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0f37c4c View commit details
    Browse the repository at this point in the history
  3. Update comments

    valosekj committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3c8b5cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    915edf8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Store the first version of the script. This version interactively pro…

    …mpts the user to provide paths to the nifti images.
    valosekj committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    49e381f View commit details
    Browse the repository at this point in the history
  2. Add '-bids-folder' input arg; check whether the BIDS folder already e…

    …xists, if so, warn the user and exit
    valosekj committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    bdffbe3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78e80bc View commit details
    Browse the repository at this point in the history
  4. Add prints

    valosekj committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    117f72e View commit details
    Browse the repository at this point in the history
  5. t2_path --> path_t2w

    valosekj committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    02c12b9 View commit details
    Browse the repository at this point in the history
  6. dwi_path --> path_dwi

    valosekj committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c8cd769 View commit details
    Browse the repository at this point in the history
  7. Refactor the script to allow selecting the images for further process…

    …ing from the list of images
    valosekj committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    6ebf0d1 View commit details
    Browse the repository at this point in the history
  8. Update description

    valosekj committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    8999c81 View commit details
    Browse the repository at this point in the history
  9. Update docstring

    valosekj committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c397113 View commit details
    Browse the repository at this point in the history
  10. Update docstrings

    valosekj committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    078e6cb View commit details
    Browse the repository at this point in the history
  11. Use os.path.expanduser

    valosekj committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e45d38e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b8b4e6d View commit details
    Browse the repository at this point in the history
  13. Add dcm2niix requirement

    valosekj committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d0260db View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8f0923a View commit details
    Browse the repository at this point in the history
  15. Add TODOs

    valosekj committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    dfa2d4f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0a4bde1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    61db6a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    7cdd1cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    894cd30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36aab7b View commit details
    Browse the repository at this point in the history
  4. Update TOC

    valosekj committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    c0d8e81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbd31bf View commit details
    Browse the repository at this point in the history
  6. typos

    valosekj committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b977fec View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. typo

    valosekj committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    534f172 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    add0bf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b5425a View commit details
    Browse the repository at this point in the history
  4. update df printing

    valosekj committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1cf8442 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bee5209 View commit details
    Browse the repository at this point in the history
  6. Sort nii files based on the series number (the last number in the fil…

    …e name before the .nii.gz extension)
    valosekj committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c45d7a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dfb2f4f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    23fffd3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    491e544 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    39ae508 View commit details
    Browse the repository at this point in the history
  11. Write a new entry to the participant.tsv

     - add new args for sex and age
    valosekj committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    fd9a1c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    0598ee0 View commit details
    Browse the repository at this point in the history
  2. Update script path

    valosekj committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c2c52b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    02a9ac9 View commit details
    Browse the repository at this point in the history
  2. Add example usage

    valosekj committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    aac3f7e View commit details
    Browse the repository at this point in the history
  3. Update README.md

    jcohenadad authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b44db03 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Simplify TOC

    - add 'Getting Started'
    - move 'Dependencies' and 'Installation' under 'Getting Started'
    valosekj committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2d412ae View commit details
    Browse the repository at this point in the history
  2. Move printing

    valosekj committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    928e169 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32546aa View commit details
    Browse the repository at this point in the history
  4. Add an example on how to distinguish between two images of the same c…

    …ontrast with different orientation, e.g.
    
    'acq-axial_T2w' and 'acq-sag_T2w'
    valosekj committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    63000ba View commit details
    Browse the repository at this point in the history