Loading data-access/engine/src/vlkb-obscore/src/database/ObsCoreKeys.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ namespace ObsCoreKeys "CDELT3", "WAVELEN", "WAVELENG", "WAVELNTH", // "WAVELNTH", }; inline std::set<std::string> add_str_keys(const std::set<std::string> strSet1, std::set<std::string> strSet2) Loading data-access/engine/src/vlkb-obscore/src/database/SqlSchema_INSERT.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -459,8 +459,8 @@ void SqlSchema_INSERT::appendRow(/*const int hid, const int sid,*/ obscoreRow[t_min] = time.t_min_str; //to_string(time.t_min); obscoreRow[t_max] = time.t_max_str; //to_string(time.t_max); obscoreRow[t_exptime] = "NULL";// FIXME MALT gives 'nan' to_string(time.t_exptime); obscoreRow[t_resolution] = to_string(time.t_resolution); obscoreRow[t_xel] = to_string(time.t_xel); obscoreRow[t_resolution] = "NULL";// HiGAL SQL error '-nan'; to_string(time.t_resolution); obscoreRow[t_xel] = "NULL";// HiGAL Mosaic gives SQL error: 'too big integer'; to_string(time.t_xel); // obscore - stokes params Loading Loading
data-access/engine/src/vlkb-obscore/src/database/ObsCoreKeys.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ namespace ObsCoreKeys "CDELT3", "WAVELEN", "WAVELENG", "WAVELNTH", // "WAVELNTH", }; inline std::set<std::string> add_str_keys(const std::set<std::string> strSet1, std::set<std::string> strSet2) Loading
data-access/engine/src/vlkb-obscore/src/database/SqlSchema_INSERT.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -459,8 +459,8 @@ void SqlSchema_INSERT::appendRow(/*const int hid, const int sid,*/ obscoreRow[t_min] = time.t_min_str; //to_string(time.t_min); obscoreRow[t_max] = time.t_max_str; //to_string(time.t_max); obscoreRow[t_exptime] = "NULL";// FIXME MALT gives 'nan' to_string(time.t_exptime); obscoreRow[t_resolution] = to_string(time.t_resolution); obscoreRow[t_xel] = to_string(time.t_xel); obscoreRow[t_resolution] = "NULL";// HiGAL SQL error '-nan'; to_string(time.t_resolution); obscoreRow[t_xel] = "NULL";// HiGAL Mosaic gives SQL error: 'too big integer'; to_string(time.t_xel); // obscore - stokes params Loading