Hi Micheal:
I tried to use sdds2stream/sddsprintout to get the data of a branch of watch files named 'run-*.w1'. I want to know how I can get the selected column Sdelta, for example, into one file. Should I use sddscombine or another command? Thank you for your help.
Colum munipulate with sdds2stream/sddsprintout
Moderators: cyao, michael_borland
-
- Posts: 2006
- Joined: 19 May 2008, 09:33
- Location: Argonne National Laboratory
- Contact:
Re: Colum munipulate with sdds2stream/sddsprintout
Assuming your SDDS file is data.sdds, you could use
to put Sdelta only into a text file.
There's also sdds2spreadsheet, which will make an EXCEL file or other spreadsheet-friendly file.
If you are reading the data into MATLAB or python, we have extensions for doing that directly. See the software distribution page.
--Michael
Code: Select all
sdds2stream -column=Sdelta data.sdds > data.txt
There's also sdds2spreadsheet, which will make an EXCEL file or other spreadsheet-friendly file.
If you are reading the data into MATLAB or python, we have extensions for doing that directly. See the software distribution page.
--Michael
Re: Colum munipulate with sdds2stream/sddsprintout
Cheers!
Thank you for your help.
Thank you for your help.