IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2009, 4:03:34 PM (17 years ago)
Author:
giebink
Message:

Added Doxygen tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/gpcModel.c

    r15891 r21409  
     1/** @file gpcModel.c
     2 *
     3 *  @brief
     4 *
     5 *  @ingroup gpcModel
     6 *
     7 *  @author IfA
     8 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-02-07 02:03:34 $
     10 *  Copyright 2009 Institute for Astronomy, University of Hawaii
     11 */
     12
    113# include "psastroStandAlone.h"
    214
     15/**
     16 * generate model for gpc based on input model for all but chips
     17 * USAGE: gpcModel (input) (output)
     18 */
    319int main (int argc, char **argv) {
    4 
    5     // USAGE: gpcModel (input) (output)
    6     // generate model for gpc based on input model for all but chips
    720
    821    if (argc != 3) {
Note: See TracChangeset for help on using the changeset viewer.