IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 13, 2009, 2:58:44 PM (16 years ago)
Author:
eugene
Message:

do not raise an error just because MATCHED_REFS is not present

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceIO_MatchedRefs.c

    r26260 r26392  
    163163
    164164    // try find the MATCHED_REFS extension.  if non-existent, note that we tried, and move on.
    165     if (!psFitsMoveExtName (fits, "MATCHED_REFS")) {
     165    if (!psFitsMoveExtNameClean (fits, "MATCHED_REFS")) {
    166166        psMetadataAddBool (fpa->analysis, PS_LIST_TAIL, "READ.REFMATCH", PS_META_REPLACE, "attempted to read MATCHED_REFS", true);
    167167        return true;
Note: See TracChangeset for help on using the changeset viewer.