IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 5, 2007, 3:16:08 PM (19 years ago)
Author:
jhoblitt
Message:

rename exp_id -> exp_name
rename exp_tag -> exp_id
add add rawExp.exp_tag for use as an external name only

File:
1 edited

Legend:

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

    r14018 r14023  
    5757
    5858bool pxchipQueueByExpTag(pxConfig *config,
    59                          psString exp_tag,
     59                         psString exp_id,
    6060                         psString workdir,
    6161                         psString label,
     
    9696#endif
    9797
    98     // populate the chipInputImfile table from rawImfile based on exp_tag,
     98    // populate the chipInputImfile table from rawImfile based on exp_id,
    9999    // where the coresponding newExp.state entry is set to stop
    100100    psString query = pxDataGetCached("chiptool_queuerawimfile.sql");
     
    104104    }
    105105
    106     // queue the imfiles for the exp_tag
    107     if (!p_psDBRunQuery(config->dbh, query, exp_tag)) {
     106    // queue the imfiles for the exp_id
     107    if (!p_psDBRunQuery(config->dbh, query, exp_id)) {
    108108        psError(PS_ERR_UNKNOWN, false, "database error");
    109109        return false;
Note: See TracChangeset for help on using the changeset viewer.