Commit 0df2f338 authored by Robert Butora's avatar Robert Butora
Browse files

vlkb-obscore: turns off t_exptime calc (results nan for some surveys)

parent b23e6990
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -404,7 +404,7 @@ 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]    = to_string(time.t_exptime);
   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);