[sage-edu] SEG-Y in SAGE
Hello my name is Leonardo: I would like learn more about work withs seg-y format in SAGE. Any body working about this? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to sage-edu@googlegroups.com To unsubscribe from this group, send email to sage-edu+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en -~--~~~~--~~--~--~---
[sage-edu] Re: Howto setup local sagenb?
Thanx for all the pointers! I really appreciate it. Regards, AJG A. Jorge Garcia Teacher & Professor Applied Math, Physics & CS Baldwin HS & Nassau CC CALCPAGE: The CALCulus and Computer Science Archive PAGE _http://calcpage.tripod.com_ (http://calcpage.tripod.com/) **A Good Credit Score is 700 or Above. See yours in just 2 easy steps! (http://pr.atwola.com/promoclk/10075x1215855013x1201028747/aol?redir=http://www.freecreditreport.com/pm/default.aspx?sc=668072%26hmpgID=62%26bcd=De cemailfooterNO62) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to sage-edu@googlegroups.com To unsubscribe from this group, send email to sage-edu+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en -~--~~~~--~~--~--~---
[sage-edu] Re: SEG-Y in SAGE
According to http://en.wikipedia.org/wiki/SEG_Y, seg-y is a data format for geophysics. How do you plan on using this in Sage? On Wed, Jan 14, 2009 at 7:46 AM, leonardoparada wrote: > > Hello my name is Leonardo: > I would like learn more about work withs seg-y format in SAGE. > Any body working about this? > Thanks > > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to sage-edu@googlegroups.com To unsubscribe from this group, send email to sage-edu+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en -~--~~~~--~~--~--~---
[sage-edu] Re: SEG-Y in SAGE
On Wed, Jan 14, 2009 at 7:19 AM, David Joyner wrote: > > According to http://en.wikipedia.org/wiki/SEG_Y, seg-y is a data format for > geophysics. How do you plan on using this in Sage? > You might try installing this python module, which should work fine in Sage: http://segymat.sourceforge.net/segypy/ To use the above you have to replace every instance numarray in segypy.py with numpy. William --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to sage-edu@googlegroups.com To unsubscribe from this group, send email to sage-edu+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en -~--~~~~--~~--~--~---
[sage-edu] Re: Sage 3.1.1 liveCD
The tachyon raytracing uses the tachyon class, called Tachyon. If you type Tachyon? you will get a help file. Sometimes it is nicer to work more directly work with tachyon, which can be done by creating an instance of that class: sage: t = Tachyon() Then you can explicitly control the camera, lighting, raydepth, etc. There are various examples of this in the documentation - if you do sage: search_doc('tachyon') you will get links to these. Marshall Hampton On Jan 13, 7:53 pm, "A. Jorge Garcia" wrote: > OOPs, tachyon does work. I tried the following and all is well: > > x,y=var('x,y') > a=plot3d(x**2+y**2, (x,-10,10), (y,-10,10)) > show(a,viewer='tachyon') > > Is tachyon the only 3d viewer on the liveCD then? > > Also, why doesn't tachyon? give any help? > > TIA, > A. Jorge Garcia > Applied Math, Physics and Computer Science > Baldwin Senior High School & Nassau Community College > > calcp...@aol.comhttp://calcpage.tripod.comftp://centauri.baldwinschools.net --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to sage-edu@googlegroups.com To unsubscribe from this group, send email to sage-edu+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en -~--~~~~--~~--~--~---
[sage-edu] Re: Sage 3.1.1 liveCD
Thanx for all the tips! OK, I tried Tachyon? and the help file works. I also tried rendering some ray tracings as suggested in Tachyon? by constructing t=Tachyon() objects and all works very nicely! Some questions about Tachyon: (1) Is this the same tachyon by John Stone? If so, how is this a python file? I found John Stone's website documenting tachyon and its 12 years old! Was python so robust back in 1997 or even in use? (2) Are there sample scene files for tachyon a la povray? I see many such scenes on the afore mentioned website. (3) Can povray scene files be converted to tachyon format? (4) Was the chess scene in Yi Qiang's demo of dSage (http:// www.msri.org/communications/vmath/VMathVideos/VideoInfo/2988/show_video) made using tachyon or povray? TIA, A. Jorge Garcia calcp...@aol.com Applied Math, Physics and Computer Science Baldwin Senior High School & Nassau Community College http://calcpage.tripod.com ftp://centauri.baldwinschools.net --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to sage-edu@googlegroups.com To unsubscribe from this group, send email to sage-edu+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en -~--~~~~--~~--~--~---
[sage-edu] Re: Sage 3.1.1 liveCD
Hello, On Wed, Jan 14, 2009 at 1:18 PM, A. Jorge Garcia wrote: > Some questions about Tachyon: I can answer a few of these. > (1) Is this the same tachyon by John Stone? If so, how is this a > python file? I found John Stone's website documenting tachyon and its > 12 years old! Was python so robust back in 1997 or even in use? Yes, it's the same Tachyon. It's not a Python file. Sage is writing a file which the command-line version of Tachyon reads as input. > (2) Are there sample scene files for tachyon a la povray? I see many > such scenes on the afore mentioned website. In the tachyon source tarball, there are many example scene files, including the examples shown on the website. > (3) Can povray scene files be converted to tachyon format? I don't know of any way to do this, but that probably is not saying a whole lot. > (4) Was the chess scene in Yi Qiang's demo of dSage (http:// > www.msri.org/communications/vmath/VMathVideos/VideoInfo/2988/show_video) > made using tachyon or povray? It was made using POVray using the DistributedPOVRay class in Sage. Sage can make use of povray if it is installed, but we can distribute it due to licensing issues. --Mike --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to sage-edu@googlegroups.com To unsubscribe from this group, send email to sage-edu+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en -~--~~~~--~~--~--~---
[sage-edu] Re: Sage 3.1.1 liveCD
In a message dated 1/14/2009 6:27:29 P.M. Eastern Standard Time, mhan...@gmail.com writes: In the tachyon source tarball, there are many example scene files, including the examples shown on the website. The syntax of a tachyon input file and a Sage Tachyon() constructor seem different. Are these input files good samples of how to use Tachyon() in Sage? TIA, A. Jorge Garcia Teacher & Professor Applied Math, Physics & CS Baldwin HS & Nassau CC _calcp...@aol.com_ (mailto:calcp...@aol.com) (mailto:calcp...@aol.com) h_ttp://calcpage.tripod.com_ (http://calcpage.tripod.com/) _ftp://centauri.baldwinschools.net_ (http://stores.ebay.com/sffbclub) **A Good Credit Score is 700 or Above. See yours in just 2 easy steps! (http://pr.atwola.com/promoclk/10075x1215855013x1201028747/aol?redir=http://www.freecreditreport.com/pm/default.aspx?sc=668072%26hmpgID=62%26bcd=De cemailfooterNO62) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to sage-edu@googlegroups.com To unsubscribe from this group, send email to sage-edu+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en -~--~~~~--~~--~--~---
[sage-edu] Re: Sage 3.1.1 liveCD
In a message dated 1/14/2009 6:27:29 P.M. Eastern Standard Time, mhan...@gmail.com writes: It was made using POVray using the DistributedPOVRay class in Sage. Sage can make use of povray if it is installed, but we can distribute it due to licensing issues. OK, what class are the "Distributed..." apps in so I can see their associated help files? Is this class only available when running dSage? TIA, A. Jorge Garcia Teacher & Professor Applied Mathematics, Physics & Computer Science Baldwin Senior High School & Nassau Ccommunity College _calcp...@aol.com_ (mailto:calcp...@aol.com) (mailto:calcp...@aol.com) h_ttp://calcpage.tripod.com_ (http://calcpage.tripod.com/) _ftp://centauri.baldwinschools.net_ (http://stores.ebay.com/sffbclub) **A Good Credit Score is 700 or Above. See yours in just 2 easy steps! (http://pr.atwola.com/promoclk/10075x1215855013x1201028747/aol?redir=http://www.freecreditreport.com/pm/default.aspx?sc=668072%26hmpgID=62%26bcd=De cemailfooterNO62) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to sage-edu@googlegroups.com To unsubscribe from this group, send email to sage-edu+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en -~--~~~~--~~--~--~---
[sage-edu] Re: Sage 3.1.1 liveCD
You might find this thread useful: http://groups.google.com/group/sage-support/browse_thread/thread/af6c9cceb022017d/d5a238ed5cc009ff There are also a few examples at: http://wiki.sagemath.org/pics although I think its fair to say that all of them are relatively simple. The tachyon interface has not been used heavily by sage users to date. Keep the questions coming! Cheers, Marshall Hampton On Jan 14, 6:16 pm, calcp...@aol.com wrote: > In a message dated 1/14/2009 6:27:29 P.M. Eastern Standard Time, > > mhan...@gmail.com writes: > > It was made using POVray using the DistributedPOVRay class in Sage. > Sage can make use of povray if it is installed, but we can distribute > it due to licensing issues. > > OK, what class are the "Distributed..." apps in so I can see their > associated help files? Is this class only available when running dSage? > > TIA, > A. Jorge Garcia > > Teacher & Professor > Applied Mathematics, Physics & Computer Science > Baldwin Senior High School & Nassau Ccommunity College > > _calcp...@aol.com_ (mailto:calcp...@aol.com) (mailto:calcp...@aol.com) > h_ttp://calcpage.tripod.com_ (http://calcpage.tripod.com/) > _ftp://centauri.baldwinschools.net_(http://stores.ebay.com/sffbclub) > > **A Good Credit Score is 700 or Above. See yours in just 2 easy > steps! > (http://pr.atwola.com/promoclk/10075x1215855013x1201028747/aol?red... > cemailfooterNO62) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to sage-edu@googlegroups.com To unsubscribe from this group, send email to sage-edu+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en -~--~~~~--~~--~--~---