On Dec 30, 4:45 am, Marshall Hampton <hampto...@gmail.com> wrote: > 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 deal with spectra which are generated one at time by the instrument. The processing may have to directed by a person as the series is likely to include multiple samples and/or bad scans. This might mean grouping spectra while discarding unusable files. I am trying to come up with a scheme that is easy to use for the people using the instrument. They may be experts in their field but don't necessarily have strong computer skills. Any interface needs to be simple. I know from experience that any extra steps is a barrier. I had not thought of an @interact. That might be quite useful. There may be a different approach. I am also thinking of making a small local gui and using the remote Sage server. This would be something like remote-sagetex. This would also get around having the user manually zip things. They can just select the files and they are handled as needed. However, it means making the gui and I rather like the notebook. I have to think about it. Adam > I've dealt with somewhat similar issues but I suspect the details are > quite different. > > -Marshall > -- 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