gunshotmatch_pipeline.config
Configuration for GunShotMatch analysis.
-
class
Configuration(pyms_nist_search)[source] Bases:
ConfigOverall GunShotMatch configuration.
Methods:
from_json(json_string)Parse a
Configurationfrom a JSON string.from_toml(toml_string)Parse a
Configurationfrom a TOML string.to_toml()Convert a
Configurationto a TOML string.Attributes:
Configuration for
pyms_nist_search.-
classmethod
from_json(json_string)[source] Parse a
Configurationfrom a JSON string.- Parameters
json_string (
str)- Return type
-
classmethod
from_toml(toml_string)[source] Parse a
Configurationfrom a TOML string.- Parameters
toml_string (
str)- Return type
-
pyms_nist_search Type:
PyMSNISTSearchCfgConfiguration for
pyms_nist_search.
-
to_toml()[source] Convert a
Configurationto a TOML string.- Return type
-
classmethod