IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 21, 2012, 6:42:08 AM (14 years ago)
Author:
eugene
Message:

moving ParsePhotcodeList to libdvo; adding photdbc parallel mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/photdbc/include/photdbc.h

    r31635 r33574  
    2020  int    Nmeas;
    2121} StatType;
     22
     23int    PARALLEL;
     24int    PARALLEL_MANUAL;
     25int    PARALLEL_SERIAL;
     26
     27int          HOST_ID;
     28char        *HOSTDIR;
    2229
    2330// need to get RADIUS from Config
     
    124131int copy_images (char *outdir);
    125132void usage();
     133
     134int photdbc_catalogs (SkyList *skylist, int hostID);
     135int photdbc_parallel (SkyList *skylist);
Note: See TracChangeset for help on using the changeset viewer.