StingraySoftware / stingray

Anything can happen in the next half hour (including spectral timing made easy)!
https://stingray.science/stingray
MIT License
166 stars 137 forks source link

Quick look dashboard [WIP] #819

Open capy-on-caffeine opened 2 months ago

capy-on-caffeine commented 2 months ago

As mentioned in issue #794, we need a quicklook dashboard with basic interactivity. I'm exploring ways to do that and pushing it here for everyone to see. Any feedback is appreciated.

Currently, I'm trying to build the dashboard with plotly(dash) on self generated data. To run the dashboard locally, run pip install pandas dash.

python app.py run the app on localhost and can be seen.

pep8speaks commented 2 months ago

Hello @capy-on-caffeine! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 7:1: E266 too many leading '#' for block comment

Comment last updated at 2024-04-20 10:09:25 UTC
codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.64%. Comparing base (14756d9) to head (539f1d9).

:exclamation: Current head 539f1d9 differs from pull request most recent head f2c3e5e. Consider uploading reports for the commit f2c3e5e to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #819 +/- ## =========================================== - Coverage 96.47% 78.64% -17.84% =========================================== Files 45 45 Lines 9135 9135 =========================================== - Hits 8813 7184 -1629 - Misses 322 1951 +1629 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

matteobachetti commented 2 months ago

Hi @capy-on-caffeine , thanks for the PR. However, as you know, this work was conceived as a large project to be carried out during the Google Summer of Code. If someone is selected for GSoC, they will work the whole Summer on the dashboard, including a careful initial work on the design. Setting up a draft implementation now would be untimely. Hope you understand.

capy-on-caffeine commented 2 months ago

Hi @matteobachetti, I was trying to explore plotly for this purpose (being hopeful). If someone else gets to work on it, they can use it as a base, and I can later remove the PR