This commit is contained in:
François Boulogne 2025-05-27 16:01:50 +02:00
parent 8bb23c3724
commit d321fce459
9 changed files with 371 additions and 261 deletions

View file

@ -1,7 +1,9 @@
import numpy as np
def load_spectrum(spectrum_path, lambda_min=0, lambda_max=np.inf,
def load_spectrum(spectrum_path,
lambda_min=0,
lambda_max=np.inf,
delimiter=','):
"""
Load a spectrum file.