IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 14, 2005, 12:18:38 PM (20 years ago)
Author:
desonia
Message:

Overhauled the Fits functions to match latest SDRS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImagePixelExtract.c

    r5213 r5511  
    88 *  @author Robert DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-09-30 23:09:13 $
     10 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-11-14 22:18:33 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    218218psVector* psImageSlice(psVector* out,
    219219                       psVector* coords,
    220                        const psImage* restrict input,
    221                        const psImage* restrict mask,
     220                       const psImage* input,
     221                       const psImage* mask,
    222222                       psMaskType maskVal,
    223223                       psRegion region,
     
    599599psVector* psImageRadialCut(psVector* out,
    600600                           const psImage* input,
    601                            const psImage* restrict mask,
     601                           const psImage* mask,
    602602                           psMaskType maskVal,
    603603                           float x,
Note: See TracChangeset for help on using the changeset viewer.