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/relastro/include/relastro.h

    r31160 r31635  
    131131int           NphotcodesGroupA,  NphotcodesGroupB;
    132132PhotCode     **photcodesGroupA, **photcodesGroupB;
     133char          WHERE_A[10000],          WHERE_B[10000];
     134SkyRegionSelection SELECTION;
    133135
    134136int AreaSelect;
     
    361363
    362364int GetScatterRawRef(float *dLsig, float *dMsig, float *dRsig, int *nKeep, StarData *raw, StarData *ref, int Nstars, float SigmaLimit);
     365
     366int initializeConstraints();
     367int applyConstraintsA();
     368int applyConstraintsB();
     369void setupAreaSelection(SkyRegion *region);
     370
Note: See TracChangeset for help on using the changeset viewer.