IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 19, 2007, 1:52:39 PM (19 years ago)
Author:
Paul Price
Message:

Adding psFitsFloat.[ch] for quantising (and unquantising) floating-point images and setting BSCALE and BZERO. It isn't in a usable state yet, but checking in to the tree for safety. It's not activate in the build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFitsHeader.c

    r15191 r15335  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-10-04 01:16:33 $
     9 *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-10-19 23:52:39 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    593593{
    594594    PS_ASSERT_FITS_NON_NULL(fits, false);
     595    PS_ASSERT_FITS_WRITABLE(fits, false);
    595596    PS_ASSERT_METADATA_NON_NULL(output, false);
    596597
     
    604605{
    605606    PS_ASSERT_FITS_NON_NULL(fits, false);
     607    PS_ASSERT_FITS_WRITABLE(fits, false);
    606608
    607609    // We allow output == NULL in order to write a minimal header.
Note: See TracChangeset for help on using the changeset viewer.