IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 3, 2006, 6:18:57 PM (20 years ago)
Author:
jhoblitt
Message:

large database schema change -> add airmass, ra, decl, exp_time, & background to exps
several memory leaks
add some transactions to p0search & p2search
fix p2search -done's handling of p2Done* tables

File:
1 edited

Legend:

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

    r7063 r8120  
    4343    psMetadataAddStr(pendingArgs, PS_LIST_TAIL, "-filter",  0,
    4444        "define filter of interest", NULL);
    45     psMetadataAddStr(pendingArgs, PS_LIST_TAIL, "-stats",  0,
    46         "define stats of interest", NULL);
    4745    psMetadataAddStr(pendingArgs, PS_LIST_TAIL, "-recipe",  0,
    4846        "define recipe of interest", NULL);
     
    6462    psMetadataAddStr(defineArgs, PS_LIST_TAIL, "-filter",  0,
    6563        "define filter of interest", NULL);
    66     psMetadataAddStr(defineArgs, PS_LIST_TAIL, "-stats",  0,
    67         "define stats of interest", NULL);
    6864    // these two are inputs NOT search parameters
    6965    psMetadataAddStr(defineArgs, PS_LIST_TAIL, "-recipe",  0,
Note: See TracChangeset for help on using the changeset viewer.