aind_ephys_utils.config module¶
Configuration helpers for optional global defaults.
- aind_ephys_utils.config.configure_defaults(*, plot: bool = True, display: bool = True, print_options: bool = True, savefig_dpi: int | None = 300) None¶
Apply recommended global defaults explicitly.
- Parameters:
plot – If True, apply matplotlib defaults for export-friendly figures.
display – If True, set xarray display options for compact DataArray rendering.
print_options – If True, set numpy print options for concise array display.
savefig_dpi – Save DPI to set when
plot=True. If None, leaves current value.