Changeset 19167
- Timestamp:
- Aug 22, 2008, 1:37:01 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileDefine.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileDefine.c
r19082 r19167 1025 1025 1026 1026 // XXX careful about this: is this set correctly in the camera.config files? 1027 char * instrument = psMetadataLookupStr(NULL, input->concepts, "FPA.INSTRUMENT");1028 pmDetrendSelectOptions *options = pmDetrendSelectOptionsAlloc( instrument, *time, type);1027 char *cameraName = psMetadataLookupStr(NULL, input->concepts, "FPA.CAMERA"); 1028 pmDetrendSelectOptions *options = pmDetrendSelectOptionsAlloc(cameraName, *time, type); 1029 1029 1030 1030 // add additional constraints based on the type defined in the PPIMAGE recipe
Note:
See TracChangeset
for help on using the changeset viewer.
