IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 12, 2015, 10:28:36 PM (11 years ago)
Author:
eugene
Message:

merge changes from EAM branch ipp-20150419

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/src/extra.c

    r38062 r38466  
    7070  return FALSE;
    7171}
     72
     73int is2MASS (int photcode) {
     74
     75  if ((photcode >= 2011) && (photcode <= 2013)) return TRUE;
     76  return FALSE;
     77}
     78
     79int 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.