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

    r19511 r21409  
     1/** @file psastroMosaicDemoDump.c
     2 *
     3 *  @brief
     4 *
     5 *  @ingroup libpsastro
     6 *
     7 *  @author IfA
     8 *  @version $Revision: 1.11 $ $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 "psastroInternal.h"
    214
    3 // this function is used for test purposes (-trace psastro.dump.psastroAstromGuess 1)
     15/**
     16 * this function is used for test purposes
     17 * (-trace psastro.dump.psastroAstromGuess 1)
     18 */
    419bool psastroDumpStars (psArray *stars, char *filename) {
    520
     
    2035}
    2136
    22 // this function is used for test purposes (-trace psastro.dump.psastroAstromGuess 1)
     37/** this function is used for test purposes
     38 * (-trace psastro.dump.psastroAstromGuess 1)
     39 */
    2340bool psastroDumpRawstars (psArray *rawstars, pmFPA *fpa, pmChip *chip) {
    2441
     
    97114}
    98115
    99 // this function is used for test purposes (-trace psastro.dump.psastroLoadRefstars 1)
     116/**
     117 * this function is used for test purposes
     118 * (-trace psastro.dump.psastroLoadRefstars 1)
     119 */
    100120bool psastroDumpRefstars (psArray *refstars, char *filename) {
    101121
     
    176196}
    177197
    178 // this function is used for test purposes (-trace psastro.dump 1)
     198/**
     199 * this function is used for test purposes (-trace psastro.dump 1)
     200 */
    179201bool psastroDumpGradients (psArray *gradients, char *filename) {
    180202
Note: See TracChangeset for help on using the changeset viewer.