IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2009, 3:37:17 PM (17 years ago)
Author:
giebink
Message:

ppSub Doxygen tags and Doxygen configuration files added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubSetMasks.c

    r21257 r21360  
     1/** @file ppSubSetMasks.c
     2 *
     3 *  @brief
     4 *
     5 *  @ingroup ppSub
     6 *
     7 *  @author IfA
     8 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-02-06 01:37:17 $
     10 *  Copyright 2009 Institute for Astronomy, University of Hawaii
     11 */
     12
    113#include "ppSub.h"
    214
    3 // this function generates (if needed) and sets or updates the masks for both the input and
    4 // reference images.  this function also has the code for interpolation over bad pixels, but it
    5 // is currently if-def-ed out
     15/** this function generates (if needed) and sets or updates the masks for both the input and
     16 * reference images.  this function also has the code for interpolation over bad pixels, but it
     17 * is currently if-def-ed out
     18 */
    619
    720bool ppSubSetMasks (pmConfig *config, const pmFPAview *view) {
Note: See TracChangeset for help on using the changeset viewer.