IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 5, 2005, 5:59:11 PM (21 years ago)
Author:
Paul Price
Message:

Programs seem to be working nicely.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/stacCombine.c

    r3666 r3673  
    6767    )
    6868{
     69    assert(combined);
     70    assert(images);
     71    assert(errors);
     72    assert(images->n == errors->n);
     73    assert(saturated);
     74    assert(bad);
     75    assert(saturated->n == images->n);
     76    assert(bad->n == images->n);
     77
    6978    int nImages = images->n;            // Number of images
    7079    int numRows = ((psImage*)images->data[0])->numRows; // Image size
Note: See TracChangeset for help on using the changeset viewer.