IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20583


Ignore:
Timestamp:
Nov 7, 2008, 3:52:55 PM (18 years ago)
Author:
eugene
Message:

add comment for future

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/dbCheckStack.c

    r14287 r20583  
    3333      }
    3434
     35      // the value might be a special type of number: RA,DEC in sexigesimal or
     36      // time in YYYY/MM/DD, etc
     37      // status = ohana_str_to_time (stack[i].name, &seconds);
     38      // keep as time_t
     39      // status = ohana_dms_to_ddd (&ddd, stack[i].name);
     40      // keep as either hours (RA) or deg (DEC).
     41
    3542      // this must be a field : is it a valid name?
    3643      if (table == DVO_TABLE_MEASURE) {
Note: See TracChangeset for help on using the changeset viewer.