IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 21, 2011, 6:45:51 PM (15 years ago)
Author:
eugene
Message:

merge from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110505/Ohana/src/opihi/dvo/gimages.c

    r30612 r31657  
    8383  if (!ohana_str_to_radec (&Ra, &Dec, argv[1], argv[2])) return (FALSE);
    8484
    85   if ((image = LoadImages (&Nimage)) == NULL) return (FALSE);
     85  if ((image = LoadImagesDVO (&Nimage)) == NULL) return (FALSE);
    8686  image_subset (image, Nimage, &subset, &Nsubset, selection, tzero, trange, TimeSelect);
    8787  BuildChipMatch (image, Nimage);
     
    245245  set_int_variable ("IMAGEphotcode:n", Nfound);
    246246
    247   FreeImages (image);
     247  FreeImagesDVO (image);
    248248  free (subset);
    249249
Note: See TracChangeset for help on using the changeset viewer.