IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 17, 2006, 12:15:18 PM (20 years ago)
Author:
Paul Price
Message:

Propogating PSLIB_CFLAGS to the lower levels, so that, e.g., -DPS_NO_TRACE is seen when compiling the code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFitsImage.h

    r7540 r8412  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-06-13 22:28:02 $
     9 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2006-08-17 22:15:17 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3636    int z                              ///< the z-plane in the FITS image cube to read
    3737);
     38
     39// Read an image into an extant buffer
     40psImage* psFitsReadImageBuffer(psImage *output, // Output image buffer
     41                               const psFits *fits,    // the psFits object
     42                               psRegion region, // the region in the FITS image to read
     43                               int z           // the z-plane in the FITS image cube to read
     44                              );
    3845
    3946/** Writes an image, given the desired region and z-plane.
Note: See TracChangeset for help on using the changeset viewer.