- Timestamp:
- Jun 21, 2011, 6:45:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110505/Ohana/src/relastro/include/relastro.h
r31542 r31657 134 134 int NphotcodesGroupA, NphotcodesGroupB; 135 135 PhotCode **photcodesGroupA, **photcodesGroupB; 136 char WHERE_A[10000], WHERE_B[10000]; 137 SkyRegionSelection SELECTION; 136 138 137 139 int AreaSelect; … … 365 367 int GetScatterRawRef(float *dLsig, float *dMsig, float *dRsig, int *nKeep, StarData *raw, StarData *ref, int Nstars, float SigmaLimit); 366 368 int LimitDensityCatalog (Catalog *subcatalog, Catalog *catalog); 369 370 int initializeConstraints(); 371 int applyConstraintsA(Catalog *catalog, off_t i); 372 int applyConstraintsB(Catalog *catalog, off_t i); 373 void setupAreaSelection(SkyRegion *region);
Note:
See TracChangeset
for help on using the changeset viewer.
