Changeset 21409 for trunk/psastro/src/psastroDemoDump.c
- Timestamp:
- Feb 6, 2009, 4:03:34 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroDemoDump.c (modified) (4 diffs)
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 1 13 # include "psastroInternal.h" 2 14 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 */ 4 19 bool psastroDumpStars (psArray *stars, char *filename) { 5 20 … … 20 35 } 21 36 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 */ 23 40 bool psastroDumpRawstars (psArray *rawstars, pmFPA *fpa, pmChip *chip) { 24 41 … … 97 114 } 98 115 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 */ 100 120 bool psastroDumpRefstars (psArray *refstars, char *filename) { 101 121 … … 176 196 } 177 197 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 */ 179 201 bool psastroDumpGradients (psArray *gradients, char *filename) { 180 202
Note:
See TracChangeset
for help on using the changeset viewer.
