select_1dof_changed

marxs.design.tolerancing.select_1dof_changed(table, par, parlist=['dx', 'dy', 'dz', 'rx', 'ry', 'rz'])[source] [edit on github]

Select subset of tolerancing table with changes in 1 dof only

This function selects a subset of a table where all parameters other than the parameter selected right now are zero.

This is a helper function for analyzing and plotting results.

Parameters:
tableastropy.table.Table

Table with wiggle results

parstring

Name of parameter to be selected

parlistlist of strings

Name of all parameters in table

Returns:
tabastropy.table.Table

Filtered table