Created
September 21, 2022 13:18
-
-
Save HajimeKawahara/ceb389f60737b304baf792e2f74b3066 to your computer and use it in GitHub Desktop.
Gas cell experients Reading SPE
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
| dat1 = pd.read_csv("/home/kawahara/gascell/data/SLD300K2.SPE", skiprows=8) | |
| wav1 = dat1["WaveLength(nm) "] | |
| val1 = dat1["Level(mW) "] |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pd is pandas