Changeset 6661 for trunk/ippTools/src
- Timestamp:
- Mar 21, 2006, 1:39:39 PM (20 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 5 edited
-
p2insertPendingFrames.c (modified) (1 diff)
-
p2pendingToDone.c (modified) (2 diffs)
-
p2rawToPending.c (modified) (1 diff)
-
pxframes.c (modified) (2 diffs)
-
regtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/p2insertPendingFrames.c
r6341 r6661 40 40 rawFrame->exposure->telescope, 41 41 rawFrame->exposure->exp_type, 42 rawFrame->exposure->class,42 // rawFrame->exposure->class, 43 43 rawFrame->exposure->imfiles, 44 44 rawFrame->exposure->filter, -
trunk/ippTools/src/p2pendingToDone.c
r6336 r6661 18 18 pendingFrame->exposure->telescope, 19 19 pendingFrame->exposure->exp_type, 20 pendingFrame->exposure->class,20 // pendingFrame->exposure->class, 21 21 pendingFrame->exposure->imfiles, 22 22 pendingFrame->exposure->filter, … … 96 96 pendingExp->telescope, 97 97 pendingExp->exp_type, 98 pendingExp->class,98 // pendingExp->class, 99 99 pendingExp->imfiles, // XXX ndone is uneeded? 100 100 pendingExp->filter, -
trunk/ippTools/src/p2rawToPending.c
r6336 r6661 17 17 rawFrame->exposure->telescope, 18 18 rawFrame->exposure->exp_type, 19 rawFrame->exposure->class,19 // rawFrame->exposure->class, 20 20 rawFrame->exposure->imfiles, 21 21 rawFrame->exposure->filter, -
trunk/ippTools/src/pxframes.c
r6415 r6661 129 129 newExp->telescope, 130 130 newExp->exp_type, 131 newExp->class,131 // newExp->class, 132 132 newExp->imfiles, 133 133 "my filter", … … 188 188 newExp->telescope, 189 189 newExp->exp_type, 190 newExp->class,190 // newExp->class, 191 191 newExp->imfiles, 192 192 "my filter", -
trunk/ippTools/src/regtool.c
r6370 r6661 211 211 newExp->telescope, 212 212 newExp->exp_type, 213 newExp->class,213 // newExp->class, 214 214 newExp->imfiles, 215 215 "my filter", … … 227 227 newExp->telescope, 228 228 newExp->exp_type, 229 newExp->class,229 // newExp->class, 230 230 newExp->imfiles, 231 231 "my filter",
Note:
See TracChangeset
for help on using the changeset viewer.
