Changeset 3977 for trunk/psLib/src/astro/psCoord.h
- Timestamp:
- May 18, 2005, 7:18:20 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psCoord.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.h
r3598 r3977 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.3 0$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-0 3-31 23:01:46$12 * @version $Revision: 1.31 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-05-19 05:18:20 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 383 383 psPlaneTransform *out, ///< a transform to recycle, or NULL if one is to be created. 384 384 const psPlaneTransform *in, ///< transform to invert 385 psRegion *region,///< region to fit for non-linear transform inversion385 psRegion region, ///< region to fit for non-linear transform inversion 386 386 int nSamples ///< number of samples in each axis for fit 387 387 ); … … 404 404 psPlaneTransform *out, ///< a transform to recycle, or NULL if one is to be created. 405 405 const psPlaneTransform *trans1, ///< first transform to combine 406 const psPlaneTransform *trans2 ///< first transform to combine 406 const psPlaneTransform *trans2, ///< first transform to combine 407 psRegion region, ///< region to cover (for non-linear transforms) 408 int nSamples ///< number of samples on each axis (for non-linear transforms) 407 409 ); 408 410 … … 431 433 float sigmaClip 432 434 ); 435 //XXX: need to add doxygen comments on the parameters above. -rdd 433 436 434 437 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
