gunshotmatch_pipeline

GunShotMatch Pipeline.

Functions:

prepare_datafile(filename, method[, verbose])

Pipeline from raw datafile to a Datafile.

project_from_repeats(repeats, name, method, …)

Construct a project from the given Repeat objects, using the given method.

prepare_datafile(filename, method, verbose=False)[source]

Pipeline from raw datafile to a Datafile.

Parameters
Return type

Tuple[Repeat, GCMS_data]

project_from_repeats(repeats, name, method, engine)[source]

Construct a project from the given Repeat objects, using the given method.

Parameters
Return type

Project