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/pxframes.c

    r10230 r11047  
    5757//PX_FRAME_ALLOC(newFrame, newExp);
    5858//PX_FRAME_ALLOC(rawDetrendFrame, rawDetrendExp);
    59 PX_FRAME_ALLOC(rawScienceFrame, rawScienceExp);
     59//PX_FRAME_ALLOC(rawScienceFrame, rawScienceExp);
    6060//PX_FRAME_ALLOC(p2PendingFrame, p2PendingExp);
    6161
     
    9292
    9393//PX_FRAME_PRINT(newFrame, newImfile);
    94 PX_FRAME_PRINT(rawScienceFrame, rawImfile);
     94//PX_FRAME_PRINT(rawScienceFrame, rawImfile);
    9595//PX_FRAME_PRINT(rawDetrendFrame, rawImfile);
    9696//PX_FRAME_PRINT(p2PendingFrame, p2PendingImfile);
     
    145145//PX_FRAME_SEARCH(newFrame, newExp, newImfile);
    146146//PX_FRAME_SEARCH(rawDetrendFrame, rawDetrendExp, rawImfile, exp_tag);
    147 PX_FRAME_SEARCH(rawScienceFrame, rawScienceExp, rawImfile, exp_tag);
     147//PX_FRAME_SEARCH(rawScienceFrame, rawScienceExp, rawImfile, exp_tag);
    148148//PX_FRAME_SEARCH(p2PendingFrame, p2PendingExp, p2PendingImfile, exp_tag);
    149149
Note: See TracChangeset for help on using the changeset viewer.