IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 11, 2009, 1:57:01 PM (16 years ago)
Author:
bills
Message:

Several changes to support managing PSPS object and detction ids.

  1. Support for 64 bit columns in fits tables. "K"
  2. if TSCAL == 1 and TZERO == 0 omit those keywords from the tables
  3. compute psps object and detection ids
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/tools/src/ftable.c

    r16387 r26384  
    361361            memcpy (line, &data[i*Nv*Nb + Nb*j], Nb);
    362362            fprintf (stdout, "%d ", *(int *)line);
     363          }
     364          if (!strcmp (type, "int64_t")) {
     365            memcpy (line, &data[i*Nv*Nb + Nb*j], Nb);
     366            fprintf (stdout, "%d ", *(int64_t*)line);
    363367          }
    364368          if (!strcmp (type, "float")) {
Note: See TracChangeset for help on using the changeset viewer.