Page 1 of 1

plaindata2sdds

Posted: 13 Feb 2013, 11:08
by tennant
Hi,

I thought it would be straightforward to convert the attached data file to sdds. I use the command:

plaindata2sdds output.txt output.sdds -inputMode=ascii -col=t,double -col=x,double -col=xp,double -col=y,double -col=yp,double -col=p,double

but the result is multiple pages of data - which doesn't allow me to some simple analysis using sddsprocess.

Any help is appreciated!
chris

Re: plaindata2sdds

Posted: 13 Feb 2013, 11:24
by soliday
Add the -noRowCount option.

Re: plaindata2sdds

Posted: 13 Feb 2013, 11:33
by tennant
D'oh!

Thanks.