saddsprocess error

Moderators: cyao, michael_borland

Post Reply
Jibong
Posts: 4
Joined: 23 Feb 2017, 10:43

saddsprocess error

Post by Jibong » 23 Mar 2017, 15:26

Hello,

I tried to execute a tcl file including saddsprocess, but it didn't work well.
This is error message
**************************************************************************************
error: too few filenames (sddsprocess)
while executing
"exec sddsprocess -filter=column,x,-0.0123,-0.0117,! -filter=column,x,-0.0114,-0.0108,! -filter=column,x,-0.0105,-0.0099,! -filter=column,x,-0.0096,-0...."
("eval" body line 1)
invoked from within
"eval exec sddsprocess $input $output $optList"
(file "./MultiSlits.tcl" line 29)
**************************************************************************************
I don't know how to solve this problem.
Any help would be appreciated.
Best,
Jibong

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

Re: saddsprocess error

Post by soliday » 23 Mar 2017, 15:42

Is the MultiSlits.tcl file one of ours?
It would appear to me that your $input and $output variables are empty.

eval exec sddsprocess $input $output $optList
is getting evaluated to:
"exec sddsprocess -filter=column,x,-0.0123,-0.0117,! -filter=column,x,-0.0114,-0.0108,! -filter=column,x,-0.0105,-0.0099,! -filter=column,x,-0.0096,-0...."

You need to look at the code and find how the input and output variables are getting set.

Jibong
Posts: 4
Joined: 23 Feb 2017, 10:43

Re: saddsprocess error

Post by Jibong » 28 Mar 2017, 16:08

Dear Dr. Soliday,

Thank you very much for polite response for my question.
I'm going to look at the code carfully again.

Jibong

Post Reply