Changeset 39926 for trunk/Ohana/src/fakeastro/include/fakeastro.h
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to
/branches/czw_branch/20160809 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana
-
trunk/Ohana/src/fakeastro/include/fakeastro.h
r38986 r39926 8 8 # define RESETTIME { gettimeofday (&startTimer, (void *) NULL); } 9 9 10 typedef enum {OP_NONE, OP_GALAXY, OP_IMAGES, OP_2MASS } FakeastroOp;10 typedef enum {OP_NONE, OP_GALAXY, OP_IMAGES, OP_2MASS, OP_GAIA} FakeastroOp; 11 11 12 12 typedef struct { … … 87 87 int VERBOSE; 88 88 int VERBOSE2; 89 int TESTING;90 89 int ONE_BIG_CHIP; 90 91 float TEST_SCALE; 92 char *GALAXY_MODEL; 91 93 92 94 int FORCE; … … 101 103 char FAKEASTRO_REF_EPOCH[80]; 102 104 char FAKEASTRO_2MASS_EPOCH[80]; 105 char FAKEASTRO_GAIA_EPOCH[80]; 103 106 104 107 float RADIUS; 105 108 float MAX_MAG_2MASS; 109 float MAX_MAG_GAIA; 106 110 107 111 SkyRegion UserPatch; … … 198 202 int fakeastro_2mass (); 199 203 int make_2mass_measures (Catalog *catalog); 204 205 int fakeastro_gaia (); 206 int make_gaia_measures (Catalog *catalog);
Note:
See TracChangeset
for help on using the changeset viewer.
