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
Fix variable names and export ionization factors #177
Renamed _ProvidedIonizationData.csv to 181017ProvidedIonizationData.csv
In 181017ProvidedIonizationData.csv changed Source to Source of Ionization Data
In MID Class in MSRESOLVE, changed sourceList to sourceOfIonizationDataList
In populateIonizationEfficiencies, the method used to obtain an ionization factor is stored in an array
Added MSReference.exportIonizationInfo which exports molecules, the ionization efficiency used, and the method used to obtain the ionization efficiency.
Renamed _ProvidedIonizationData.csv to 181017ProvidedIonizationData.csv In 181017ProvidedIonizationData.csv changed Source to Source of Ionization Data In MID Class in MSRESOLVE, changed sourceList to sourceOfIonizationDataList In populateIonizationEfficiencies, the method used to obtain an ionization factor is stored in an array Added MSReference.exportIonizationInfo which exports molecules, the ionization efficiency used, and the method used to obtain the ionization efficiency.