Changeset 19080 for trunk/ppSim/src/ppSimSequenceFlat.c
- Timestamp:
- Aug 14, 2008, 3:36:54 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppSim/src/ppSimSequenceFlat.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSim/src/ppSimSequenceFlat.c
r16500 r19080 1 1 # include "ppSimSequence.h" 2 2 3 bool ppSimSequenceFlat (FILE *simfile, FILE *inject, psMetadata *sequence, int nSeq, psRandom *rng, const char *path, const char *basename, c onst char *injectCommand) {3 bool ppSimSequenceFlat (FILE *simfile, FILE *inject, psMetadata *sequence, int nSeq, psRandom *rng, const char *path, const char *basename, char *camera, const char *injectCommand) { 4 4 5 5 bool status; 6 6 7 char *camera = psMetadataLookupStr (&status, sequence, "CAMERA"); 7 if (camera == NULL) { 8 camera = psMetadataLookupStr (&status, sequence, "CAMERA"); 9 } 8 10 9 11 // determine the filters & exposure times
Note:
See TracChangeset
for help on using the changeset viewer.
