Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APE7 - A plan for NDData #8

Merged
merged 2 commits into from
Dec 17, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions APE7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,7 @@ interface from concrete realizations of ``NDData``-like objects by creating an
abstract base class called ``NDDataBase``.

The proposed ``NDDataBase`` simplifies the current ``NDData`` class to the extreme,
such that it essentially does only the following things:

* It defines properties that will be in common to all ``NDData`` sub-classes,
but does only very limited input validation.

* It provides generic ``read`` and ``write`` methods that connect to the I/O
registry, as for the ``Table`` class.
such that it only defines which properties are needed for ``NDData``.

The ``NDDataBase`` class should **not** define any arithmetic operations, which are
impossible to generalize.
Expand Down