- Timestamp:
- Jan 27, 2010, 9:17:17 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psphot.stack.20100120/src/psphotImageQuality.c
r26688 r26691 13 13 psAssert (recipe, "missing recipe?"); 14 14 15 int num = psMetadata AddS32 (&status, config->arguments, "PSPHOT.INPUT.NUM");15 int num = psMetadataLookupS32 (&status, config->arguments, "PSPHOT.INPUT.NUM"); 16 16 psAssert (status, "programming error: must define PSPHOT.INPUT.NUM"); 17 17 … … 29 29 bool psphotImageQualityReadout(pmConfig *config, const pmFPAview *view, const char *filename, int index, psMetadata *recipe) 30 30 { 31 bool status = true; 32 31 33 // find the currently selected readout 32 34 pmFPAfile *file = pmFPAfileSelectSingle(config->files, filename, index); // File of interest
Note:
See TracChangeset
for help on using the changeset viewer.
