IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28872


Ignore:
Timestamp:
Aug 9, 2010, 5:20:12 PM (16 years ago)
Author:
bills
Message:

add Imagephotocode to the set of variables set by gimages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/gimages.c

    r27435 r28872  
    235235    sprintf (name, "IMAGEname:%d", Nfound);
    236236    set_str_variable (name, image[i].name);
     237    sprintf (name, "IMAGEphotcode:%d", Nfound);
     238    set_int_variable (name, image[i].photcode);
    237239    Nfound ++;
    238240    free (date);
     
    243245  set_int_variable ("IMAGEccd:n", Nfound);
    244246  set_int_variable ("IMAGEname:n", Nfound);
     247  set_int_variable ("IMAGEphotcode:n", Nfound);
    245248
    246249  free (image);
Note: See TracChangeset for help on using the changeset viewer.