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

Implement request from #22 for GammaSpectra-class objects #31

Merged
merged 3 commits into from
Aug 22, 2024

Conversation

RLumSK
Copy link
Collaborator

@RLumSK RLumSK commented Aug 22, 2024

Implement functionality to energy calibrate the GammaSpectra-class object.

Description

  • ad method in energy_calibrate()
  • up docu
  • ad tests
  • ad NEWS

Related Issue

#22

Example

  spc_file <- system.file("extdata/LaBr.TKA", package = "gamma")
  spectrum_1 <- spectrum_2 <- read(spc_file)
  spectra <- methods::as(list(spectrum_1, spectrum_2), "GammaSpectra")

  peaks <- gamma:::.PeakPosition(
    hash = spectrum_1@hash,
    channel = c(76L, 459L, 816L),
    energy_expected = c(NA_real_, NA_real_, NA_real_)
  )

  set_energy(peaks) <- c(238, 1461, 2614.5)

RLumSK and others added 3 commits August 22, 2024 12:47
@nfrerebeau nfrerebeau merged commit a9e689e into crp2a:master Aug 22, 2024
7 checks passed
@RLumSK RLumSK deleted the issue_22 branch August 22, 2024 11:54
@RLumSK RLumSK mentioned this pull request Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants