gunshotmatch_pipeline.exporters
Functions and classes for export to disk, and verification of saved data.
Functions:
|
Verify the data in a saved |
|
Verify the data in a saved |
|
Write a CSV file listing the top hits for each peak in the |
|
Write the JSON output file listing the determined "best match" for each peaks. |
-
verify_saved_datafile(in_process, from_file)[source] Verify the data in a saved
Datafilematches the data in memory.Will raise an
AssertionErrorif the data do not match.
-
verify_saved_project(in_process, from_file)[source] Verify the data in a saved
Projectmatches the data in memory.Will raise an
AssertionErrorif the data do not match.