IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 8, 2008, 2:32:30 PM (18 years ago)
Author:
eugene
Message:

warning for missing gain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsRead.c

    r20291 r20599  
    287287                    }
    288288                    // if (!headerItem) {
    289                     // psWarning("Unable to find concept %s claimed to be in header as %s", name, conceptItem->data.str);
    290                     // }
     289                    // psWarning("Unable to find concept %s claimed to be in header as %s", name, conceptItem->data.str);
     290                    // }
    291291                    psMemIncrRefCounter(headerItem);
    292292                }
     
    322322                if (hduLow->header) {
    323323                    headerItem = psMetadataLookup(hduLow->header, keywords);
     324                    if (!strcmp (keywords, "GAIN")) {
     325                      if (!headerItem) {
     326                        psWarning ("Failed to find to get gain for a cell");
     327                      }
     328                    }
    324329                }
    325330                if (!headerItem && hduHigh != hduLow && hduHigh->header) {
Note: See TracChangeset for help on using the changeset viewer.