Skip to content
Snippets Groups Projects
  1. Dec 29, 2004
    • slevy's avatar
      Bring up to date with master copy: · 2b8b17ee
      slevy authored
         add general euler-angle functions,
      	euler2t t2euler euler2quat quat2euler
      	meuler2t t2meuler meuler2quat quat2meuler
      	The "meuler" forms take axis-order specs in Maya style,
      	but the angles are accepted/returned always in X,Y,Z order,
      	so meuler2t( "zxy", 17,35,-112 ) = rotZ(-112) * rotX(17) * rotY(35).
      	"zxy" is the same as the virdir axis order.
      
      	The "euler" forms take axis-order specs in the reverse of Maya style,
      	and expect/return angles in the same order as the axis-order spec,
      	e.g. euler2t( "yxz", 35,17,-112 ) = meuler2t( "zxy", 17,35,-112 ).
      
         add stats()
      	Accept a sequence of numbers, and accumulate their
      	mean and variance.
      	   ($svar, $N, $mean, $SDev) = &stats(val1, val2, ...)
      	To accumulate more values, pass the first result ($svar)
      	   ($svar, $N, $mean, $SDev) = &stats($svar, valN, valN+1, valN+2, ...)
      2b8b17ee
  2. Oct 18, 2004
  3. Jun 04, 2004
  4. Sep 30, 2003
  5. Sep 04, 2003
  6. Apr 22, 2002
  7. Apr 19, 2002
    • slevy's avatar
      Allow multiline input. · 0166305c
      slevy authored
      Add precession.
      Add determinant.  Make sure that &basis() returns a
      positively-oriented matrix!
      More precision in dms output.
      Fix bug: qrotbtwn() had the wrong sign!
      0166305c
  8. Oct 19, 2001
  9. Oct 18, 2001
  10. Feb 28, 2001
    • slevy's avatar
      Add handy &radec2eq(). · d499e657
      slevy authored
      Fix &basis(): don't abandon hope unless very nearly degenerate.
      &dms2d() now accepts colon-separated values.
      d499e657
  11. Feb 05, 2001
  12. Dec 23, 2000
    • slevy's avatar
      · 7394eeb2
      slevy authored
      k2kira, kira2k: translate kira output files between short/long keywords.
      tfm.pl: perl geometry/astronomy calculator/library.
      7394eeb2
Loading