Changeset 17557 for trunk/ppSim/src/ppSimMakeBias.c
- Timestamp:
- May 7, 2008, 10:55:21 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppSim/src/ppSimMakeBias.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSim/src/ppSimMakeBias.c
r14667 r17557 9 9 psMetadata *recipe = psMetadataLookupMetadata(NULL, config->recipes, PPSIM_RECIPE); // Recipe 10 10 11 float biasLevel = psMetadataLookupF32(NULL, config->arguments, "BIAS.LEVEL"); // Bias level12 float biasRange = psMetadataLookupF32(NULL, config->arguments, "BIAS.RANGE"); // Bias range13 int biasOrder = psMetadataLookupS32(NULL, config->arguments, "BIAS.ORDER"); // Bias order11 float biasLevel = psMetadataLookupF32(NULL, recipe, "BIAS.LEVEL"); // Bias level 12 float biasRange = psMetadataLookupF32(NULL, recipe, "BIAS.RANGE"); // Bias range 13 int biasOrder = psMetadataLookupS32(NULL, recipe, "BIAS.ORDER"); // Bias order 14 14 15 15 float readnoise = psMetadataLookupF32(NULL, cell->concepts, "CELL.READNOISE");// CCD read noise, e
Note:
See TracChangeset
for help on using the changeset viewer.
