IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 15, 2006, 5:20:44 PM (20 years ago)
Author:
eugene
Message:

adding error checks to DetrendBias

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageDetrendBias.c

    r6817 r7585  
    66//    psMetadataPrint(inputReadout->parent->concepts, 7);
    77
    8     pmSubtractBias(inputReadout, options->overscan, bias, dark);
     8    if (!pmSubtractBias(inputReadout, options->overscan, bias, dark)) {
     9        return false;
     10    }
    911
    1012    // Output overscan fit results, if required
     
    5254        psAbort(__func__, "Should never get here!!!\n");
    5355    }
    54 
    5556    return true;
    5657}
Note: See TracChangeset for help on using the changeset viewer.