IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2009, 10:44:04 AM (17 years ago)
Author:
eugene
Message:

merging Doxygen comments by Bill G from eam_branch_20081230

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpDefineSkycell.c

    r21168 r21323  
     1/** @file pswarpDefineSkycell.c
     2 *
     3 *  @brief
     4 *
     5 *  @ingroup pswarp
     6 *
     7 *  @author IfA
     8 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-02-05 20:44:04 $
     10 *  Copyright 2009 Institute for Astronomy, University of Hawaii
     11 */
     12
    113# include "pswarp.h"
    214
    3 // XXX this function is based on pmFPAfileDefineFromArgs
    4 // a skycell consists of only one file
     15/**
     16 * \brief XXX this function is based on pmFPAfileDefineFromArgs
     17 * a skycell consists of only one file
    518
    6 // search for argname on the config->argument list
    7 // construct an FPA based on the files in this list (must represent a single FPA)
    8 // built the association between the FPA elements (CHIP/CELL) and the files
    9 // define the pmFPAfile filename and bind it to this FPA
    10 // save the pmFPAfile on config->files
    11 // return the pmFPAfile (a view to the one saved on config->files)
     19 * search for argname on the config->argument list and construct
     20 * an FPA based on the files in this list (must represent a single FPA)
     21 * built the association between the FPA elements (CHIP/CELL) and the files
     22 * define the pmFPAfile filename and bind it to this FPA
     23 * save the pmFPAfile on config->files
     24 * @return the pmFPAfile (a view to the one saved on config->files)
     25 */
    1226bool pswarpDefineSkycell (pmFPAfile **outFile, pmConfig **outConfig, pmConfig *config, const char *filename, const char *argname)
    1327{
Note: See TracChangeset for help on using the changeset viewer.