subtom_scale_motl

Scales a given motive list by a given factor.

subtom_scale_motl(
    'input_motl_fn', input_motl_fn (''),
    'output_motl_fn', output_motl_fn (''),
    'scale_factor', scale_factor (1))

Takes the motive list given by input_motl_fn, and scales it by scale_factor, and then writes the transformed motive list out as output_motl_fn.

Example

subtom_scale_motl(...
    'input_motl_fn', '../bin8/combinedmotl/allmotl_2.em', ...
    'output_motl_fn', 'combinedmotl/allmotl_1.em', ...
    'scale_factor', 2)

See Also