Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot choose custom sky or dark spectrum #1

Open
mattias42 opened this issue Nov 15, 2017 · 2 comments
Open

Cannot choose custom sky or dark spectrum #1

mattias42 opened this issue Nov 15, 2017 · 2 comments

Comments

@mattias42
Copy link
Contributor

The option exists to select another sky and dark spectrum than the default in the program, but this option doesn't work in practice.

@mattias42 mattias42 added the bug label Feb 4, 2019
@mattias42
Copy link
Contributor Author

Have checked in CEvaluationConfigurationParser::Parse_DarkCorrection and this can handle the options:

  • SCAN which takes the spectrum from the scan itself
  • USER which is a dark spectrum provided by the user and the dark-spectrum itself is taken from the spectrum provided from 'offsetSpec' in the DarkCorrection-section.
  • MODEL where the user needs to supply a offset and darkcurrent-spectrum

The spectrum to use for the dark-spectrum is then calculated in CScanEvaluation::GetDark.

@mattias42
Copy link
Contributor Author

Fixed the evaluation on 2019-05-26. This option seems to be correct now, but needs verification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant