Created
October 15, 2022 03:32
-
-
Save devicemxl/5f254d5c65232d3755a7fa5fb8663140 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RawData['Type'] = 0 | |
for i in range(len(RawData['χ2'])): | |
if RawData['χ2'][i] > x2q: RawData['Type'][i] = 'Noise' | |
else: RawData['Type'][i] = 'Data' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment