kapadia / Luminosity

Luminosity is a web application for visualizing astronomical data in the FITS format. It renders images, tabular data, and data cubes.
luminosity.astrojs.org
12 stars 0 forks source link

Filters not being cleared. #3

Closed kapadia closed 11 years ago

kapadia commented 11 years ago

Filters need to be cleared between tools, i.e. either filter is done on histogram, or filter is done on scatter plot. Not supporting filters on both because they are not on the same view yet.

dimension.filterAll() should do the trick, but it's not working ...

https://github.com/kapadia/Luminosity/blob/master/app/controllers/Crossfilter.coffee#L24