Page 1 of 1

extract the row data from a SDDS data file

Posted: 29 Apr 2013, 21:48
by xhs05
Hi Michael,

Recently, I do error analysis to my design. I find that the data corresponding to different error sources are saved in different pages. How can I collect the data in the ith row at each page together using SDDS toolkit? I can't find a way to manipulate the data saved in a row.

I attach an example. In this file, there are 15 pages and 4 rows at each page.

Thanks.
Haisheng Xu.

Re: extract the row data from a SDDS data file

Posted: 30 Apr 2013, 08:07
by michael_borland
Haisheng,

You can do this with the program sddsregroup:

Code: Select all

sddsregroup run-131231119.erl run-131231119R.erl -newcolumn=Step,When
This will turn your 47-page x 4-row file into a 4-page x 47-row file.

--Michael