IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31391


Ignore:
Timestamp:
Apr 27, 2011, 10:26:07 AM (15 years ago)
Author:
bills
Message:

comment out archaic message about zero point

File:
1 edited

Legend:

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

    r29132 r31391  
    205205  }
    206206
     207#ifdef notdef
    207208  // XXX this is archaic: we used to set a fixed zero point of 25 to shift data into the range
    208209  // 0 - 32 so it would fit in an unsigned int.  This is also needed because some programs like
     
    213214      fprintf (stderr, "WARNING: inconsistent zero point values: image: %f, config: %f\n", ZeroPt, GetZeroPoint());
    214215  }
     216#endif
    215217
    216218  // in this case, lookup and apply the zero point measured for this chip
Note: See TracChangeset for help on using the changeset viewer.