IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 1, 2010, 4:40:37 PM (16 years ago)
Author:
eugene
Message:

add feature to find high-speed proper-motion objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro/include/relastro.h

    r27581 r28184  
    1414typedef enum {FIT_NONE, FIT_AVERAGE, FIT_PM_ONLY, FIT_PAR_ONLY, FIT_PM_AND_PAR} FitMode;
    1515
    16 typedef enum {TARGET_NONE, TARGET_OBJECTS, TARGET_SIMPLE, TARGET_CHIPS, TARGET_MOSAICS} FitTarget;
     16typedef enum {TARGET_NONE, TARGET_OBJECTS, TARGET_SIMPLE, TARGET_CHIPS, TARGET_MOSAICS, TARGET_HIGH_SPEED} FitTarget;
    1717
    1818typedef struct {
     
    8989int SRC_MEAS_TOOFEW; //catalog objects wich fewer detections then this are ignored
    9090double MIN_ERROR;
     91
     92double RADIUS; // match radius for high-speed objects
    9193
    9294int    VERBOSE;
     
    112114int           NphotcodesKeep,      NphotcodesSkip;
    113115PhotCode     **photcodesKeep,     **photcodesSkip;
     116
     117char          *PHOTCODE_A_LIST,  *PHOTCODE_B_LIST;
     118int           NphotcodesGroupA,  NphotcodesGroupB;
     119PhotCode     **photcodesGroupA, **photcodesGroupB;
    114120
    115121int AreaSelect;
     
    321327int saveCoords (Coords *coords, off_t N);
    322328void resetImageRaw (Catalog *catalog, int Ncatalog, off_t im);
     329
     330int high_speed_catalogs ();
     331int high_speed_objects (SkyRegion *region, Catalog *catalog);
     332int MeasMatchesPhotcode(Measure *measure, PhotCode **photcodeSet, int Nset);
Note: See TracChangeset for help on using the changeset viewer.