IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 18, 2021, 4:08:42 PM (5 years ago)
Author:
eugene
Message:

set bad data quality if too many chips fail in mosaic, but do not fail to write out the smf file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroMosaicSetMatch.c

    r26259 r41499  
    7676                    if (!unique) {
    7777                        psLogMsg ("psastro", 3, "failed to generate a uniq set of matched sources\n");
    78                         return false;
     78                        return false; // this can only happen if alloc fails, not a data quality problem
    7979                    }
    8080                    psFree (matches);
Note: See TracChangeset for help on using the changeset viewer.