Published February 28, 2018 | Version v1
Technical note Open

Astropy Proposal for Enhancement 14: A shared Python interface for World Coordinate Systems (APE 14)

Description

Astronomical data are often provided with information about the “real-world” coordinates that correspond to pixel coordinates. This mapping is the essence of the “World Coordinate System (WCS)” concept. In addition to FITS WCS (the origin of the “WCS” term), other WCS standards/representations are becoming necessary for new missions and observatories (e.g., the James Webb Space Telescope or the Large Synoptic Survey Telescope). In order to build functionality in Astropy and affiliated packages that may require use of WCS, having to deal with different kinds of WCS objects with different APIs will be essentially impossible. Thus, the purpose of this APE is to define a standardized interface to WCS objects based on simple objects (strings, scalars, and arrays). Packages implementing WCS objects will then be able to either modify their classes to conform to the API recommended here or build thin wrappers that conform to the API. The APE also provides a recommendation for a high-level object to be implemented in Astropy that understands familiar Python objects such as SkyCoord, Time, and other Astropy classes.

Files

Files (25.5 kB)

Name Size Download all
md5:3b6effa5587e11c6abed0022057e1221
25.5 kB Download

Additional details