17 #ifndef __stir_RADIONUCLIDEDB_H 18 #define __stir_RADIONUCLIDEDB_H 23 #ifdef nlohmann_json_FOUND 24 # include <nlohmann/json.hpp> 120 Radionuclide get_radionuclide(ImagingModality rmodality,
const std::string& rname);
124 std::string database_filename;
125 std::string radionuclide_lookup_table_filename;
127 #ifdef nlohmann_json_FOUND 128 nlohmann::json radionuclide_json;
138 Radionuclide get_radionuclide_from_json(ImagingModality rmodality,
const std::string& rname)
const;
145 std::string get_radionuclide_name_from_lookup_table(
const std::string& rname)
const;
149 #endif // __stir_RADIONUCLIDEDB_H Declaration of class stir::Radionuclide.
Declaration of class stir::ImagingModality.
unique_ptr< DataT > read_from_file(const FileSignature &signature, FileT file)
Function that reads data from file using the default InputFileFormatRegistry, using the provided File...
Definition: read_from_file.h:46