atoader / dorado-streamlit

Dorado observer web tools built with Streamlit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dorado web tools in Streamlit

This repository contains observer web tools for the Dorado mission, including an interactive exposure time calculator. It is built using Streamlit, a framework for easily turning Python code into interactive data-driven web apps.

To build

$ docker build . -t dorado-streamlit

To run

$ docker run --rm dorado-streamlit

And then navigate to http://127.0.0.1:8051/.

Screenshot of exposure time calculator

About

Dorado observer web tools built with Streamlit

License:Other


Languages

Language:Python 83.1%Language:Dockerfile 16.9%