Skip to content

phoebe-project/tables.phoebe-project.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tables.phoebe-project.org

Flask web-server to serve passband and atmosphere tables compatible with PHOEBE 2.2+. As long as you have a stable internet connection, PHOEBE will query and pull tables on-the-fly as necessary. Alternatively, you can call phoebe.download_passband or use the web form at phoebe-project.org/tables to download tables in advance.

Development Testing

To test the server before deploying, run python server.py and then point the local version of phoebe to localhost and refresh the cache of available online passbands:

import phoebe
phoebe.atmospheres.passbands._url_tables_server = 'http://localhost:5555'
phoebe.list_online_passbands(refresh=True)
phoebe.download_passband('Johnson:R')

About

flask server hosting phoebe atmosphere and passband tables (for phoebe 2.2+)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages