Load text files into wave
thang
But i have a time series text file, how can I load them into its component.
This is my text file, I just wanted to have one column as wavelength and other as absorbent.
How do i do that?
thank you.
Load your file as delimited text. You'll get a bunch of waves such as Wavelength_nm_, RawData_001____, etc.
Then execute:
MatrixTranspose outW
Redimension/N=(DimSize(outW,0)*DimSize(outW,1)) outW
SetScale/P x, 300e-9,0.5e-9/20,"m",outW
Display outW
I came up with the scaling by inspection of the Wavelength_nm_ wave.
You don't need a wavelength waves.
July 17, 2009 at 01:55 pm - Permalink
July 17, 2009 at 02:20 pm - Permalink