IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7366


Ignore:
Timestamp:
Jun 6, 2006, 11:36:20 AM (20 years ago)
Author:
jhoblitt
Message:

add detResidExpAnalysis

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r7343 r7366  
    1 # $Id: tasks.md,v 1.36 2006-06-05 21:56:31 jhoblitt Exp $
     1# $Id: tasks.md,v 1.37 2006-06-06 21:32:12 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    239239    recipe      STR         64
    240240END
     241
     242detResidExpAnalysis METADATA
     243    det_id      S32         0       # Primary Key
     244    exp_id      STR         64      # Primary Key
     245    stats       STR         255
     246    recipe      STR         64
     247    accept      BOOL        f
     248END
  • trunk/ippTools/src/pxtables.c

    r7347 r7366  
    4444    CREATE_TABLE(detMasterImfileCreateTable);
    4545    CREATE_TABLE(detResidImfileAnalysisCreateTable);
     46    CREATE_TABLE(detResidExpAnalysisCreateTable);
    4647
    4748    return true;
     
    9697    DROP_TABLE(detMasterImfileDropTable);
    9798    DROP_TABLE(detResidImfileAnalysisDropTable);
     99    DROP_TABLE(detResidExpAnalysisDropTable);
    98100
    99101    return status;
Note: See TracChangeset for help on using the changeset viewer.