Skip to content

feat(cli): add fd5 ingest CLI subcommand group (#113)#130

Merged
gerchowl merged 1 commit intodevfrom
feature/113-ingest-cli
Feb 25, 2026
Merged

feat(cli): add fd5 ingest CLI subcommand group (#113)#130
gerchowl merged 1 commit intodevfrom
feature/113-ingest-cli

Conversation

@gerchowl
Copy link
Copy Markdown
Contributor

Summary

  • fd5 ingest list — shows available loaders and their dependency status
  • fd5 ingest raw — ingest raw binary files with dtype/shape
  • fd5 ingest csv — ingest CSV/TSV tabular data
  • fd5 ingest nifti — ingest NIfTI volumes
  • fd5 ingest dicom — ingest DICOM series directories
  • Lazy imports for optional deps (nibabel, pydicom) with clear error messages

Closes #113

Made with Cursor

Add fd5 ingest {raw,csv,nifti,dicom,list} CLI commands.
Each command wraps the corresponding ingest loader.

Closes #113
@gerchowl gerchowl merged commit 143d668 into dev Feb 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant