IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 12, 2011, 12:02:57 PM (15 years ago)
Author:
eugene
Message:

add -max-density limit to relastro; fix initImages,freeImages slowness

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110505/Ohana/src/relastro/include/relastro.h

    r31160 r31542  
    120120int    PLOTDELAY;
    121121int    CHIPORDER;
     122
     123int MaxDensityUse;
     124double MaxDensityValue;
    122125
    123126int UserCatalog;
     
    361364
    362365int GetScatterRawRef(float *dLsig, float *dMsig, float *dRsig, int *nKeep, StarData *raw, StarData *ref, int Nstars, float SigmaLimit);
     366int LimitDensityCatalog (Catalog *subcatalog, Catalog *catalog);
Note: See TracChangeset for help on using the changeset viewer.