IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26427


Ignore:
Timestamp:
Dec 15, 2009, 6:38:26 PM (16 years ago)
Author:
eugene
Message:

do not raise an error if we do not find MATCHED_REFS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/psModules/src/objects/pmSourceIO_MatchedRefs.c

    r26260 r26427  
    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    // It is not an error to lack this entry -- psFitsMoveExtNameClean does not raise an error
     166    if (!psFitsMoveExtNameClean (fits, "MATCHED_REFS")) {
    166167        psMetadataAddBool (fpa->analysis, PS_LIST_TAIL, "READ.REFMATCH", PS_META_REPLACE, "attempted to read MATCHED_REFS", true);
    167168        return true;
Note: See TracChangeset for help on using the changeset viewer.