uvex_transients.utils.resolve_healpix_resolution#
- uvex_transients.utils.resolve_healpix_resolution(nside: int | None = None, order: str | None = None) tuple[int, str][source]#
Fill in an omitted HEALPix
nside/orderfrom the configured default.Shared by every ~uvex_transients.surveys.base.SurveySchedule query and ~uvex_transients.simulation.core.SurveySimulator sampling-grid method that accepts
nside/order– soconfig["healpix.default_nside"]/config["healpix.default_order"]set the shared resolution once, the same way ~uvex_transients.utils.cosmology.get_cosmology resolves an omittedcosmologyfromconfig["physics.default_cosmology"], rather than each call site carrying its own (previously inconsistent) hardcoded literal.- Parameters:
- Returns: