Changeset 8412 for trunk/psLib/src/fits/psFitsImage.h
- Timestamp:
- Aug 17, 2006, 12:15:18 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsImage.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsImage.h
r7540 r8412 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-0 6-13 22:28:02$9 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-08-17 22:15:17 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 36 36 int z ///< the z-plane in the FITS image cube to read 37 37 ); 38 39 // Read an image into an extant buffer 40 psImage* 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 ); 38 45 39 46 /** Writes an image, given the desired region and z-plane.
Note:
See TracChangeset
for help on using the changeset viewer.
