IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 19, 2007, 4:22:26 PM (19 years ago)
Author:
Paul Price
Message:

Extensive changes to APIs to allow use of a nominated value to mask
against (the maskVal). Previously, the mask values were either
hard-coded (e.g., PM_MASK_SAT) or taken as anything non-zero. The
code is tested under psphot (which has similar changes) and does not
crash, but neither is it successful in marking all bad pixels (EAM
will investigate). For this reason, I have left the "gutter" pixels
(cell gaps) set to 0 instead of NAN in pmFPAMosaic.

File:
1 edited

Legend:

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

    r11253 r13898  
    33 * @author EAM, IfA; GLG, MHPCC
    44 *
    5  * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    6  * @date $Date: 2007-01-24 02:54:15 $
     5 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     6 * @date $Date: 2007-06-20 02:22:26 $
    77 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    88 */
     
    4040    pmSource *source,   ///< The input pmSource
    4141    pmModel *model,   ///< model to be fitted
    42     pmSourceFitMode mode  ///< define parameters to be fitted
     42    pmSourceFitMode mode,  ///< define parameters to be fitted
     43    psMaskType maskVal                  ///< Value to mask
    4344);
    4445
     
    6970    pmSource *source,   ///< The input pmSource
    7071    psArray *modelSet,   ///< model to be fitted
    71     pmSourceFitMode mode  ///< define parameters to be fitted
     72    pmSourceFitMode mode,  ///< define parameters to be fitted
     73    psMaskType maskVal                  ///< Vale to mask
     74
    7275);
    7376
Note: See TracChangeset for help on using the changeset viewer.