Skip to content

Cache baselines

Jannis David Necker requested to merge cache-baselines into main

The method DatabaseConnector.get_baseline() now saves the result to a cache file. This is useful when getting baselines for millions of objects. The output is now a pandas.DataFrame instead of dict. Also, timewise_sup.meta_analysis.diagnostics.get_baseline_magnitudes() automatically converts the baseline spectral flux dennsities to vega magnitudes.

Merge request reports