Skip to content

Commit

Permalink
Update CLI command in README.rst to include new option for chunk naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jomasator2 committed Jul 29, 2024
1 parent fc33b3c commit b34f427
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ The CLI allows for easy conversion of DICOM files to PNG. The basic usage is as
piramidaldicom2png -p <path_to_project> -c <chunk> -l <level> [--verbose] [--very-verbose]
- `-p`, `--project`: Path to the BIDS/MIDS project to convert.
- `-l`, `--level`: The level in the pyramidal DICOM to convert.
- `-c`, `--chunk`: The chunk of the pyramidal DICOM to convert by chunk naming.
- `-l`, `--level`: The level in the pyramidal DICOM to convert by resolution order(lowest to highest resolution).
- `-v`, `--verbose`: Set loglevel to INFO.
- `-vv`, `--very-verbose`: Set loglevel to DEBUG.

Expand Down

0 comments on commit b34f427

Please sign in to comment.