Changeset 20907
- Timestamp:
- Dec 4, 2008, 6:07:21 PM (17 years ago)
- Location:
- branches/eam_branch_20081124/Ohana/src
- Files:
-
- 2 edited
-
libautocode/def/image.d (modified) (1 diff)
-
relphot/src/ImageOps.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081124/Ohana/src/libautocode/def/image.d
r20265 r20907 50 50 FIELD ccdnum, CCDNUM, unsigned char, CCD ID number 51 51 FIELD imageID, IMAGE_ID, unsigned int, internal image ID 52 53 # XXX do we want to use this to handle mosaics? 52 54 # FIELD parentID, PARENT_ID, unsigned int, associated ref image 53 55 FIELD externID, EXTERN_ID, unsigned int, external image ID -
branches/eam_branch_20081124/Ohana/src/relphot/src/ImageOps.c
r20323 r20907 191 191 and nn is an integer -> ccdnum */ 192 192 193 /// XXX we have an inconsistency here wrt dvo.layout and dvo.photcode 194 193 195 while (!isdigit(*p) && *p) p++; 194 196 if (*p == 0) continue;
Note:
See TracChangeset
for help on using the changeset viewer.
