Skip to content

More flexible time integration

Jannis David Necker requested to merge integrate-more-flexibly into main

Add functionality to timewise_sup.meta_analysis.integrate_time.time_integral:

  • err_key can now be a tuple specifying explicitly upper and lower errors
  • per_band argument added: if True (default) assume that the lightcurve has keys W1_<key> and W2_<key>. Otherwise, only integrate <key>

Merge request reports