Skip to content

Refactor arithmetic for MPDAF objects

Simon Conseil requested to merge arithmetic into master

Moving all arithmetic logic in a new module, with a common implementation for the 3 classes (much shorted than before). The basic functionality is there, a few things are missing:

  • docstrings
  • handling operations between an Image and a Spectrum ... this one needs a special treatment.

Merge request reports