IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2014, 11:48:59 AM (12 years ago)
Author:
watersc1
Message:

Change to get the warpRun data_group, and use that as the diffRun data_group if no data_group is specified.

File:
1 edited

Legend:

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

    r36019 r36572  
    13491349    if (!mdok) {
    13501350        psError(PXTOOLS_ERR_PROG, false, "exp_id not found");
     1351        if (!psDBRollback(config->dbh)) {
     1352          psError(PS_ERR_UNKNOWN, false, "database error");
     1353        }
     1354        return false;
     1355    }
     1356    psString warpDataGroup = psMetadataLookupStr(&mdok, row, "warpDataGroup");
     1357    if (!mdok) {
     1358        psError(PXTOOLS_ERR_PROG, false, "warpDataGroup not found");
    13511359        if (!psDBRollback(config->dbh)) {
    13521360          psError(PS_ERR_UNKNOWN, false, "database error");
     
    13911399                                        workdir,
    13921400                                        label,
    1393                                         data_group ? data_group : label,
     1401                                        data_group ? data_group : warpDataGroup,
    13941402                                        dist_group,
    13951403                                        reduction,
Note: See TracChangeset for help on using the changeset viewer.