subtom_split_motl_by_row

Split a MOTL file by a given row.

subtom_split_motl_by_row(
    'input_motl_fn', input_motl_fn (''),
    'output_motl_fn_prefix', output_motl_fn_prefix (''),
    'split_row', split_row (7))

Takes the MOTL file specified by input_motl_fn and writes out a seperate MOTL file with output_motl_fn_prfx as the prefix where each output file corresponds to a unique value of the row split_row in input_motl_fn.

Example

subtom_split_motl_by_row(...
    'input_motl_fn', 'combinedmotl/allmotl_1.em', ...
    'output_motl_fn', 'combinedmotl/allmotl_1_tomo', ...
    'split_row', 7)

See Also