Search found 401 matches

by soliday
02 Dec 2011, 16:12
Forum: General
Topic: Documentation
Replies: 2
Views: 2507

Re: Documentation

If you download the elegant source code you will see a directory called oag/apps/src/elegant/doc. This is where we build our documentation using the included makefile. All our documentation is originally in latex format. We use latex2html to create the HTML, latex and dvips to create the PostScript,...
by soliday
10 Aug 2011, 13:12
Forum: General
Topic: SDDS file conversion
Replies: 5
Views: 40811

Re: SDDS file conversion

Try this:

plaindata2sdds initial_temp.dat initial_temp.sdds -column=x,double,unit=m -column=xp,double -column=y,double,unit=m -column=yp,double -column=t,double,unit=s -column=p,double,unit=m -noRowCount

I don't think the csv2sdds program works well with variable length whitespace.
by soliday
10 Aug 2011, 13:01
Forum: Installation
Topic: Elegant & SDDS on Mac OS X 10.5
Replies: 13
Views: 280633

Re: Elegant & SDDS on Mac OS X 10.5

From what I am reading, it look like during the initial Fink installation it will ask you if you want to install it in "default mode" or "64 bit mode". But I don't have privileges on the remote mac computer I have access to to test it out. The linux guide for building the software would be a good st...
by soliday
10 Aug 2011, 08:31
Forum: Installation
Topic: Elegant & SDDS on Mac OS X 10.5
Replies: 13
Views: 280633

Re: Elegant & SDDS on Mac OS X 10.5

When I run: lipo -info /sw/lib/libtiff.3.dylib I get: Non-fat file: /sw/lib/libtiff.3.dylib is architecture: i386 My guess is that you probably have a 64bit version installed. I do not have access to a 64bit OSX machine so I can't test what happens when you try to run these on that operating system....
by soliday
06 Jul 2011, 13:43
Forum: General
Topic: Microbunch instability simulation
Replies: 11
Views: 16542

Re: Microbunch instability simulation

The actual name of the program is smoothDist6s. It is included with the Linux RPM packages. Which operating system are you using?
by soliday
11 Apr 2011, 09:05
Forum: Installation
Topic: "in mode r" error
Replies: 2
Views: 31185

Re: "in mode r" error

Well my first thought is that this has something to do with the carriage return character. On Linux it is defined as /n and on Windows it is /n/r. I remember that the cygwin installation gives you the option to choose which style carriage returns to use. So I suspect that cygwin is looking for /n an...
by soliday
04 Apr 2011, 10:52
Forum: Bugs
Topic: sddsinterp does not work
Replies: 2
Views: 5744

Re: sddsinterp does not work

Okay, it turns out the problem was fixed a while ago but after our last release. So I just created a new release for Linux and Windows using the patched sddsinterp code. You should be able to download it from the web now.
by soliday
01 Apr 2011, 13:51
Forum: Installation
Topic: sh: mpl_motif
Replies: 6
Views: 71031

Re: sh: mpl_motif

I am placing a pre-built mpl_motif on the web site for you to download. It is at:
http://www.aps.anl.gov/asd/oag/downloads/mpl_motif

One quick note. I see that you were using the -j option to build our software. We don't support this and I know that it will fail under certain conditions.
by soliday
31 Mar 2011, 14:05
Forum: Installation
Topic: sh: mpl_motif
Replies: 6
Views: 71031

Re: sh: mpl_motif

It is complaining about the png library not being found. We do include an png library with SDDS that you can build for systems that don't have it. Just cd to epics/extensions/src/SDDS/png/ and they make this directory. After that go back up one directory and type make again and it should find the pn...
by soliday
30 Mar 2011, 18:45
Forum: Installation
Topic: sh: mpl_motif
Replies: 6
Views: 71031

Re: sh: mpl_motif

mpl_motif should have been built with sddsplot. Can you go to epics/extensions/src/SDDS/SDDSaps/sddsplot/motifDriver/ and type "make clean all". It will either build mpl_motif or it will print out an error message that you can send me. If it does build mpl_motif, then you just need to make sure that...