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/psastroModelDataLoad.c

    r15891 r21409  
     1/** @file psastroModelDataLoad.c
     2 *
     3 *  @brief
     4 *
     5 *  @ingroup psastroModel
     6 *
     7 *  @author IfA
     8 *  @version $Revision: 1.3 $ $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"
    2 
    3 // this loop loads the header data from the input files, using the output pmFPAfile to guide
    4 // the chip selection and related issues
    514
    615# define ESCAPE { \
     
    1019}
    1120 
    12 // all of the different astrometry analysis modes use the same data load loop
     21/**
     22 * this loop loads the header data from the input files, using the output
     23 * pmFPAfile to guide the chip selection and related issues
     24 * all of the different astrometry analysis modes use the same data load loop
     25 */
    1326bool psastroModelDataLoad (pmConfig *config) {
    1427
Note: See TracChangeset for help on using the changeset viewer.