spacetelescope / lcviz

light curve visualization and analysis tool
https://lcviz.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
5 stars 9 forks source link

Incorrect data points shown after flattening with multiple datasets #143

Open rosteen opened 1 month ago

rosteen commented 1 month ago

As the attached video shows, using the flatten feature with multiple datasets loaded seems to lead to the data being displayed as all ones. However, when hovering over the data, the hover marker still seems to be located at the correct position of the actual flattened data. Flattening works as expected and the result is displayed properly if only one light curve is loaded into the app.

https://github.com/user-attachments/assets/206db82b-4111-4187-a354-e0c3aac5122d

rosteen commented 1 month ago

Interestingly, if I just pull out the viewer's figure widget and show that, the data points are displayed properly there:

Screenshot 2024-10-10 at 2 33 18 PM

I'll continue to investigate.

rosteen commented 1 month ago

See https://github.com/bqplot/bqplot/issues/1661 for the root cause of this, we'll need a bqplot or bqplot-gl release.