plaindata2sdds

Moderators: cyao, michael_borland

Post Reply
tennant
Posts: 85
Joined: 31 Jul 2008, 07:19
Location: Jefferson Laboratory

plaindata2sdds

Post by tennant » 13 Feb 2013, 11:08

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
Attachments
output.txt
(346.97 KiB) Downloaded 158 times

soliday
Posts: 393
Joined: 28 May 2008, 09:15

Re: plaindata2sdds

Post by soliday » 13 Feb 2013, 11:24

Add the -noRowCount option.

tennant
Posts: 85
Joined: 31 Jul 2008, 07:19
Location: Jefferson Laboratory

Re: plaindata2sdds

Post by tennant » 13 Feb 2013, 11:33

D'oh!

Thanks.

Post Reply