jveitchmichaelis / rascal

RAnsac Assisted Spectral CALibration
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Ground truth peak/wavelength lists for repeatability analysis #86

Open jveitchmichaelis opened 2 years ago

jveitchmichaelis commented 2 years ago

CSV files containing pairs of known peak [px] and arc wavelengths [Å or nm] for testing against different fit configurations.

Ideally for as many real world example instruments as we can. Future work should do this with simulated spectra too.

What parameters do we want to explore varying?

cylammarco commented 2 years ago

Exporting matched peak-line as csv/npy file is now possible in dev-0.4.X.

jveitchmichaelis commented 2 years ago

@cylammarco do you want to add the exported files somewhere in dev-0.4.X?

cylammarco commented 2 years ago

@jveitchmichaelis Perhaps all in a subfolder of the test folder?

cylammarco commented 2 years ago

Added to test/ground_truth

jveitchmichaelis commented 2 years ago

Ok TODO for now will be a function at the end of a fit that compares to the file and produces a bunch of metrics (e.g. precision, recall, RMS, etc)