Skip to content

Commit

Permalink
SIRENA update (v.3.8.37)
Browse files Browse the repository at this point in the history
- I2RDER: abs(ADU_CNV)
  • Loading branch information
bcobo committed Nov 22, 2022
1 parent 0005132 commit f028ae1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions libsixt/tasksSIRENA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7929,6 +7929,7 @@ int convertI2R (char* EnergyMethod,double Ibias, double Imin, double Imax, doubl
}
else if (ADU_CNV != -999)
{
ADU_CNV = abs(ADU_CNV);
// I = ADU_CNV * (ADC - ADU_BIAS) + I_BIAS
//cout<<"I = ADU_CNV * (ADC - ADU_BIAS) + I_BIAS"<<endl;

Expand Down
4 changes: 2 additions & 2 deletions libsixt/versionSIRENA.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
// CANTABRIA (CSIC-UC) with funding from the Spanish Ministry of Science and
// Innovation (MICINN)
//
// DATE: 2022/11/22, 12:14:17
// DATE: 2022/11/22, 13:13:37

#ifndef SIRENA_VERSION_H
#define SIRENA_VERSION_H

#define SIRENA_VERSION "3.8.36"
#define SIRENA_VERSION "3.8.37"

#endif

0 comments on commit f028ae1

Please sign in to comment.