lfkit.utils.io#
I/O utilities for packaged Poggianti (1997) correction tables.
This module provides helpers to: - locate Poggianti (1997) CSV files shipped as package data - load VizieR-style CSV tables into NumPy structured arrays - list available bands and SED columns - extract validated (z, y) series for a given (band, sed)
The functions here are intentionally limited to file/resource access and table parsing.
Functions
|
Return available band labels and SED columns in a Poggianti-style table. |
|
List usable (band -> SEDs) pairs in a Poggianti-style table. |
|
Extract a validated (z, y) correction curve for a band and SED. |
|
Load a saved .npz package created by save_kcorr_package. |
|
Load a VizieR CSV file into a NumPy structured array. |
|
Resolve a packaged CSV resource to a concrete filesystem path. |
|
Save the generated package to .npz (portable, fast). |