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/pxtools.h

    r11037 r11047  
    4949bool pxDeleteTables (pxConfig *config);
    5050
    51 typedef struct {
    52     rawScienceExpRow *exposure;
    53     psArray *images;
    54 } rawScienceFrame;
    55 
    56 rawScienceFrame *rawScienceFrameAlloc(
    57     rawScienceExpRow *exposure,
    58     psArray *images
    59 );
    60 
    61 bool rawScienceFramePrint(FILE *stream, pxConfig *config, psArray *frames);
    62 psArray *rawScienceFrameSearch(pxConfig *config);
    63 bool rawScienceFrameInsert(pxConfig *config, rawScienceFrame *frame);
    64 
    6551bool pxSetFaultCode(psDB *dbh, const char *tableName, psMetadata *where, psS8 code);
    6652
Note: See TracChangeset for help on using the changeset viewer.