Changeset 15893 for trunk/psModules/src/camera/pmFPAfileDefine.c
- Timestamp:
- Dec 22, 2007, 7:44:00 AM (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
r15863 r15893 878 878 psLogMsg ("psModules.camera", PS_LOG_WARN, "FPA.TIME has not been set.\n"); 879 879 } 880 pmDetrendSelectOptions *options = pmDetrendSelectOptionsAlloc(config->cameraName, *time, type); 880 881 // XXX careful about this: is this set correctly in the camera.config files? 882 char *instrument = psMetadataLookupStr(NULL, input->concepts, "FPA.INSTRUMENT"); 883 pmDetrendSelectOptions *options = pmDetrendSelectOptionsAlloc(instrument, *time, type); 881 884 882 885 // add additional constraints based on the type defined in the PPIMAGE recipe
Note:
See TracChangeset
for help on using the changeset viewer.
