IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2006, 6:27:04 PM (20 years ago)
Author:
jhoblitt
Message:

major overhaul to p0search;

remove -pending
remove -update
add -pendingimfile
add -pendingexp (not yet working)
add -updateexp
add -updateimfile

move newToRawDetrendExp() from pxframes.c -> p0search.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/regtool.h

    r7820 r8250  
    66typedef enum {
    77    P0SEARCH_MODE_NONE      = 0x0,
    8     P0SEARCH_MODE_PENDING,
    9     P0SEARCH_MODE_UPDATE
     8    P0SEARCH_MODE_PENDINGEXP,
     9    P0SEARCH_MODE_PENDINGIMFILE,
     10    P0SEARCH_MODE_UPDATEEXP,
     11    P0SEARCH_MODE_UPDATEIMFILE
    1012} p0searchMode;
    1113
Note: See TracChangeset for help on using the changeset viewer.