 |
 |
 |
 |
| Fedora Focus Come in and have a general chat about Fedora and things relating to Fedora. |

6th July 2005, 09:53 PM
|
|
Registered User
|
|
Join Date: May 2005
Location: somewhere between dimensions...
Posts: 261

|
|
|
Does anybody use Fedora for scientific use?
I mean anything like Astronomy, Chemistry, Computer Science, Physics, etc... This goes out to amateurs and professionals alike. Please also list what programs you use.
__________________
Later...
Aurora...
Quote:
|
Knowledge is Power and Power you are going to need to be a computer programmer.
|
|

6th July 2005, 10:05 PM
|
 |
Registered User
|
|
Join Date: Nov 2004
Posts: 1,105

|
|
|
KStars is cool. It shows you celestial objects on a star map. I also had something Celestica called in FC3. It renders planets and stars for you in 3D. Gets old fairly quick but still neat.
I also like the KDE application that shows you the table of elements. I think it's called Kalzium.
__________________
IMHO GNOME FTW! BTW KDE WAD? FWIW. HTH. AFAIK YMMV. OMG WTF BBQ! :rolleyes:
Do you like surfing forums but wish people would stop using obscure abbreviations and acronyms?
Then my Firefox/Chrome extension ABBREX is for you!
It automatically adds hover tooltips to abbreviations displaying their meanings on any web page you visit!
Check it out at: http://abbrex.com
|

6th July 2005, 10:23 PM
|
|
Registered User
|
|
Join Date: Jul 2004
Posts: 414

