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

    r30612 r31657  
    5050  gprint (GP_ERR, "searching in range %ds - %ds (%f seconds)\n", (int)tzero, (int)(tzero + trange), trange);
    5151 
    52   if ((image = LoadImages (&Nimage)) == NULL) return (FALSE);
     52  if ((image = LoadImagesDVO (&Nimage)) == NULL) return (FALSE);
    5353  image_subset (image, Nimage, &subset, &Nsubset, selection, tzero, trange, TRUE);
    5454
     
    9898  }
    9999
    100   FreeImages(image);
     100  FreeImagesDVO(image);
    101101  free (subset);
    102102  return (TRUE);
Note: See TracChangeset for help on using the changeset viewer.