jsroot icon indicating copy to clipboard operation
jsroot copied to clipboard

$file.readBuffer to read the data from disk

Open Krmjn09 opened this issue 6 months ago • 1 comments

Screenshot 2025-06-26 191056 first 10 double values from data page

Krmjn09 avatar Jun 26 '25 13:06 Krmjn09

Very good, these numbers look correct! Please be sure to mark all the temporary code as such with comments and fix the eslint warnings.

The next step after this would be to get the column type and page uncompressed size from the schema you deserialized in the header. In this case you should find that the column type is 7 (kReal64).

silverweed avatar Jun 26 '25 13:06 silverweed

Thanks @Krmjn09 ! The next steps (which we'll discuss tomorrow in more detail) will be to finally get to display some data using jsroot's drawing capabilities. We'll start from a 1D histogram displaying the data you deserialized from simple.root and then improve the code a bit to allow us to read different types of data.

silverweed avatar Jun 30 '25 11:06 silverweed