IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 5, 2013, 7:07:23 AM (14 years ago)
Author:
eugene
Message:

add formating to FITS output, help for opihi write

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/Ohana/src/opihi/lib.shell/VectorIO.c

    r34584 r34886  
    2323        goto escape;
    2424      }
    25       if ((*ptr != 'B') && (*ptr != 'I') && (*ptr != 'J') && (*ptr != 'D') && (*ptr != 'E')) {
     25      if ((*ptr != 'B') && (*ptr != 'I') && (*ptr != 'J') && (*ptr != 'K') && (*ptr != 'D') && (*ptr != 'E')) {
    2626        gprint (GP_ERR, "error in binary table format %s: invalid character %c\n", format, *ptr);
    2727        goto escape;
Note: See TracChangeset for help on using the changeset viewer.