IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 9, 2013, 3:00:20 PM (13 years ago)
Author:
eugene
Message:

adding hpm search

File:
1 edited

Legend:

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

    r35105 r35287  
    2020typedef enum {FIT_NONE, FIT_AVERAGE, FIT_PM_ONLY, FIT_PAR_ONLY, FIT_PM_AND_PAR} FitMode;
    2121
    22 typedef enum {TARGET_NONE, TARGET_SIMPLE, TARGET_CHIPS, TARGET_MOSAICS, TARGET_HIGH_SPEED, TARGET_MERGE_SOURCE, TARGET_UPDATE_OBJECTS, TARGET_UPDATE_OFFSETS, TARGET_LOAD_OBJECTS} FitTarget;
     22typedef enum {TARGET_NONE, TARGET_SIMPLE, TARGET_CHIPS, TARGET_MOSAICS, TARGET_HIGH_SPEED, TARGET_MERGE_SOURCE, TARGET_UPDATE_OBJECTS, TARGET_UPDATE_OFFSETS, TARGET_LOAD_OBJECTS, TARGET_HPM} FitTarget;
    2323
    2424typedef enum {
     
    442442
    443443PhotCode **ParsePhotcodeList (char *rawlist, int *nphotcodes, int needAve);
     444
     445int hpm_catalogs (SkyTable *sky, SkyList *skylist, int hostID, char *hostpath);
     446int hpm_catalogs_parallel (SkyList *skylist);
     447int hpm_objects (SkyRegion *region, Catalog *catalog);
Note: See TracChangeset for help on using the changeset viewer.