SciQLop / tscat_gui

Time series catalogue - Graphical User Interface library
Other
4 stars 2 forks source link

event rating #66

Closed nicolasaunai closed 5 months ago

nicolasaunai commented 2 years ago

since signatures in the data motivating the creation of an event of some kind are highly variable, it is often useful to set some kind of quality rating to an event. Like 0 means "I select it but it's far from the textbook signature, I'm unsure this is XXX" and 10 "textbook like signature, I'm 100% confident this is XXXX".

Selecting events based on their rating, via for example the dynamic filter, allows the user to perform statistics on a more or less conservative approach.

Rating could be for instance represented as 5 stars to check as an additional column in the event list.

pboettch commented 1 year ago

2 days with testing and user feedback before and after implementation.

nicolasaunai commented 1 year ago

cursor, step 1, between 1 and 10, default NaN, fixed attribute

pboettch commented 1 year ago

Field is an Optional[int] and in SQL INT NULL. Accepted Value 1-10.

Slider for editing (0 - no rating, 1 - 10 otherwise), Ticklabels, Label with current Value Event List Rating Widget - Filled Progess Bar