BASTAcode / BASTA

BASTA: The BAyesian STellar Algorithm
https://basta.readthedocs.io/
MIT License
21 stars 3 forks source link

Support fitting of l=3 modes #57

Open jakobmoss opened 1 week ago

jakobmoss commented 1 week ago

Currently, it is hardwired that we fit modes with l = [0, 1, 2], however in rare cases we have stars with l=3 modes observed. The grid-files always support l=3 modes.

Optimally, BASTA will read the highest available l from the grid and use that value for the fitting loops.