subtom_unclass_motl

Removes the iclass information from a motive list.

subtom_unclass_motl(
    'input_motl_fn', input_motl_fn (''),
    'output_motl_fn', output_motl_fn (''))

Takes the motive list given by input_motl_fn, and removes all of the iclass information setting all of the particles to 1, this can be useful when moving from classified motive lists to all-particle alignments. Then unclassed motive list is written out as output_motl_fn.

Example

subtom_unclass_motl(...
    'input_motl_fn', 'combinedmotl/allmotl_wmd_2.em', ...
    'output_motl_fn', 'combinedmotl/allmotl_wmd_unclassed_2.em')

See Also