Index: trunk/Ohana/src/opihi/dvo/dbCheckStack.c
===================================================================
--- trunk/Ohana/src/opihi/dvo/dbCheckStack.c	(revision 14287)
+++ trunk/Ohana/src/opihi/dvo/dbCheckStack.c	(revision 20583)
@@ -33,4 +33,11 @@
       }
 
+      // the value might be a special type of number: RA,DEC in sexigesimal or 
+      // time in YYYY/MM/DD, etc
+      // status = ohana_str_to_time (stack[i].name, &seconds);
+      // keep as time_t
+      // status = ohana_dms_to_ddd (&ddd, stack[i].name);
+      // keep as either hours (RA) or deg (DEC).
+
       // this must be a field : is it a valid name?
       if (table == DVO_TABLE_MEASURE) {
