stacker.pairwise_distance.MultiFrameTraj

stacker.pairwise_distance.MultiFrameTraj#

exception MultiFrameTraj[source]#

Bases: Exception

A multi-frame trajectory is passed to a one-frame function

Raised if a multi-frame trajectory is passed to a function that only works on one trajectory (eg. calculate_residue_distance_vector())

__init__(*args, **kwargs)#
add_note(object, /)#

Exception.add_note(note) – add a note to the exception

args#
with_traceback(object, /)#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.