moeyensj / atm

Asteroid Thermal Modeling
BSD 3-Clause "New" or "Revised" License
16 stars 5 forks source link

bandpassLambda function returns transpose of documented array shape #10

Open moeyensj opened 4 years ago

moeyensj commented 4 years ago

Either the documentation needs to be fixed or the returned array shape. The documentation suggests that the returned array is N observations by M filters, but instead the transpose is returned. The array is then transposed inside the fit function to get it to the correct shape.

moeyensj commented 4 years ago

Related and partially duplicate of #6.

laithalfar commented 9 months ago

So is it the documentation or the function that must be changed?