IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 28, 2006, 3:26:24 PM (20 years ago)
Author:
Paul Price
Message:

Generate poisson weights only if requested.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAMaskWeight.h

    r9594 r10247  
    88/// @author Eugene Magnier, IfA
    99///
    10 /// @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    11 /// @date $Date: 2006-10-17 02:21:03 $
     10/// @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     11/// @date $Date: 2006-11-29 01:26:14 $
    1212///
    1313/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     
    4747/// temporary --- it is not added to the HDU.  This is intended for when the user is iterating using
    4848/// pmReadoutReadNext, in which case the HDU can't be generated.
    49 bool pmReadoutSetWeight(pmReadout *readout ///< Readout for which to set weight
     49bool pmReadoutSetWeight(pmReadout *readout, ///< Readout for which to set weight
     50                        bool poisson    ///< Use poisson weights (in addition to read noise)?
    5051                       );
    5152
     
    6263/// (CELL.GAIN) and read noise (CELL.READNOISE).  The weight map that is produced within the readout is
    6364/// suitable for output (complete with HDU entry).  This is intended for most operations.
    64 bool pmReadoutGenerateWeight(pmReadout *readout ///< Readout for which to generate weight
     65bool pmReadoutGenerateWeight(pmReadout *readout, ///< Readout for which to generate weight
     66                             bool poisson    ///< Use poisson weights (in addition to read noise)?
    6567                            );
    6668
     
    6870///
    6971/// Calls pmReadoutGenerateMask and pmReadoutGenerateWeight for the readout
    70 bool pmReadoutGenerateMaskWeight(pmReadout *readout ///< Readout for which to generate mask and weights
     72bool pmReadoutGenerateMaskWeight(pmReadout *readout, ///< Readout for which to generate mask and weights
     73                                 bool poisson    ///< Use poisson weights (in addition to read noise)?
    7174                                );
    7275
     
    7477///
    7578/// Calls pmReadoutGenerateMaskWeight for each readout within the cell.
    76 bool pmCellGenerateMaskWeight(pmCell *cell ///< Cell for which to generate mask and weights
     79bool pmCellGenerateMaskWeight(pmCell *cell, ///< Cell for which to generate mask and weights
     80                              bool poisson    ///< Use poisson weights (in addition to read noise)?
    7781                             );
    7882
Note: See TracChangeset for help on using the changeset viewer.