PythonsOnSHIPs

From CoolWiki
Jump to navigationJump to search

The Python programming environment is a relatively easy to use tool that has gained considerable acceptance and use in astronomical data processing. We will use Python on an experimental basis to cover some basic work for SHIPs work.

Python distribution to use

Based on our requirements of Windows+MacOS+Linux, the choice is Anaconda python.


Using Python

Some examples for which we can use Python for NITARP:

  • Convert an APT photometry table file into a ds9 region file.
  • Merge photometry tables.
  • Analyze photometry tables.
  • Create 2-dimensional plots of various types: scatter plots, line plots, histograms. These plots may have multiple data sets on them.
  • Save plots to a JPG, PNG or similar graphic format file.
  • Work directly with FITS images (advanced).