IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2010, 3:23:07 PM (16 years ago)
Author:
Paul Price
Message:

Merging development branch branches/pap_stack/ (exposure maps and their compression).

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/psLib/src/fits/psFitsScale.c

    r27249 r27417  
    384384                } else { \
    385385                    value = (value - zero) * scale; \
    386                     if (options->fuzz) { \
     386                    if (options->fuzz && (value - (int)value != 0.0)) { \
    387387                       /* Add random factor [-0.5,0.5): adds a variance of 1/12, */ \
    388388                       /* but preserves the expectation value */ \
Note: See TracChangeset for help on using the changeset viewer.