You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DefaultUserInput.py
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -155,11 +155,11 @@
155
155
#TODO This can be tested by looking at the exported reference file and comparing it to the existing reference file
156
156
#To change reference data based on mass dependent 2nd degree polynomial fit, input polynomial below. If you do not wish to use this function, simply leave as default
157
157
UserChoices['measuredReferenceYorN']['on'] ='no'
158
-
UserChoices['measuredReferenceYorN']['referenceFileStandardTuning'] = [] #optional: provides tuningCorrectionIntensity feature. Will automatically be used for ReferenceFileExistingTuning if that variable is blank and if createMixedTuningPattern=True.
158
+
UserChoices['measuredReferenceYorN']['referenceFileStandardTuning'] = [] #optional: Provides tuningCorrectionIntensity feature. Must include csv file and form. Example: ['NISTRef.csv', 'xyyy'] . Will automatically be used for ReferenceFileExistingTuning if that variable is blank and if createMixedTuningPattern=True.
159
159
UserChoices['measuredReferenceYorN']['createMixedTuningPattern'] =True#Users should normally never change this. If True, the external pattern gets changed, and a mixed reference pattern gets changded. If False, the *internal* pattern gets changed.
160
-
UserChoices['measuredReferenceYorN']['referenceFileExistingTuning'] =[] #This is the pattern that will be changed. Should be blank by default.
161
-
UserChoices['measuredReferenceYorN']['referenceFileDesiredTuning'] =[] #This is what the pattern will look more like after everything is done. Should be blank by default.
162
-
UserChoices['measuredReferenceYorN']['tuningCorrectorGasMixtureMoleculeNames'] =[] #Optional: Special case, When using tuning corrector with a measured gas mixture spectrum molecule names must be provided
160
+
UserChoices['measuredReferenceYorN']['referenceFileExistingTuning'] =[] #This is the pattern that will be pattern tuning corrected. Normally should be empty list, []. Otherwise, must include csv file and form. Example: ['NISTRef.csv', 'xyyy'] .
161
+
UserChoices['measuredReferenceYorN']['referenceFileDesiredTuning'] =[] #This is what the pattern will look more like after everything is done. Normally should be empty, list, []. Otherwise, must include csv file and form. Example: ['OriginalRef.csv', 'xyyy'] .
162
+
UserChoices['measuredReferenceYorN']['tuningCorrectorGasMixtureMoleculeNames'] =[] #Optional: Special case, When using tuning corrector with a measured gas mixture spectrum molecule names must be provided (along with filling the next two variables).
163
163
UserChoices['measuredReferenceYorN']['tuningCorrectorGasMixtureConcentrations'] =[] #Optional: Special case, When using tuning corrector with a measured gas mixture spectrum concetrations must be provided
164
164
UserChoices['measuredReferenceYorN']['tuningCorrectorGasMixtureSignals'] = [] #Optional: Special case, When using tuning corrector with a measured gas mixture spectrum, tuningCorrectorGasMixtureSignals must be provided or will be used to extract from the data. Leaving this unchanged will take the average of all of the data. If a pair of times is provided, that will be used to extract from the measured data. Alternatively, a single filename with an MSRESOLVE reference file and molecule name "GaxMixture".
0 commit comments