Would probably need to create a Quantity class that fakes the behavior of an astropy.Quantity such that quantity.value returns the nparray object and then create this Quantity object on multiplication with a unit.
Addressing #6 may handle this automatically if the __mul__ methods in astropy.units just check the type.
Would probably need to create a Quantity class that fakes the behavior of an astropy.Quantity such that quantity.value returns the nparray object and then create this Quantity object on multiplication with a unit.
Addressing #6 may handle this automatically if the __mul__ methods in astropy.units just check the type.