- Timestamp:
- Jan 28, 2011, 3:13:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203/psLib/src/fits/psFitsImage.c
r30331 r30419 692 692 // Remove any BOFFSET values that exist in the header if we are not using that scaling anymore 693 693 if (options&&(!((options->scaling == PS_FITS_SCALE_LOG_RANGE)|| 694 (options->scaling == PS_FITS_SCALE_LOG_MANUAL)|| 694 695 (options->scaling == PS_FITS_SCALE_LOG_STDEV_POSITIVE)|| 695 696 (options->scaling == PS_FITS_SCALE_LOG_STDEV_NEGATIVE)|| … … 718 719 "Scaling: TRUE = BZERO + BSCALE * DISK", &status); 719 720 if (options&&(((options->scaling == PS_FITS_SCALE_LOG_RANGE)|| 721 (options->scaling == PS_FITS_SCALE_LOG_MANUAL)|| 720 722 (options->scaling == PS_FITS_SCALE_LOG_STDEV_POSITIVE)|| 721 723 (options->scaling == PS_FITS_SCALE_LOG_STDEV_NEGATIVE)||
Note:
See TracChangeset
for help on using the changeset viewer.