|
|
Yup. We develop data acquisitions and data analysis applications using FC and Python for advanced terahertz imaging instruments. The Python apps are easily ported over to windows (customers seem to want Windows for some reason...).
Data acquisition is based on the Comedi framework ( www.comedi.org). The Comedi API is much easier to work with (and more stable) than the typical SDKs provided by the I/O DAQ board manufacturers. It also has Python bindings (although almost any library can easily be wrapped with python, using SWIG).
Data analysis is handled by Python + various python extensions:
Numarray ( http://www.stsci.edu/resources/softw...dware/numarray) - for efficient multidimensional array handling, FFTs
SciPy ( www.scipy.org) - for fast linear algebra, interpolation, fitting and much more
Matplotlib ( http://matplotlib.sourceforge.net/) - for fabulous quality 2D plots
VTK ( www.vtk.org) - for advanced 3D visualisation
wxPython + wxGlade - for easy, cross-platform GUI design
I usually use SciTE as my favorite Python editor but since FC4 I've become a big fan of Eclipse for developing code (it's python plugin is excellent).
Previously we've also tried:
Grace - good for 2D plots and analysis but the Motif UI sucks
SciGraphica - nearly a great clone of Microcal Origin. A new version has recently been released but I couldn't get it to work
SciLab - a matlab-clone without matlabs' nice GUI and without python's nice language, or nice quality plots
Maxima - symbolic computation, but GUI now very dated
OpenDX - similar capabilities to VTK but with a nasty Motif GUI. Harder to learn IMHO
Octave - similar to SciLab but without it's own plotting capabilities
kmatplot - 2D/3D plotting but *very* confusing UI
gnuplot - yea olde plotting program ...
that about covers it.
|

8th July 2005, 03:43 AM
|
|
Registered User
|
|
Join Date: May 2005
Location: somewhere between dimensions...
Posts: 261

|
|
|
Thanks because I am thinking about using Fedora for just that, Astronomy and helping with Chemistry and Computer Science usage. Thanks you two...
__________________
Later...
Aurora...
Quote:
|
Knowledge is Power and Power you are going to need to be a computer programmer.
|
|

19th July 2005, 01:49 AM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 2

|
|
Quote:
|
Originally Posted by bryancole
Previously we've also tried:
Grace - good for 2D plots and analysis but the Motif UI sucks
SciGraphica - nearly a great clone of Microcal Origin. A new version has recently been released but I couldn't get it to work
SciLab - a matlab-clone without matlabs' nice GUI and without python's nice language, or nice quality plots
Maxima - symbolic computation, but GUI now very dated
OpenDX - similar capabilities to VTK but with a nasty Motif GUI. Harder to learn IMHO
Octave - similar to SciLab but without it's own plotting capabilities
kmatplot - 2D/3D plotting but *very* confusing UI
gnuplot - yea olde plotting program ...
that about covers it.
|
I have used Matlab extensively on windows and Unix systems and would like to use Octave on a linux system. But I have yet to find decent graphics for Octave. I could not get kmatplot to compile on an FC3 system (lots of compile errors and I'm not a c++ programmer). Were you able to get kmatplot to compile on an FC system? Also, have you tried Octaviz? It claims to be a replacement for gnuplot in Octave, but I don't have a feel for how complete it is at this point.
|

19th July 2005, 05:37 PM
|
 |
Registered User
|
|
Join Date: Nov 2004
Posts: 1,105

|
|
|
I installed a program called Stellarium. It's really neat. It's akin to KStars. KStars has more features but Stellarium is prettier.
__________________
IMHO GNOME FTW! BTW KDE WAD? FWIW. HTH. AFAIK YMMV. OMG WTF BBQ! :rolleyes:
Do you like surfing forums but wish people would stop using obscure abbreviations and acronyms?
Then my Firefox/Chrome extension ABBREX is for you!
It automatically adds hover tooltips to abbreviations displaying their meanings on any web page you visit!
Check it out at: http://abbrex.com
|

19th July 2005, 07:15 PM
|
 |
Community Manager
|
|
Join Date: Mar 2004
Location: Vancouver, Canada
Posts: 2,365

|
|
If you like Celestia, you will be interested at this website that has a lot of theme dedicated for Celestia including your favorite fictious universe like Star Wars.
__________________
Desktop CPU: AMD Phenom II(tm) X4 Processor 940 AM2+ - Memory: 8GB DDR2-RAM - GPU: Nvidia Geforce GTX 460 v2 - OS: Fedora 18 Spherical Cow x86-64 and Windows 7 Ultimate SP1 64-bit
Laptop Toshiba Satellite C650D - OS: Fedora 19 Schrödinger's Cat (preview release) x86-64 and Microsoft Windows 7 64-bit
|

21st July 2005, 05:58 PM
|
|
Registered User
|
|
Join Date: Jun 2005
Location: Washington D.C. area
Posts: 158

|
|
|
I and several folks I know use FC3 for geophysics and seismology. Mostly we write shell-scripts in perl or bash, run Matlab, and write our own code in Fortran. I've been running WinXP on VMware so I can collaborate with colleagues on Word documents, and make figures on Adobe Illustrator.
|

21st July 2005, 06:24 PM
|
 |
Administrator
|
|
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224

|
|
Well, Linux is that...
But yes, I use it for programming. PHP, MySQL, Java, JavaScript, HTML, I know a bit of BASH and I can't program Python, but if I read the code I can understand it pretty well...
And, if you wanted to, I'm sure you could find a way to put Linux to all the uses you listed above. It's very versitile, stable and secure.
It's not really me, but I remember at somepoint reading the history of Linux. I remember that amazon.com/ca switched to Linux long ago. A web hosting company I know uses FC4 for it's servers... Linux has been put to many professional uses...
Firewing1
Last edited by Firewing1; 6th August 2006 at 04:29 PM.
|

22nd July 2005, 03:31 AM
|
|
Registered User
|
|
Join Date: Mar 2004
Location: Minnesota, USA
Age: 27
Posts: 7,909

|
|
|
I did have Mathematica working on Fedora, before the license expired.
|

4th August 2005, 12:55 PM
|
|
Guest
|
|
Posts: n/a

|
|
|
I use FC4 for fortran 90 programming and mathematica, both applied to univ. physics. Apart from that I enjoy the fact that latex, emacs, vim etc. come standard, so I don't have to mess with cygwin or miktex as I had to under WinXP.
FC4 is just right for these things. It has good support, it's not as rigid as distributions like Gentoo or Debian. Gnome looks great. I can do the things I need to do without playing part-time sysadmin.
|

4th August 2005, 01:28 PM
|
|
Registered User
|
|
Join Date: Feb 2005
Posts: 97

|
|
I'm a freshwater ecologist and also study the history of aquatic systems using lake sediment archives. I deal with large multivariate datasets pretty much everyday at work(university). I use R (an open source implementation of the S language for data analysis, better known (in the past at least) as the basis for the commercial app S-Plus) for almost all my data analysis needs, including coding up new analysis routines.
I used Xemacs/emacs and the ESS package to link R to (X)emacs to write my R code and for running analyses. I write reports in LaTeX using the Kile editor and embed R code within LaTeX documents using the Sweave tool for R, making my report text and data analysis self contained within one file.
I also use Fedora on our group's webservers with apache, mysql, php etc, that support our project websites and data holdings. These servers used to run Windows but I got sick of all the admin I had to do on them so scrub them and install Fedora instead.
|

7th August 2005, 05:17 PM
|
 |
Registered User
|
|
Join Date: Mar 2004
Location: San Antonio, Texas
Age: 55
Posts: 3,996

|
|
|
I really love Stellarium (requires 3d video card for opengl effects) or Kstars, both for astronomy and stargazing.
__________________
sailor
Fedora 16, Mac OSX Snow Leopard, Windows 7
Registered linux user #362635
****************************************
|

6th August 2006, 12:05 AM
|
|
Registered User
|
|
Join Date: Dec 2003
Location: Vancouver, BC
Posts: 167

|
|
Quote:
|
Originally Posted by mluntz
I have used Matlab extensively on windows and Unix systems and would like to use Octave on a linux system. But I have yet to find decent graphics for Octave. I could not get kmatplot to compile on an FC3 system (lots of compile errors and I'm not a c++ programmer). Were you able to get kmatplot to compile on an FC system? Also, have you tried Octaviz? It claims to be a replacement for gnuplot in Octave, but I don't have a feel for how complete it is at this point.
|
There is also plplot for octave, however I'm having problem to get it running. The command toggle_plplot_use seems to run into many problems. Is there anyone who has successfully use plplot with octave in FC5?
|

15th August 2006, 01:29 AM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 2

|
|
Quote:
|
Originally Posted by asun
There is also plplot for octave, however I'm having problem to get it running. The command toggle_plplot_use seems to run into many problems. Is there anyone who has successfully use plplot with octave in FC5?
|
Thanks for the tip about plplot. It runs fine on fc4. I downloaded and installed the executable rpms for plplot and plplot_octave from fedora extras. Tried building from the source but wasn't able to get config to recognize the presence of octave. Gave up and then found the executable. I think there is a version for fc5 as well. It did take a little experimentation to get everything working the way I wanted, but the file USAGE.octave was quite helpful.
Mike
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 00:46 (Sunday, 19-05-2013)
|
|
 |
 |
 |
 |
|
|