IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 8, 2007, 3:21:15 PM (19 years ago)
Author:
jhoblitt
Message:

partial impliementation of new p4 design

File:
1 edited

Legend:

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

    r11047 r11723  
    7979    CREATE_TABLE(detResidExpCreateTable);
    8080    CREATE_TABLE(detRunSummaryCreateTable);
     81    CREATE_TABLE(skyCellCreateTable);
     82    CREATE_TABLE(skyCellMapCreateTable);
    8183    CREATE_TABLE(p4RunCreateTable);
    82     CREATE_TABLE(p4InputImfileCreateTable);
    83     CREATE_TABLE(p4WarpedImfileCreateTable);
    84     CREATE_TABLE(p4StackedImfileCreateTable);
    85     CREATE_TABLE(p4DiffImfileCreateTable);
    86     CREATE_TABLE(p4MagicMaskImfileCreateTable);
     84    CREATE_TABLE(p4InputExpCreateTable);
     85    CREATE_TABLE(p4ScfileCreateTable);
     86    CREATE_TABLE(p4InputScfileCreateTable);
     87    CREATE_TABLE(p4DiffScfileCreateTable);
    8788
    8889    return true;
     
    152153    DROP_TABLE(detRunSummaryDropTable);
    153154    DROP_TABLE(p4RunDropTable);
    154     DROP_TABLE(p4InputImfileDropTable);
    155     DROP_TABLE(p4WarpedImfileDropTable);
    156     DROP_TABLE(p4StackedImfileDropTable);
    157     DROP_TABLE(p4DiffImfileDropTable);
    158     DROP_TABLE(p4MagicMaskImfileDropTable);
     155    DROP_TABLE(p4InputExpDropTable);
     156    DROP_TABLE(p4ScfileDropTable);
     157    DROP_TABLE(p4InputScfileDropTable);
     158    DROP_TABLE(p4DiffScfileDropTable);
    159159
    160160    return status;
Note: See TracChangeset for help on using the changeset viewer.