IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2007, 12:30:43 PM (19 years ago)
Author:
magnier
Message:

update to sync with HEAD dev work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20070817/psModules/src/imcombine/pmStack.h

    r13457 r14639  
    88 * @author GLG, MHPCC
    99 *
    10  * @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    11  * @date $Date: 2007-05-22 03:59:32 $
     10 * @version $Revision: 1.1.6.1 $ $Name: not supported by cvs2svn $
     11 * @date $Date: 2007-08-23 22:30:43 $
    1212 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii
    1313 */
     
    2626/// Container for input image
    2727typedef struct {
    28     pmReadout *detector;                ///< Original (unwarped) readout from the detector
    29     pmReadout *sky;                     ///< Warped readout (sky cell)
     28    pmReadout *readout;                 ///< Warped readout (sky cell)
    3029    psPixels *pixels;                   ///< Pixels to inspect or reject
    31     float seeing;                       ///< Seeing FWHM (pixels)
    3230    float weight;                       ///< Weight to apply
    3331} pmStackData;
    3432
    3533/// Constructor
    36 pmStackData *pmStackDataAlloc(pmReadout *sky, ///< Warped readout (sky cell)
    37                               float seeing, ///< Seeing FWHM (pixels)
     34pmStackData *pmStackDataAlloc(pmReadout *readout, ///< Warped readout (sky cell)
    3835                              float weight ///< Weight to apply
    3936    );
     
    6158#endif
    6259
     60#if 0
    6361/// Reject pixles in input images
    6462bool pmStackReject(psArray *input,      ///< Input array of pmStackData
     
    6765                   float threshold      ///< Rejection threshold, in standard deviations
    6866                   );
     67#endif
    6968
    7069#if 0
Note: See TracChangeset for help on using the changeset viewer.