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/pmSourceSky.h

    r11253 r13898  
    22 * @author EAM, IfA; GLG, MHPCC
    33 *
    4  * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    5  * @date $Date: 2007-01-24 02:54:15 $
     4 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     5 * @date $Date: 2007-06-20 02:22:26 $
    66 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    77 */
     
    2929    pmSource *source,   ///< The input image (float)
    3030    psStatsOptions statsOptions, ///< The statistic used in calculating the background sky
    31     float Radius   ///< The inner radius of the square annulus to exclude
     31    float Radius,   ///< The inner radius of the square annulus to exclude
     32    psMaskType maskVal,                 ///< Value to mask
     33    psMaskType mark                     ///< Mask value for marking
    3234);
    3335
     
    3739    pmSource *source,   ///< The input image (float)
    3840    psStatsOptions statsOptions, ///< The statistic used in calculating the background sky
    39     float Radius   ///< The inner radius of the square annulus to exclude
     41    float Radius,   ///< The inner radius of the square annulus to exclude
     42    psMaskType maskVal,                 ///< Value to mask
     43    psMaskType mark                     ///< Mask value for marking
    4044);
    4145
Note: See TracChangeset for help on using the changeset viewer.