IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 1, 2006, 4:09:55 PM (20 years ago)
Author:
jhoblitt
Message:

drop rawDetrendImfile
add p0CameraConfig

File:
1 edited

Legend:

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

    r6274 r6292  
    2626        status = false;
    2727    }
    28     if (!rawDetrendImfileCreateTable(config->database)) {
     28    if (!p0CameraConfigCreateTable(config->database)) {
    2929        psError(PS_ERR_UNKNOWN, false, "database access failed");
    3030        status = false;
     
    112112        status = false;
    113113    }
    114     if (!rawDetrendImfileDropTable(config->database)) {
     114    if (!p0CameraConfigDropTable(config->database)) {
    115115        psError(PS_ERR_UNKNOWN, false, "database access failed");
    116116        status = false;
Note: See TracChangeset for help on using the changeset viewer.