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/psFitsImage.h

    r11248 r15335  
    44 * @author Robert DeSonia, MHPCC
    55 *
    6  * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-01-23 22:47:23 $
     6 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-10-19 23:52:39 $
    88 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    99 */
     
    2121#include "psMetadata.h"
    2222#include "psImage.h"
     23
     24/// Return the dimensions and type of the FITS image
     25bool psFitsImageSize(int *numCols, int *numRows, ///< Size of image
     26                     psElemType *type,  ///< Type of image
     27                     const psFits *fits, ///< FITS file pointer
     28                     psRegion region    ///< Region in the FITS image to read
     29    );
    2330
    2431/** Reads an image, given the desired region and z-plane.
Note: See TracChangeset for help on using the changeset viewer.