IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 11, 2007, 3:38:56 PM (20 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/pxinject.c

    r10971 r11047  
    148148                dateobs,
    149149                exp_type,
    150                 imfiles,
    151                 0           // error flags
     150                imfiles
    152151            )
    153152        ) {
     
    232231
    233232    // insert with error flag state set to 0 (no errors)
    234     if (!newImfileInsert(config->dbh, exp_tag, class, class_id, uri, 0)) {
     233    if (!newImfileInsert(config->dbh, exp_tag, class, class_id, uri)) {
    235234        psError(PS_ERR_UNKNOWN, false, "database error");
    236235        return false;
Note: See TracChangeset for help on using the changeset viewer.