IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20688


Ignore:
Timestamp:
Nov 11, 2008, 1:12:32 AM (17 years ago)
Author:
Sebastian Jester
Message:

Add comment on need to trap special flag values (-9999 for unmeasured
quantities, -1000 for unmeasured errors)

File:
1 edited

Legend:

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

    r19259 r20688  
    7171  NAMED_PHOTCODE_AND_ZP (photcode[3], zeropt[3], "I_SDSS");
    7272  NAMED_PHOTCODE_AND_ZP (photcode[4], zeropt[4], "Z_SDSS");
     73
     74  // XXXYYYZZZ SDSS tables have special flags for undefined/unmeasured values and errors:
     75  // -9999 flags unmeasured values, and the corresponding error may or may not be meaningful
     76  // -1000 flags errors that are not determined, even though the corresponding quantity is.
     77  // These special values need to be trapped here to avoid averaging meaningful numbers with the flag values.
    7378
    7479  // various header values needed to calculate per-star data below
Note: See TracChangeset for help on using the changeset viewer.