-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: main
Are you sure you want to change the base?
Panel server #19
Conversation
The current server can be run with |
👀 |
Oops sorry to get your hopes up, I just deleted a few commented out
sections in the dask server script
But I got the original "functional" server (which I used for the AGBT22X
data) working for a decimated subset of all the data! I know that wasn't
the original goal, but I thought it would still be cool
…On Thu, Aug 17, 2023 at 11:19 AM Thomas Chamberlin ***@***.***> wrote:
👀
—
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3UGXUVR77K5MXJFWSZGK7LXVYZBTANCNFSM6AAAAAA2TGW4XM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
…a_plots_v2 into panel_server made changes to dask server from github
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 |
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.