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

    r29540 r31635  
    3030  }
    3131
    32   if ((image = LoadImages (&Nimage)) == NULL) return (FALSE);
     32  if ((image = LoadImagesDVO (&Nimage)) == NULL) return (FALSE);
    3333  BuildChipMatch (image, Nimage);
    3434
     
    5858  free (Xvec.elements.Flt);
    5959  free (Yvec.elements.Flt);
    60   FreeImages (image);
     60  FreeImagesDVO (image);
    6161  return (TRUE);
    6262}
Note: See TracChangeset for help on using the changeset viewer.