Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1 KB

subtom_scale_motl.rst

File metadata and controls

43 lines (34 loc) · 1 KB

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

  • subtom_cat_motls
  • subtom_clean_motl
  • subtom_compare_motls
  • subtom_even_odd_motl
  • subtom_random_subset_motl
  • subtom_renumber_motl
  • subtom_rotx_motl
  • subtom_seed_positions
  • subtom_split_motl_by_row
  • subtom_transform_motl
  • subtom_unclass_motl