content.txt
1.06 KB
!1 User Story 60: complex parameter calibration processing
http://yahscrum.akka.eu:8080/icescrum/p/AMDAKERNEL-60
!define path {../test/FitNesseRoot/ReleaseS/FirstPart/ReLease2/SprinT3/UserStory60/}
!define executable {EXE_AMDA_Kernel}
!2 Description
Calculate and Output parameter values and calibration information
(see US12)
Needed calibration information is constructed with the use of internal library function. Function is time UNDEPENDENT : only DD_getInform() is used to obtain calibration data
energy_bounds(E,Emin,Emax) :
e_mgs_er_info[0,*] = E[*]-Emin[*];
e_mgs_er_info[1,*] = E[*] + Emax[*];
return e_mgs_er_info;
!2 Liste des tests
!4 Tests :
!|script|TestAmdaCommandLine|
|set|${path}|path|
!3 ID-121 calibration processing
!4 Tests :
!|script|TestAmdaCommandLine|
|reference|US 60: id 121|id test|
|execute|${executable}|command|-f iso -p e_mgs_er -s 2005029230000000 -d 0000000000100000 -c energyMin -c energyMax|args|
|check|result|0|
|check|diffOutputFile|test_60_121.txt|file1|output-e_mgs_er_2005029230000000.txt|file2|0|epsilon|0|
!2 Suivit des modifications