Skip to content

Commit

Permalink
Merge pull request #93 from FilipDominec/master
Browse files Browse the repository at this point in the history
identified the footer floats as integration time etc.
  • Loading branch information
GreyCat committed Apr 17, 2018
2 parents 15ffe14 + c781ada commit fede551
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions scientific/spectroscopy/avantes_roh60.ksy
Expand Up @@ -26,9 +26,10 @@ doc: |
https://kr.mathworks.com/examples/matlab/community/20341-reading-spectra-from-avantes-binary-files-demonstration
The RCM file contains the user-specified comment, so it may be useful
for automatic conversion of data.
for automatic conversion of data. You may wish to divide the spectra by
the integration time before comparing them.
Written and tested by Filip Dominec, 2017
Written and tested by Filip Dominec, 2017-2018
seq:
- id: unknown1
type: f4
Expand Down Expand Up @@ -58,7 +59,9 @@ seq:
type: f4
repeat: expr
repeat-expr: ipixlast.to_i - ipixfirst.to_i - 1
- id: unknown4
- id: integration_ms
type: f4
- id: averaging
type: f4
- id: pixel_smoothing
type: f4
repeat: expr
repeat-expr: 3

0 comments on commit fede551

Please sign in to comment.