IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2006, 12:42:12 PM (20 years ago)
Author:
Paul Price
Message:

Updating to psLib rel11. Most changes are setting the 'n' element of the vector or array upon allocation. Needed to change the way the image subsets are done: not sure why we switched back to the old method of trim regions, but it seems we did.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pois/src/poisFindStamps.c

    r5717 r6891  
    3131    if (stamps == NULL) {
    3232        stamps = psArrayAlloc(nsx * nsy);
     33        stamps->n = nsx * nsy;
    3334        // Initialise
    3435        for (int i = 0; i < nsx * nsy; i++) {
Note: See TracChangeset for help on using the changeset viewer.