astroman707
- 61
- 5
For all the astronomers and astrophysicists out there, what are your preferred methods of dealing with large swaths of data? What are your go to programming languages, and software?
Old SCADA - DCL (shell), DEC FORTRAN, Userbase, DEC BASIC
HPUX - FORTRAN90, LAPACK (linear algebra), ksh88 (shell), Oracle, Pro-COBOL, Pro-C (C for Oracle), Assembler code, Stat Pak, Perl
Windows - Oracle Forms, Perl, Visual Studio C++, VB 6
I work on an astronomy project that generates huge amounts of data. Most code is written in Python, and the parts of the code that handle large amounts of data or are very compute intensive are written in C or C++. However, for most users, the C/C++ part is hidden, since they are just calling python routines. More and more, the Python code is being written with Jupyter notebooks. It's really quite amazing. You can write a Jupyter notebook and with a few lines of code pull in and analyze very large amounts of data in a short time.astroman707 said:For all the astronomers and astrophysicists out there, what are your preferred methods of dealing with large swaths of data? What are your go to programming languages, and software?