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

    r17038 r21409  
     1/** @file psastroDataLoad.c
     2 *
     3 *  @brief
     4 *
     5 *  @ingroup psastro
     6 *
     7 *  @author IfA
     8 *  @version $Revision: 1.12 $ $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 // this loop loads the data from the input files and selects the
    3 // brighter stars for astrometry
    4 // at the end of this function, the complete stellar data is loaded
    5 // into the correct fpa structure locations (readout.analysis:PSPHOT.SOURCES)
    614
    715# define ESCAPE { \
     
    1119}
    1220 
    13 // all of the different astrometry analysis modes use the same data load loop
     21/**
     22 * \brief this loop loads the data from the input files and selects the
     23 * brighter stars for astrometry
     24 *
     25 * at the end of this function, the complete stellar data is loaded
     26 * into the correct fpa structure locations (readout.analysis:PSPHOT.SOURCES)
     27 * all of the different astrometry analysis modes use the same data load loop
     28 */
    1429bool psastroDataLoad (pmConfig *config) {
    1530
Note: See TracChangeset for help on using the changeset viewer.