Examples

Moderators: cyao, soliday

Post Reply
fabioluneli
Posts: 26
Joined: 10 Feb 2022, 08:08

Examples

Post by fabioluneli » 25 Mar 2022, 22:23

Hello!

I am having trouble running examples on cygwin. I put one of them attached. How can i run tha? I tried many commands but is not working.

Thank you!
Attachments
1.PNG
1.PNG (7.34 KiB) Viewed 4502 times

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

Re: Examples

Post by soliday » 28 Mar 2022, 12:00

The command is:
./runMe

You will need the tcsh cygwin package installed to run this script without editing it. If you continue to have trouble with it, try running the commands inside the script by hand on the command line:

elegant run.ele
sddsplot -parameter=QF1.K1,Transmission run.fin -graph=sym
sddsplot -column=s,Particles run.cen -split=page -graph=line,vary -order=spectral
sddsplot -column=x,xp run.acc -split=page -sep=page -graph=dot -samescales
sddsplot -column=x,y run.los -split=page -sep=page -graph=dot -samescales

Post Reply