IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3802


Ignore:
Timestamp:
Apr 29, 2005, 8:34:47 AM (21 years ago)
Author:
rhl
Message:

Don't reset coordinates of deleted stamps (POIS_STAMP_RESET suffices)

File:
1 edited

Legend:

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

    r3792 r3802  
    4646
    4747            // Only find a new stamp if we need to
    48             if ((stamp->x == 0 && stamp->y == 0) || stamp->status == POIS_STAMP_RESET) {
     48            if (stamp->status == POIS_STAMP_RESET) {
    4949                // Find maximum non-masked value in the image section, but don't include a footprint around
    5050                // the edge
Note: See TracChangeset for help on using the changeset viewer.