IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 11, 2007, 3:38:56 PM (19 years ago)
Author:
jhoblitt
Message:

require ippdb 0.0.73
merge rawScienceExp & rawDetrnedExp -> rawExp table
p0tool fault handling refactoring:

rename -updateimfile -> -addprocessedimfile
rename -updatexp -> -addprocessedexp
rename -faultimfile -> -updatedprocessedimfile
rename -faultexp -> -updateprocessedexp
rename -rawifmile -> -processedimfile
add -processedexp
remove newExp.fault & newImfile.fault
add rawImfile.fault & rawExp.fault

remove pxframes.c from the build and the related prototypes from pxtools.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxtables.c

    r10755 r11047  
    5757    CREATE_TABLE(newExpCreateTable);
    5858    CREATE_TABLE(newImfileCreateTable);
    59     CREATE_TABLE(rawScienceExpCreateTable);
     59    CREATE_TABLE(rawExpCreateTable);
    6060    CREATE_TABLE(rawImfileCreateTable);
    61     CREATE_TABLE(rawDetrendExpCreateTable);
    6261    CREATE_TABLE(p1PendingExpCreateTable);
    6362    CREATE_TABLE(p2PendingExpCreateTable);
     
    130129    DROP_TABLE(newExpDropTable);
    131130    DROP_TABLE(newImfileDropTable);
    132     DROP_TABLE(rawScienceExpDropTable);
     131    DROP_TABLE(rawExpDropTable);
    133132    DROP_TABLE(rawImfileDropTable);
    134     DROP_TABLE(rawDetrendExpDropTable);
    135133    DROP_TABLE(p1PendingExpDropTable);
    136134    DROP_TABLE(p2PendingExpDropTable);
Note: See TracChangeset for help on using the changeset viewer.