Skip to content

fix: Update cardio-analysis command to use --N-slice flag in documentation#29

Merged
JosephBrunet merged 2 commits intoJosephBrunet:mainfrom
by22Jy:main
Feb 27, 2026
Merged

fix: Update cardio-analysis command to use --N-slice flag in documentation#29
JosephBrunet merged 2 commits intoJosephBrunet:mainfrom
by22Jy:main

Conversation

@by22Jy
Copy link
Copy Markdown
Contributor

@by22Jy by22Jy commented Feb 27, 2026

Summary

Fixes #27

This PR updates the documentation to correctly use the --N-slice flag for the cardio-analysis command, as pointed out in issue #27.

Changes

  • examples/README.md: Updated command from cardio-analysis ./parameters_example.conf 150 to cardio-analysis ./parameters_example.conf --N-slice 150
  • docs/getting-started/examples.md: Updated command from cardio-analysis ./parameters_example.conf 150 to cardio-analysis ./parameters_example.conf --N-slice 150

Rationale

As mentioned in issue #27, the original command cardio-analysis ./parameters_example.conf 150 does not work as expected. The tool requires the --N-slice flag to specify the slice number, not a positional argument.

Testing

The updated command follows the usage message from cardio-analysis and should now work correctly.

Checklist

  • Issue is unassigned
  • No linked PRs exist
  • First contribution to this project
  • Changes are minimal and focused on the issue
  • No extra changes beyond the issue scope

@JosephBrunet JosephBrunet merged commit 2a48fc3 into JosephBrunet:main Feb 27, 2026
6 of 7 checks passed
@JosephBrunet JosephBrunet mentioned this pull request Feb 27, 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.

Documentation typo

2 participants