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

    r31542 r31657  
    134134int           NphotcodesGroupA,  NphotcodesGroupB;
    135135PhotCode     **photcodesGroupA, **photcodesGroupB;
     136char          WHERE_A[10000],          WHERE_B[10000];
     137SkyRegionSelection SELECTION;
    136138
    137139int AreaSelect;
     
    365367int GetScatterRawRef(float *dLsig, float *dMsig, float *dRsig, int *nKeep, StarData *raw, StarData *ref, int Nstars, float SigmaLimit);
    366368int LimitDensityCatalog (Catalog *subcatalog, Catalog *catalog);
     369
     370int initializeConstraints();
     371int applyConstraintsA(Catalog *catalog, off_t i);
     372int applyConstraintsB(Catalog *catalog, off_t i);
     373void setupAreaSelection(SkyRegion *region);
Note: See TracChangeset for help on using the changeset viewer.