geoprior.cli.sm3_synthetic_identifiability#

CLI wrapper for SM3 synthetic identifiability.

This wrapper integrates the standalone SM3 identifiability script into geoprior.cli so it can be dispatched from geoprior-run via the package command registry.

Supported flows#

  • Use the existing nat.com/config.py as-is.

  • Install a user-supplied config file before running.

  • Apply one-off JSON-friendly overrides via --set KEY=VALUE.

  • Seed a default --outdir and --ident-regime from config when the legacy script is called without them.

  • Forward all original SM3 legacy arguments unchanged.

Functions

geoprior.cli.sm3_synthetic_identifiability.run_sm3_identifiability(argv=None)[source]#
Parameters:

argv (list[str] | None)

Return type:

None

geoprior.cli.sm3_synthetic_identifiability.sm3_identifiability_main(argv=None)[source]#
Parameters:

argv (list[str] | None)

Return type:

None

geoprior.cli.sm3_synthetic_identifiability.main(argv=None)[source]#
Parameters:

argv (list[str] | None)

Return type:

None