IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 6, 2011, 2:59:23 PM (15 years ago)
Author:
eugene
Message:

handle case where we have peaks and no detected footprints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/psModules/src/objects/pmFootprintIDs.c

    r29004 r30815  
    6666
    6767   if (footprints->n == 0) {
    68        psError(PS_ERR_BAD_PARAMETER_SIZE, true, "You didn't provide any footprints");
     68       // XXX this was an error, but is an allowed condition -- NULL returned image means no footprints for any peaks
     69       // psError(PS_ERR_BAD_PARAMETER_SIZE, true, "You didn't provide any footprints");
    6970       return NULL;
    7071   }
Note: See TracChangeset for help on using the changeset viewer.