Share 
Follow 
AboutDownloadsDocumentsForumsSource CodeIssuesNews
Date:
2013-09-27 06:53
Priority:
3
State:
Open
Submitted by:
Christopher Dembia (chrisdembia)
Assigned to:
Ayman Habib (aymanh)
Summary:
Scale should not delete unused markers from model

Detailed description
Right now, Scale deletes unused markers. A message like this:

Deleted 6 unused markers from model <model-name>.

is printed to cout. This disrupts my workflow, and the disruption seems unnecessary to me.

I am creating 3 models:

generic --(scale)--> [A] subj-specific unloaded --(scale)--> [B] subj-specific loaded --(scale)--> [C] subj-specific wearing device.

I only need to ModelScale once, to get A. Each subsequent subject (B, C) uses a different tracking marker set, So I need to use MarkerPlacer.

It so happens that the trials for [A] and [C] contains markers that the trials for [B] does not contain. So after I generate [B], these markers are deleted from the model, since this is the default behavior of scale to delete unused markers (markers not in the trc). This includes anatomical markers.

But I don't want to actually scale my subject again, so I'd like to use the scaled/moved markers from [A] in [C], when MarkerPlacing.


Add A Comment: Notepad

No Comments Have Been Posted

No Changes Have Been Made to This Item

Feedback