Question: Q6 Your superior has an interest in finding all maximum peak values. # # For each XRD signal, they want you to extract the globaly
Q6 Your superior has an interest in finding all maximum peak values. # # For each XRD signal, they want you to extract the globaly NORMALIZED # value and 2theta representing the signals highest peak. # # Only consider signal values between 2theta=5 and 2theta=30. # # Given an array that contains all XRD runs, return (for each run) the # 2theta value and the corresponding normalized signal value. # # HINT: I searched "numpy get location of max value" # ============================================================================= # function name: get_XRD_peaks '''your function here'''
this is in python
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
