IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 1, 2012, 3:08:33 PM (14 years ago)
Author:
eugene
Message:

support to set output mode and format; output database need not be local

File:
1 edited

Legend:

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

    r27435 r33656  
    2323
    2424int    VERBOSE;
    25 char   CATDIR[256];
    26 char   CATMODE[16];    /* raw, mef, split, mysql */
    27 char   CATFORMAT[16];  /* internal, elixir, loneos, panstarrs */
     25char  *OUTDIR;
     26char  *CATMODE;    /* raw, mef, split, mysql */
     27char  *CATFORMAT;  /* internal, elixir, loneos, panstarrs */
    2828
    2929SkyRegion UserPatch;  // used by MODE CAT
     
    3838int        args                   PROTO((int argc, char **argv));
    3939
    40 Catalog   *open_output_catalogs   PROTO((SkyList *outlist));
     40Catalog   *open_output_catalogs   PROTO((SkyList *outlist, int catformat, int catmode));
    4141AveLinks  *split_averages         PROTO((Catalog *incatalog, SkyList *outlist, Catalog *outcatalogs));
    4242int        split_measures         PROTO((Catalog *incatalog, SkyList *outlist, Catalog *outcatalogs, AveLinks *avelinks));
Note: See TracChangeset for help on using the changeset viewer.