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

Add type column to mesh warper CSV import/export #805

Open
adamkewley opened this issue Nov 7, 2023 · 0 comments
Open

Add type column to mesh warper CSV import/export #805

adamkewley opened this issue Nov 7, 2023 · 0 comments
Labels
model-warping Related to model warping changes

Comments

@adamkewley
Copy link
Collaborator

Where type is one of: Landmark, Semilandmark, NonLandmarkPoint (non-participating)

This is so that the higher-level warping workflow (#802) is able to read a single CSV per mesh (e.g. from Landmarks/MeshName.csv) and have all the information it needs to start warping other stuff in the model.

The file must also be importable into the mesh importer (#803), because users are going to also use the landmarks as part of defining frames - both in the importer (#802) and in existing opensim models (issue not made yet).

And, ideally, this would be done in a backward-compatible way (i.e. the CSV reader should work with older CSVs that have no type column).

@adamkewley adamkewley added the model-warping Related to model warping changes label Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
model-warping Related to model warping changes
Projects
None yet
Development

No branches or pull requests

1 participant