Changeset 26454 for trunk/ppStack/src/ppStackSources.c
- Timestamp:
- Dec 17, 2009, 9:43:45 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackSources.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackSources.c
r26076 r26454 61 61 PS_ASSERT_PTR_NON_NULL(config, false); 62 62 63 if (!options->matchZPs) { 64 int num = psMetadataLookupS32(NULL, config->arguments, "INPUTS.NUM"); // Number of inputs 65 options->norm = psVectorAlloc(num, PS_TYPE_F32); 66 psVectorInit (options->norm, 0.0); 67 68 // XXX do I need to set this? 69 // options->sumExposure = sumExpTime; 70 71 return true; 72 } 73 63 74 psArray *sourceLists = options->sourceLists; // Source lists for each input 64 75 psVector *inputMask = options->inputMask; // Mask for inputs
Note:
See TracChangeset
for help on using the changeset viewer.
