IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 8, 2016, 5:23:43 AM (10 years ago)
Author:
eugene
Message:

adding options to make gaia db

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20160809/Ohana/src/fakeastro/include/fakeastro.h

    r38986 r39736  
    88# define RESETTIME { gettimeofday (&startTimer, (void *) NULL); }
    99
    10 typedef enum {OP_NONE, OP_GALAXY, OP_IMAGES, OP_2MASS} FakeastroOp;
     10typedef enum {OP_NONE, OP_GALAXY, OP_IMAGES, OP_2MASS, OP_GAIA} FakeastroOp;
    1111
    1212typedef struct {
     
    101101char   FAKEASTRO_REF_EPOCH[80];
    102102char   FAKEASTRO_2MASS_EPOCH[80];
     103char   FAKEASTRO_GAIA_EPOCH[80];
    103104
    104105float  RADIUS;
    105106float  MAX_MAG_2MASS;
     107float  MAX_MAG_GAIA;
    106108
    107109SkyRegion UserPatch;
     
    198200int fakeastro_2mass ();
    199201int make_2mass_measures (Catalog *catalog);
     202
     203int fakeastro_gaia ();
     204int make_gaia_measures (Catalog *catalog);
Note: See TracChangeset for help on using the changeset viewer.