IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 13, 2009, 4:53:16 PM (17 years ago)
Author:
Paul Price
Message:

Don't worry about bias section if not set. Avoids SEGV.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmHDUGenerate.c

    r21363 r23318  
    474474                }
    475475
     476                if (!biassecs || !readout->bias) {
     477                    // No need to worry about bias section
     478                    continue;
     479                }
     480
    476481                if (biassecs->n != readout->bias->n) {
    477482                    psWarning("Number of bias sections (%ld) and number of biases (%ld) do not match.\n",
Note: See TracChangeset for help on using the changeset viewer.