Python for Physics and Astronomy: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 51: | Line 51: | ||
#[http://prancer.physics.louisville.edu/astrowiki/index.php/Image_processing_with_Python_and_SciPy Image processing with Python and SciPy] | #[http://prancer.physics.louisville.edu/astrowiki/index.php/Image_processing_with_Python_and_SciPy Image processing with Python and SciPy] | ||
##Python Imaging Library - PIL | ##Python Imaging Library - PIL | ||
##SciPy image processing | |||
##Astronomical FITS files with PyFITS | ##Astronomical FITS files with PyFITS | ||
##FITS headers | ##FITS headers | ||
##Processing | ##Processing astronomical images | ||
## | ##SciKit image processing | ||
##Examples | ##Examples | ||
##Assignments | ##Assignments |
Revision as of 19:43, 26 February 2013
The Python programming language is a widely used tool for basic research and engineering. Its rapid rise in popularity is supported by comprehensive, largely open-source, contributions from scientists who use it for their own work. This short course offers an introduction to Python with examples drawn from physics and astronomy as part of a full semester Research Methods class.
The examples are collected here.
All the assignments are here.
Homework should be uploaded here.
The topics and examples covered are --
- Why program? Choosing a language.
- Very simple Python
- Elements of Python programming
- Solving problems with Python
- Graphics with Python
- NumPy, SciPy and SciKits
- Numpy
- Arrays
- Indexing
- Functions
- Matrix and vector math
- Fourier Transforms
- SciPy and SciKits
- Interpolation
- Integration
- Differentiation
- Statistics
- Examples
- Assignments
- Numpy
- Image processing with Python and SciPy
- Python Imaging Library - PIL
- SciPy image processing
- Astronomical FITS files with PyFITS
- FITS headers
- Processing astronomical images
- SciKit image processing
- Examples
- Assignments
- Data acquisition and processing
- Real world interfacing
- Numerical data from images
- Fourier Transforms
- Spectra
- Probability and statistics
- Examples
- Assignments
- User interfaces
- Command line and the operating system
- Graphical user interfaces in Python (GUI)
- Examples
- Assignments
- Working with the web
- HTTP servers
- Getting data from servers
- Sending data to servers
- Common gateway interface - CGI
- Using Python with CGI
- Programming for server-side processing
- Examples
- Assignments
- Comparing Python to other languages
- Bash scripting in Unix-like systems
- Very simple C
- Using Python with other code
- Android for web development
- LabVIEW for instrument control and data analysis
- Java for astronomical calculations: AstroCC
- Java for astronomical image processing and photometry: AstroImageJ