IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 2, 2006, 3:02:08 PM (20 years ago)
Author:
Paul Price
Message:

Applying RHL patch. Generally improves the error handling and traceback. pmConcepts.c and pmConceptsRead.c done by PAP (RHL did this also, but I had already done them). Resolved conflicts, except for pmFPAfile.c, which uses psAbort in some instances where RHL's patch had psError; leave this for Gene to decide.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmPSFtry.h

    r6873 r7311  
    66 *  @author EAM, IfA
    77 *
     8 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-06-03 01:02:08 $
    810 *
    911 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7678 *
    7779 */
    78 pmPSFtry *pmPSFtryAlloc(
    79     psArray *stars,                     ///< Add comment.
    80     char *modelName,                     ///< Add comment.
    81     bool poissonErrors   // use poissonian or constant errors?
    82 );
    83 
     80pmPSFtry *pmPSFtryAlloc (psArray *sources, char *modelName, bool poissonErrors);
    8481
    8582/** pmPSFtryModel()
     
    9087 *
    9188 */
    92 pmPSFtry *pmPSFtryModel(
    93     psArray *sources,                   ///< Add comment.
    94     char *modelName,                    ///< Add comment.
    95     float radius,                     ///< Add comment.
    96     bool poissonErrors   // use poissonian or constant errors?
    97 );
    98 
     89pmPSFtry *pmPSFtryModel (psArray *sources, char *modelName, float RADIUS, bool poissonErrors);
    9990
    10091/** pmPSFtryMetric()
Note: See TracChangeset for help on using the changeset viewer.