IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2006, 9:11:01 AM (20 years ago)
Author:
eugene
Message:

moved image lock/unlock to libdvo; adding additional options

File:
1 edited

Legend:

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

    r4828 r6239  
    22# include <dvo.h>
    33# include <signal.h>
     4
     5enum {
     6  BY_NOTHING,
     7  BY_REGION,
     8  BY_RADIUS,
     9  BY_CATALOG,
     10  BY_IMAGE,
     11  BY_IMMATCH,
     12};
    413
    514typedef struct {
     
    1726
    1827/* global variables set in parameter file */
     28# if (0)
    1929char   ImageCat[256];
    2030char   ImageTemplate[256];
     
    2636double DEFAULT_RADIUS, NSIGMA, SNLIMIT;
    2737double ZeroPt;
    28 int    VERBOSE;
    2938int    SKIP_MISSED;
    3039int    XOVERSCAN, YOVERSCAN;
    3140int    XMIN, XMAX, YMIN, YMAX;
    3241int    ACCEPT_ASTROM;
     42# endif
     43
     44int    VERBOSE;
     45int    MODE;
     46SkyRegion REGION;
     47char *IMAGENAME;
    3348
    3449PhotCode *thiscode;
Note: See TracChangeset for help on using the changeset viewer.