Changeset 12008 for branches/dvo-mods-2007-02/Ohana/src/opihi/dvo/imlist.c
- Timestamp:
- Feb 22, 2007, 4:05:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dvo-mods-2007-02/Ohana/src/opihi/dvo/imlist.c
r10929 r12008 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.
