IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2007, 4:36:46 PM (19 years ago)
Author:
jhoblitt
Message:

s/bg_mean_stdev/bg_stdev/ for skycell tables

File:
1 edited

Legend:

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

    r12025 r12029  
    509509    }
    510510
    511     psF64 bg_mean_stdev = psMetadataLookupF64(&status, config->args, "-bg_mean_stdev");
    512     if (!status) {
    513         psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -bg_mean_stdev");
     511    psF64 bg_stdev = psMetadataLookupF64(&status, config->args, "-bg_stdev");
     512    if (!status) {
     513        psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -bg_stdev");
    514514        return false;
    515515    }
     
    527527            uri,
    528528            bg,
    529             bg_mean_stdev
     529            bg_stdev
    530530        )) {
    531531        if (!psDBRollback(config->dbh)) {
Note: See TracChangeset for help on using the changeset viewer.