IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 12, 2006, 8:18:46 PM (20 years ago)
Author:
magnier
Message:

additions to objects for further flexibility with options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/objects/pmPSF.h

    r6825 r6848  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.1.22.3 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-04-10 20:21:36 $
     8 *  @version $Revision: 1.1.22.4 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-04-13 06:18:46 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1515# ifndef PM_PSF_H
    1616# define PM_PSF_H
    17 
    18 # define PM_PSF_POISSON_WEIGHTS 1
    1917
    2018/** pmPSF data structure
     
    4442    int nPSFstars;   ///< number of stars used to measure PSF
    4543    int nApResid;   ///< number of stars used to measure ApResid
     44    bool poissonErrors;
    4645}
    4746pmPSF;
     
    6564 */
    6665pmPSF *pmPSFAlloc(
    67     pmModelType type                    ///< Add comment
     66    pmModelType type,   // type of model for PSF
     67    bool poissonErrors   ///< use poissonian errors or not?
    6868);
    6969
Note: See TracChangeset for help on using the changeset viewer.