Software & Source Code
- micrograv - software for
analyzing "4-D" gravity data. Uses Python, Numeric Python, Tk, and C.
- utah-g3d - GPL'd 3d gravity modelling package
based on rectangular solids
- gaussrand - normal distribution random number generator. In ANSI C.
Also requires mt.c/mt.h. gaussrand.c
gaussrand.h
- mt - Mersenne Twister random number generator. LCG
uniform-distribution random number generator. Very fast and useful for
Monte Carlo simulation. Not mine; see
copyright info in mt.c. mt.c mt.h
- histogram - general histogram creator. Only bins data, no plotting.
In ANSI C. histogram.c histogram.h
- SerialDAS - Serial port data
acquisition in Java
- Java Utils - Misc. utility
functions in Java. Currently has a file to parse a text configuration
file, returning the configuration options and values as a hash table.
- LogTD - Log temperature and depth using a
multimeter and depth counter; gzip'd tar file with class and source
file for LogTD. Relies on SerialDAS (included) for communication.
Last modified Monday, 27-Mar-2006 10:12:21 MST