It seems like this really depends how the files are generated and what
needs to be done to them.  If a scientific instrument is generating
them, perhaps they could be put onto a web server, and then accessed
with urllib functions?    Do they need to be analyzed one by one, by a
person?  If so, perhaps an @interact would be useful.

I've dealt with somewhat similar issues but I suspect the details are
quite different.

-Marshall

On Dec 29, 7:57 am, Adam Webb <maxthemo...@googlemail.com> wrote:
> Hi all,
>
> I often have multiple files for analysis. For example, I might have a
> few hundred spectra in a single directory as a single series. I want
> to run a script that loads them one at a time, does something on each,
> and returns a result in a final file. This works fine in a local
> setting. The question is, how I might do this with a remote server?
> Ideally, I would like to be able to set up a notebook that a user can
> (easily) use and work on a directory of local files. The user would be
> on a Windows machine and Sage would be on a separate machine.
>
> I can upload one file at a time to the notebook but that gets rather
> boring for a hundred files. :-\ I thought about using a zip file but
> this is not very user friendly. Is there a better way, i.e. to tell
> the notebook to use the local directory?
>
> Cheers,
> Adam

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to