geoprior.scripts.plot_sm3_log_offsets#

Script helpers for plotting SM3 log-offset diagnostics.

Functions

build_offsets_table(payload, *, K_prior, ...)

main([argv, prog])

plot_offsets(df, *, out_base, dpi, ...)

plot_sm3_log_offsets_main([argv, prog])

summarise_offsets(df)

geoprior.scripts.plot_sm3_log_offsets.build_offsets_table(payload, *, K_prior, Ss_prior, Hd_prior, eps=1e-12)[source]#
Parameters:
Return type:

DataFrame

geoprior.scripts.plot_sm3_log_offsets.summarise_offsets(df)[source]#
Parameters:

df (DataFrame)

Return type:

DataFrame

geoprior.scripts.plot_sm3_log_offsets.plot_offsets(df, *, out_base, dpi, show_title, title, bins)[source]#
Parameters:
Return type:

list[str]

geoprior.scripts.plot_sm3_log_offsets.plot_sm3_log_offsets_main(argv=None, *, prog=None)[source]#
Parameters:
Return type:

None

geoprior.scripts.plot_sm3_log_offsets.main(argv=None, *, prog=None)[source]#
Parameters:
Return type:

None