Skip to content

Commit

Permalink
Clarify that high-level object can also be implemented by another lib…
Browse files Browse the repository at this point in the history
…rary
  • Loading branch information
astrofrog committed May 23, 2018
1 parent dbb0447 commit fe5c295
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions APE14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,10 @@ This high-level API would provide the ability for example to get ``SkyCoord``,
``Time`` etc. objects back from a pixel to world conversion, and conversely to
be able to convert ``SkyCoord``, ``Time`` etc. to pixel values.
While we encourage the use of this class, we will also define a base class that
declares the API described here, and we allow other libraries, if needed, to
implement their own high-level object.
The high-level object would not inherit from the low-level classes but instead
wrap them. The high-level object should provide at a minimum the
following two methods:
Expand Down

0 comments on commit fe5c295

Please sign in to comment.