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

DOC: Clarify markup renaming behavior #7259

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions Docs/user_guide/modules/markups.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ Measurements section below)
- Move Down: Move a highlighted control point down one spot in the list.
- Add Control Point: Add a new unplaced control point to the selected list, creating it with an undefined position.
- Naming:
- Name Format: Format for creating names of new control points, using sprintf format style. %N is replaced by the list name, %d by an integer.
- Apply: Rename all control points in this list according to the current name format, trying to preserve numbers. A quick way to re-number all the control points according to their index is to use a name format with no number in it, rename, then add the number format specifier %d to the format and rename one more time.
- Reset: Reset the name format field to the default value, %N-%d.
- Name Format: Format for creating names of new control points, using sprintf format style. `%N` is replaced by the list name, `%d` by an integer.
- Apply: Rename all control points in this list according to the current name format, trying to preserve numbers. A quick way to re-number all the control points according to their index is to use a name format with no number in it, rename, then add the number format specifier %d to the format and rename one more time. Note that if the control point label contains multiple numbers then the first number is assumed to be part of the name and the second number is used as the control point number.
- Reset: Reset the name format field to the default value, `%N-%d`.
- Convert annotation fiducials: Uses annotation fiducial hierarchies to convert them to markups. Removes the annotation nodes once completed.

### Measurements section
Expand Down