IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 19, 2007, 2:16:02 PM (19 years ago)
Author:
Paul Price
Message:

Adding error message.

File:
1 edited

Legend:

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

    r10408 r11191  
    147147
    148148    pmFringeScale *solution = psMetadataLookupPtr(NULL, science->parent->analysis, "FRINGE.SOLUTION");
     149    if (!solution) {
     150        psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to find fringe solution.\n");
     151        return false;
     152    }
    149153    assert(fringes->readouts->n == solution->nFringeFrames);
    150154
Note: See TracChangeset for help on using the changeset viewer.