Visualizador do Eclipse
-
Execute o arquivo
app.py:python app.py -
Quando o arquivo executar com sucesso, ele irá exibir o seguinte resultado no terminal:
Dash is running on http://127.0.0.1:8050/ * Serving Flask app 'app' * Debug mode: onA url
http://127.0.0.1:8050/indica a porta local em que o servidor do visualizer está rodando. -
Cole a url
http://127.0.0.1:8050/em seu navegador de preferência
- Criar modelo da estrela
- Criar modelo do planeta
- Adicionar manchas (intensidade < 1)
- Adicionar fáculas (intensidade > 1)
- Adicionar e visualizar curvas de luz baixadas da lib ligtkurve (missões KEPLER, K2 e TESS) para comparação com o modelo
-
Run the
app.pyfile:python app.py -
When the file runs successfully, it will display the following output in the terminal:
Dash is running on http://127.0.0.1:8050/ * Serving Flask app 'app' * Debug mode: onThe url
http://127.0.0.1:8050/indicates the local port on which the visualizer server is running. -
Paste the url
http://127.0.0.1:8050/into your preferred web browser
- Create Star Model
- Create Planet Model
- Add Spots (Intensity < 1)
- Add Faculae (Intensity > 1)
- Add and visualize light curves downloaded from ligtkurve lib (KEPLER, K2 and TESS missions) to compare with the model