Changeset 6336 for trunk/ippTools/src/p2rawToPending.c
- Timestamp:
- Feb 7, 2006, 10:19:58 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/p2rawToPending.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/p2rawToPending.c
r6299 r6336 15 15 rawFrame->exposure->exp_id, 16 16 rawFrame->exposure->camera, 17 rawFrame->exposure->telescope, 17 18 rawFrame->exposure->exp_type, 19 rawFrame->exposure->class, 20 rawFrame->exposure->imfiles, 18 21 rawFrame->exposure->filter, 19 rawFrame->exposure->class,20 rawFrame->exposure->nclass,21 22 rawFrame->exposure->stats, 23 "my recipe", 22 24 0xff, // p1 23 25 0xff // p2 … … 30 32 p2PendingImfileRow *pendingImage = p2PendingImfileRowAlloc( 31 33 rawImage->exp_id, 32 rawImage->class,33 34 rawImage->class_id, 35 rawImage->url, 36 "my stats", // stats 37 "my recipe", // recipe 34 38 0xff, // p1 35 0xff, // p2 36 "", // recipe 37 "", // stats 38 rawImage->url 39 0xff // p2 39 40 ); 40 41
Note:
See TracChangeset
for help on using the changeset viewer.
