IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7840


Ignore:
Timestamp:
Jul 7, 2006, 11:35:51 AM (20 years ago)
Author:
Paul Price
Message:

Darks weren't getting scaled, because it was simply returning without any operations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeScaleZero.c

    r7759 r7840  
    4646    assert(config);
    4747
    48     if (!options->scale && !options->zero) {
     48    if (!options->scale && !options->zero && !options->exptime) {
    4949        return true;                    // We did everything we were asked for
    5050    }
     
    137137                        (*zeros)->data.F32[i][cellNum] = zero;
    138138                        psTrace(__func__, 9, "Zero for input %ld, chip %ld, cell %ld: %f\n", i, j, k, zero);
    139                    } else if (!first && fromConcepts) {
     139                    } else if (!first && fromConcepts) {
    140140                        psLogMsg(__func__, PS_LOG_WARN, "PPMERGE.SCALE and PPMERGE.ZERO have been set "
    141141                                 "for some, but not all cells --- we will re-measure it for all cells.");
Note: See TracChangeset for help on using the changeset viewer.