IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20907


Ignore:
Timestamp:
Dec 4, 2008, 6:07:21 PM (17 years ago)
Author:
eugene
Message:

added a comment

Location:
branches/eam_branch_20081124/Ohana/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20081124/Ohana/src/libautocode/def/image.d

    r20265 r20907  
    5050FIELD     ccdnum,           CCDNUM,               unsigned char,  CCD ID number
    5151FIELD     imageID,          IMAGE_ID,             unsigned int,   internal image ID
     52
     53# XXX do we want to use this to handle mosaics?
    5254# FIELD           parentID,         PARENT_ID,            unsigned int,   associated ref image
    5355FIELD     externID,         EXTERN_ID,            unsigned int,   external image ID
  • branches/eam_branch_20081124/Ohana/src/relphot/src/ImageOps.c

    r20323 r20907  
    191191         and nn is an integer -> ccdnum */
    192192     
     193      /// XXX we have an inconsistency here wrt dvo.layout and dvo.photcode
     194
    193195      while (!isdigit(*p) && *p) p++;
    194196      if (*p == 0) continue;
Note: See TracChangeset for help on using the changeset viewer.