IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2022, 12:17:32 PM (4 years ago)
Author:
eugene
Message:

add imresample, imcollapse functions; more usage documentation; option to catch failures in command when loading from shell command into queue; better handling of errors reading FITS table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/reindex.c

    r40291 r42082  
    6262      if (*vx < 0) {
    6363        if (KEEP_UNMATCH) {
    64           ovec[0].elements.Flt[Npts] = -1;
     64          ovec[0].elements.Int[Npts] = -4096; // XXX use a different or a specified value?
    6565          Npts++;
    6666        }
Note: See TracChangeset for help on using the changeset viewer.