IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2012, 11:46:01 AM (14 years ago)
Author:
eugene
Message:

updates for pedantic gcc, mods to relphot average mags to handle GPC1 stacks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/get2mass_ops.c

    r21508 r34088  
    7373
    7474  char *ptr;
    75   char Jquality, Hquality, Kquality;
    7675  double J, dJ, H, dH, K, dK;
    7776  e_time time;
     
    9594  dK = strtod (ptr, NULL);
    9695
    97   /* filter on the ph_qual flag for this filter (field 19) */
     96  // get the time
     97  time = get2mass_time (ptr, 20, Nmax - (ptr - line));
     98
     99# if (0)
     100  char Jquality, Hquality, Kquality;
     101  /* old code to filter on the ph_qual flag for this filter (field 19) */
    98102  if (SELECT_2MASS_QUALITY != NULL) {
    99103    ptr = skipNbounds (ptr, '|', 3, Nmax - (ptr - line));
     
    105109    time = get2mass_time (ptr, 20, Nmax - (ptr - line));
    106110  }
     111# endif
    107112
    108113  // how many bits are being used for the 2mass flags; can we just set photFlags based on them?
Note: See TracChangeset for help on using the changeset viewer.