- 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/psphotSourceFreePixels.c
r26688 r26691 5 5 bool status = true; 6 6 7 int num = psMetadata AddS32 (&status, config->arguments, "PSPHOT.INPUT.NUM");7 int num = psMetadataLookupS32 (&status, config->arguments, "PSPHOT.INPUT.NUM"); 8 8 psAssert (status, "programming error: must define PSPHOT.INPUT.NUM"); 9 9 … … 20 20 bool psphotSourceFreePixelsReadout(pmConfig *config, const pmFPAview *view, const char *filename, int index) { 21 21 22 bool status; 23 22 24 // find the currently selected readout 23 25 pmFPAfile *file = pmFPAfileSelectSingle(config->files, filename, index); // File of interest 24 psAssert ( readout, "missing file?");26 psAssert (file, "missing file?"); 25 27 26 28 pmReadout *readout = pmFPAviewThisReadout(view, file->fpa);
Note:
See TracChangeset
for help on using the changeset viewer.
