pykoala / pykoala

Data reduction pipeline for KOALA on the AAT.
https://pykoala.readthedocs.io/en/latest/index.html
BSD 3-Clause "New" or "Revised" License
7 stars 16 forks source link

Units #451

Open paranoya opened 2 weeks ago

paranoya commented 2 weeks ago

How are we supposed to handle units in PyKOALA?

I'd argue in favour of astropy.units. Alternatively, we should document the internal code units and and/or include them as explicitly as possible in the variable names (e.g. wavelength_AA).

What do you think?

PabloCorcho commented 2 weeks ago

This is another big refactoring. Let's start getting closer to astropy ;)

paranoya commented 4 days ago

Duplicate of #10