Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Panel server #19

Open
wants to merge 54 commits into
base: main
Choose a base branch
from
Open

Panel server #19

wants to merge 54 commits into from

Conversation

KaseyW31
Copy link
Collaborator

To start the server: panel serve --show ant_pos_panel_server.py

There are working filters for session, observer, front/backends, etc. The session filter allows searching by session substring, but it is considerably slower if the substring doesn't match a session directly.

The dataframe used by the server is multiindexed and contains pre-projected positions so that the points don't need to be projected each time a filter is applied.

@KaseyW31 KaseyW31 linked an issue Jul 21, 2023 that may be closed by this pull request
@KaseyW31
Copy link
Collaborator Author

KaseyW31 commented Aug 8, 2023

The current server can be run with panel serve reactive_ant_pos_panel_server.py --allow-websocket-origin <address> --args /home/scratch/kwei/misc_parquets/AGBT22X_MI_projected_dt_nans_wrap180_radec.parquet /home/scratch/kwei/misc_parquets/AGBT22X_metadata_renamed_archive.parquet

@tchamberlin
Copy link
Member

👀

@KaseyW31
Copy link
Collaborator Author

KaseyW31 commented Aug 17, 2023 via email

…a_plots_v2 into panel_server

made changes to dask server from github
@KaseyW31
Copy link
Collaborator Author

KaseyW31 commented Aug 17, 2023

The table now shows scan data so there's hopefully fewer lies, and it groups by session. Click callbacks and archive links still point to the sessions though, and it's slow at times. The RA/dec cursor information on hover has been moved below the plot for better readability

The most recent server can be run with
panel serve reduced_data_ant_pos_panel_server.py --address <thales> --allow-websocket-origin <thales:5006> --reuse-sessions --global-loading-spinner --args /home/scratch/kwei/misc_parquets/all_data_sampled_projected_dt_wrapped_MI_gal.parquet /home/scratch/kwei/misc_parquets/all_data_sampled_scan_metadata_MI.parquet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Standalone interactive dashboard for antenna data
2 participants