IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 17, 2007, 1:01:00 PM (19 years ago)
Author:
jhoblitt
Message:

check psFitsSetCompression() to accept a psVector in place of an dim array and size

File:
1 edited

Legend:

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

    r14868 r14872  
    44 * @author Robert DeSonia, MHPCC
    55 *
    6  * @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-09-17 21:35:35 $
     6 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-09-17 23:01:00 $
    88 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    99 */
     
    9090    psFits* fits,                       ///< psFits object to close
    9191    psFitsCompressionType type,         ///< type of compression
    92     int ndim,                           ///< number of dim in tile size array
    93     long *tilesize,                     ///< pointer to an array defining compression tile size
     92    psVector *tilesize,                 ///< vector defining compression tile size
    9493    int noisebits,                      ///< noise bits
    9594    int scale,                          ///< hcompress scale
Note: See TracChangeset for help on using the changeset viewer.