Changeset 12332 for trunk/Ohana/src/opihi/dvo/imlist.c
- Timestamp:
- Mar 8, 2007, 12:21:18 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/imlist.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/imlist.c
r10929 r12332 77 77 if (PhotcodeSelect) { 78 78 if (PhotcodeValue[0].type == PHOT_DEP) { 79 if (PhotcodeValue[0].code != image[i]. source) continue;79 if (PhotcodeValue[0].code != image[i].photcode) continue; 80 80 } else { 81 if (PhotcodeValue[0].code != GetPhotcodeEquivCodebyCode (image[i]. source)) continue;81 if (PhotcodeValue[0].code != GetPhotcodeEquivCodebyCode (image[i].photcode)) continue; 82 82 } 83 83 } … … 90 90 } 91 91 gprint (GP_LOG, "%3d %s %8.4f %8.4f %f %5d %2d %4.2f %5.3f %5.3f\n", 92 i, image[i].name, r, d, t, image[i].nstar, image[i]. source, image[i].secz_PS, image[i].Mcal_PS, image[i].dMcal_PS);92 i, image[i].name, r, d, t, image[i].nstar, image[i].photcode, image[i].secz, image[i].Mcal, image[i].dMcal); 93 93 } 94 94
Note:
See TracChangeset
for help on using the changeset viewer.
