Thank you Ryo, I already figured a script that is doing something like you suggest, but it is quite slow and not elegant, including concatenating a few hundred single curves to one file and having
to repeat this more than 40 times with an insecure remote connection. Maybe you’re right and should I combine it with a fortran script. Sybren Van:
Ryo Furue <furue@xxxxxxxxxx> Hi Sybren,
I do that using Fortran. I didn't even consider using Ferret. . . . But I guess you can at least define xstar(i) and ystar(i) for a single curve. Then you can get the values along the curve using the SAMPLEXY(var, xstar, ystar) function.
Save the result and move on to the next curve. . . . Finally, you combine these "layers" in the ystar direction. In my Fortran code, I just shift the array in the j direction by j1. Regards, Ryo
|