Skip to content

Nice TTree views #122

@cdeil

Description

@cdeil

I'd like to be able to explore the data in a TTree via the Web UI.

Here's what I mean:

  • Column (=branch) selection (show me colums A, C, Q, but not the other 50 columns)
  • Row (=entry) selection (apply simple cuts like A > sin(B)
  • Diplay table nicely using one of the many Javascript table packages
  • Stats view summarizing the min, max, mean, std, quantiles of the data like here
  • Export current column and row selection as CSV and ROOT (and HDF5 or FITS or SQL database if appropriate package is there)

I want this to work for tables that easily fit into memory (i.e. a few GB on my machine), probably by reading the full tree into a recarray in memory once and then keeping it there.

There should be input fields or other web UI elements for the column and row selection, I don't think this will work well with the URL only.

I don't have time to do this now, but wanted to mention it already in case someone else has thoughts or time to work on this.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions