cleanup
This commit is contained in:
parent
8bb23c3724
commit
d321fce459
9 changed files with 371 additions and 261 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue