bluesky / suitcase-core

data export facilities for NSLS-II
https://blueskyproject.io/suitcase
Other
2 stars 13 forks source link

First test adding athena and iss series data #49

Closed jrmlhermitte closed 2 years ago

jrmlhermitte commented 6 years ago

Sample usage here

First file generates one event with many columns (Athena). Second file is ingested as separate events for each row1, rowj pair where j is the rows 2-N

jrmlhermitte commented 6 years ago
In [20]: db[-18].table()
Out[20]: 
                              time          e      norm      nbkg      flat  \
seq_num                                                                       
1       2018-03-01 11:53:41.468699  24154.782  0.003279  0.003279  0.003279   

             fbkg      nder          nsec  
seq_num                                    
1        0.003279 -0.000059  1.355253e-20  

In [4]: db[-1].table()
Out[4]: 
                              time     energy  Li16TiO2
seq_num                                                
1       2018-03-01 14:22:57.990432  4898.0000  0.015224
codecov-io commented 6 years ago

Codecov Report

Merging #49 into master will decrease coverage by 6.09%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #49     +/-   ##
=========================================
- Coverage   92.21%   86.11%   -6.1%     
=========================================
  Files           7        9      +2     
  Lines        1130     1210     +80     
=========================================
  Hits         1042     1042             
- Misses         88      168     +80
Impacted Files Coverage Δ
suitcase/athena.py 0% <0%> (ø)
suitcase/iss_series.py 0% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e496ae9...91f414b. Read the comment docs.