IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 28, 2011, 3:13:28 PM (15 years ago)
Author:
watersc1
Message:

finished with logflux code, but haven't run any tests to confirm that the new stacking recipes work as designed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20101203/psLib/src/fits/psFitsImage.c

    r30331 r30419  
    692692    // Remove any BOFFSET values that exist in the header if we are not using that scaling anymore
    693693    if (options&&(!((options->scaling == PS_FITS_SCALE_LOG_RANGE)||
     694                    (options->scaling == PS_FITS_SCALE_LOG_MANUAL)||
    694695                   (options->scaling == PS_FITS_SCALE_LOG_STDEV_POSITIVE)||
    695696                   (options->scaling == PS_FITS_SCALE_LOG_STDEV_NEGATIVE)||
     
    718719                           "Scaling: TRUE = BZERO + BSCALE * DISK", &status);
    719720        if (options&&(((options->scaling == PS_FITS_SCALE_LOG_RANGE)||
     721                       (options->scaling == PS_FITS_SCALE_LOG_MANUAL)||
    720722                       (options->scaling == PS_FITS_SCALE_LOG_STDEV_POSITIVE)||
    721723                       (options->scaling == PS_FITS_SCALE_LOG_STDEV_NEGATIVE)||
Note: See TracChangeset for help on using the changeset viewer.