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/imdata.c

    r29540 r31657  
    8686  if ((vec = SelectVector (argv[1], ANYVECTOR, TRUE)) == NULL) return (FALSE);
    8787
    88   if ((image = LoadImages (&Nimage)) == NULL) return (FALSE);
     88  if ((image = LoadImagesDVO (&Nimage)) == NULL) return (FALSE);
    8989  image_subset (image, Nimage, &subset, &Nsubset, selection, tzero, trange, TimeSelect);
    9090  BuildChipMatch (image, Nimage);
     
    222222  vec[0].Nelements = N;
    223223  REALLOCATE (vec[0].elements.Flt, opihi_flt, MAX(1,N));
    224   FreeImages(image);
     224  FreeImagesDVO(image);
    225225  return (TRUE);
    226226}
Note: See TracChangeset for help on using the changeset viewer.