padsley / k600analyser

Code for the K600 analyser including plugin codes for silicon, clover and HAGAR data
1 stars 4 forks source link

Runtime Error #37

Closed padsley closed 9 years ago

padsley commented 9 years ago

[Analyzer,ERROR] [odb.c:9460:db_open_record,ERROR] struct size mismatch for "/Analyzer/Parameters/focalplane" (expected size: 204, size in ODB: 216) [Analyzer,ERROR] [mana.cxx:3703:init_module_parameters,ERROR] Cannot open "/Analyzer/Parameters/focalplane" parameters in ODB

padsley commented 9 years ago

Retief has pointed out that this is due to there being parameters set in the odb which deal with energy calc (exoff, exlin, exquad) which must be removed.

Instructions for how to do this to follow.

padsley commented 9 years ago

odbedit Analyzer->Parameters->focalplane rm exoff, exlin, exquad exit

padsley commented 9 years ago

Oh. I'm going to close this. It's fixed.