AdityaSavara / MSRESOLVE

MSRESOLVESG. A program for converting mass spectrometry signals to concentrations. Baseline corrections, smoothing, solving overlapping patterns, mass spectrometer tuning, and more.
0 stars 0 forks source link

exporting improvements (reference pattern and other things) #267

Open AdityaSavara opened 3 years ago

AdityaSavara commented 3 years ago

As of Nov 10th, 2021, after the inclusion of TuningCorrectorGasMixture and additional tuning corrector exporting features, there are now to too many exported files.

The exporting should be upgraded as follows.


Currently the final reference patterns are exported with numbers but these are just the patterns, not a full reference file.

The final pre-processed reference file should probably be exported with a number (this is particularly useful for tuning correction cases).

This may require making some kind of modification to the data exporting function since currently it does not have a way to export reference files rather than patterns. The easiest way is probably going to be to simply have that exporting data function call the reference file exporting function. [And it should probably be a call from within that same function in order to easiest properly keep track of the numbering]