Changeset 38466 for trunk/Ohana/src/relphot/src/extra.c
- Timestamp:
- Jun 12, 2015, 10:28:36 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/src/extra.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/src/extra.c
r38062 r38466 70 70 return FALSE; 71 71 } 72 73 int is2MASS (int photcode) { 74 75 if ((photcode >= 2011) && (photcode <= 2013)) return TRUE; 76 return FALSE; 77 } 78 79 int isTYCHO (int photcode) { 80 81 if ((photcode == 2020) || (photcode == 2021)) return TRUE; 82 return FALSE; 83 } 84
Note:
See TracChangeset
for help on using the changeset viewer.
