IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 15, 2005, 3:10:36 PM (21 years ago)
Author:
gusciora
Message:

There are a lot of changes here required by the new SDRS. Most changes
involve the new definitions of the psAstrometry types. Not all tests work
correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmSubtractBias.c

    r4579 r4770  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-07-19 01:44:48 $
     8 *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-08-16 01:10:34 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2727place from the input image.
    2828 *****************************************************************************/
    29 static psReadout *SubtractFrame(psReadout *in,
    30                                 const psReadout *bias)
     29static pmReadout *SubtractFrame(pmReadout *in,
     30                                const pmReadout *bias)
    3131{
    3232    psS32 i;
     
    245245XXX: The SDRS does not specify type support.  F32 is implemented here.
    246246 *****************************************************************************/
    247 psReadout *pmSubtractBias(psReadout *in,
     247pmReadout *pmSubtractBias(pmReadout *in,
    248248                          void *fitSpec,
    249249                          const psList *overscans,
     
    252252                          psS32 nBinOrig,
    253253                          pmFit fit,
    254                           const psReadout *bias)
     254                          const pmReadout *bias)
    255255{
    256256    psTrace(".psModule.pmSubtracBias.pmSubtractBias", 4,
Note: See TracChangeset for help on using the changeset viewer.