select_1dof_changed¶
- marxs.design.tolerancing.select_1dof_changed(table, par, parlist=['dx', 'dy', 'dz', 'rx', 'ry', 'rz'])[source]¶
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¶
- table
astropy.table.Table Table with wiggle results
- parstring
Name of parameter to be selected
- parlistlist of strings
Name of all parameters in
table
Returns¶
- tab
astropy.table.Table Filtered table
- table