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

    r29540 r31635  
    2020  }
    2121 
    22   image = LoadImages (&Nimage);
     22  image = LoadImagesDVO (&Nimage);
    2323
    2424  Cross = FALSE;
     
    7070  }
    7171 
    72   FreeImages(image);
     72  FreeImagesDVO(image);
    7373  return (TRUE);
    7474}
Note: See TracChangeset for help on using the changeset viewer.