zclaytor / kiauhoku

Python utilities for stellar model grid interpolation
MIT License
16 stars 5 forks source link

Add function to list available model grids #7

Open zclaytor opened 1 month ago

zclaytor commented 1 month ago

This might look like

import kiauhoku as kh
kh.list_available_grids()

Out: name reference full_available eep_available downloaded yrec jvs2013 yes yes no mist choi2016 no yes yes ...

To download a grid, type kh.download(<name>)