IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Overhauled the Fits functions to match latest SDRS.

Location:
trunk/psLib/src/imageops
Files:
2 edited

Legend:

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

    r4934 r5511  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-08-31 21:58:22 $
     12 *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-11-14 22:18:33 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3434psImage* psImageRebin(psImage* out,
    3535                      const psImage* in,
    36                       const psImage* restrict mask,
     36                      const psImage* mask,
    3737                      psMaskType maskVal,
    3838                      int scale,
  • 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.