IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2011, 11:18:00 AM (15 years ago)
Author:
bills
Message:

move the functions that implement the dvo "database lookups" (avextract, mextract, imextract) etc from opihi to libdvo so that they can be used in relastro -high-speed. Restructure relastro -high-speed to use configuration variables for the cuts on the two sets of photcodes. Default to ps1 versus 2mass as was previoulsy hard coded

File:
1 edited

Legend:

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

    r29938 r31635  
    8181  }
    8282 
    83   if ((image = LoadImages (&Nimage)) == NULL) return (FALSE);
     83  if ((image = LoadImagesDVO (&Nimage)) == NULL) return (FALSE);
    8484  image_subset (image, Nimage, &subset, &Nsubset, selection, tzero, trange, TimeSelect);
    8585  BuildChipMatch (image, Nimage);
     
    108108  }
    109109
    110   FreeImages(image);
     110  FreeImagesDVO(image);
    111111  free (subset);
    112112  return (TRUE);
Note: See TracChangeset for help on using the changeset viewer.