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

dicom sort rebase #1197

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    f3459a1 View commit details
    Browse the repository at this point in the history
  2. fix(image-sets-normalization): update codegened files for new pipeline

    Change CmakeLists to build image-sets-normalization for WASI.
    
    Fix wasi/__init__ to expose image_sets_normalization.
    
    Fix generated file import of image in test
    PaulHax authored and thewtex committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    dff675b View commit details
    Browse the repository at this point in the history
  3. feat(image-sets-normalization): Sort DICOMs

    Use GDCM discriminate volume example class.
    PaulHax authored and thewtex committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6040800 View commit details
    Browse the repository at this point in the history
  4. feat(image-sets-normalization): read DICOM tags

     Use DICOMTagReader to get all tags in files
    PaulHax authored and thewtex committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7a58e94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b793a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    231608e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d778fbc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cdc81c5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a82e967 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    81e55b5 View commit details
    Browse the repository at this point in the history
  11. fix(image-sets-normalization): check more tags when grouping volumes

    refactor DicomFile to struct
    PaulHax authored and thewtex committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    37f9ec1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    884bea6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0e68145 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e2ec910 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    933cbbc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9890d80 View commit details
    Browse the repository at this point in the history
  17. WIP feat(image-sets-normalization): add group by options

    Also, remove import of "itkGDCMImageIO.h" by extracting CharStringToUTF8Converter
    PaulHax authored and thewtex committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e3eb7da View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    75f1c7a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    767714d View commit details
    Browse the repository at this point in the history