- 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/psphotFitSourcesLinear.c
r26688 r26691 17 17 bool status = true; 18 18 19 int num = psMetadata AddS32 (&status, config->arguments, "PSPHOT.INPUT.NUM");19 int num = psMetadataLookupS32 (&status, config->arguments, "PSPHOT.INPUT.NUM"); 20 20 psAssert (status, "programming error: must define PSPHOT.INPUT.NUM"); 21 21 … … 30 30 } 31 31 32 bool psphotFitSourcesLinearReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index ) {32 bool psphotFitSourcesLinearReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index, bool final) { 33 33 34 34 bool status;
Note:
See TracChangeset
for help on using the changeset viewer.
