-
Notifications
You must be signed in to change notification settings - Fork 23
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
Scroll through days at plot level #294
Comments
I like the idea of this too, but currently have no idea how to implement it, let alone time to dive deep into the guts of how to implement the feature. I'll see what I can do... |
This kind of display is easy to produce as an animated GIF. It should be possible to add say a week or month look back for specific plots. However the Summary pages are static html content. It is not possible in the current set up to select an image and specify how many days. @aeffler please give us an image and time frame you would like to see as a feasibility demo. |
This is what I do for fun (I know!) How does this look? |
I think you're doing something way more complicated :) When you click on a
plus currently, there's an arrow on the left and right, and they scroll
through the plots on that particular page. Instead, we want it to stay on
the same plot but go to the next day. To me, it's just a change in the date
of the html address, i do it by hand often in fact. So i fail to understand
why the arrow can't be coded to link to the same url, but with a number
changed in it.
…On Thu, Jul 21, 2022, 14:11 Joseph Areeda ***@***.***> wrote:
This is what I do for fun (I know!)
How does this
<https://ldas-jobs.ligo-la.caltech.edu/~joseph.areeda/week.gif> look?
It needs work but should be enough to get the idea.
—
Reply to this email directly, view it on GitHub
<#294 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHBWKP7GCHLJ3GIZDYCPLZDVVGOEFANCNFSM4I3JSYNQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
*when you click on a plot
…On Fri, Jul 22, 2022, 14:10 Anamaria Effler ***@***.***> wrote:
I think you're doing something way more complicated :) When you click on a
plus currently, there's an arrow on the left and right, and they scroll
through the plots on that particular page. Instead, we want it to stay on
the same plot but go to the next day. To me, it's just a change in the date
of the html address, i do it by hand often in fact. So i fail to understand
why the arrow can't be coded to link to the same url, but with a number
changed in it.
On Thu, Jul 21, 2022, 14:11 Joseph Areeda ***@***.***>
wrote:
> This is what I do for fun (I know!)
>
> How does this
> <https://ldas-jobs.ligo-la.caltech.edu/~joseph.areeda/week.gif> look?
> It needs work but should be enough to get the idea.
>
> —
> Reply to this email directly, view it on GitHub
> <#294 (comment)>, or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AHBWKP7GCHLJ3GIZDYCPLZDVVGOEFANCNFSM4I3JSYNQ>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Have you seen the gwsumm codebase? It's quite complicated, but I am trying to understand more so maybe someday you'll get this. Just don't hold your breath. |
I was answering JoeA, but like i said "i don't understand" cause i don't.
I'm not holding my breath at all, it's not a priority, just would be a nice
feature.
…On Fri, Jul 22, 2022, 14:15 Evan Goetz ***@***.***> wrote:
So i fail to understand why the arrow can't be coded to link to the same
url, but with a number changed in it.
Have you seen the gwsumm codebase? It's quite complicated, but I am trying
to understand more so maybe someday you'll get this. Just don't hold your
breath.
—
Reply to this email directly, view it on GitHub
<#294 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHBWKP2MBI4LOMJJWATVWJTVVLXMBANCNFSM4I3JSYNQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
We will discuss this at our next meeting. I see Anamaria's point but I'm not sure that we do know the name the image are named something like: |
Yeah, that "18A747" is some SHA256 hash ID. Maybe it is a predictable thing, but I don't know |
Oh and the animated gif is a fairly simple bash script but let's see if we can do it Anamaria's way. The weekly summary pages generated every day (last 7 days) might dovetail into this. |
For me it shows as this:
https://ldas-jobs.ligo-la.caltech.edu/~detchar/summary/day/20220720/#gallery-1
And I just change the date in it...
…On Fri, Jul 22, 2022 at 4:56 PM Joseph Areeda ***@***.***> wrote:
Oh and the animated gif is a fairly simple bash script but let's see if we
can do it Anamaria's way. The weekly summary pages generated every day
(last 7 days) might dovetail into this.
—
Reply to this email directly, view it on GitHub
<#294 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHBWKP2FQ6LAQ2G3H4QLHB3VVMKHZANCNFSM4I3JSYNQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I am more confused than usual. |
When you click on a plot, those buttons go away :)
…On Mon, Jul 25, 2022, 11:53 Joseph Areeda ***@***.***> wrote:
I am more confused than usual.
How is that different than pressing the '<<' or '>>' buttons next to the
date in the tool bar?
—
Reply to this email directly, view it on GitHub
<#294 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHBWKP4JPWMAC75CNSPE7RTVV3A6ZANCNFSM4I3JSYNQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Ah OK. When you click on a plot now the browser is opening "gallery" for me where the left/right arrows move through the images on that page. That seems to be a jQuery object. Does anyone know how to work with those? |
I think I need to be quiet and let those who know much more about summary page code look into this. |
I can address my own comment on the hash in the filename. Apparently it does not change from day to day, just the absolute path (that includes the date string) and the GPS time of the plot. The tricky thing may be when there are leap seconds so that GPS time and UTC time may get offset by one second relative to each other. We'll see how this could be done, though it will take some dev work in gwsumm/gwdetchar packages. |
The hash is taken from the type of plot and the list of channels included, see, for example: Lines 331 to 341 in 2050fca
|
I think this should be easy to implement at the website level. If someone wants to scroll through several days of a certain plot, you have to do it at the page level. I would like to have arrows when I select a plot to look at, such that I can scroll through just that plot as it changes the days.
The text was updated successfully, but these errors were encountered: